repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/Directed/cmov/Double_Or_Op.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // #pragma warning disable using System; class testout1 { static double static_field_double; static bool sfb_false; static bool sfb_true; double mfd; bool mfb_false; bool mfb_true; static double simple_func_double() { return 17.2222; } static bool func_sb_true() { return true; } static bool func_sb_false() { return false; } static double Sub_Funclet_0() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? 3.1 : 3.1); Sum += (true || true ? 3.1 : -5.31); Sum += (true || true ? 3.1 : local_double); Sum += (true || true ? 3.1 : static_field_double); Sum += (true || true ? 3.1 : t1_i.mfd); Sum += (true || true ? 3.1 : simple_func_double()); Sum += (true || true ? 3.1 : ab[index]); Sum += (true || true ? 3.1 : ab[index - 1]); Sum += (true || true ? -5.31 : 3.1); Sum += (true || true ? -5.31 : -5.31); Sum += (true || true ? -5.31 : local_double); Sum += (true || true ? -5.31 : static_field_double); Sum += (true || true ? -5.31 : t1_i.mfd); Sum += (true || true ? -5.31 : simple_func_double()); Sum += (true || true ? -5.31 : ab[index]); Sum += (true || true ? -5.31 : ab[index - 1]); Sum += (true || true ? local_double : 3.1); Sum += (true || true ? local_double : -5.31); Sum += (true || true ? local_double : local_double); Sum += (true || true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_1() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? local_double : t1_i.mfd); Sum += (true || true ? local_double : simple_func_double()); Sum += (true || true ? local_double : ab[index]); Sum += (true || true ? local_double : ab[index - 1]); Sum += (true || true ? static_field_double : 3.1); Sum += (true || true ? static_field_double : -5.31); Sum += (true || true ? static_field_double : local_double); Sum += (true || true ? static_field_double : static_field_double); Sum += (true || true ? static_field_double : t1_i.mfd); Sum += (true || true ? static_field_double : simple_func_double()); Sum += (true || true ? static_field_double : ab[index]); Sum += (true || true ? static_field_double : ab[index - 1]); Sum += (true || true ? t1_i.mfd : 3.1); Sum += (true || true ? t1_i.mfd : -5.31); Sum += (true || true ? t1_i.mfd : local_double); Sum += (true || true ? t1_i.mfd : static_field_double); Sum += (true || true ? t1_i.mfd : t1_i.mfd); Sum += (true || true ? t1_i.mfd : simple_func_double()); Sum += (true || true ? t1_i.mfd : ab[index]); Sum += (true || true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_2() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? simple_func_double() : 3.1); Sum += (true || true ? simple_func_double() : -5.31); Sum += (true || true ? simple_func_double() : local_double); Sum += (true || true ? simple_func_double() : static_field_double); Sum += (true || true ? simple_func_double() : t1_i.mfd); Sum += (true || true ? simple_func_double() : simple_func_double()); Sum += (true || true ? simple_func_double() : ab[index]); Sum += (true || true ? simple_func_double() : ab[index - 1]); Sum += (true || true ? ab[index] : 3.1); Sum += (true || true ? ab[index] : -5.31); Sum += (true || true ? ab[index] : local_double); Sum += (true || true ? ab[index] : static_field_double); Sum += (true || true ? ab[index] : t1_i.mfd); Sum += (true || true ? ab[index] : simple_func_double()); Sum += (true || true ? ab[index] : ab[index]); Sum += (true || true ? ab[index] : ab[index - 1]); Sum += (true || true ? ab[index - 1] : 3.1); Sum += (true || true ? ab[index - 1] : -5.31); Sum += (true || true ? ab[index - 1] : local_double); Sum += (true || true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_3() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? ab[index - 1] : t1_i.mfd); Sum += (true || true ? ab[index - 1] : simple_func_double()); Sum += (true || true ? ab[index - 1] : ab[index]); Sum += (true || true ? ab[index - 1] : ab[index - 1]); Sum += (true || false ? 3.1 : 3.1); Sum += (true || false ? 3.1 : -5.31); Sum += (true || false ? 3.1 : local_double); Sum += (true || false ? 3.1 : static_field_double); Sum += (true || false ? 3.1 : t1_i.mfd); Sum += (true || false ? 3.1 : simple_func_double()); Sum += (true || false ? 3.1 : ab[index]); Sum += (true || false ? 3.1 : ab[index - 1]); Sum += (true || false ? -5.31 : 3.1); Sum += (true || false ? -5.31 : -5.31); Sum += (true || false ? -5.31 : local_double); Sum += (true || false ? -5.31 : static_field_double); Sum += (true || false ? -5.31 : t1_i.mfd); Sum += (true || false ? -5.31 : simple_func_double()); Sum += (true || false ? -5.31 : ab[index]); Sum += (true || false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_4() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || false ? local_double : 3.1); Sum += (true || false ? local_double : -5.31); Sum += (true || false ? local_double : local_double); Sum += (true || false ? local_double : static_field_double); Sum += (true || false ? local_double : t1_i.mfd); Sum += (true || false ? local_double : simple_func_double()); Sum += (true || false ? local_double : ab[index]); Sum += (true || false ? local_double : ab[index - 1]); Sum += (true || false ? static_field_double : 3.1); Sum += (true || false ? static_field_double : -5.31); Sum += (true || false ? static_field_double : local_double); Sum += (true || false ? static_field_double : static_field_double); Sum += (true || false ? static_field_double : t1_i.mfd); Sum += (true || false ? static_field_double : simple_func_double()); Sum += (true || false ? static_field_double : ab[index]); Sum += (true || false ? static_field_double : ab[index - 1]); Sum += (true || false ? t1_i.mfd : 3.1); Sum += (true || false ? t1_i.mfd : -5.31); Sum += (true || false ? t1_i.mfd : local_double); Sum += (true || false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_5() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || false ? t1_i.mfd : t1_i.mfd); Sum += (true || false ? t1_i.mfd : simple_func_double()); Sum += (true || false ? t1_i.mfd : ab[index]); Sum += (true || false ? t1_i.mfd : ab[index - 1]); Sum += (true || false ? simple_func_double() : 3.1); Sum += (true || false ? simple_func_double() : -5.31); Sum += (true || false ? simple_func_double() : local_double); Sum += (true || false ? simple_func_double() : static_field_double); Sum += (true || false ? simple_func_double() : t1_i.mfd); Sum += (true || false ? simple_func_double() : simple_func_double()); Sum += (true || false ? simple_func_double() : ab[index]); Sum += (true || false ? simple_func_double() : ab[index - 1]); Sum += (true || false ? ab[index] : 3.1); Sum += (true || false ? ab[index] : -5.31); Sum += (true || false ? ab[index] : local_double); Sum += (true || false ? ab[index] : static_field_double); Sum += (true || false ? ab[index] : t1_i.mfd); Sum += (true || false ? ab[index] : simple_func_double()); Sum += (true || false ? ab[index] : ab[index]); Sum += (true || false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_6() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || false ? ab[index - 1] : 3.1); Sum += (true || false ? ab[index - 1] : -5.31); Sum += (true || false ? ab[index - 1] : local_double); Sum += (true || false ? ab[index - 1] : static_field_double); Sum += (true || false ? ab[index - 1] : t1_i.mfd); Sum += (true || false ? ab[index - 1] : simple_func_double()); Sum += (true || false ? ab[index - 1] : ab[index]); Sum += (true || false ? ab[index - 1] : ab[index - 1]); Sum += (true || lb_true ? 3.1 : 3.1); Sum += (true || lb_true ? 3.1 : -5.31); Sum += (true || lb_true ? 3.1 : local_double); Sum += (true || lb_true ? 3.1 : static_field_double); Sum += (true || lb_true ? 3.1 : t1_i.mfd); Sum += (true || lb_true ? 3.1 : simple_func_double()); Sum += (true || lb_true ? 3.1 : ab[index]); Sum += (true || lb_true ? 3.1 : ab[index - 1]); Sum += (true || lb_true ? -5.31 : 3.1); Sum += (true || lb_true ? -5.31 : -5.31); Sum += (true || lb_true ? -5.31 : local_double); Sum += (true || lb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_7() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_true ? -5.31 : t1_i.mfd); Sum += (true || lb_true ? -5.31 : simple_func_double()); Sum += (true || lb_true ? -5.31 : ab[index]); Sum += (true || lb_true ? -5.31 : ab[index - 1]); Sum += (true || lb_true ? local_double : 3.1); Sum += (true || lb_true ? local_double : -5.31); Sum += (true || lb_true ? local_double : local_double); Sum += (true || lb_true ? local_double : static_field_double); Sum += (true || lb_true ? local_double : t1_i.mfd); Sum += (true || lb_true ? local_double : simple_func_double()); Sum += (true || lb_true ? local_double : ab[index]); Sum += (true || lb_true ? local_double : ab[index - 1]); Sum += (true || lb_true ? static_field_double : 3.1); Sum += (true || lb_true ? static_field_double : -5.31); Sum += (true || lb_true ? static_field_double : local_double); Sum += (true || lb_true ? static_field_double : static_field_double); Sum += (true || lb_true ? static_field_double : t1_i.mfd); Sum += (true || lb_true ? static_field_double : simple_func_double()); Sum += (true || lb_true ? static_field_double : ab[index]); Sum += (true || lb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_8() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_true ? t1_i.mfd : 3.1); Sum += (true || lb_true ? t1_i.mfd : -5.31); Sum += (true || lb_true ? t1_i.mfd : local_double); Sum += (true || lb_true ? t1_i.mfd : static_field_double); Sum += (true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (true || lb_true ? t1_i.mfd : ab[index]); Sum += (true || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (true || lb_true ? simple_func_double() : 3.1); Sum += (true || lb_true ? simple_func_double() : -5.31); Sum += (true || lb_true ? simple_func_double() : local_double); Sum += (true || lb_true ? simple_func_double() : static_field_double); Sum += (true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (true || lb_true ? simple_func_double() : simple_func_double()); Sum += (true || lb_true ? simple_func_double() : ab[index]); Sum += (true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (true || lb_true ? ab[index] : 3.1); Sum += (true || lb_true ? ab[index] : -5.31); Sum += (true || lb_true ? ab[index] : local_double); Sum += (true || lb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_9() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_true ? ab[index] : t1_i.mfd); Sum += (true || lb_true ? ab[index] : simple_func_double()); Sum += (true || lb_true ? ab[index] : ab[index]); Sum += (true || lb_true ? ab[index] : ab[index - 1]); Sum += (true || lb_true ? ab[index - 1] : 3.1); Sum += (true || lb_true ? ab[index - 1] : -5.31); Sum += (true || lb_true ? ab[index - 1] : local_double); Sum += (true || lb_true ? ab[index - 1] : static_field_double); Sum += (true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (true || lb_true ? ab[index - 1] : ab[index]); Sum += (true || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (true || lb_false ? 3.1 : 3.1); Sum += (true || lb_false ? 3.1 : -5.31); Sum += (true || lb_false ? 3.1 : local_double); Sum += (true || lb_false ? 3.1 : static_field_double); Sum += (true || lb_false ? 3.1 : t1_i.mfd); Sum += (true || lb_false ? 3.1 : simple_func_double()); Sum += (true || lb_false ? 3.1 : ab[index]); Sum += (true || lb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_10() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_false ? -5.31 : 3.1); Sum += (true || lb_false ? -5.31 : -5.31); Sum += (true || lb_false ? -5.31 : local_double); Sum += (true || lb_false ? -5.31 : static_field_double); Sum += (true || lb_false ? -5.31 : t1_i.mfd); Sum += (true || lb_false ? -5.31 : simple_func_double()); Sum += (true || lb_false ? -5.31 : ab[index]); Sum += (true || lb_false ? -5.31 : ab[index - 1]); Sum += (true || lb_false ? local_double : 3.1); Sum += (true || lb_false ? local_double : -5.31); Sum += (true || lb_false ? local_double : local_double); Sum += (true || lb_false ? local_double : static_field_double); Sum += (true || lb_false ? local_double : t1_i.mfd); Sum += (true || lb_false ? local_double : simple_func_double()); Sum += (true || lb_false ? local_double : ab[index]); Sum += (true || lb_false ? local_double : ab[index - 1]); Sum += (true || lb_false ? static_field_double : 3.1); Sum += (true || lb_false ? static_field_double : -5.31); Sum += (true || lb_false ? static_field_double : local_double); Sum += (true || lb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_11() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_false ? static_field_double : t1_i.mfd); Sum += (true || lb_false ? static_field_double : simple_func_double()); Sum += (true || lb_false ? static_field_double : ab[index]); Sum += (true || lb_false ? static_field_double : ab[index - 1]); Sum += (true || lb_false ? t1_i.mfd : 3.1); Sum += (true || lb_false ? t1_i.mfd : -5.31); Sum += (true || lb_false ? t1_i.mfd : local_double); Sum += (true || lb_false ? t1_i.mfd : static_field_double); Sum += (true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (true || lb_false ? t1_i.mfd : ab[index]); Sum += (true || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (true || lb_false ? simple_func_double() : 3.1); Sum += (true || lb_false ? simple_func_double() : -5.31); Sum += (true || lb_false ? simple_func_double() : local_double); Sum += (true || lb_false ? simple_func_double() : static_field_double); Sum += (true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (true || lb_false ? simple_func_double() : simple_func_double()); Sum += (true || lb_false ? simple_func_double() : ab[index]); Sum += (true || lb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_12() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_false ? ab[index] : 3.1); Sum += (true || lb_false ? ab[index] : -5.31); Sum += (true || lb_false ? ab[index] : local_double); Sum += (true || lb_false ? ab[index] : static_field_double); Sum += (true || lb_false ? ab[index] : t1_i.mfd); Sum += (true || lb_false ? ab[index] : simple_func_double()); Sum += (true || lb_false ? ab[index] : ab[index]); Sum += (true || lb_false ? ab[index] : ab[index - 1]); Sum += (true || lb_false ? ab[index - 1] : 3.1); Sum += (true || lb_false ? ab[index - 1] : -5.31); Sum += (true || lb_false ? ab[index - 1] : local_double); Sum += (true || lb_false ? ab[index - 1] : static_field_double); Sum += (true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (true || lb_false ? ab[index - 1] : ab[index]); Sum += (true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (true || sfb_true ? 3.1 : 3.1); Sum += (true || sfb_true ? 3.1 : -5.31); Sum += (true || sfb_true ? 3.1 : local_double); Sum += (true || sfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_13() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_true ? 3.1 : t1_i.mfd); Sum += (true || sfb_true ? 3.1 : simple_func_double()); Sum += (true || sfb_true ? 3.1 : ab[index]); Sum += (true || sfb_true ? 3.1 : ab[index - 1]); Sum += (true || sfb_true ? -5.31 : 3.1); Sum += (true || sfb_true ? -5.31 : -5.31); Sum += (true || sfb_true ? -5.31 : local_double); Sum += (true || sfb_true ? -5.31 : static_field_double); Sum += (true || sfb_true ? -5.31 : t1_i.mfd); Sum += (true || sfb_true ? -5.31 : simple_func_double()); Sum += (true || sfb_true ? -5.31 : ab[index]); Sum += (true || sfb_true ? -5.31 : ab[index - 1]); Sum += (true || sfb_true ? local_double : 3.1); Sum += (true || sfb_true ? local_double : -5.31); Sum += (true || sfb_true ? local_double : local_double); Sum += (true || sfb_true ? local_double : static_field_double); Sum += (true || sfb_true ? local_double : t1_i.mfd); Sum += (true || sfb_true ? local_double : simple_func_double()); Sum += (true || sfb_true ? local_double : ab[index]); Sum += (true || sfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_14() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_true ? static_field_double : 3.1); Sum += (true || sfb_true ? static_field_double : -5.31); Sum += (true || sfb_true ? static_field_double : local_double); Sum += (true || sfb_true ? static_field_double : static_field_double); Sum += (true || sfb_true ? static_field_double : t1_i.mfd); Sum += (true || sfb_true ? static_field_double : simple_func_double()); Sum += (true || sfb_true ? static_field_double : ab[index]); Sum += (true || sfb_true ? static_field_double : ab[index - 1]); Sum += (true || sfb_true ? t1_i.mfd : 3.1); Sum += (true || sfb_true ? t1_i.mfd : -5.31); Sum += (true || sfb_true ? t1_i.mfd : local_double); Sum += (true || sfb_true ? t1_i.mfd : static_field_double); Sum += (true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (true || sfb_true ? t1_i.mfd : ab[index]); Sum += (true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (true || sfb_true ? simple_func_double() : 3.1); Sum += (true || sfb_true ? simple_func_double() : -5.31); Sum += (true || sfb_true ? simple_func_double() : local_double); Sum += (true || sfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_15() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (true || sfb_true ? simple_func_double() : ab[index]); Sum += (true || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (true || sfb_true ? ab[index] : 3.1); Sum += (true || sfb_true ? ab[index] : -5.31); Sum += (true || sfb_true ? ab[index] : local_double); Sum += (true || sfb_true ? ab[index] : static_field_double); Sum += (true || sfb_true ? ab[index] : t1_i.mfd); Sum += (true || sfb_true ? ab[index] : simple_func_double()); Sum += (true || sfb_true ? ab[index] : ab[index]); Sum += (true || sfb_true ? ab[index] : ab[index - 1]); Sum += (true || sfb_true ? ab[index - 1] : 3.1); Sum += (true || sfb_true ? ab[index - 1] : -5.31); Sum += (true || sfb_true ? ab[index - 1] : local_double); Sum += (true || sfb_true ? ab[index - 1] : static_field_double); Sum += (true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (true || sfb_true ? ab[index - 1] : ab[index]); Sum += (true || sfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_16() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? 3.1 : 3.1); Sum += (true || sfb_false ? 3.1 : -5.31); Sum += (true || sfb_false ? 3.1 : local_double); Sum += (true || sfb_false ? 3.1 : static_field_double); Sum += (true || sfb_false ? 3.1 : t1_i.mfd); Sum += (true || sfb_false ? 3.1 : simple_func_double()); Sum += (true || sfb_false ? 3.1 : ab[index]); Sum += (true || sfb_false ? 3.1 : ab[index - 1]); Sum += (true || sfb_false ? -5.31 : 3.1); Sum += (true || sfb_false ? -5.31 : -5.31); Sum += (true || sfb_false ? -5.31 : local_double); Sum += (true || sfb_false ? -5.31 : static_field_double); Sum += (true || sfb_false ? -5.31 : t1_i.mfd); Sum += (true || sfb_false ? -5.31 : simple_func_double()); Sum += (true || sfb_false ? -5.31 : ab[index]); Sum += (true || sfb_false ? -5.31 : ab[index - 1]); Sum += (true || sfb_false ? local_double : 3.1); Sum += (true || sfb_false ? local_double : -5.31); Sum += (true || sfb_false ? local_double : local_double); Sum += (true || sfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_17() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? local_double : t1_i.mfd); Sum += (true || sfb_false ? local_double : simple_func_double()); Sum += (true || sfb_false ? local_double : ab[index]); Sum += (true || sfb_false ? local_double : ab[index - 1]); Sum += (true || sfb_false ? static_field_double : 3.1); Sum += (true || sfb_false ? static_field_double : -5.31); Sum += (true || sfb_false ? static_field_double : local_double); Sum += (true || sfb_false ? static_field_double : static_field_double); Sum += (true || sfb_false ? static_field_double : t1_i.mfd); Sum += (true || sfb_false ? static_field_double : simple_func_double()); Sum += (true || sfb_false ? static_field_double : ab[index]); Sum += (true || sfb_false ? static_field_double : ab[index - 1]); Sum += (true || sfb_false ? t1_i.mfd : 3.1); Sum += (true || sfb_false ? t1_i.mfd : -5.31); Sum += (true || sfb_false ? t1_i.mfd : local_double); Sum += (true || sfb_false ? t1_i.mfd : static_field_double); Sum += (true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (true || sfb_false ? t1_i.mfd : ab[index]); Sum += (true || sfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_18() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? simple_func_double() : 3.1); Sum += (true || sfb_false ? simple_func_double() : -5.31); Sum += (true || sfb_false ? simple_func_double() : local_double); Sum += (true || sfb_false ? simple_func_double() : static_field_double); Sum += (true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (true || sfb_false ? simple_func_double() : ab[index]); Sum += (true || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (true || sfb_false ? ab[index] : 3.1); Sum += (true || sfb_false ? ab[index] : -5.31); Sum += (true || sfb_false ? ab[index] : local_double); Sum += (true || sfb_false ? ab[index] : static_field_double); Sum += (true || sfb_false ? ab[index] : t1_i.mfd); Sum += (true || sfb_false ? ab[index] : simple_func_double()); Sum += (true || sfb_false ? ab[index] : ab[index]); Sum += (true || sfb_false ? ab[index] : ab[index - 1]); Sum += (true || sfb_false ? ab[index - 1] : 3.1); Sum += (true || sfb_false ? ab[index - 1] : -5.31); Sum += (true || sfb_false ? ab[index - 1] : local_double); Sum += (true || sfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_19() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (true || sfb_false ? ab[index - 1] : ab[index]); Sum += (true || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (true || t1_i.mfb_true ? 3.1 : local_double); Sum += (true || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (true || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (true || t1_i.mfb_true ? -5.31 : local_double); Sum += (true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (true || t1_i.mfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_20() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_true ? local_double : 3.1); Sum += (true || t1_i.mfb_true ? local_double : -5.31); Sum += (true || t1_i.mfb_true ? local_double : local_double); Sum += (true || t1_i.mfb_true ? local_double : static_field_double); Sum += (true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (true || t1_i.mfb_true ? local_double : ab[index]); Sum += (true || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (true || t1_i.mfb_true ? static_field_double : local_double); Sum += (true || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (true || t1_i.mfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_21() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (true || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (true || t1_i.mfb_true ? ab[index] : local_double); Sum += (true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (true || t1_i.mfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_22() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (true || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (true || t1_i.mfb_false ? 3.1 : local_double); Sum += (true || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (true || t1_i.mfb_false ? -5.31 : local_double); Sum += (true || t1_i.mfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_23() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (true || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (true || t1_i.mfb_false ? local_double : 3.1); Sum += (true || t1_i.mfb_false ? local_double : -5.31); Sum += (true || t1_i.mfb_false ? local_double : local_double); Sum += (true || t1_i.mfb_false ? local_double : static_field_double); Sum += (true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (true || t1_i.mfb_false ? local_double : ab[index]); Sum += (true || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (true || t1_i.mfb_false ? static_field_double : local_double); Sum += (true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (true || t1_i.mfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_24() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (true || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (true || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (true || t1_i.mfb_false ? ab[index] : local_double); Sum += (true || t1_i.mfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_25() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (true || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (true || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (true || func_sb_true() ? 3.1 : 3.1); Sum += (true || func_sb_true() ? 3.1 : -5.31); Sum += (true || func_sb_true() ? 3.1 : local_double); Sum += (true || func_sb_true() ? 3.1 : static_field_double); Sum += (true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (true || func_sb_true() ? 3.1 : ab[index]); Sum += (true || func_sb_true() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_26() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_true() ? -5.31 : 3.1); Sum += (true || func_sb_true() ? -5.31 : -5.31); Sum += (true || func_sb_true() ? -5.31 : local_double); Sum += (true || func_sb_true() ? -5.31 : static_field_double); Sum += (true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (true || func_sb_true() ? -5.31 : ab[index]); Sum += (true || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (true || func_sb_true() ? local_double : 3.1); Sum += (true || func_sb_true() ? local_double : -5.31); Sum += (true || func_sb_true() ? local_double : local_double); Sum += (true || func_sb_true() ? local_double : static_field_double); Sum += (true || func_sb_true() ? local_double : t1_i.mfd); Sum += (true || func_sb_true() ? local_double : simple_func_double()); Sum += (true || func_sb_true() ? local_double : ab[index]); Sum += (true || func_sb_true() ? local_double : ab[index - 1]); Sum += (true || func_sb_true() ? static_field_double : 3.1); Sum += (true || func_sb_true() ? static_field_double : -5.31); Sum += (true || func_sb_true() ? static_field_double : local_double); Sum += (true || func_sb_true() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_27() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (true || func_sb_true() ? static_field_double : ab[index]); Sum += (true || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (true || func_sb_true() ? t1_i.mfd : local_double); Sum += (true || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (true || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (true || func_sb_true() ? simple_func_double() : 3.1); Sum += (true || func_sb_true() ? simple_func_double() : -5.31); Sum += (true || func_sb_true() ? simple_func_double() : local_double); Sum += (true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (true || func_sb_true() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_28() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_true() ? ab[index] : 3.1); Sum += (true || func_sb_true() ? ab[index] : -5.31); Sum += (true || func_sb_true() ? ab[index] : local_double); Sum += (true || func_sb_true() ? ab[index] : static_field_double); Sum += (true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (true || func_sb_true() ? ab[index] : ab[index]); Sum += (true || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (true || func_sb_true() ? ab[index - 1] : local_double); Sum += (true || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (true || func_sb_false() ? 3.1 : 3.1); Sum += (true || func_sb_false() ? 3.1 : -5.31); Sum += (true || func_sb_false() ? 3.1 : local_double); Sum += (true || func_sb_false() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_29() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (true || func_sb_false() ? 3.1 : ab[index]); Sum += (true || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (true || func_sb_false() ? -5.31 : 3.1); Sum += (true || func_sb_false() ? -5.31 : -5.31); Sum += (true || func_sb_false() ? -5.31 : local_double); Sum += (true || func_sb_false() ? -5.31 : static_field_double); Sum += (true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (true || func_sb_false() ? -5.31 : ab[index]); Sum += (true || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (true || func_sb_false() ? local_double : 3.1); Sum += (true || func_sb_false() ? local_double : -5.31); Sum += (true || func_sb_false() ? local_double : local_double); Sum += (true || func_sb_false() ? local_double : static_field_double); Sum += (true || func_sb_false() ? local_double : t1_i.mfd); Sum += (true || func_sb_false() ? local_double : simple_func_double()); Sum += (true || func_sb_false() ? local_double : ab[index]); Sum += (true || func_sb_false() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_30() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_false() ? static_field_double : 3.1); Sum += (true || func_sb_false() ? static_field_double : -5.31); Sum += (true || func_sb_false() ? static_field_double : local_double); Sum += (true || func_sb_false() ? static_field_double : static_field_double); Sum += (true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (true || func_sb_false() ? static_field_double : ab[index]); Sum += (true || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (true || func_sb_false() ? t1_i.mfd : local_double); Sum += (true || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (true || func_sb_false() ? simple_func_double() : 3.1); Sum += (true || func_sb_false() ? simple_func_double() : -5.31); Sum += (true || func_sb_false() ? simple_func_double() : local_double); Sum += (true || func_sb_false() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_31() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (true || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (true || func_sb_false() ? ab[index] : 3.1); Sum += (true || func_sb_false() ? ab[index] : -5.31); Sum += (true || func_sb_false() ? ab[index] : local_double); Sum += (true || func_sb_false() ? ab[index] : static_field_double); Sum += (true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (true || func_sb_false() ? ab[index] : ab[index]); Sum += (true || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (true || func_sb_false() ? ab[index - 1] : local_double); Sum += (true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (true || func_sb_false() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_32() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? 3.1 : 3.1); Sum += (true || ab_true[index] ? 3.1 : -5.31); Sum += (true || ab_true[index] ? 3.1 : local_double); Sum += (true || ab_true[index] ? 3.1 : static_field_double); Sum += (true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (true || ab_true[index] ? 3.1 : ab[index]); Sum += (true || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (true || ab_true[index] ? -5.31 : 3.1); Sum += (true || ab_true[index] ? -5.31 : -5.31); Sum += (true || ab_true[index] ? -5.31 : local_double); Sum += (true || ab_true[index] ? -5.31 : static_field_double); Sum += (true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (true || ab_true[index] ? -5.31 : ab[index]); Sum += (true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (true || ab_true[index] ? local_double : 3.1); Sum += (true || ab_true[index] ? local_double : -5.31); Sum += (true || ab_true[index] ? local_double : local_double); Sum += (true || ab_true[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_33() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? local_double : t1_i.mfd); Sum += (true || ab_true[index] ? local_double : simple_func_double()); Sum += (true || ab_true[index] ? local_double : ab[index]); Sum += (true || ab_true[index] ? local_double : ab[index - 1]); Sum += (true || ab_true[index] ? static_field_double : 3.1); Sum += (true || ab_true[index] ? static_field_double : -5.31); Sum += (true || ab_true[index] ? static_field_double : local_double); Sum += (true || ab_true[index] ? static_field_double : static_field_double); Sum += (true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (true || ab_true[index] ? static_field_double : ab[index]); Sum += (true || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (true || ab_true[index] ? t1_i.mfd : local_double); Sum += (true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (true || ab_true[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_34() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? simple_func_double() : 3.1); Sum += (true || ab_true[index] ? simple_func_double() : -5.31); Sum += (true || ab_true[index] ? simple_func_double() : local_double); Sum += (true || ab_true[index] ? simple_func_double() : static_field_double); Sum += (true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (true || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (true || ab_true[index] ? ab[index] : 3.1); Sum += (true || ab_true[index] ? ab[index] : -5.31); Sum += (true || ab_true[index] ? ab[index] : local_double); Sum += (true || ab_true[index] ? ab[index] : static_field_double); Sum += (true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (true || ab_true[index] ? ab[index] : ab[index]); Sum += (true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (true || ab_true[index] ? ab[index - 1] : local_double); Sum += (true || ab_true[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_35() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (true || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (true || ab_false[index] ? 3.1 : 3.1); Sum += (true || ab_false[index] ? 3.1 : -5.31); Sum += (true || ab_false[index] ? 3.1 : local_double); Sum += (true || ab_false[index] ? 3.1 : static_field_double); Sum += (true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (true || ab_false[index] ? 3.1 : ab[index]); Sum += (true || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (true || ab_false[index] ? -5.31 : 3.1); Sum += (true || ab_false[index] ? -5.31 : -5.31); Sum += (true || ab_false[index] ? -5.31 : local_double); Sum += (true || ab_false[index] ? -5.31 : static_field_double); Sum += (true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (true || ab_false[index] ? -5.31 : ab[index]); Sum += (true || ab_false[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_36() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_false[index] ? local_double : 3.1); Sum += (true || ab_false[index] ? local_double : -5.31); Sum += (true || ab_false[index] ? local_double : local_double); Sum += (true || ab_false[index] ? local_double : static_field_double); Sum += (true || ab_false[index] ? local_double : t1_i.mfd); Sum += (true || ab_false[index] ? local_double : simple_func_double()); Sum += (true || ab_false[index] ? local_double : ab[index]); Sum += (true || ab_false[index] ? local_double : ab[index - 1]); Sum += (true || ab_false[index] ? static_field_double : 3.1); Sum += (true || ab_false[index] ? static_field_double : -5.31); Sum += (true || ab_false[index] ? static_field_double : local_double); Sum += (true || ab_false[index] ? static_field_double : static_field_double); Sum += (true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (true || ab_false[index] ? static_field_double : ab[index]); Sum += (true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (true || ab_false[index] ? t1_i.mfd : local_double); Sum += (true || ab_false[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_37() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (true || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (true || ab_false[index] ? simple_func_double() : 3.1); Sum += (true || ab_false[index] ? simple_func_double() : -5.31); Sum += (true || ab_false[index] ? simple_func_double() : local_double); Sum += (true || ab_false[index] ? simple_func_double() : static_field_double); Sum += (true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (true || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (true || ab_false[index] ? ab[index] : 3.1); Sum += (true || ab_false[index] ? ab[index] : -5.31); Sum += (true || ab_false[index] ? ab[index] : local_double); Sum += (true || ab_false[index] ? ab[index] : static_field_double); Sum += (true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (true || ab_false[index] ? ab[index] : ab[index]); Sum += (true || ab_false[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_38() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (true || ab_false[index] ? ab[index - 1] : local_double); Sum += (true || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (true || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (false || true ? 3.1 : 3.1); Sum += (false || true ? 3.1 : -5.31); Sum += (false || true ? 3.1 : local_double); Sum += (false || true ? 3.1 : static_field_double); Sum += (false || true ? 3.1 : t1_i.mfd); Sum += (false || true ? 3.1 : simple_func_double()); Sum += (false || true ? 3.1 : ab[index]); Sum += (false || true ? 3.1 : ab[index - 1]); Sum += (false || true ? -5.31 : 3.1); Sum += (false || true ? -5.31 : -5.31); Sum += (false || true ? -5.31 : local_double); Sum += (false || true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_39() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || true ? -5.31 : t1_i.mfd); Sum += (false || true ? -5.31 : simple_func_double()); Sum += (false || true ? -5.31 : ab[index]); Sum += (false || true ? -5.31 : ab[index - 1]); Sum += (false || true ? local_double : 3.1); Sum += (false || true ? local_double : -5.31); Sum += (false || true ? local_double : local_double); Sum += (false || true ? local_double : static_field_double); Sum += (false || true ? local_double : t1_i.mfd); Sum += (false || true ? local_double : simple_func_double()); Sum += (false || true ? local_double : ab[index]); Sum += (false || true ? local_double : ab[index - 1]); Sum += (false || true ? static_field_double : 3.1); Sum += (false || true ? static_field_double : -5.31); Sum += (false || true ? static_field_double : local_double); Sum += (false || true ? static_field_double : static_field_double); Sum += (false || true ? static_field_double : t1_i.mfd); Sum += (false || true ? static_field_double : simple_func_double()); Sum += (false || true ? static_field_double : ab[index]); Sum += (false || true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_40() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || true ? t1_i.mfd : 3.1); Sum += (false || true ? t1_i.mfd : -5.31); Sum += (false || true ? t1_i.mfd : local_double); Sum += (false || true ? t1_i.mfd : static_field_double); Sum += (false || true ? t1_i.mfd : t1_i.mfd); Sum += (false || true ? t1_i.mfd : simple_func_double()); Sum += (false || true ? t1_i.mfd : ab[index]); Sum += (false || true ? t1_i.mfd : ab[index - 1]); Sum += (false || true ? simple_func_double() : 3.1); Sum += (false || true ? simple_func_double() : -5.31); Sum += (false || true ? simple_func_double() : local_double); Sum += (false || true ? simple_func_double() : static_field_double); Sum += (false || true ? simple_func_double() : t1_i.mfd); Sum += (false || true ? simple_func_double() : simple_func_double()); Sum += (false || true ? simple_func_double() : ab[index]); Sum += (false || true ? simple_func_double() : ab[index - 1]); Sum += (false || true ? ab[index] : 3.1); Sum += (false || true ? ab[index] : -5.31); Sum += (false || true ? ab[index] : local_double); Sum += (false || true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_41() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || true ? ab[index] : t1_i.mfd); Sum += (false || true ? ab[index] : simple_func_double()); Sum += (false || true ? ab[index] : ab[index]); Sum += (false || true ? ab[index] : ab[index - 1]); Sum += (false || true ? ab[index - 1] : 3.1); Sum += (false || true ? ab[index - 1] : -5.31); Sum += (false || true ? ab[index - 1] : local_double); Sum += (false || true ? ab[index - 1] : static_field_double); Sum += (false || true ? ab[index - 1] : t1_i.mfd); Sum += (false || true ? ab[index - 1] : simple_func_double()); Sum += (false || true ? ab[index - 1] : ab[index]); Sum += (false || true ? ab[index - 1] : ab[index - 1]); Sum += (false || false ? 3.1 : 3.1); Sum += (false || false ? 3.1 : -5.31); Sum += (false || false ? 3.1 : local_double); Sum += (false || false ? 3.1 : static_field_double); Sum += (false || false ? 3.1 : t1_i.mfd); Sum += (false || false ? 3.1 : simple_func_double()); Sum += (false || false ? 3.1 : ab[index]); Sum += (false || false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_42() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || false ? -5.31 : 3.1); Sum += (false || false ? -5.31 : -5.31); Sum += (false || false ? -5.31 : local_double); Sum += (false || false ? -5.31 : static_field_double); Sum += (false || false ? -5.31 : t1_i.mfd); Sum += (false || false ? -5.31 : simple_func_double()); Sum += (false || false ? -5.31 : ab[index]); Sum += (false || false ? -5.31 : ab[index - 1]); Sum += (false || false ? local_double : 3.1); Sum += (false || false ? local_double : -5.31); Sum += (false || false ? local_double : local_double); Sum += (false || false ? local_double : static_field_double); Sum += (false || false ? local_double : t1_i.mfd); Sum += (false || false ? local_double : simple_func_double()); Sum += (false || false ? local_double : ab[index]); Sum += (false || false ? local_double : ab[index - 1]); Sum += (false || false ? static_field_double : 3.1); Sum += (false || false ? static_field_double : -5.31); Sum += (false || false ? static_field_double : local_double); Sum += (false || false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_43() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || false ? static_field_double : t1_i.mfd); Sum += (false || false ? static_field_double : simple_func_double()); Sum += (false || false ? static_field_double : ab[index]); Sum += (false || false ? static_field_double : ab[index - 1]); Sum += (false || false ? t1_i.mfd : 3.1); Sum += (false || false ? t1_i.mfd : -5.31); Sum += (false || false ? t1_i.mfd : local_double); Sum += (false || false ? t1_i.mfd : static_field_double); Sum += (false || false ? t1_i.mfd : t1_i.mfd); Sum += (false || false ? t1_i.mfd : simple_func_double()); Sum += (false || false ? t1_i.mfd : ab[index]); Sum += (false || false ? t1_i.mfd : ab[index - 1]); Sum += (false || false ? simple_func_double() : 3.1); Sum += (false || false ? simple_func_double() : -5.31); Sum += (false || false ? simple_func_double() : local_double); Sum += (false || false ? simple_func_double() : static_field_double); Sum += (false || false ? simple_func_double() : t1_i.mfd); Sum += (false || false ? simple_func_double() : simple_func_double()); Sum += (false || false ? simple_func_double() : ab[index]); Sum += (false || false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_44() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || false ? ab[index] : 3.1); Sum += (false || false ? ab[index] : -5.31); Sum += (false || false ? ab[index] : local_double); Sum += (false || false ? ab[index] : static_field_double); Sum += (false || false ? ab[index] : t1_i.mfd); Sum += (false || false ? ab[index] : simple_func_double()); Sum += (false || false ? ab[index] : ab[index]); Sum += (false || false ? ab[index] : ab[index - 1]); Sum += (false || false ? ab[index - 1] : 3.1); Sum += (false || false ? ab[index - 1] : -5.31); Sum += (false || false ? ab[index - 1] : local_double); Sum += (false || false ? ab[index - 1] : static_field_double); Sum += (false || false ? ab[index - 1] : t1_i.mfd); Sum += (false || false ? ab[index - 1] : simple_func_double()); Sum += (false || false ? ab[index - 1] : ab[index]); Sum += (false || false ? ab[index - 1] : ab[index - 1]); Sum += (false || lb_true ? 3.1 : 3.1); Sum += (false || lb_true ? 3.1 : -5.31); Sum += (false || lb_true ? 3.1 : local_double); Sum += (false || lb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_45() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_true ? 3.1 : t1_i.mfd); Sum += (false || lb_true ? 3.1 : simple_func_double()); Sum += (false || lb_true ? 3.1 : ab[index]); Sum += (false || lb_true ? 3.1 : ab[index - 1]); Sum += (false || lb_true ? -5.31 : 3.1); Sum += (false || lb_true ? -5.31 : -5.31); Sum += (false || lb_true ? -5.31 : local_double); Sum += (false || lb_true ? -5.31 : static_field_double); Sum += (false || lb_true ? -5.31 : t1_i.mfd); Sum += (false || lb_true ? -5.31 : simple_func_double()); Sum += (false || lb_true ? -5.31 : ab[index]); Sum += (false || lb_true ? -5.31 : ab[index - 1]); Sum += (false || lb_true ? local_double : 3.1); Sum += (false || lb_true ? local_double : -5.31); Sum += (false || lb_true ? local_double : local_double); Sum += (false || lb_true ? local_double : static_field_double); Sum += (false || lb_true ? local_double : t1_i.mfd); Sum += (false || lb_true ? local_double : simple_func_double()); Sum += (false || lb_true ? local_double : ab[index]); Sum += (false || lb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_46() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_true ? static_field_double : 3.1); Sum += (false || lb_true ? static_field_double : -5.31); Sum += (false || lb_true ? static_field_double : local_double); Sum += (false || lb_true ? static_field_double : static_field_double); Sum += (false || lb_true ? static_field_double : t1_i.mfd); Sum += (false || lb_true ? static_field_double : simple_func_double()); Sum += (false || lb_true ? static_field_double : ab[index]); Sum += (false || lb_true ? static_field_double : ab[index - 1]); Sum += (false || lb_true ? t1_i.mfd : 3.1); Sum += (false || lb_true ? t1_i.mfd : -5.31); Sum += (false || lb_true ? t1_i.mfd : local_double); Sum += (false || lb_true ? t1_i.mfd : static_field_double); Sum += (false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (false || lb_true ? t1_i.mfd : ab[index]); Sum += (false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (false || lb_true ? simple_func_double() : 3.1); Sum += (false || lb_true ? simple_func_double() : -5.31); Sum += (false || lb_true ? simple_func_double() : local_double); Sum += (false || lb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_47() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (false || lb_true ? simple_func_double() : simple_func_double()); Sum += (false || lb_true ? simple_func_double() : ab[index]); Sum += (false || lb_true ? simple_func_double() : ab[index - 1]); Sum += (false || lb_true ? ab[index] : 3.1); Sum += (false || lb_true ? ab[index] : -5.31); Sum += (false || lb_true ? ab[index] : local_double); Sum += (false || lb_true ? ab[index] : static_field_double); Sum += (false || lb_true ? ab[index] : t1_i.mfd); Sum += (false || lb_true ? ab[index] : simple_func_double()); Sum += (false || lb_true ? ab[index] : ab[index]); Sum += (false || lb_true ? ab[index] : ab[index - 1]); Sum += (false || lb_true ? ab[index - 1] : 3.1); Sum += (false || lb_true ? ab[index - 1] : -5.31); Sum += (false || lb_true ? ab[index - 1] : local_double); Sum += (false || lb_true ? ab[index - 1] : static_field_double); Sum += (false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (false || lb_true ? ab[index - 1] : ab[index]); Sum += (false || lb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_48() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? 3.1 : 3.1); Sum += (false || lb_false ? 3.1 : -5.31); Sum += (false || lb_false ? 3.1 : local_double); Sum += (false || lb_false ? 3.1 : static_field_double); Sum += (false || lb_false ? 3.1 : t1_i.mfd); Sum += (false || lb_false ? 3.1 : simple_func_double()); Sum += (false || lb_false ? 3.1 : ab[index]); Sum += (false || lb_false ? 3.1 : ab[index - 1]); Sum += (false || lb_false ? -5.31 : 3.1); Sum += (false || lb_false ? -5.31 : -5.31); Sum += (false || lb_false ? -5.31 : local_double); Sum += (false || lb_false ? -5.31 : static_field_double); Sum += (false || lb_false ? -5.31 : t1_i.mfd); Sum += (false || lb_false ? -5.31 : simple_func_double()); Sum += (false || lb_false ? -5.31 : ab[index]); Sum += (false || lb_false ? -5.31 : ab[index - 1]); Sum += (false || lb_false ? local_double : 3.1); Sum += (false || lb_false ? local_double : -5.31); Sum += (false || lb_false ? local_double : local_double); Sum += (false || lb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_49() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? local_double : t1_i.mfd); Sum += (false || lb_false ? local_double : simple_func_double()); Sum += (false || lb_false ? local_double : ab[index]); Sum += (false || lb_false ? local_double : ab[index - 1]); Sum += (false || lb_false ? static_field_double : 3.1); Sum += (false || lb_false ? static_field_double : -5.31); Sum += (false || lb_false ? static_field_double : local_double); Sum += (false || lb_false ? static_field_double : static_field_double); Sum += (false || lb_false ? static_field_double : t1_i.mfd); Sum += (false || lb_false ? static_field_double : simple_func_double()); Sum += (false || lb_false ? static_field_double : ab[index]); Sum += (false || lb_false ? static_field_double : ab[index - 1]); Sum += (false || lb_false ? t1_i.mfd : 3.1); Sum += (false || lb_false ? t1_i.mfd : -5.31); Sum += (false || lb_false ? t1_i.mfd : local_double); Sum += (false || lb_false ? t1_i.mfd : static_field_double); Sum += (false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (false || lb_false ? t1_i.mfd : ab[index]); Sum += (false || lb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_50() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? simple_func_double() : 3.1); Sum += (false || lb_false ? simple_func_double() : -5.31); Sum += (false || lb_false ? simple_func_double() : local_double); Sum += (false || lb_false ? simple_func_double() : static_field_double); Sum += (false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (false || lb_false ? simple_func_double() : simple_func_double()); Sum += (false || lb_false ? simple_func_double() : ab[index]); Sum += (false || lb_false ? simple_func_double() : ab[index - 1]); Sum += (false || lb_false ? ab[index] : 3.1); Sum += (false || lb_false ? ab[index] : -5.31); Sum += (false || lb_false ? ab[index] : local_double); Sum += (false || lb_false ? ab[index] : static_field_double); Sum += (false || lb_false ? ab[index] : t1_i.mfd); Sum += (false || lb_false ? ab[index] : simple_func_double()); Sum += (false || lb_false ? ab[index] : ab[index]); Sum += (false || lb_false ? ab[index] : ab[index - 1]); Sum += (false || lb_false ? ab[index - 1] : 3.1); Sum += (false || lb_false ? ab[index - 1] : -5.31); Sum += (false || lb_false ? ab[index - 1] : local_double); Sum += (false || lb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_51() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (false || lb_false ? ab[index - 1] : ab[index]); Sum += (false || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (false || sfb_true ? 3.1 : 3.1); Sum += (false || sfb_true ? 3.1 : -5.31); Sum += (false || sfb_true ? 3.1 : local_double); Sum += (false || sfb_true ? 3.1 : static_field_double); Sum += (false || sfb_true ? 3.1 : t1_i.mfd); Sum += (false || sfb_true ? 3.1 : simple_func_double()); Sum += (false || sfb_true ? 3.1 : ab[index]); Sum += (false || sfb_true ? 3.1 : ab[index - 1]); Sum += (false || sfb_true ? -5.31 : 3.1); Sum += (false || sfb_true ? -5.31 : -5.31); Sum += (false || sfb_true ? -5.31 : local_double); Sum += (false || sfb_true ? -5.31 : static_field_double); Sum += (false || sfb_true ? -5.31 : t1_i.mfd); Sum += (false || sfb_true ? -5.31 : simple_func_double()); Sum += (false || sfb_true ? -5.31 : ab[index]); Sum += (false || sfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_52() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_true ? local_double : 3.1); Sum += (false || sfb_true ? local_double : -5.31); Sum += (false || sfb_true ? local_double : local_double); Sum += (false || sfb_true ? local_double : static_field_double); Sum += (false || sfb_true ? local_double : t1_i.mfd); Sum += (false || sfb_true ? local_double : simple_func_double()); Sum += (false || sfb_true ? local_double : ab[index]); Sum += (false || sfb_true ? local_double : ab[index - 1]); Sum += (false || sfb_true ? static_field_double : 3.1); Sum += (false || sfb_true ? static_field_double : -5.31); Sum += (false || sfb_true ? static_field_double : local_double); Sum += (false || sfb_true ? static_field_double : static_field_double); Sum += (false || sfb_true ? static_field_double : t1_i.mfd); Sum += (false || sfb_true ? static_field_double : simple_func_double()); Sum += (false || sfb_true ? static_field_double : ab[index]); Sum += (false || sfb_true ? static_field_double : ab[index - 1]); Sum += (false || sfb_true ? t1_i.mfd : 3.1); Sum += (false || sfb_true ? t1_i.mfd : -5.31); Sum += (false || sfb_true ? t1_i.mfd : local_double); Sum += (false || sfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_53() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (false || sfb_true ? t1_i.mfd : ab[index]); Sum += (false || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (false || sfb_true ? simple_func_double() : 3.1); Sum += (false || sfb_true ? simple_func_double() : -5.31); Sum += (false || sfb_true ? simple_func_double() : local_double); Sum += (false || sfb_true ? simple_func_double() : static_field_double); Sum += (false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (false || sfb_true ? simple_func_double() : ab[index]); Sum += (false || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (false || sfb_true ? ab[index] : 3.1); Sum += (false || sfb_true ? ab[index] : -5.31); Sum += (false || sfb_true ? ab[index] : local_double); Sum += (false || sfb_true ? ab[index] : static_field_double); Sum += (false || sfb_true ? ab[index] : t1_i.mfd); Sum += (false || sfb_true ? ab[index] : simple_func_double()); Sum += (false || sfb_true ? ab[index] : ab[index]); Sum += (false || sfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_54() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_true ? ab[index - 1] : 3.1); Sum += (false || sfb_true ? ab[index - 1] : -5.31); Sum += (false || sfb_true ? ab[index - 1] : local_double); Sum += (false || sfb_true ? ab[index - 1] : static_field_double); Sum += (false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (false || sfb_true ? ab[index - 1] : ab[index]); Sum += (false || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (false || sfb_false ? 3.1 : 3.1); Sum += (false || sfb_false ? 3.1 : -5.31); Sum += (false || sfb_false ? 3.1 : local_double); Sum += (false || sfb_false ? 3.1 : static_field_double); Sum += (false || sfb_false ? 3.1 : t1_i.mfd); Sum += (false || sfb_false ? 3.1 : simple_func_double()); Sum += (false || sfb_false ? 3.1 : ab[index]); Sum += (false || sfb_false ? 3.1 : ab[index - 1]); Sum += (false || sfb_false ? -5.31 : 3.1); Sum += (false || sfb_false ? -5.31 : -5.31); Sum += (false || sfb_false ? -5.31 : local_double); Sum += (false || sfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_55() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_false ? -5.31 : t1_i.mfd); Sum += (false || sfb_false ? -5.31 : simple_func_double()); Sum += (false || sfb_false ? -5.31 : ab[index]); Sum += (false || sfb_false ? -5.31 : ab[index - 1]); Sum += (false || sfb_false ? local_double : 3.1); Sum += (false || sfb_false ? local_double : -5.31); Sum += (false || sfb_false ? local_double : local_double); Sum += (false || sfb_false ? local_double : static_field_double); Sum += (false || sfb_false ? local_double : t1_i.mfd); Sum += (false || sfb_false ? local_double : simple_func_double()); Sum += (false || sfb_false ? local_double : ab[index]); Sum += (false || sfb_false ? local_double : ab[index - 1]); Sum += (false || sfb_false ? static_field_double : 3.1); Sum += (false || sfb_false ? static_field_double : -5.31); Sum += (false || sfb_false ? static_field_double : local_double); Sum += (false || sfb_false ? static_field_double : static_field_double); Sum += (false || sfb_false ? static_field_double : t1_i.mfd); Sum += (false || sfb_false ? static_field_double : simple_func_double()); Sum += (false || sfb_false ? static_field_double : ab[index]); Sum += (false || sfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_56() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_false ? t1_i.mfd : 3.1); Sum += (false || sfb_false ? t1_i.mfd : -5.31); Sum += (false || sfb_false ? t1_i.mfd : local_double); Sum += (false || sfb_false ? t1_i.mfd : static_field_double); Sum += (false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (false || sfb_false ? t1_i.mfd : ab[index]); Sum += (false || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (false || sfb_false ? simple_func_double() : 3.1); Sum += (false || sfb_false ? simple_func_double() : -5.31); Sum += (false || sfb_false ? simple_func_double() : local_double); Sum += (false || sfb_false ? simple_func_double() : static_field_double); Sum += (false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (false || sfb_false ? simple_func_double() : ab[index]); Sum += (false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (false || sfb_false ? ab[index] : 3.1); Sum += (false || sfb_false ? ab[index] : -5.31); Sum += (false || sfb_false ? ab[index] : local_double); Sum += (false || sfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_57() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_false ? ab[index] : t1_i.mfd); Sum += (false || sfb_false ? ab[index] : simple_func_double()); Sum += (false || sfb_false ? ab[index] : ab[index]); Sum += (false || sfb_false ? ab[index] : ab[index - 1]); Sum += (false || sfb_false ? ab[index - 1] : 3.1); Sum += (false || sfb_false ? ab[index - 1] : -5.31); Sum += (false || sfb_false ? ab[index - 1] : local_double); Sum += (false || sfb_false ? ab[index - 1] : static_field_double); Sum += (false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (false || sfb_false ? ab[index - 1] : ab[index]); Sum += (false || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (false || t1_i.mfb_true ? 3.1 : local_double); Sum += (false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (false || t1_i.mfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_58() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (false || t1_i.mfb_true ? -5.31 : local_double); Sum += (false || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (false || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (false || t1_i.mfb_true ? local_double : 3.1); Sum += (false || t1_i.mfb_true ? local_double : -5.31); Sum += (false || t1_i.mfb_true ? local_double : local_double); Sum += (false || t1_i.mfb_true ? local_double : static_field_double); Sum += (false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (false || t1_i.mfb_true ? local_double : ab[index]); Sum += (false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (false || t1_i.mfb_true ? static_field_double : local_double); Sum += (false || t1_i.mfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_59() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (false || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (false || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_60() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (false || t1_i.mfb_true ? ab[index] : local_double); Sum += (false || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (false || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (false || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (false || t1_i.mfb_false ? 3.1 : local_double); Sum += (false || t1_i.mfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_61() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (false || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (false || t1_i.mfb_false ? -5.31 : local_double); Sum += (false || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (false || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (false || t1_i.mfb_false ? local_double : 3.1); Sum += (false || t1_i.mfb_false ? local_double : -5.31); Sum += (false || t1_i.mfb_false ? local_double : local_double); Sum += (false || t1_i.mfb_false ? local_double : static_field_double); Sum += (false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (false || t1_i.mfb_false ? local_double : ab[index]); Sum += (false || t1_i.mfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_62() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (false || t1_i.mfb_false ? static_field_double : local_double); Sum += (false || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (false || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (false || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (false || t1_i.mfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_63() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (false || t1_i.mfb_false ? ab[index] : local_double); Sum += (false || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (false || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_64() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? 3.1 : 3.1); Sum += (false || func_sb_true() ? 3.1 : -5.31); Sum += (false || func_sb_true() ? 3.1 : local_double); Sum += (false || func_sb_true() ? 3.1 : static_field_double); Sum += (false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (false || func_sb_true() ? 3.1 : ab[index]); Sum += (false || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (false || func_sb_true() ? -5.31 : 3.1); Sum += (false || func_sb_true() ? -5.31 : -5.31); Sum += (false || func_sb_true() ? -5.31 : local_double); Sum += (false || func_sb_true() ? -5.31 : static_field_double); Sum += (false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (false || func_sb_true() ? -5.31 : ab[index]); Sum += (false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (false || func_sb_true() ? local_double : 3.1); Sum += (false || func_sb_true() ? local_double : -5.31); Sum += (false || func_sb_true() ? local_double : local_double); Sum += (false || func_sb_true() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_65() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? local_double : t1_i.mfd); Sum += (false || func_sb_true() ? local_double : simple_func_double()); Sum += (false || func_sb_true() ? local_double : ab[index]); Sum += (false || func_sb_true() ? local_double : ab[index - 1]); Sum += (false || func_sb_true() ? static_field_double : 3.1); Sum += (false || func_sb_true() ? static_field_double : -5.31); Sum += (false || func_sb_true() ? static_field_double : local_double); Sum += (false || func_sb_true() ? static_field_double : static_field_double); Sum += (false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (false || func_sb_true() ? static_field_double : ab[index]); Sum += (false || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (false || func_sb_true() ? t1_i.mfd : local_double); Sum += (false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (false || func_sb_true() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_66() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? simple_func_double() : 3.1); Sum += (false || func_sb_true() ? simple_func_double() : -5.31); Sum += (false || func_sb_true() ? simple_func_double() : local_double); Sum += (false || func_sb_true() ? simple_func_double() : static_field_double); Sum += (false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (false || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (false || func_sb_true() ? ab[index] : 3.1); Sum += (false || func_sb_true() ? ab[index] : -5.31); Sum += (false || func_sb_true() ? ab[index] : local_double); Sum += (false || func_sb_true() ? ab[index] : static_field_double); Sum += (false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (false || func_sb_true() ? ab[index] : ab[index]); Sum += (false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (false || func_sb_true() ? ab[index - 1] : local_double); Sum += (false || func_sb_true() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_67() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (false || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (false || func_sb_false() ? 3.1 : 3.1); Sum += (false || func_sb_false() ? 3.1 : -5.31); Sum += (false || func_sb_false() ? 3.1 : local_double); Sum += (false || func_sb_false() ? 3.1 : static_field_double); Sum += (false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (false || func_sb_false() ? 3.1 : ab[index]); Sum += (false || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (false || func_sb_false() ? -5.31 : 3.1); Sum += (false || func_sb_false() ? -5.31 : -5.31); Sum += (false || func_sb_false() ? -5.31 : local_double); Sum += (false || func_sb_false() ? -5.31 : static_field_double); Sum += (false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (false || func_sb_false() ? -5.31 : ab[index]); Sum += (false || func_sb_false() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_68() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_false() ? local_double : 3.1); Sum += (false || func_sb_false() ? local_double : -5.31); Sum += (false || func_sb_false() ? local_double : local_double); Sum += (false || func_sb_false() ? local_double : static_field_double); Sum += (false || func_sb_false() ? local_double : t1_i.mfd); Sum += (false || func_sb_false() ? local_double : simple_func_double()); Sum += (false || func_sb_false() ? local_double : ab[index]); Sum += (false || func_sb_false() ? local_double : ab[index - 1]); Sum += (false || func_sb_false() ? static_field_double : 3.1); Sum += (false || func_sb_false() ? static_field_double : -5.31); Sum += (false || func_sb_false() ? static_field_double : local_double); Sum += (false || func_sb_false() ? static_field_double : static_field_double); Sum += (false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (false || func_sb_false() ? static_field_double : ab[index]); Sum += (false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (false || func_sb_false() ? t1_i.mfd : local_double); Sum += (false || func_sb_false() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_69() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (false || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (false || func_sb_false() ? simple_func_double() : 3.1); Sum += (false || func_sb_false() ? simple_func_double() : -5.31); Sum += (false || func_sb_false() ? simple_func_double() : local_double); Sum += (false || func_sb_false() ? simple_func_double() : static_field_double); Sum += (false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (false || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (false || func_sb_false() ? ab[index] : 3.1); Sum += (false || func_sb_false() ? ab[index] : -5.31); Sum += (false || func_sb_false() ? ab[index] : local_double); Sum += (false || func_sb_false() ? ab[index] : static_field_double); Sum += (false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (false || func_sb_false() ? ab[index] : ab[index]); Sum += (false || func_sb_false() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_70() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (false || func_sb_false() ? ab[index - 1] : local_double); Sum += (false || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (false || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (false || ab_true[index] ? 3.1 : 3.1); Sum += (false || ab_true[index] ? 3.1 : -5.31); Sum += (false || ab_true[index] ? 3.1 : local_double); Sum += (false || ab_true[index] ? 3.1 : static_field_double); Sum += (false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (false || ab_true[index] ? 3.1 : ab[index]); Sum += (false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (false || ab_true[index] ? -5.31 : 3.1); Sum += (false || ab_true[index] ? -5.31 : -5.31); Sum += (false || ab_true[index] ? -5.31 : local_double); Sum += (false || ab_true[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_71() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (false || ab_true[index] ? -5.31 : ab[index]); Sum += (false || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (false || ab_true[index] ? local_double : 3.1); Sum += (false || ab_true[index] ? local_double : -5.31); Sum += (false || ab_true[index] ? local_double : local_double); Sum += (false || ab_true[index] ? local_double : static_field_double); Sum += (false || ab_true[index] ? local_double : t1_i.mfd); Sum += (false || ab_true[index] ? local_double : simple_func_double()); Sum += (false || ab_true[index] ? local_double : ab[index]); Sum += (false || ab_true[index] ? local_double : ab[index - 1]); Sum += (false || ab_true[index] ? static_field_double : 3.1); Sum += (false || ab_true[index] ? static_field_double : -5.31); Sum += (false || ab_true[index] ? static_field_double : local_double); Sum += (false || ab_true[index] ? static_field_double : static_field_double); Sum += (false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (false || ab_true[index] ? static_field_double : ab[index]); Sum += (false || ab_true[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_72() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (false || ab_true[index] ? t1_i.mfd : local_double); Sum += (false || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (false || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (false || ab_true[index] ? simple_func_double() : 3.1); Sum += (false || ab_true[index] ? simple_func_double() : -5.31); Sum += (false || ab_true[index] ? simple_func_double() : local_double); Sum += (false || ab_true[index] ? simple_func_double() : static_field_double); Sum += (false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (false || ab_true[index] ? ab[index] : 3.1); Sum += (false || ab_true[index] ? ab[index] : -5.31); Sum += (false || ab_true[index] ? ab[index] : local_double); Sum += (false || ab_true[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_73() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (false || ab_true[index] ? ab[index] : ab[index]); Sum += (false || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (false || ab_true[index] ? ab[index - 1] : local_double); Sum += (false || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (false || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (false || ab_false[index] ? 3.1 : 3.1); Sum += (false || ab_false[index] ? 3.1 : -5.31); Sum += (false || ab_false[index] ? 3.1 : local_double); Sum += (false || ab_false[index] ? 3.1 : static_field_double); Sum += (false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (false || ab_false[index] ? 3.1 : ab[index]); Sum += (false || ab_false[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_74() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_false[index] ? -5.31 : 3.1); Sum += (false || ab_false[index] ? -5.31 : -5.31); Sum += (false || ab_false[index] ? -5.31 : local_double); Sum += (false || ab_false[index] ? -5.31 : static_field_double); Sum += (false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (false || ab_false[index] ? -5.31 : ab[index]); Sum += (false || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (false || ab_false[index] ? local_double : 3.1); Sum += (false || ab_false[index] ? local_double : -5.31); Sum += (false || ab_false[index] ? local_double : local_double); Sum += (false || ab_false[index] ? local_double : static_field_double); Sum += (false || ab_false[index] ? local_double : t1_i.mfd); Sum += (false || ab_false[index] ? local_double : simple_func_double()); Sum += (false || ab_false[index] ? local_double : ab[index]); Sum += (false || ab_false[index] ? local_double : ab[index - 1]); Sum += (false || ab_false[index] ? static_field_double : 3.1); Sum += (false || ab_false[index] ? static_field_double : -5.31); Sum += (false || ab_false[index] ? static_field_double : local_double); Sum += (false || ab_false[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_75() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (false || ab_false[index] ? static_field_double : ab[index]); Sum += (false || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (false || ab_false[index] ? t1_i.mfd : local_double); Sum += (false || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (false || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (false || ab_false[index] ? simple_func_double() : 3.1); Sum += (false || ab_false[index] ? simple_func_double() : -5.31); Sum += (false || ab_false[index] ? simple_func_double() : local_double); Sum += (false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (false || ab_false[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_76() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_false[index] ? ab[index] : 3.1); Sum += (false || ab_false[index] ? ab[index] : -5.31); Sum += (false || ab_false[index] ? ab[index] : local_double); Sum += (false || ab_false[index] ? ab[index] : static_field_double); Sum += (false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (false || ab_false[index] ? ab[index] : ab[index]); Sum += (false || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (false || ab_false[index] ? ab[index - 1] : local_double); Sum += (false || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || true ? 3.1 : 3.1); Sum += (lb_true || true ? 3.1 : -5.31); Sum += (lb_true || true ? 3.1 : local_double); Sum += (lb_true || true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_77() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || true ? 3.1 : t1_i.mfd); Sum += (lb_true || true ? 3.1 : simple_func_double()); Sum += (lb_true || true ? 3.1 : ab[index]); Sum += (lb_true || true ? 3.1 : ab[index - 1]); Sum += (lb_true || true ? -5.31 : 3.1); Sum += (lb_true || true ? -5.31 : -5.31); Sum += (lb_true || true ? -5.31 : local_double); Sum += (lb_true || true ? -5.31 : static_field_double); Sum += (lb_true || true ? -5.31 : t1_i.mfd); Sum += (lb_true || true ? -5.31 : simple_func_double()); Sum += (lb_true || true ? -5.31 : ab[index]); Sum += (lb_true || true ? -5.31 : ab[index - 1]); Sum += (lb_true || true ? local_double : 3.1); Sum += (lb_true || true ? local_double : -5.31); Sum += (lb_true || true ? local_double : local_double); Sum += (lb_true || true ? local_double : static_field_double); Sum += (lb_true || true ? local_double : t1_i.mfd); Sum += (lb_true || true ? local_double : simple_func_double()); Sum += (lb_true || true ? local_double : ab[index]); Sum += (lb_true || true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_78() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || true ? static_field_double : 3.1); Sum += (lb_true || true ? static_field_double : -5.31); Sum += (lb_true || true ? static_field_double : local_double); Sum += (lb_true || true ? static_field_double : static_field_double); Sum += (lb_true || true ? static_field_double : t1_i.mfd); Sum += (lb_true || true ? static_field_double : simple_func_double()); Sum += (lb_true || true ? static_field_double : ab[index]); Sum += (lb_true || true ? static_field_double : ab[index - 1]); Sum += (lb_true || true ? t1_i.mfd : 3.1); Sum += (lb_true || true ? t1_i.mfd : -5.31); Sum += (lb_true || true ? t1_i.mfd : local_double); Sum += (lb_true || true ? t1_i.mfd : static_field_double); Sum += (lb_true || true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || true ? t1_i.mfd : ab[index]); Sum += (lb_true || true ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || true ? simple_func_double() : 3.1); Sum += (lb_true || true ? simple_func_double() : -5.31); Sum += (lb_true || true ? simple_func_double() : local_double); Sum += (lb_true || true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_79() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || true ? simple_func_double() : simple_func_double()); Sum += (lb_true || true ? simple_func_double() : ab[index]); Sum += (lb_true || true ? simple_func_double() : ab[index - 1]); Sum += (lb_true || true ? ab[index] : 3.1); Sum += (lb_true || true ? ab[index] : -5.31); Sum += (lb_true || true ? ab[index] : local_double); Sum += (lb_true || true ? ab[index] : static_field_double); Sum += (lb_true || true ? ab[index] : t1_i.mfd); Sum += (lb_true || true ? ab[index] : simple_func_double()); Sum += (lb_true || true ? ab[index] : ab[index]); Sum += (lb_true || true ? ab[index] : ab[index - 1]); Sum += (lb_true || true ? ab[index - 1] : 3.1); Sum += (lb_true || true ? ab[index - 1] : -5.31); Sum += (lb_true || true ? ab[index - 1] : local_double); Sum += (lb_true || true ? ab[index - 1] : static_field_double); Sum += (lb_true || true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || true ? ab[index - 1] : ab[index]); Sum += (lb_true || true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_80() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? 3.1 : 3.1); Sum += (lb_true || false ? 3.1 : -5.31); Sum += (lb_true || false ? 3.1 : local_double); Sum += (lb_true || false ? 3.1 : static_field_double); Sum += (lb_true || false ? 3.1 : t1_i.mfd); Sum += (lb_true || false ? 3.1 : simple_func_double()); Sum += (lb_true || false ? 3.1 : ab[index]); Sum += (lb_true || false ? 3.1 : ab[index - 1]); Sum += (lb_true || false ? -5.31 : 3.1); Sum += (lb_true || false ? -5.31 : -5.31); Sum += (lb_true || false ? -5.31 : local_double); Sum += (lb_true || false ? -5.31 : static_field_double); Sum += (lb_true || false ? -5.31 : t1_i.mfd); Sum += (lb_true || false ? -5.31 : simple_func_double()); Sum += (lb_true || false ? -5.31 : ab[index]); Sum += (lb_true || false ? -5.31 : ab[index - 1]); Sum += (lb_true || false ? local_double : 3.1); Sum += (lb_true || false ? local_double : -5.31); Sum += (lb_true || false ? local_double : local_double); Sum += (lb_true || false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_81() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? local_double : t1_i.mfd); Sum += (lb_true || false ? local_double : simple_func_double()); Sum += (lb_true || false ? local_double : ab[index]); Sum += (lb_true || false ? local_double : ab[index - 1]); Sum += (lb_true || false ? static_field_double : 3.1); Sum += (lb_true || false ? static_field_double : -5.31); Sum += (lb_true || false ? static_field_double : local_double); Sum += (lb_true || false ? static_field_double : static_field_double); Sum += (lb_true || false ? static_field_double : t1_i.mfd); Sum += (lb_true || false ? static_field_double : simple_func_double()); Sum += (lb_true || false ? static_field_double : ab[index]); Sum += (lb_true || false ? static_field_double : ab[index - 1]); Sum += (lb_true || false ? t1_i.mfd : 3.1); Sum += (lb_true || false ? t1_i.mfd : -5.31); Sum += (lb_true || false ? t1_i.mfd : local_double); Sum += (lb_true || false ? t1_i.mfd : static_field_double); Sum += (lb_true || false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || false ? t1_i.mfd : ab[index]); Sum += (lb_true || false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_82() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? simple_func_double() : 3.1); Sum += (lb_true || false ? simple_func_double() : -5.31); Sum += (lb_true || false ? simple_func_double() : local_double); Sum += (lb_true || false ? simple_func_double() : static_field_double); Sum += (lb_true || false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || false ? simple_func_double() : simple_func_double()); Sum += (lb_true || false ? simple_func_double() : ab[index]); Sum += (lb_true || false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || false ? ab[index] : 3.1); Sum += (lb_true || false ? ab[index] : -5.31); Sum += (lb_true || false ? ab[index] : local_double); Sum += (lb_true || false ? ab[index] : static_field_double); Sum += (lb_true || false ? ab[index] : t1_i.mfd); Sum += (lb_true || false ? ab[index] : simple_func_double()); Sum += (lb_true || false ? ab[index] : ab[index]); Sum += (lb_true || false ? ab[index] : ab[index - 1]); Sum += (lb_true || false ? ab[index - 1] : 3.1); Sum += (lb_true || false ? ab[index - 1] : -5.31); Sum += (lb_true || false ? ab[index - 1] : local_double); Sum += (lb_true || false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_83() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || false ? ab[index - 1] : ab[index]); Sum += (lb_true || false ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || lb_true ? 3.1 : 3.1); Sum += (lb_true || lb_true ? 3.1 : -5.31); Sum += (lb_true || lb_true ? 3.1 : local_double); Sum += (lb_true || lb_true ? 3.1 : static_field_double); Sum += (lb_true || lb_true ? 3.1 : t1_i.mfd); Sum += (lb_true || lb_true ? 3.1 : simple_func_double()); Sum += (lb_true || lb_true ? 3.1 : ab[index]); Sum += (lb_true || lb_true ? 3.1 : ab[index - 1]); Sum += (lb_true || lb_true ? -5.31 : 3.1); Sum += (lb_true || lb_true ? -5.31 : -5.31); Sum += (lb_true || lb_true ? -5.31 : local_double); Sum += (lb_true || lb_true ? -5.31 : static_field_double); Sum += (lb_true || lb_true ? -5.31 : t1_i.mfd); Sum += (lb_true || lb_true ? -5.31 : simple_func_double()); Sum += (lb_true || lb_true ? -5.31 : ab[index]); Sum += (lb_true || lb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_84() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_true ? local_double : 3.1); Sum += (lb_true || lb_true ? local_double : -5.31); Sum += (lb_true || lb_true ? local_double : local_double); Sum += (lb_true || lb_true ? local_double : static_field_double); Sum += (lb_true || lb_true ? local_double : t1_i.mfd); Sum += (lb_true || lb_true ? local_double : simple_func_double()); Sum += (lb_true || lb_true ? local_double : ab[index]); Sum += (lb_true || lb_true ? local_double : ab[index - 1]); Sum += (lb_true || lb_true ? static_field_double : 3.1); Sum += (lb_true || lb_true ? static_field_double : -5.31); Sum += (lb_true || lb_true ? static_field_double : local_double); Sum += (lb_true || lb_true ? static_field_double : static_field_double); Sum += (lb_true || lb_true ? static_field_double : t1_i.mfd); Sum += (lb_true || lb_true ? static_field_double : simple_func_double()); Sum += (lb_true || lb_true ? static_field_double : ab[index]); Sum += (lb_true || lb_true ? static_field_double : ab[index - 1]); Sum += (lb_true || lb_true ? t1_i.mfd : 3.1); Sum += (lb_true || lb_true ? t1_i.mfd : -5.31); Sum += (lb_true || lb_true ? t1_i.mfd : local_double); Sum += (lb_true || lb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_85() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || lb_true ? t1_i.mfd : ab[index]); Sum += (lb_true || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || lb_true ? simple_func_double() : 3.1); Sum += (lb_true || lb_true ? simple_func_double() : -5.31); Sum += (lb_true || lb_true ? simple_func_double() : local_double); Sum += (lb_true || lb_true ? simple_func_double() : static_field_double); Sum += (lb_true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || lb_true ? simple_func_double() : simple_func_double()); Sum += (lb_true || lb_true ? simple_func_double() : ab[index]); Sum += (lb_true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_true || lb_true ? ab[index] : 3.1); Sum += (lb_true || lb_true ? ab[index] : -5.31); Sum += (lb_true || lb_true ? ab[index] : local_double); Sum += (lb_true || lb_true ? ab[index] : static_field_double); Sum += (lb_true || lb_true ? ab[index] : t1_i.mfd); Sum += (lb_true || lb_true ? ab[index] : simple_func_double()); Sum += (lb_true || lb_true ? ab[index] : ab[index]); Sum += (lb_true || lb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_86() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_true ? ab[index - 1] : 3.1); Sum += (lb_true || lb_true ? ab[index - 1] : -5.31); Sum += (lb_true || lb_true ? ab[index - 1] : local_double); Sum += (lb_true || lb_true ? ab[index - 1] : static_field_double); Sum += (lb_true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || lb_true ? ab[index - 1] : ab[index]); Sum += (lb_true || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || lb_false ? 3.1 : 3.1); Sum += (lb_true || lb_false ? 3.1 : -5.31); Sum += (lb_true || lb_false ? 3.1 : local_double); Sum += (lb_true || lb_false ? 3.1 : static_field_double); Sum += (lb_true || lb_false ? 3.1 : t1_i.mfd); Sum += (lb_true || lb_false ? 3.1 : simple_func_double()); Sum += (lb_true || lb_false ? 3.1 : ab[index]); Sum += (lb_true || lb_false ? 3.1 : ab[index - 1]); Sum += (lb_true || lb_false ? -5.31 : 3.1); Sum += (lb_true || lb_false ? -5.31 : -5.31); Sum += (lb_true || lb_false ? -5.31 : local_double); Sum += (lb_true || lb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_87() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_false ? -5.31 : t1_i.mfd); Sum += (lb_true || lb_false ? -5.31 : simple_func_double()); Sum += (lb_true || lb_false ? -5.31 : ab[index]); Sum += (lb_true || lb_false ? -5.31 : ab[index - 1]); Sum += (lb_true || lb_false ? local_double : 3.1); Sum += (lb_true || lb_false ? local_double : -5.31); Sum += (lb_true || lb_false ? local_double : local_double); Sum += (lb_true || lb_false ? local_double : static_field_double); Sum += (lb_true || lb_false ? local_double : t1_i.mfd); Sum += (lb_true || lb_false ? local_double : simple_func_double()); Sum += (lb_true || lb_false ? local_double : ab[index]); Sum += (lb_true || lb_false ? local_double : ab[index - 1]); Sum += (lb_true || lb_false ? static_field_double : 3.1); Sum += (lb_true || lb_false ? static_field_double : -5.31); Sum += (lb_true || lb_false ? static_field_double : local_double); Sum += (lb_true || lb_false ? static_field_double : static_field_double); Sum += (lb_true || lb_false ? static_field_double : t1_i.mfd); Sum += (lb_true || lb_false ? static_field_double : simple_func_double()); Sum += (lb_true || lb_false ? static_field_double : ab[index]); Sum += (lb_true || lb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_88() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_false ? t1_i.mfd : 3.1); Sum += (lb_true || lb_false ? t1_i.mfd : -5.31); Sum += (lb_true || lb_false ? t1_i.mfd : local_double); Sum += (lb_true || lb_false ? t1_i.mfd : static_field_double); Sum += (lb_true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || lb_false ? t1_i.mfd : ab[index]); Sum += (lb_true || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || lb_false ? simple_func_double() : 3.1); Sum += (lb_true || lb_false ? simple_func_double() : -5.31); Sum += (lb_true || lb_false ? simple_func_double() : local_double); Sum += (lb_true || lb_false ? simple_func_double() : static_field_double); Sum += (lb_true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || lb_false ? simple_func_double() : simple_func_double()); Sum += (lb_true || lb_false ? simple_func_double() : ab[index]); Sum += (lb_true || lb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || lb_false ? ab[index] : 3.1); Sum += (lb_true || lb_false ? ab[index] : -5.31); Sum += (lb_true || lb_false ? ab[index] : local_double); Sum += (lb_true || lb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_89() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_false ? ab[index] : t1_i.mfd); Sum += (lb_true || lb_false ? ab[index] : simple_func_double()); Sum += (lb_true || lb_false ? ab[index] : ab[index]); Sum += (lb_true || lb_false ? ab[index] : ab[index - 1]); Sum += (lb_true || lb_false ? ab[index - 1] : 3.1); Sum += (lb_true || lb_false ? ab[index - 1] : -5.31); Sum += (lb_true || lb_false ? ab[index - 1] : local_double); Sum += (lb_true || lb_false ? ab[index - 1] : static_field_double); Sum += (lb_true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || lb_false ? ab[index - 1] : ab[index]); Sum += (lb_true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || sfb_true ? 3.1 : 3.1); Sum += (lb_true || sfb_true ? 3.1 : -5.31); Sum += (lb_true || sfb_true ? 3.1 : local_double); Sum += (lb_true || sfb_true ? 3.1 : static_field_double); Sum += (lb_true || sfb_true ? 3.1 : t1_i.mfd); Sum += (lb_true || sfb_true ? 3.1 : simple_func_double()); Sum += (lb_true || sfb_true ? 3.1 : ab[index]); Sum += (lb_true || sfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_90() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_true ? -5.31 : 3.1); Sum += (lb_true || sfb_true ? -5.31 : -5.31); Sum += (lb_true || sfb_true ? -5.31 : local_double); Sum += (lb_true || sfb_true ? -5.31 : static_field_double); Sum += (lb_true || sfb_true ? -5.31 : t1_i.mfd); Sum += (lb_true || sfb_true ? -5.31 : simple_func_double()); Sum += (lb_true || sfb_true ? -5.31 : ab[index]); Sum += (lb_true || sfb_true ? -5.31 : ab[index - 1]); Sum += (lb_true || sfb_true ? local_double : 3.1); Sum += (lb_true || sfb_true ? local_double : -5.31); Sum += (lb_true || sfb_true ? local_double : local_double); Sum += (lb_true || sfb_true ? local_double : static_field_double); Sum += (lb_true || sfb_true ? local_double : t1_i.mfd); Sum += (lb_true || sfb_true ? local_double : simple_func_double()); Sum += (lb_true || sfb_true ? local_double : ab[index]); Sum += (lb_true || sfb_true ? local_double : ab[index - 1]); Sum += (lb_true || sfb_true ? static_field_double : 3.1); Sum += (lb_true || sfb_true ? static_field_double : -5.31); Sum += (lb_true || sfb_true ? static_field_double : local_double); Sum += (lb_true || sfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_91() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_true ? static_field_double : t1_i.mfd); Sum += (lb_true || sfb_true ? static_field_double : simple_func_double()); Sum += (lb_true || sfb_true ? static_field_double : ab[index]); Sum += (lb_true || sfb_true ? static_field_double : ab[index - 1]); Sum += (lb_true || sfb_true ? t1_i.mfd : 3.1); Sum += (lb_true || sfb_true ? t1_i.mfd : -5.31); Sum += (lb_true || sfb_true ? t1_i.mfd : local_double); Sum += (lb_true || sfb_true ? t1_i.mfd : static_field_double); Sum += (lb_true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || sfb_true ? t1_i.mfd : ab[index]); Sum += (lb_true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || sfb_true ? simple_func_double() : 3.1); Sum += (lb_true || sfb_true ? simple_func_double() : -5.31); Sum += (lb_true || sfb_true ? simple_func_double() : local_double); Sum += (lb_true || sfb_true ? simple_func_double() : static_field_double); Sum += (lb_true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_true || sfb_true ? simple_func_double() : ab[index]); Sum += (lb_true || sfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_92() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_true ? ab[index] : 3.1); Sum += (lb_true || sfb_true ? ab[index] : -5.31); Sum += (lb_true || sfb_true ? ab[index] : local_double); Sum += (lb_true || sfb_true ? ab[index] : static_field_double); Sum += (lb_true || sfb_true ? ab[index] : t1_i.mfd); Sum += (lb_true || sfb_true ? ab[index] : simple_func_double()); Sum += (lb_true || sfb_true ? ab[index] : ab[index]); Sum += (lb_true || sfb_true ? ab[index] : ab[index - 1]); Sum += (lb_true || sfb_true ? ab[index - 1] : 3.1); Sum += (lb_true || sfb_true ? ab[index - 1] : -5.31); Sum += (lb_true || sfb_true ? ab[index - 1] : local_double); Sum += (lb_true || sfb_true ? ab[index - 1] : static_field_double); Sum += (lb_true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || sfb_true ? ab[index - 1] : ab[index]); Sum += (lb_true || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || sfb_false ? 3.1 : 3.1); Sum += (lb_true || sfb_false ? 3.1 : -5.31); Sum += (lb_true || sfb_false ? 3.1 : local_double); Sum += (lb_true || sfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_93() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_false ? 3.1 : t1_i.mfd); Sum += (lb_true || sfb_false ? 3.1 : simple_func_double()); Sum += (lb_true || sfb_false ? 3.1 : ab[index]); Sum += (lb_true || sfb_false ? 3.1 : ab[index - 1]); Sum += (lb_true || sfb_false ? -5.31 : 3.1); Sum += (lb_true || sfb_false ? -5.31 : -5.31); Sum += (lb_true || sfb_false ? -5.31 : local_double); Sum += (lb_true || sfb_false ? -5.31 : static_field_double); Sum += (lb_true || sfb_false ? -5.31 : t1_i.mfd); Sum += (lb_true || sfb_false ? -5.31 : simple_func_double()); Sum += (lb_true || sfb_false ? -5.31 : ab[index]); Sum += (lb_true || sfb_false ? -5.31 : ab[index - 1]); Sum += (lb_true || sfb_false ? local_double : 3.1); Sum += (lb_true || sfb_false ? local_double : -5.31); Sum += (lb_true || sfb_false ? local_double : local_double); Sum += (lb_true || sfb_false ? local_double : static_field_double); Sum += (lb_true || sfb_false ? local_double : t1_i.mfd); Sum += (lb_true || sfb_false ? local_double : simple_func_double()); Sum += (lb_true || sfb_false ? local_double : ab[index]); Sum += (lb_true || sfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_94() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_false ? static_field_double : 3.1); Sum += (lb_true || sfb_false ? static_field_double : -5.31); Sum += (lb_true || sfb_false ? static_field_double : local_double); Sum += (lb_true || sfb_false ? static_field_double : static_field_double); Sum += (lb_true || sfb_false ? static_field_double : t1_i.mfd); Sum += (lb_true || sfb_false ? static_field_double : simple_func_double()); Sum += (lb_true || sfb_false ? static_field_double : ab[index]); Sum += (lb_true || sfb_false ? static_field_double : ab[index - 1]); Sum += (lb_true || sfb_false ? t1_i.mfd : 3.1); Sum += (lb_true || sfb_false ? t1_i.mfd : -5.31); Sum += (lb_true || sfb_false ? t1_i.mfd : local_double); Sum += (lb_true || sfb_false ? t1_i.mfd : static_field_double); Sum += (lb_true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || sfb_false ? t1_i.mfd : ab[index]); Sum += (lb_true || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || sfb_false ? simple_func_double() : 3.1); Sum += (lb_true || sfb_false ? simple_func_double() : -5.31); Sum += (lb_true || sfb_false ? simple_func_double() : local_double); Sum += (lb_true || sfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_95() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_true || sfb_false ? simple_func_double() : ab[index]); Sum += (lb_true || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || sfb_false ? ab[index] : 3.1); Sum += (lb_true || sfb_false ? ab[index] : -5.31); Sum += (lb_true || sfb_false ? ab[index] : local_double); Sum += (lb_true || sfb_false ? ab[index] : static_field_double); Sum += (lb_true || sfb_false ? ab[index] : t1_i.mfd); Sum += (lb_true || sfb_false ? ab[index] : simple_func_double()); Sum += (lb_true || sfb_false ? ab[index] : ab[index]); Sum += (lb_true || sfb_false ? ab[index] : ab[index - 1]); Sum += (lb_true || sfb_false ? ab[index - 1] : 3.1); Sum += (lb_true || sfb_false ? ab[index - 1] : -5.31); Sum += (lb_true || sfb_false ? ab[index - 1] : local_double); Sum += (lb_true || sfb_false ? ab[index - 1] : static_field_double); Sum += (lb_true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || sfb_false ? ab[index - 1] : ab[index]); Sum += (lb_true || sfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_96() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (lb_true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (lb_true || t1_i.mfb_true ? 3.1 : local_double); Sum += (lb_true || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (lb_true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (lb_true || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (lb_true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (lb_true || t1_i.mfb_true ? -5.31 : local_double); Sum += (lb_true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (lb_true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (lb_true || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? local_double : 3.1); Sum += (lb_true || t1_i.mfb_true ? local_double : -5.31); Sum += (lb_true || t1_i.mfb_true ? local_double : local_double); Sum += (lb_true || t1_i.mfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_97() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? local_double : ab[index]); Sum += (lb_true || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (lb_true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (lb_true || t1_i.mfb_true ? static_field_double : local_double); Sum += (lb_true || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (lb_true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (lb_true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_98() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (lb_true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (lb_true || t1_i.mfb_true ? ab[index] : local_double); Sum += (lb_true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (lb_true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (lb_true || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_99() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (lb_true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (lb_true || t1_i.mfb_false ? 3.1 : local_double); Sum += (lb_true || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (lb_true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (lb_true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (lb_true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (lb_true || t1_i.mfb_false ? -5.31 : local_double); Sum += (lb_true || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (lb_true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (lb_true || t1_i.mfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_100() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_false ? local_double : 3.1); Sum += (lb_true || t1_i.mfb_false ? local_double : -5.31); Sum += (lb_true || t1_i.mfb_false ? local_double : local_double); Sum += (lb_true || t1_i.mfb_false ? local_double : static_field_double); Sum += (lb_true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? local_double : ab[index]); Sum += (lb_true || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (lb_true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (lb_true || t1_i.mfb_false ? static_field_double : local_double); Sum += (lb_true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (lb_true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (lb_true || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_101() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (lb_true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (lb_true || t1_i.mfb_false ? ab[index] : local_double); Sum += (lb_true || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (lb_true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (lb_true || t1_i.mfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_102() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || func_sb_true() ? 3.1 : 3.1); Sum += (lb_true || func_sb_true() ? 3.1 : -5.31); Sum += (lb_true || func_sb_true() ? 3.1 : local_double); Sum += (lb_true || func_sb_true() ? 3.1 : static_field_double); Sum += (lb_true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (lb_true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (lb_true || func_sb_true() ? 3.1 : ab[index]); Sum += (lb_true || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (lb_true || func_sb_true() ? -5.31 : 3.1); Sum += (lb_true || func_sb_true() ? -5.31 : -5.31); Sum += (lb_true || func_sb_true() ? -5.31 : local_double); Sum += (lb_true || func_sb_true() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_103() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (lb_true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (lb_true || func_sb_true() ? -5.31 : ab[index]); Sum += (lb_true || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (lb_true || func_sb_true() ? local_double : 3.1); Sum += (lb_true || func_sb_true() ? local_double : -5.31); Sum += (lb_true || func_sb_true() ? local_double : local_double); Sum += (lb_true || func_sb_true() ? local_double : static_field_double); Sum += (lb_true || func_sb_true() ? local_double : t1_i.mfd); Sum += (lb_true || func_sb_true() ? local_double : simple_func_double()); Sum += (lb_true || func_sb_true() ? local_double : ab[index]); Sum += (lb_true || func_sb_true() ? local_double : ab[index - 1]); Sum += (lb_true || func_sb_true() ? static_field_double : 3.1); Sum += (lb_true || func_sb_true() ? static_field_double : -5.31); Sum += (lb_true || func_sb_true() ? static_field_double : local_double); Sum += (lb_true || func_sb_true() ? static_field_double : static_field_double); Sum += (lb_true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (lb_true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (lb_true || func_sb_true() ? static_field_double : ab[index]); Sum += (lb_true || func_sb_true() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_104() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (lb_true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (lb_true || func_sb_true() ? t1_i.mfd : local_double); Sum += (lb_true || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (lb_true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (lb_true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (lb_true || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || func_sb_true() ? simple_func_double() : 3.1); Sum += (lb_true || func_sb_true() ? simple_func_double() : -5.31); Sum += (lb_true || func_sb_true() ? simple_func_double() : local_double); Sum += (lb_true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (lb_true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (lb_true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (lb_true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (lb_true || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (lb_true || func_sb_true() ? ab[index] : 3.1); Sum += (lb_true || func_sb_true() ? ab[index] : -5.31); Sum += (lb_true || func_sb_true() ? ab[index] : local_double); Sum += (lb_true || func_sb_true() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_105() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (lb_true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (lb_true || func_sb_true() ? ab[index] : ab[index]); Sum += (lb_true || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (lb_true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (lb_true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (lb_true || func_sb_true() ? ab[index - 1] : local_double); Sum += (lb_true || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (lb_true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (lb_true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (lb_true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || func_sb_false() ? 3.1 : 3.1); Sum += (lb_true || func_sb_false() ? 3.1 : -5.31); Sum += (lb_true || func_sb_false() ? 3.1 : local_double); Sum += (lb_true || func_sb_false() ? 3.1 : static_field_double); Sum += (lb_true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (lb_true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (lb_true || func_sb_false() ? 3.1 : ab[index]); Sum += (lb_true || func_sb_false() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_106() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_false() ? -5.31 : 3.1); Sum += (lb_true || func_sb_false() ? -5.31 : -5.31); Sum += (lb_true || func_sb_false() ? -5.31 : local_double); Sum += (lb_true || func_sb_false() ? -5.31 : static_field_double); Sum += (lb_true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (lb_true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (lb_true || func_sb_false() ? -5.31 : ab[index]); Sum += (lb_true || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (lb_true || func_sb_false() ? local_double : 3.1); Sum += (lb_true || func_sb_false() ? local_double : -5.31); Sum += (lb_true || func_sb_false() ? local_double : local_double); Sum += (lb_true || func_sb_false() ? local_double : static_field_double); Sum += (lb_true || func_sb_false() ? local_double : t1_i.mfd); Sum += (lb_true || func_sb_false() ? local_double : simple_func_double()); Sum += (lb_true || func_sb_false() ? local_double : ab[index]); Sum += (lb_true || func_sb_false() ? local_double : ab[index - 1]); Sum += (lb_true || func_sb_false() ? static_field_double : 3.1); Sum += (lb_true || func_sb_false() ? static_field_double : -5.31); Sum += (lb_true || func_sb_false() ? static_field_double : local_double); Sum += (lb_true || func_sb_false() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_107() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (lb_true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (lb_true || func_sb_false() ? static_field_double : ab[index]); Sum += (lb_true || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (lb_true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (lb_true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (lb_true || func_sb_false() ? t1_i.mfd : local_double); Sum += (lb_true || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (lb_true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (lb_true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (lb_true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || func_sb_false() ? simple_func_double() : 3.1); Sum += (lb_true || func_sb_false() ? simple_func_double() : -5.31); Sum += (lb_true || func_sb_false() ? simple_func_double() : local_double); Sum += (lb_true || func_sb_false() ? simple_func_double() : static_field_double); Sum += (lb_true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (lb_true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (lb_true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (lb_true || func_sb_false() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_108() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_false() ? ab[index] : 3.1); Sum += (lb_true || func_sb_false() ? ab[index] : -5.31); Sum += (lb_true || func_sb_false() ? ab[index] : local_double); Sum += (lb_true || func_sb_false() ? ab[index] : static_field_double); Sum += (lb_true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (lb_true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (lb_true || func_sb_false() ? ab[index] : ab[index]); Sum += (lb_true || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (lb_true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (lb_true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (lb_true || func_sb_false() ? ab[index - 1] : local_double); Sum += (lb_true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (lb_true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (lb_true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (lb_true || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || ab_true[index] ? 3.1 : 3.1); Sum += (lb_true || ab_true[index] ? 3.1 : -5.31); Sum += (lb_true || ab_true[index] ? 3.1 : local_double); Sum += (lb_true || ab_true[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_109() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (lb_true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (lb_true || ab_true[index] ? 3.1 : ab[index]); Sum += (lb_true || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (lb_true || ab_true[index] ? -5.31 : 3.1); Sum += (lb_true || ab_true[index] ? -5.31 : -5.31); Sum += (lb_true || ab_true[index] ? -5.31 : local_double); Sum += (lb_true || ab_true[index] ? -5.31 : static_field_double); Sum += (lb_true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (lb_true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (lb_true || ab_true[index] ? -5.31 : ab[index]); Sum += (lb_true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (lb_true || ab_true[index] ? local_double : 3.1); Sum += (lb_true || ab_true[index] ? local_double : -5.31); Sum += (lb_true || ab_true[index] ? local_double : local_double); Sum += (lb_true || ab_true[index] ? local_double : static_field_double); Sum += (lb_true || ab_true[index] ? local_double : t1_i.mfd); Sum += (lb_true || ab_true[index] ? local_double : simple_func_double()); Sum += (lb_true || ab_true[index] ? local_double : ab[index]); Sum += (lb_true || ab_true[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_110() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_true[index] ? static_field_double : 3.1); Sum += (lb_true || ab_true[index] ? static_field_double : -5.31); Sum += (lb_true || ab_true[index] ? static_field_double : local_double); Sum += (lb_true || ab_true[index] ? static_field_double : static_field_double); Sum += (lb_true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (lb_true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (lb_true || ab_true[index] ? static_field_double : ab[index]); Sum += (lb_true || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (lb_true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (lb_true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (lb_true || ab_true[index] ? t1_i.mfd : local_double); Sum += (lb_true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (lb_true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (lb_true || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || ab_true[index] ? simple_func_double() : 3.1); Sum += (lb_true || ab_true[index] ? simple_func_double() : -5.31); Sum += (lb_true || ab_true[index] ? simple_func_double() : local_double); Sum += (lb_true || ab_true[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_111() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (lb_true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (lb_true || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_true || ab_true[index] ? ab[index] : 3.1); Sum += (lb_true || ab_true[index] ? ab[index] : -5.31); Sum += (lb_true || ab_true[index] ? ab[index] : local_double); Sum += (lb_true || ab_true[index] ? ab[index] : static_field_double); Sum += (lb_true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (lb_true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (lb_true || ab_true[index] ? ab[index] : ab[index]); Sum += (lb_true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (lb_true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (lb_true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (lb_true || ab_true[index] ? ab[index - 1] : local_double); Sum += (lb_true || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (lb_true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (lb_true || ab_true[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_112() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? 3.1 : 3.1); Sum += (lb_true || ab_false[index] ? 3.1 : -5.31); Sum += (lb_true || ab_false[index] ? 3.1 : local_double); Sum += (lb_true || ab_false[index] ? 3.1 : static_field_double); Sum += (lb_true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (lb_true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (lb_true || ab_false[index] ? 3.1 : ab[index]); Sum += (lb_true || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (lb_true || ab_false[index] ? -5.31 : 3.1); Sum += (lb_true || ab_false[index] ? -5.31 : -5.31); Sum += (lb_true || ab_false[index] ? -5.31 : local_double); Sum += (lb_true || ab_false[index] ? -5.31 : static_field_double); Sum += (lb_true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (lb_true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (lb_true || ab_false[index] ? -5.31 : ab[index]); Sum += (lb_true || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (lb_true || ab_false[index] ? local_double : 3.1); Sum += (lb_true || ab_false[index] ? local_double : -5.31); Sum += (lb_true || ab_false[index] ? local_double : local_double); Sum += (lb_true || ab_false[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_113() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? local_double : t1_i.mfd); Sum += (lb_true || ab_false[index] ? local_double : simple_func_double()); Sum += (lb_true || ab_false[index] ? local_double : ab[index]); Sum += (lb_true || ab_false[index] ? local_double : ab[index - 1]); Sum += (lb_true || ab_false[index] ? static_field_double : 3.1); Sum += (lb_true || ab_false[index] ? static_field_double : -5.31); Sum += (lb_true || ab_false[index] ? static_field_double : local_double); Sum += (lb_true || ab_false[index] ? static_field_double : static_field_double); Sum += (lb_true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (lb_true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (lb_true || ab_false[index] ? static_field_double : ab[index]); Sum += (lb_true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (lb_true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (lb_true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (lb_true || ab_false[index] ? t1_i.mfd : local_double); Sum += (lb_true || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (lb_true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (lb_true || ab_false[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_114() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? simple_func_double() : 3.1); Sum += (lb_true || ab_false[index] ? simple_func_double() : -5.31); Sum += (lb_true || ab_false[index] ? simple_func_double() : local_double); Sum += (lb_true || ab_false[index] ? simple_func_double() : static_field_double); Sum += (lb_true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (lb_true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (lb_true || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_true || ab_false[index] ? ab[index] : 3.1); Sum += (lb_true || ab_false[index] ? ab[index] : -5.31); Sum += (lb_true || ab_false[index] ? ab[index] : local_double); Sum += (lb_true || ab_false[index] ? ab[index] : static_field_double); Sum += (lb_true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (lb_true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (lb_true || ab_false[index] ? ab[index] : ab[index]); Sum += (lb_true || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (lb_true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (lb_true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (lb_true || ab_false[index] ? ab[index - 1] : local_double); Sum += (lb_true || ab_false[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_115() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (lb_true || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || true ? 3.1 : 3.1); Sum += (lb_false || true ? 3.1 : -5.31); Sum += (lb_false || true ? 3.1 : local_double); Sum += (lb_false || true ? 3.1 : static_field_double); Sum += (lb_false || true ? 3.1 : t1_i.mfd); Sum += (lb_false || true ? 3.1 : simple_func_double()); Sum += (lb_false || true ? 3.1 : ab[index]); Sum += (lb_false || true ? 3.1 : ab[index - 1]); Sum += (lb_false || true ? -5.31 : 3.1); Sum += (lb_false || true ? -5.31 : -5.31); Sum += (lb_false || true ? -5.31 : local_double); Sum += (lb_false || true ? -5.31 : static_field_double); Sum += (lb_false || true ? -5.31 : t1_i.mfd); Sum += (lb_false || true ? -5.31 : simple_func_double()); Sum += (lb_false || true ? -5.31 : ab[index]); Sum += (lb_false || true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_116() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || true ? local_double : 3.1); Sum += (lb_false || true ? local_double : -5.31); Sum += (lb_false || true ? local_double : local_double); Sum += (lb_false || true ? local_double : static_field_double); Sum += (lb_false || true ? local_double : t1_i.mfd); Sum += (lb_false || true ? local_double : simple_func_double()); Sum += (lb_false || true ? local_double : ab[index]); Sum += (lb_false || true ? local_double : ab[index - 1]); Sum += (lb_false || true ? static_field_double : 3.1); Sum += (lb_false || true ? static_field_double : -5.31); Sum += (lb_false || true ? static_field_double : local_double); Sum += (lb_false || true ? static_field_double : static_field_double); Sum += (lb_false || true ? static_field_double : t1_i.mfd); Sum += (lb_false || true ? static_field_double : simple_func_double()); Sum += (lb_false || true ? static_field_double : ab[index]); Sum += (lb_false || true ? static_field_double : ab[index - 1]); Sum += (lb_false || true ? t1_i.mfd : 3.1); Sum += (lb_false || true ? t1_i.mfd : -5.31); Sum += (lb_false || true ? t1_i.mfd : local_double); Sum += (lb_false || true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_117() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || true ? t1_i.mfd : ab[index]); Sum += (lb_false || true ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || true ? simple_func_double() : 3.1); Sum += (lb_false || true ? simple_func_double() : -5.31); Sum += (lb_false || true ? simple_func_double() : local_double); Sum += (lb_false || true ? simple_func_double() : static_field_double); Sum += (lb_false || true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || true ? simple_func_double() : simple_func_double()); Sum += (lb_false || true ? simple_func_double() : ab[index]); Sum += (lb_false || true ? simple_func_double() : ab[index - 1]); Sum += (lb_false || true ? ab[index] : 3.1); Sum += (lb_false || true ? ab[index] : -5.31); Sum += (lb_false || true ? ab[index] : local_double); Sum += (lb_false || true ? ab[index] : static_field_double); Sum += (lb_false || true ? ab[index] : t1_i.mfd); Sum += (lb_false || true ? ab[index] : simple_func_double()); Sum += (lb_false || true ? ab[index] : ab[index]); Sum += (lb_false || true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_118() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || true ? ab[index - 1] : 3.1); Sum += (lb_false || true ? ab[index - 1] : -5.31); Sum += (lb_false || true ? ab[index - 1] : local_double); Sum += (lb_false || true ? ab[index - 1] : static_field_double); Sum += (lb_false || true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || true ? ab[index - 1] : ab[index]); Sum += (lb_false || true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || false ? 3.1 : 3.1); Sum += (lb_false || false ? 3.1 : -5.31); Sum += (lb_false || false ? 3.1 : local_double); Sum += (lb_false || false ? 3.1 : static_field_double); Sum += (lb_false || false ? 3.1 : t1_i.mfd); Sum += (lb_false || false ? 3.1 : simple_func_double()); Sum += (lb_false || false ? 3.1 : ab[index]); Sum += (lb_false || false ? 3.1 : ab[index - 1]); Sum += (lb_false || false ? -5.31 : 3.1); Sum += (lb_false || false ? -5.31 : -5.31); Sum += (lb_false || false ? -5.31 : local_double); Sum += (lb_false || false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_119() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || false ? -5.31 : t1_i.mfd); Sum += (lb_false || false ? -5.31 : simple_func_double()); Sum += (lb_false || false ? -5.31 : ab[index]); Sum += (lb_false || false ? -5.31 : ab[index - 1]); Sum += (lb_false || false ? local_double : 3.1); Sum += (lb_false || false ? local_double : -5.31); Sum += (lb_false || false ? local_double : local_double); Sum += (lb_false || false ? local_double : static_field_double); Sum += (lb_false || false ? local_double : t1_i.mfd); Sum += (lb_false || false ? local_double : simple_func_double()); Sum += (lb_false || false ? local_double : ab[index]); Sum += (lb_false || false ? local_double : ab[index - 1]); Sum += (lb_false || false ? static_field_double : 3.1); Sum += (lb_false || false ? static_field_double : -5.31); Sum += (lb_false || false ? static_field_double : local_double); Sum += (lb_false || false ? static_field_double : static_field_double); Sum += (lb_false || false ? static_field_double : t1_i.mfd); Sum += (lb_false || false ? static_field_double : simple_func_double()); Sum += (lb_false || false ? static_field_double : ab[index]); Sum += (lb_false || false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_120() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || false ? t1_i.mfd : 3.1); Sum += (lb_false || false ? t1_i.mfd : -5.31); Sum += (lb_false || false ? t1_i.mfd : local_double); Sum += (lb_false || false ? t1_i.mfd : static_field_double); Sum += (lb_false || false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || false ? t1_i.mfd : ab[index]); Sum += (lb_false || false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || false ? simple_func_double() : 3.1); Sum += (lb_false || false ? simple_func_double() : -5.31); Sum += (lb_false || false ? simple_func_double() : local_double); Sum += (lb_false || false ? simple_func_double() : static_field_double); Sum += (lb_false || false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || false ? simple_func_double() : simple_func_double()); Sum += (lb_false || false ? simple_func_double() : ab[index]); Sum += (lb_false || false ? simple_func_double() : ab[index - 1]); Sum += (lb_false || false ? ab[index] : 3.1); Sum += (lb_false || false ? ab[index] : -5.31); Sum += (lb_false || false ? ab[index] : local_double); Sum += (lb_false || false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_121() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || false ? ab[index] : t1_i.mfd); Sum += (lb_false || false ? ab[index] : simple_func_double()); Sum += (lb_false || false ? ab[index] : ab[index]); Sum += (lb_false || false ? ab[index] : ab[index - 1]); Sum += (lb_false || false ? ab[index - 1] : 3.1); Sum += (lb_false || false ? ab[index - 1] : -5.31); Sum += (lb_false || false ? ab[index - 1] : local_double); Sum += (lb_false || false ? ab[index - 1] : static_field_double); Sum += (lb_false || false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || false ? ab[index - 1] : ab[index]); Sum += (lb_false || false ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || lb_true ? 3.1 : 3.1); Sum += (lb_false || lb_true ? 3.1 : -5.31); Sum += (lb_false || lb_true ? 3.1 : local_double); Sum += (lb_false || lb_true ? 3.1 : static_field_double); Sum += (lb_false || lb_true ? 3.1 : t1_i.mfd); Sum += (lb_false || lb_true ? 3.1 : simple_func_double()); Sum += (lb_false || lb_true ? 3.1 : ab[index]); Sum += (lb_false || lb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_122() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_true ? -5.31 : 3.1); Sum += (lb_false || lb_true ? -5.31 : -5.31); Sum += (lb_false || lb_true ? -5.31 : local_double); Sum += (lb_false || lb_true ? -5.31 : static_field_double); Sum += (lb_false || lb_true ? -5.31 : t1_i.mfd); Sum += (lb_false || lb_true ? -5.31 : simple_func_double()); Sum += (lb_false || lb_true ? -5.31 : ab[index]); Sum += (lb_false || lb_true ? -5.31 : ab[index - 1]); Sum += (lb_false || lb_true ? local_double : 3.1); Sum += (lb_false || lb_true ? local_double : -5.31); Sum += (lb_false || lb_true ? local_double : local_double); Sum += (lb_false || lb_true ? local_double : static_field_double); Sum += (lb_false || lb_true ? local_double : t1_i.mfd); Sum += (lb_false || lb_true ? local_double : simple_func_double()); Sum += (lb_false || lb_true ? local_double : ab[index]); Sum += (lb_false || lb_true ? local_double : ab[index - 1]); Sum += (lb_false || lb_true ? static_field_double : 3.1); Sum += (lb_false || lb_true ? static_field_double : -5.31); Sum += (lb_false || lb_true ? static_field_double : local_double); Sum += (lb_false || lb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_123() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_true ? static_field_double : t1_i.mfd); Sum += (lb_false || lb_true ? static_field_double : simple_func_double()); Sum += (lb_false || lb_true ? static_field_double : ab[index]); Sum += (lb_false || lb_true ? static_field_double : ab[index - 1]); Sum += (lb_false || lb_true ? t1_i.mfd : 3.1); Sum += (lb_false || lb_true ? t1_i.mfd : -5.31); Sum += (lb_false || lb_true ? t1_i.mfd : local_double); Sum += (lb_false || lb_true ? t1_i.mfd : static_field_double); Sum += (lb_false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || lb_true ? t1_i.mfd : ab[index]); Sum += (lb_false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || lb_true ? simple_func_double() : 3.1); Sum += (lb_false || lb_true ? simple_func_double() : -5.31); Sum += (lb_false || lb_true ? simple_func_double() : local_double); Sum += (lb_false || lb_true ? simple_func_double() : static_field_double); Sum += (lb_false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || lb_true ? simple_func_double() : simple_func_double()); Sum += (lb_false || lb_true ? simple_func_double() : ab[index]); Sum += (lb_false || lb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_124() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_true ? ab[index] : 3.1); Sum += (lb_false || lb_true ? ab[index] : -5.31); Sum += (lb_false || lb_true ? ab[index] : local_double); Sum += (lb_false || lb_true ? ab[index] : static_field_double); Sum += (lb_false || lb_true ? ab[index] : t1_i.mfd); Sum += (lb_false || lb_true ? ab[index] : simple_func_double()); Sum += (lb_false || lb_true ? ab[index] : ab[index]); Sum += (lb_false || lb_true ? ab[index] : ab[index - 1]); Sum += (lb_false || lb_true ? ab[index - 1] : 3.1); Sum += (lb_false || lb_true ? ab[index - 1] : -5.31); Sum += (lb_false || lb_true ? ab[index - 1] : local_double); Sum += (lb_false || lb_true ? ab[index - 1] : static_field_double); Sum += (lb_false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || lb_true ? ab[index - 1] : ab[index]); Sum += (lb_false || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || lb_false ? 3.1 : 3.1); Sum += (lb_false || lb_false ? 3.1 : -5.31); Sum += (lb_false || lb_false ? 3.1 : local_double); Sum += (lb_false || lb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_125() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_false ? 3.1 : t1_i.mfd); Sum += (lb_false || lb_false ? 3.1 : simple_func_double()); Sum += (lb_false || lb_false ? 3.1 : ab[index]); Sum += (lb_false || lb_false ? 3.1 : ab[index - 1]); Sum += (lb_false || lb_false ? -5.31 : 3.1); Sum += (lb_false || lb_false ? -5.31 : -5.31); Sum += (lb_false || lb_false ? -5.31 : local_double); Sum += (lb_false || lb_false ? -5.31 : static_field_double); Sum += (lb_false || lb_false ? -5.31 : t1_i.mfd); Sum += (lb_false || lb_false ? -5.31 : simple_func_double()); Sum += (lb_false || lb_false ? -5.31 : ab[index]); Sum += (lb_false || lb_false ? -5.31 : ab[index - 1]); Sum += (lb_false || lb_false ? local_double : 3.1); Sum += (lb_false || lb_false ? local_double : -5.31); Sum += (lb_false || lb_false ? local_double : local_double); Sum += (lb_false || lb_false ? local_double : static_field_double); Sum += (lb_false || lb_false ? local_double : t1_i.mfd); Sum += (lb_false || lb_false ? local_double : simple_func_double()); Sum += (lb_false || lb_false ? local_double : ab[index]); Sum += (lb_false || lb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_126() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_false ? static_field_double : 3.1); Sum += (lb_false || lb_false ? static_field_double : -5.31); Sum += (lb_false || lb_false ? static_field_double : local_double); Sum += (lb_false || lb_false ? static_field_double : static_field_double); Sum += (lb_false || lb_false ? static_field_double : t1_i.mfd); Sum += (lb_false || lb_false ? static_field_double : simple_func_double()); Sum += (lb_false || lb_false ? static_field_double : ab[index]); Sum += (lb_false || lb_false ? static_field_double : ab[index - 1]); Sum += (lb_false || lb_false ? t1_i.mfd : 3.1); Sum += (lb_false || lb_false ? t1_i.mfd : -5.31); Sum += (lb_false || lb_false ? t1_i.mfd : local_double); Sum += (lb_false || lb_false ? t1_i.mfd : static_field_double); Sum += (lb_false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || lb_false ? t1_i.mfd : ab[index]); Sum += (lb_false || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || lb_false ? simple_func_double() : 3.1); Sum += (lb_false || lb_false ? simple_func_double() : -5.31); Sum += (lb_false || lb_false ? simple_func_double() : local_double); Sum += (lb_false || lb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_127() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || lb_false ? simple_func_double() : simple_func_double()); Sum += (lb_false || lb_false ? simple_func_double() : ab[index]); Sum += (lb_false || lb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_false || lb_false ? ab[index] : 3.1); Sum += (lb_false || lb_false ? ab[index] : -5.31); Sum += (lb_false || lb_false ? ab[index] : local_double); Sum += (lb_false || lb_false ? ab[index] : static_field_double); Sum += (lb_false || lb_false ? ab[index] : t1_i.mfd); Sum += (lb_false || lb_false ? ab[index] : simple_func_double()); Sum += (lb_false || lb_false ? ab[index] : ab[index]); Sum += (lb_false || lb_false ? ab[index] : ab[index - 1]); Sum += (lb_false || lb_false ? ab[index - 1] : 3.1); Sum += (lb_false || lb_false ? ab[index - 1] : -5.31); Sum += (lb_false || lb_false ? ab[index - 1] : local_double); Sum += (lb_false || lb_false ? ab[index - 1] : static_field_double); Sum += (lb_false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || lb_false ? ab[index - 1] : ab[index]); Sum += (lb_false || lb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_128() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? 3.1 : 3.1); Sum += (lb_false || sfb_true ? 3.1 : -5.31); Sum += (lb_false || sfb_true ? 3.1 : local_double); Sum += (lb_false || sfb_true ? 3.1 : static_field_double); Sum += (lb_false || sfb_true ? 3.1 : t1_i.mfd); Sum += (lb_false || sfb_true ? 3.1 : simple_func_double()); Sum += (lb_false || sfb_true ? 3.1 : ab[index]); Sum += (lb_false || sfb_true ? 3.1 : ab[index - 1]); Sum += (lb_false || sfb_true ? -5.31 : 3.1); Sum += (lb_false || sfb_true ? -5.31 : -5.31); Sum += (lb_false || sfb_true ? -5.31 : local_double); Sum += (lb_false || sfb_true ? -5.31 : static_field_double); Sum += (lb_false || sfb_true ? -5.31 : t1_i.mfd); Sum += (lb_false || sfb_true ? -5.31 : simple_func_double()); Sum += (lb_false || sfb_true ? -5.31 : ab[index]); Sum += (lb_false || sfb_true ? -5.31 : ab[index - 1]); Sum += (lb_false || sfb_true ? local_double : 3.1); Sum += (lb_false || sfb_true ? local_double : -5.31); Sum += (lb_false || sfb_true ? local_double : local_double); Sum += (lb_false || sfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_129() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? local_double : t1_i.mfd); Sum += (lb_false || sfb_true ? local_double : simple_func_double()); Sum += (lb_false || sfb_true ? local_double : ab[index]); Sum += (lb_false || sfb_true ? local_double : ab[index - 1]); Sum += (lb_false || sfb_true ? static_field_double : 3.1); Sum += (lb_false || sfb_true ? static_field_double : -5.31); Sum += (lb_false || sfb_true ? static_field_double : local_double); Sum += (lb_false || sfb_true ? static_field_double : static_field_double); Sum += (lb_false || sfb_true ? static_field_double : t1_i.mfd); Sum += (lb_false || sfb_true ? static_field_double : simple_func_double()); Sum += (lb_false || sfb_true ? static_field_double : ab[index]); Sum += (lb_false || sfb_true ? static_field_double : ab[index - 1]); Sum += (lb_false || sfb_true ? t1_i.mfd : 3.1); Sum += (lb_false || sfb_true ? t1_i.mfd : -5.31); Sum += (lb_false || sfb_true ? t1_i.mfd : local_double); Sum += (lb_false || sfb_true ? t1_i.mfd : static_field_double); Sum += (lb_false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || sfb_true ? t1_i.mfd : ab[index]); Sum += (lb_false || sfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_130() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? simple_func_double() : 3.1); Sum += (lb_false || sfb_true ? simple_func_double() : -5.31); Sum += (lb_false || sfb_true ? simple_func_double() : local_double); Sum += (lb_false || sfb_true ? simple_func_double() : static_field_double); Sum += (lb_false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_false || sfb_true ? simple_func_double() : ab[index]); Sum += (lb_false || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_false || sfb_true ? ab[index] : 3.1); Sum += (lb_false || sfb_true ? ab[index] : -5.31); Sum += (lb_false || sfb_true ? ab[index] : local_double); Sum += (lb_false || sfb_true ? ab[index] : static_field_double); Sum += (lb_false || sfb_true ? ab[index] : t1_i.mfd); Sum += (lb_false || sfb_true ? ab[index] : simple_func_double()); Sum += (lb_false || sfb_true ? ab[index] : ab[index]); Sum += (lb_false || sfb_true ? ab[index] : ab[index - 1]); Sum += (lb_false || sfb_true ? ab[index - 1] : 3.1); Sum += (lb_false || sfb_true ? ab[index - 1] : -5.31); Sum += (lb_false || sfb_true ? ab[index - 1] : local_double); Sum += (lb_false || sfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_131() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || sfb_true ? ab[index - 1] : ab[index]); Sum += (lb_false || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || sfb_false ? 3.1 : 3.1); Sum += (lb_false || sfb_false ? 3.1 : -5.31); Sum += (lb_false || sfb_false ? 3.1 : local_double); Sum += (lb_false || sfb_false ? 3.1 : static_field_double); Sum += (lb_false || sfb_false ? 3.1 : t1_i.mfd); Sum += (lb_false || sfb_false ? 3.1 : simple_func_double()); Sum += (lb_false || sfb_false ? 3.1 : ab[index]); Sum += (lb_false || sfb_false ? 3.1 : ab[index - 1]); Sum += (lb_false || sfb_false ? -5.31 : 3.1); Sum += (lb_false || sfb_false ? -5.31 : -5.31); Sum += (lb_false || sfb_false ? -5.31 : local_double); Sum += (lb_false || sfb_false ? -5.31 : static_field_double); Sum += (lb_false || sfb_false ? -5.31 : t1_i.mfd); Sum += (lb_false || sfb_false ? -5.31 : simple_func_double()); Sum += (lb_false || sfb_false ? -5.31 : ab[index]); Sum += (lb_false || sfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_132() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_false ? local_double : 3.1); Sum += (lb_false || sfb_false ? local_double : -5.31); Sum += (lb_false || sfb_false ? local_double : local_double); Sum += (lb_false || sfb_false ? local_double : static_field_double); Sum += (lb_false || sfb_false ? local_double : t1_i.mfd); Sum += (lb_false || sfb_false ? local_double : simple_func_double()); Sum += (lb_false || sfb_false ? local_double : ab[index]); Sum += (lb_false || sfb_false ? local_double : ab[index - 1]); Sum += (lb_false || sfb_false ? static_field_double : 3.1); Sum += (lb_false || sfb_false ? static_field_double : -5.31); Sum += (lb_false || sfb_false ? static_field_double : local_double); Sum += (lb_false || sfb_false ? static_field_double : static_field_double); Sum += (lb_false || sfb_false ? static_field_double : t1_i.mfd); Sum += (lb_false || sfb_false ? static_field_double : simple_func_double()); Sum += (lb_false || sfb_false ? static_field_double : ab[index]); Sum += (lb_false || sfb_false ? static_field_double : ab[index - 1]); Sum += (lb_false || sfb_false ? t1_i.mfd : 3.1); Sum += (lb_false || sfb_false ? t1_i.mfd : -5.31); Sum += (lb_false || sfb_false ? t1_i.mfd : local_double); Sum += (lb_false || sfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_133() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || sfb_false ? t1_i.mfd : ab[index]); Sum += (lb_false || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || sfb_false ? simple_func_double() : 3.1); Sum += (lb_false || sfb_false ? simple_func_double() : -5.31); Sum += (lb_false || sfb_false ? simple_func_double() : local_double); Sum += (lb_false || sfb_false ? simple_func_double() : static_field_double); Sum += (lb_false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_false || sfb_false ? simple_func_double() : ab[index]); Sum += (lb_false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_false || sfb_false ? ab[index] : 3.1); Sum += (lb_false || sfb_false ? ab[index] : -5.31); Sum += (lb_false || sfb_false ? ab[index] : local_double); Sum += (lb_false || sfb_false ? ab[index] : static_field_double); Sum += (lb_false || sfb_false ? ab[index] : t1_i.mfd); Sum += (lb_false || sfb_false ? ab[index] : simple_func_double()); Sum += (lb_false || sfb_false ? ab[index] : ab[index]); Sum += (lb_false || sfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_134() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_false ? ab[index - 1] : 3.1); Sum += (lb_false || sfb_false ? ab[index - 1] : -5.31); Sum += (lb_false || sfb_false ? ab[index - 1] : local_double); Sum += (lb_false || sfb_false ? ab[index - 1] : static_field_double); Sum += (lb_false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || sfb_false ? ab[index - 1] : ab[index]); Sum += (lb_false || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (lb_false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (lb_false || t1_i.mfb_true ? 3.1 : local_double); Sum += (lb_false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (lb_false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (lb_false || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (lb_false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (lb_false || t1_i.mfb_true ? -5.31 : local_double); Sum += (lb_false || t1_i.mfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_135() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (lb_false || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? local_double : 3.1); Sum += (lb_false || t1_i.mfb_true ? local_double : -5.31); Sum += (lb_false || t1_i.mfb_true ? local_double : local_double); Sum += (lb_false || t1_i.mfb_true ? local_double : static_field_double); Sum += (lb_false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? local_double : ab[index]); Sum += (lb_false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (lb_false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (lb_false || t1_i.mfb_true ? static_field_double : local_double); Sum += (lb_false || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (lb_false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (lb_false || t1_i.mfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_136() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (lb_false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (lb_false || t1_i.mfb_true ? ab[index] : local_double); Sum += (lb_false || t1_i.mfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_137() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (lb_false || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (lb_false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (lb_false || t1_i.mfb_false ? 3.1 : local_double); Sum += (lb_false || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (lb_false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (lb_false || t1_i.mfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_138() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (lb_false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (lb_false || t1_i.mfb_false ? -5.31 : local_double); Sum += (lb_false || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (lb_false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (lb_false || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? local_double : 3.1); Sum += (lb_false || t1_i.mfb_false ? local_double : -5.31); Sum += (lb_false || t1_i.mfb_false ? local_double : local_double); Sum += (lb_false || t1_i.mfb_false ? local_double : static_field_double); Sum += (lb_false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? local_double : ab[index]); Sum += (lb_false || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (lb_false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (lb_false || t1_i.mfb_false ? static_field_double : local_double); Sum += (lb_false || t1_i.mfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_139() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (lb_false || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_140() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (lb_false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (lb_false || t1_i.mfb_false ? ab[index] : local_double); Sum += (lb_false || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (lb_false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (lb_false || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || func_sb_true() ? 3.1 : 3.1); Sum += (lb_false || func_sb_true() ? 3.1 : -5.31); Sum += (lb_false || func_sb_true() ? 3.1 : local_double); Sum += (lb_false || func_sb_true() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_141() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (lb_false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (lb_false || func_sb_true() ? 3.1 : ab[index]); Sum += (lb_false || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (lb_false || func_sb_true() ? -5.31 : 3.1); Sum += (lb_false || func_sb_true() ? -5.31 : -5.31); Sum += (lb_false || func_sb_true() ? -5.31 : local_double); Sum += (lb_false || func_sb_true() ? -5.31 : static_field_double); Sum += (lb_false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (lb_false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (lb_false || func_sb_true() ? -5.31 : ab[index]); Sum += (lb_false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (lb_false || func_sb_true() ? local_double : 3.1); Sum += (lb_false || func_sb_true() ? local_double : -5.31); Sum += (lb_false || func_sb_true() ? local_double : local_double); Sum += (lb_false || func_sb_true() ? local_double : static_field_double); Sum += (lb_false || func_sb_true() ? local_double : t1_i.mfd); Sum += (lb_false || func_sb_true() ? local_double : simple_func_double()); Sum += (lb_false || func_sb_true() ? local_double : ab[index]); Sum += (lb_false || func_sb_true() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_142() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_true() ? static_field_double : 3.1); Sum += (lb_false || func_sb_true() ? static_field_double : -5.31); Sum += (lb_false || func_sb_true() ? static_field_double : local_double); Sum += (lb_false || func_sb_true() ? static_field_double : static_field_double); Sum += (lb_false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (lb_false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (lb_false || func_sb_true() ? static_field_double : ab[index]); Sum += (lb_false || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (lb_false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (lb_false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (lb_false || func_sb_true() ? t1_i.mfd : local_double); Sum += (lb_false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (lb_false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (lb_false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (lb_false || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || func_sb_true() ? simple_func_double() : 3.1); Sum += (lb_false || func_sb_true() ? simple_func_double() : -5.31); Sum += (lb_false || func_sb_true() ? simple_func_double() : local_double); Sum += (lb_false || func_sb_true() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_143() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (lb_false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (lb_false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (lb_false || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (lb_false || func_sb_true() ? ab[index] : 3.1); Sum += (lb_false || func_sb_true() ? ab[index] : -5.31); Sum += (lb_false || func_sb_true() ? ab[index] : local_double); Sum += (lb_false || func_sb_true() ? ab[index] : static_field_double); Sum += (lb_false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (lb_false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (lb_false || func_sb_true() ? ab[index] : ab[index]); Sum += (lb_false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (lb_false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (lb_false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (lb_false || func_sb_true() ? ab[index - 1] : local_double); Sum += (lb_false || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (lb_false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (lb_false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (lb_false || func_sb_true() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_144() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? 3.1 : 3.1); Sum += (lb_false || func_sb_false() ? 3.1 : -5.31); Sum += (lb_false || func_sb_false() ? 3.1 : local_double); Sum += (lb_false || func_sb_false() ? 3.1 : static_field_double); Sum += (lb_false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (lb_false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (lb_false || func_sb_false() ? 3.1 : ab[index]); Sum += (lb_false || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (lb_false || func_sb_false() ? -5.31 : 3.1); Sum += (lb_false || func_sb_false() ? -5.31 : -5.31); Sum += (lb_false || func_sb_false() ? -5.31 : local_double); Sum += (lb_false || func_sb_false() ? -5.31 : static_field_double); Sum += (lb_false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (lb_false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (lb_false || func_sb_false() ? -5.31 : ab[index]); Sum += (lb_false || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (lb_false || func_sb_false() ? local_double : 3.1); Sum += (lb_false || func_sb_false() ? local_double : -5.31); Sum += (lb_false || func_sb_false() ? local_double : local_double); Sum += (lb_false || func_sb_false() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_145() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? local_double : t1_i.mfd); Sum += (lb_false || func_sb_false() ? local_double : simple_func_double()); Sum += (lb_false || func_sb_false() ? local_double : ab[index]); Sum += (lb_false || func_sb_false() ? local_double : ab[index - 1]); Sum += (lb_false || func_sb_false() ? static_field_double : 3.1); Sum += (lb_false || func_sb_false() ? static_field_double : -5.31); Sum += (lb_false || func_sb_false() ? static_field_double : local_double); Sum += (lb_false || func_sb_false() ? static_field_double : static_field_double); Sum += (lb_false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (lb_false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (lb_false || func_sb_false() ? static_field_double : ab[index]); Sum += (lb_false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (lb_false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (lb_false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (lb_false || func_sb_false() ? t1_i.mfd : local_double); Sum += (lb_false || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (lb_false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (lb_false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (lb_false || func_sb_false() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_146() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? simple_func_double() : 3.1); Sum += (lb_false || func_sb_false() ? simple_func_double() : -5.31); Sum += (lb_false || func_sb_false() ? simple_func_double() : local_double); Sum += (lb_false || func_sb_false() ? simple_func_double() : static_field_double); Sum += (lb_false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (lb_false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (lb_false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (lb_false || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (lb_false || func_sb_false() ? ab[index] : 3.1); Sum += (lb_false || func_sb_false() ? ab[index] : -5.31); Sum += (lb_false || func_sb_false() ? ab[index] : local_double); Sum += (lb_false || func_sb_false() ? ab[index] : static_field_double); Sum += (lb_false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (lb_false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (lb_false || func_sb_false() ? ab[index] : ab[index]); Sum += (lb_false || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (lb_false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (lb_false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (lb_false || func_sb_false() ? ab[index - 1] : local_double); Sum += (lb_false || func_sb_false() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_147() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (lb_false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (lb_false || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || ab_true[index] ? 3.1 : 3.1); Sum += (lb_false || ab_true[index] ? 3.1 : -5.31); Sum += (lb_false || ab_true[index] ? 3.1 : local_double); Sum += (lb_false || ab_true[index] ? 3.1 : static_field_double); Sum += (lb_false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (lb_false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (lb_false || ab_true[index] ? 3.1 : ab[index]); Sum += (lb_false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (lb_false || ab_true[index] ? -5.31 : 3.1); Sum += (lb_false || ab_true[index] ? -5.31 : -5.31); Sum += (lb_false || ab_true[index] ? -5.31 : local_double); Sum += (lb_false || ab_true[index] ? -5.31 : static_field_double); Sum += (lb_false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (lb_false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (lb_false || ab_true[index] ? -5.31 : ab[index]); Sum += (lb_false || ab_true[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_148() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_true[index] ? local_double : 3.1); Sum += (lb_false || ab_true[index] ? local_double : -5.31); Sum += (lb_false || ab_true[index] ? local_double : local_double); Sum += (lb_false || ab_true[index] ? local_double : static_field_double); Sum += (lb_false || ab_true[index] ? local_double : t1_i.mfd); Sum += (lb_false || ab_true[index] ? local_double : simple_func_double()); Sum += (lb_false || ab_true[index] ? local_double : ab[index]); Sum += (lb_false || ab_true[index] ? local_double : ab[index - 1]); Sum += (lb_false || ab_true[index] ? static_field_double : 3.1); Sum += (lb_false || ab_true[index] ? static_field_double : -5.31); Sum += (lb_false || ab_true[index] ? static_field_double : local_double); Sum += (lb_false || ab_true[index] ? static_field_double : static_field_double); Sum += (lb_false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (lb_false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (lb_false || ab_true[index] ? static_field_double : ab[index]); Sum += (lb_false || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (lb_false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (lb_false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (lb_false || ab_true[index] ? t1_i.mfd : local_double); Sum += (lb_false || ab_true[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_149() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (lb_false || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || ab_true[index] ? simple_func_double() : 3.1); Sum += (lb_false || ab_true[index] ? simple_func_double() : -5.31); Sum += (lb_false || ab_true[index] ? simple_func_double() : local_double); Sum += (lb_false || ab_true[index] ? simple_func_double() : static_field_double); Sum += (lb_false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (lb_false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (lb_false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_false || ab_true[index] ? ab[index] : 3.1); Sum += (lb_false || ab_true[index] ? ab[index] : -5.31); Sum += (lb_false || ab_true[index] ? ab[index] : local_double); Sum += (lb_false || ab_true[index] ? ab[index] : static_field_double); Sum += (lb_false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (lb_false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (lb_false || ab_true[index] ? ab[index] : ab[index]); Sum += (lb_false || ab_true[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_150() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (lb_false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (lb_false || ab_true[index] ? ab[index - 1] : local_double); Sum += (lb_false || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (lb_false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (lb_false || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || ab_false[index] ? 3.1 : 3.1); Sum += (lb_false || ab_false[index] ? 3.1 : -5.31); Sum += (lb_false || ab_false[index] ? 3.1 : local_double); Sum += (lb_false || ab_false[index] ? 3.1 : static_field_double); Sum += (lb_false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (lb_false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (lb_false || ab_false[index] ? 3.1 : ab[index]); Sum += (lb_false || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (lb_false || ab_false[index] ? -5.31 : 3.1); Sum += (lb_false || ab_false[index] ? -5.31 : -5.31); Sum += (lb_false || ab_false[index] ? -5.31 : local_double); Sum += (lb_false || ab_false[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_151() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (lb_false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (lb_false || ab_false[index] ? -5.31 : ab[index]); Sum += (lb_false || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (lb_false || ab_false[index] ? local_double : 3.1); Sum += (lb_false || ab_false[index] ? local_double : -5.31); Sum += (lb_false || ab_false[index] ? local_double : local_double); Sum += (lb_false || ab_false[index] ? local_double : static_field_double); Sum += (lb_false || ab_false[index] ? local_double : t1_i.mfd); Sum += (lb_false || ab_false[index] ? local_double : simple_func_double()); Sum += (lb_false || ab_false[index] ? local_double : ab[index]); Sum += (lb_false || ab_false[index] ? local_double : ab[index - 1]); Sum += (lb_false || ab_false[index] ? static_field_double : 3.1); Sum += (lb_false || ab_false[index] ? static_field_double : -5.31); Sum += (lb_false || ab_false[index] ? static_field_double : local_double); Sum += (lb_false || ab_false[index] ? static_field_double : static_field_double); Sum += (lb_false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (lb_false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (lb_false || ab_false[index] ? static_field_double : ab[index]); Sum += (lb_false || ab_false[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_152() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (lb_false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (lb_false || ab_false[index] ? t1_i.mfd : local_double); Sum += (lb_false || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (lb_false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (lb_false || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || ab_false[index] ? simple_func_double() : 3.1); Sum += (lb_false || ab_false[index] ? simple_func_double() : -5.31); Sum += (lb_false || ab_false[index] ? simple_func_double() : local_double); Sum += (lb_false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (lb_false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (lb_false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (lb_false || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_false || ab_false[index] ? ab[index] : 3.1); Sum += (lb_false || ab_false[index] ? ab[index] : -5.31); Sum += (lb_false || ab_false[index] ? ab[index] : local_double); Sum += (lb_false || ab_false[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_153() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (lb_false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (lb_false || ab_false[index] ? ab[index] : ab[index]); Sum += (lb_false || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (lb_false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (lb_false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (lb_false || ab_false[index] ? ab[index - 1] : local_double); Sum += (lb_false || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (lb_false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (lb_false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || true ? 3.1 : 3.1); Sum += (sfb_true || true ? 3.1 : -5.31); Sum += (sfb_true || true ? 3.1 : local_double); Sum += (sfb_true || true ? 3.1 : static_field_double); Sum += (sfb_true || true ? 3.1 : t1_i.mfd); Sum += (sfb_true || true ? 3.1 : simple_func_double()); Sum += (sfb_true || true ? 3.1 : ab[index]); Sum += (sfb_true || true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_154() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || true ? -5.31 : 3.1); Sum += (sfb_true || true ? -5.31 : -5.31); Sum += (sfb_true || true ? -5.31 : local_double); Sum += (sfb_true || true ? -5.31 : static_field_double); Sum += (sfb_true || true ? -5.31 : t1_i.mfd); Sum += (sfb_true || true ? -5.31 : simple_func_double()); Sum += (sfb_true || true ? -5.31 : ab[index]); Sum += (sfb_true || true ? -5.31 : ab[index - 1]); Sum += (sfb_true || true ? local_double : 3.1); Sum += (sfb_true || true ? local_double : -5.31); Sum += (sfb_true || true ? local_double : local_double); Sum += (sfb_true || true ? local_double : static_field_double); Sum += (sfb_true || true ? local_double : t1_i.mfd); Sum += (sfb_true || true ? local_double : simple_func_double()); Sum += (sfb_true || true ? local_double : ab[index]); Sum += (sfb_true || true ? local_double : ab[index - 1]); Sum += (sfb_true || true ? static_field_double : 3.1); Sum += (sfb_true || true ? static_field_double : -5.31); Sum += (sfb_true || true ? static_field_double : local_double); Sum += (sfb_true || true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_155() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || true ? static_field_double : t1_i.mfd); Sum += (sfb_true || true ? static_field_double : simple_func_double()); Sum += (sfb_true || true ? static_field_double : ab[index]); Sum += (sfb_true || true ? static_field_double : ab[index - 1]); Sum += (sfb_true || true ? t1_i.mfd : 3.1); Sum += (sfb_true || true ? t1_i.mfd : -5.31); Sum += (sfb_true || true ? t1_i.mfd : local_double); Sum += (sfb_true || true ? t1_i.mfd : static_field_double); Sum += (sfb_true || true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || true ? t1_i.mfd : ab[index]); Sum += (sfb_true || true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || true ? simple_func_double() : 3.1); Sum += (sfb_true || true ? simple_func_double() : -5.31); Sum += (sfb_true || true ? simple_func_double() : local_double); Sum += (sfb_true || true ? simple_func_double() : static_field_double); Sum += (sfb_true || true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || true ? simple_func_double() : ab[index]); Sum += (sfb_true || true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_156() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || true ? ab[index] : 3.1); Sum += (sfb_true || true ? ab[index] : -5.31); Sum += (sfb_true || true ? ab[index] : local_double); Sum += (sfb_true || true ? ab[index] : static_field_double); Sum += (sfb_true || true ? ab[index] : t1_i.mfd); Sum += (sfb_true || true ? ab[index] : simple_func_double()); Sum += (sfb_true || true ? ab[index] : ab[index]); Sum += (sfb_true || true ? ab[index] : ab[index - 1]); Sum += (sfb_true || true ? ab[index - 1] : 3.1); Sum += (sfb_true || true ? ab[index - 1] : -5.31); Sum += (sfb_true || true ? ab[index - 1] : local_double); Sum += (sfb_true || true ? ab[index - 1] : static_field_double); Sum += (sfb_true || true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || true ? ab[index - 1] : ab[index]); Sum += (sfb_true || true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || false ? 3.1 : 3.1); Sum += (sfb_true || false ? 3.1 : -5.31); Sum += (sfb_true || false ? 3.1 : local_double); Sum += (sfb_true || false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_157() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || false ? 3.1 : t1_i.mfd); Sum += (sfb_true || false ? 3.1 : simple_func_double()); Sum += (sfb_true || false ? 3.1 : ab[index]); Sum += (sfb_true || false ? 3.1 : ab[index - 1]); Sum += (sfb_true || false ? -5.31 : 3.1); Sum += (sfb_true || false ? -5.31 : -5.31); Sum += (sfb_true || false ? -5.31 : local_double); Sum += (sfb_true || false ? -5.31 : static_field_double); Sum += (sfb_true || false ? -5.31 : t1_i.mfd); Sum += (sfb_true || false ? -5.31 : simple_func_double()); Sum += (sfb_true || false ? -5.31 : ab[index]); Sum += (sfb_true || false ? -5.31 : ab[index - 1]); Sum += (sfb_true || false ? local_double : 3.1); Sum += (sfb_true || false ? local_double : -5.31); Sum += (sfb_true || false ? local_double : local_double); Sum += (sfb_true || false ? local_double : static_field_double); Sum += (sfb_true || false ? local_double : t1_i.mfd); Sum += (sfb_true || false ? local_double : simple_func_double()); Sum += (sfb_true || false ? local_double : ab[index]); Sum += (sfb_true || false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_158() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || false ? static_field_double : 3.1); Sum += (sfb_true || false ? static_field_double : -5.31); Sum += (sfb_true || false ? static_field_double : local_double); Sum += (sfb_true || false ? static_field_double : static_field_double); Sum += (sfb_true || false ? static_field_double : t1_i.mfd); Sum += (sfb_true || false ? static_field_double : simple_func_double()); Sum += (sfb_true || false ? static_field_double : ab[index]); Sum += (sfb_true || false ? static_field_double : ab[index - 1]); Sum += (sfb_true || false ? t1_i.mfd : 3.1); Sum += (sfb_true || false ? t1_i.mfd : -5.31); Sum += (sfb_true || false ? t1_i.mfd : local_double); Sum += (sfb_true || false ? t1_i.mfd : static_field_double); Sum += (sfb_true || false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || false ? t1_i.mfd : ab[index]); Sum += (sfb_true || false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || false ? simple_func_double() : 3.1); Sum += (sfb_true || false ? simple_func_double() : -5.31); Sum += (sfb_true || false ? simple_func_double() : local_double); Sum += (sfb_true || false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_159() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || false ? simple_func_double() : ab[index]); Sum += (sfb_true || false ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || false ? ab[index] : 3.1); Sum += (sfb_true || false ? ab[index] : -5.31); Sum += (sfb_true || false ? ab[index] : local_double); Sum += (sfb_true || false ? ab[index] : static_field_double); Sum += (sfb_true || false ? ab[index] : t1_i.mfd); Sum += (sfb_true || false ? ab[index] : simple_func_double()); Sum += (sfb_true || false ? ab[index] : ab[index]); Sum += (sfb_true || false ? ab[index] : ab[index - 1]); Sum += (sfb_true || false ? ab[index - 1] : 3.1); Sum += (sfb_true || false ? ab[index - 1] : -5.31); Sum += (sfb_true || false ? ab[index - 1] : local_double); Sum += (sfb_true || false ? ab[index - 1] : static_field_double); Sum += (sfb_true || false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || false ? ab[index - 1] : ab[index]); Sum += (sfb_true || false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_160() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? 3.1 : 3.1); Sum += (sfb_true || lb_true ? 3.1 : -5.31); Sum += (sfb_true || lb_true ? 3.1 : local_double); Sum += (sfb_true || lb_true ? 3.1 : static_field_double); Sum += (sfb_true || lb_true ? 3.1 : t1_i.mfd); Sum += (sfb_true || lb_true ? 3.1 : simple_func_double()); Sum += (sfb_true || lb_true ? 3.1 : ab[index]); Sum += (sfb_true || lb_true ? 3.1 : ab[index - 1]); Sum += (sfb_true || lb_true ? -5.31 : 3.1); Sum += (sfb_true || lb_true ? -5.31 : -5.31); Sum += (sfb_true || lb_true ? -5.31 : local_double); Sum += (sfb_true || lb_true ? -5.31 : static_field_double); Sum += (sfb_true || lb_true ? -5.31 : t1_i.mfd); Sum += (sfb_true || lb_true ? -5.31 : simple_func_double()); Sum += (sfb_true || lb_true ? -5.31 : ab[index]); Sum += (sfb_true || lb_true ? -5.31 : ab[index - 1]); Sum += (sfb_true || lb_true ? local_double : 3.1); Sum += (sfb_true || lb_true ? local_double : -5.31); Sum += (sfb_true || lb_true ? local_double : local_double); Sum += (sfb_true || lb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_161() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? local_double : t1_i.mfd); Sum += (sfb_true || lb_true ? local_double : simple_func_double()); Sum += (sfb_true || lb_true ? local_double : ab[index]); Sum += (sfb_true || lb_true ? local_double : ab[index - 1]); Sum += (sfb_true || lb_true ? static_field_double : 3.1); Sum += (sfb_true || lb_true ? static_field_double : -5.31); Sum += (sfb_true || lb_true ? static_field_double : local_double); Sum += (sfb_true || lb_true ? static_field_double : static_field_double); Sum += (sfb_true || lb_true ? static_field_double : t1_i.mfd); Sum += (sfb_true || lb_true ? static_field_double : simple_func_double()); Sum += (sfb_true || lb_true ? static_field_double : ab[index]); Sum += (sfb_true || lb_true ? static_field_double : ab[index - 1]); Sum += (sfb_true || lb_true ? t1_i.mfd : 3.1); Sum += (sfb_true || lb_true ? t1_i.mfd : -5.31); Sum += (sfb_true || lb_true ? t1_i.mfd : local_double); Sum += (sfb_true || lb_true ? t1_i.mfd : static_field_double); Sum += (sfb_true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || lb_true ? t1_i.mfd : ab[index]); Sum += (sfb_true || lb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_162() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? simple_func_double() : 3.1); Sum += (sfb_true || lb_true ? simple_func_double() : -5.31); Sum += (sfb_true || lb_true ? simple_func_double() : local_double); Sum += (sfb_true || lb_true ? simple_func_double() : static_field_double); Sum += (sfb_true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || lb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || lb_true ? simple_func_double() : ab[index]); Sum += (sfb_true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || lb_true ? ab[index] : 3.1); Sum += (sfb_true || lb_true ? ab[index] : -5.31); Sum += (sfb_true || lb_true ? ab[index] : local_double); Sum += (sfb_true || lb_true ? ab[index] : static_field_double); Sum += (sfb_true || lb_true ? ab[index] : t1_i.mfd); Sum += (sfb_true || lb_true ? ab[index] : simple_func_double()); Sum += (sfb_true || lb_true ? ab[index] : ab[index]); Sum += (sfb_true || lb_true ? ab[index] : ab[index - 1]); Sum += (sfb_true || lb_true ? ab[index - 1] : 3.1); Sum += (sfb_true || lb_true ? ab[index - 1] : -5.31); Sum += (sfb_true || lb_true ? ab[index - 1] : local_double); Sum += (sfb_true || lb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_163() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || lb_true ? ab[index - 1] : ab[index]); Sum += (sfb_true || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || lb_false ? 3.1 : 3.1); Sum += (sfb_true || lb_false ? 3.1 : -5.31); Sum += (sfb_true || lb_false ? 3.1 : local_double); Sum += (sfb_true || lb_false ? 3.1 : static_field_double); Sum += (sfb_true || lb_false ? 3.1 : t1_i.mfd); Sum += (sfb_true || lb_false ? 3.1 : simple_func_double()); Sum += (sfb_true || lb_false ? 3.1 : ab[index]); Sum += (sfb_true || lb_false ? 3.1 : ab[index - 1]); Sum += (sfb_true || lb_false ? -5.31 : 3.1); Sum += (sfb_true || lb_false ? -5.31 : -5.31); Sum += (sfb_true || lb_false ? -5.31 : local_double); Sum += (sfb_true || lb_false ? -5.31 : static_field_double); Sum += (sfb_true || lb_false ? -5.31 : t1_i.mfd); Sum += (sfb_true || lb_false ? -5.31 : simple_func_double()); Sum += (sfb_true || lb_false ? -5.31 : ab[index]); Sum += (sfb_true || lb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_164() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_false ? local_double : 3.1); Sum += (sfb_true || lb_false ? local_double : -5.31); Sum += (sfb_true || lb_false ? local_double : local_double); Sum += (sfb_true || lb_false ? local_double : static_field_double); Sum += (sfb_true || lb_false ? local_double : t1_i.mfd); Sum += (sfb_true || lb_false ? local_double : simple_func_double()); Sum += (sfb_true || lb_false ? local_double : ab[index]); Sum += (sfb_true || lb_false ? local_double : ab[index - 1]); Sum += (sfb_true || lb_false ? static_field_double : 3.1); Sum += (sfb_true || lb_false ? static_field_double : -5.31); Sum += (sfb_true || lb_false ? static_field_double : local_double); Sum += (sfb_true || lb_false ? static_field_double : static_field_double); Sum += (sfb_true || lb_false ? static_field_double : t1_i.mfd); Sum += (sfb_true || lb_false ? static_field_double : simple_func_double()); Sum += (sfb_true || lb_false ? static_field_double : ab[index]); Sum += (sfb_true || lb_false ? static_field_double : ab[index - 1]); Sum += (sfb_true || lb_false ? t1_i.mfd : 3.1); Sum += (sfb_true || lb_false ? t1_i.mfd : -5.31); Sum += (sfb_true || lb_false ? t1_i.mfd : local_double); Sum += (sfb_true || lb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_165() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || lb_false ? t1_i.mfd : ab[index]); Sum += (sfb_true || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || lb_false ? simple_func_double() : 3.1); Sum += (sfb_true || lb_false ? simple_func_double() : -5.31); Sum += (sfb_true || lb_false ? simple_func_double() : local_double); Sum += (sfb_true || lb_false ? simple_func_double() : static_field_double); Sum += (sfb_true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || lb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || lb_false ? simple_func_double() : ab[index]); Sum += (sfb_true || lb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || lb_false ? ab[index] : 3.1); Sum += (sfb_true || lb_false ? ab[index] : -5.31); Sum += (sfb_true || lb_false ? ab[index] : local_double); Sum += (sfb_true || lb_false ? ab[index] : static_field_double); Sum += (sfb_true || lb_false ? ab[index] : t1_i.mfd); Sum += (sfb_true || lb_false ? ab[index] : simple_func_double()); Sum += (sfb_true || lb_false ? ab[index] : ab[index]); Sum += (sfb_true || lb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_166() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_false ? ab[index - 1] : 3.1); Sum += (sfb_true || lb_false ? ab[index - 1] : -5.31); Sum += (sfb_true || lb_false ? ab[index - 1] : local_double); Sum += (sfb_true || lb_false ? ab[index - 1] : static_field_double); Sum += (sfb_true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || lb_false ? ab[index - 1] : ab[index]); Sum += (sfb_true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || sfb_true ? 3.1 : 3.1); Sum += (sfb_true || sfb_true ? 3.1 : -5.31); Sum += (sfb_true || sfb_true ? 3.1 : local_double); Sum += (sfb_true || sfb_true ? 3.1 : static_field_double); Sum += (sfb_true || sfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_true || sfb_true ? 3.1 : simple_func_double()); Sum += (sfb_true || sfb_true ? 3.1 : ab[index]); Sum += (sfb_true || sfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_true || sfb_true ? -5.31 : 3.1); Sum += (sfb_true || sfb_true ? -5.31 : -5.31); Sum += (sfb_true || sfb_true ? -5.31 : local_double); Sum += (sfb_true || sfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_167() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_true || sfb_true ? -5.31 : simple_func_double()); Sum += (sfb_true || sfb_true ? -5.31 : ab[index]); Sum += (sfb_true || sfb_true ? -5.31 : ab[index - 1]); Sum += (sfb_true || sfb_true ? local_double : 3.1); Sum += (sfb_true || sfb_true ? local_double : -5.31); Sum += (sfb_true || sfb_true ? local_double : local_double); Sum += (sfb_true || sfb_true ? local_double : static_field_double); Sum += (sfb_true || sfb_true ? local_double : t1_i.mfd); Sum += (sfb_true || sfb_true ? local_double : simple_func_double()); Sum += (sfb_true || sfb_true ? local_double : ab[index]); Sum += (sfb_true || sfb_true ? local_double : ab[index - 1]); Sum += (sfb_true || sfb_true ? static_field_double : 3.1); Sum += (sfb_true || sfb_true ? static_field_double : -5.31); Sum += (sfb_true || sfb_true ? static_field_double : local_double); Sum += (sfb_true || sfb_true ? static_field_double : static_field_double); Sum += (sfb_true || sfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_true || sfb_true ? static_field_double : simple_func_double()); Sum += (sfb_true || sfb_true ? static_field_double : ab[index]); Sum += (sfb_true || sfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_168() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_true ? t1_i.mfd : 3.1); Sum += (sfb_true || sfb_true ? t1_i.mfd : -5.31); Sum += (sfb_true || sfb_true ? t1_i.mfd : local_double); Sum += (sfb_true || sfb_true ? t1_i.mfd : static_field_double); Sum += (sfb_true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || sfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || sfb_true ? simple_func_double() : 3.1); Sum += (sfb_true || sfb_true ? simple_func_double() : -5.31); Sum += (sfb_true || sfb_true ? simple_func_double() : local_double); Sum += (sfb_true || sfb_true ? simple_func_double() : static_field_double); Sum += (sfb_true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || sfb_true ? simple_func_double() : ab[index]); Sum += (sfb_true || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || sfb_true ? ab[index] : 3.1); Sum += (sfb_true || sfb_true ? ab[index] : -5.31); Sum += (sfb_true || sfb_true ? ab[index] : local_double); Sum += (sfb_true || sfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_169() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_true || sfb_true ? ab[index] : simple_func_double()); Sum += (sfb_true || sfb_true ? ab[index] : ab[index]); Sum += (sfb_true || sfb_true ? ab[index] : ab[index - 1]); Sum += (sfb_true || sfb_true ? ab[index - 1] : 3.1); Sum += (sfb_true || sfb_true ? ab[index - 1] : -5.31); Sum += (sfb_true || sfb_true ? ab[index - 1] : local_double); Sum += (sfb_true || sfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || sfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_true || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || sfb_false ? 3.1 : 3.1); Sum += (sfb_true || sfb_false ? 3.1 : -5.31); Sum += (sfb_true || sfb_false ? 3.1 : local_double); Sum += (sfb_true || sfb_false ? 3.1 : static_field_double); Sum += (sfb_true || sfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_true || sfb_false ? 3.1 : simple_func_double()); Sum += (sfb_true || sfb_false ? 3.1 : ab[index]); Sum += (sfb_true || sfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_170() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_false ? -5.31 : 3.1); Sum += (sfb_true || sfb_false ? -5.31 : -5.31); Sum += (sfb_true || sfb_false ? -5.31 : local_double); Sum += (sfb_true || sfb_false ? -5.31 : static_field_double); Sum += (sfb_true || sfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_true || sfb_false ? -5.31 : simple_func_double()); Sum += (sfb_true || sfb_false ? -5.31 : ab[index]); Sum += (sfb_true || sfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_true || sfb_false ? local_double : 3.1); Sum += (sfb_true || sfb_false ? local_double : -5.31); Sum += (sfb_true || sfb_false ? local_double : local_double); Sum += (sfb_true || sfb_false ? local_double : static_field_double); Sum += (sfb_true || sfb_false ? local_double : t1_i.mfd); Sum += (sfb_true || sfb_false ? local_double : simple_func_double()); Sum += (sfb_true || sfb_false ? local_double : ab[index]); Sum += (sfb_true || sfb_false ? local_double : ab[index - 1]); Sum += (sfb_true || sfb_false ? static_field_double : 3.1); Sum += (sfb_true || sfb_false ? static_field_double : -5.31); Sum += (sfb_true || sfb_false ? static_field_double : local_double); Sum += (sfb_true || sfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_171() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_true || sfb_false ? static_field_double : simple_func_double()); Sum += (sfb_true || sfb_false ? static_field_double : ab[index]); Sum += (sfb_true || sfb_false ? static_field_double : ab[index - 1]); Sum += (sfb_true || sfb_false ? t1_i.mfd : 3.1); Sum += (sfb_true || sfb_false ? t1_i.mfd : -5.31); Sum += (sfb_true || sfb_false ? t1_i.mfd : local_double); Sum += (sfb_true || sfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || sfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_true || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || sfb_false ? simple_func_double() : 3.1); Sum += (sfb_true || sfb_false ? simple_func_double() : -5.31); Sum += (sfb_true || sfb_false ? simple_func_double() : local_double); Sum += (sfb_true || sfb_false ? simple_func_double() : static_field_double); Sum += (sfb_true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || sfb_false ? simple_func_double() : ab[index]); Sum += (sfb_true || sfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_172() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_false ? ab[index] : 3.1); Sum += (sfb_true || sfb_false ? ab[index] : -5.31); Sum += (sfb_true || sfb_false ? ab[index] : local_double); Sum += (sfb_true || sfb_false ? ab[index] : static_field_double); Sum += (sfb_true || sfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_true || sfb_false ? ab[index] : simple_func_double()); Sum += (sfb_true || sfb_false ? ab[index] : ab[index]); Sum += (sfb_true || sfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_true || sfb_false ? ab[index - 1] : 3.1); Sum += (sfb_true || sfb_false ? ab[index - 1] : -5.31); Sum += (sfb_true || sfb_false ? ab[index - 1] : local_double); Sum += (sfb_true || sfb_false ? ab[index - 1] : static_field_double); Sum += (sfb_true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || sfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_true || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : local_double); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_173() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : local_double); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? local_double : 3.1); Sum += (sfb_true || t1_i.mfb_true ? local_double : -5.31); Sum += (sfb_true || t1_i.mfb_true ? local_double : local_double); Sum += (sfb_true || t1_i.mfb_true ? local_double : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? local_double : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_174() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : local_double); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_175() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : local_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_176() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : local_double); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : local_double); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? local_double : 3.1); Sum += (sfb_true || t1_i.mfb_false ? local_double : -5.31); Sum += (sfb_true || t1_i.mfb_false ? local_double : local_double); Sum += (sfb_true || t1_i.mfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_177() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? local_double : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : local_double); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_178() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : local_double); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_179() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? 3.1 : 3.1); Sum += (sfb_true || func_sb_true() ? 3.1 : -5.31); Sum += (sfb_true || func_sb_true() ? 3.1 : local_double); Sum += (sfb_true || func_sb_true() ? 3.1 : static_field_double); Sum += (sfb_true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (sfb_true || func_sb_true() ? 3.1 : ab[index]); Sum += (sfb_true || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? -5.31 : 3.1); Sum += (sfb_true || func_sb_true() ? -5.31 : -5.31); Sum += (sfb_true || func_sb_true() ? -5.31 : local_double); Sum += (sfb_true || func_sb_true() ? -5.31 : static_field_double); Sum += (sfb_true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (sfb_true || func_sb_true() ? -5.31 : ab[index]); Sum += (sfb_true || func_sb_true() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_180() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_true() ? local_double : 3.1); Sum += (sfb_true || func_sb_true() ? local_double : -5.31); Sum += (sfb_true || func_sb_true() ? local_double : local_double); Sum += (sfb_true || func_sb_true() ? local_double : static_field_double); Sum += (sfb_true || func_sb_true() ? local_double : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? local_double : simple_func_double()); Sum += (sfb_true || func_sb_true() ? local_double : ab[index]); Sum += (sfb_true || func_sb_true() ? local_double : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? static_field_double : 3.1); Sum += (sfb_true || func_sb_true() ? static_field_double : -5.31); Sum += (sfb_true || func_sb_true() ? static_field_double : local_double); Sum += (sfb_true || func_sb_true() ? static_field_double : static_field_double); Sum += (sfb_true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (sfb_true || func_sb_true() ? static_field_double : ab[index]); Sum += (sfb_true || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : local_double); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_181() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? simple_func_double() : 3.1); Sum += (sfb_true || func_sb_true() ? simple_func_double() : -5.31); Sum += (sfb_true || func_sb_true() ? simple_func_double() : local_double); Sum += (sfb_true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (sfb_true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (sfb_true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (sfb_true || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? ab[index] : 3.1); Sum += (sfb_true || func_sb_true() ? ab[index] : -5.31); Sum += (sfb_true || func_sb_true() ? ab[index] : local_double); Sum += (sfb_true || func_sb_true() ? ab[index] : static_field_double); Sum += (sfb_true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (sfb_true || func_sb_true() ? ab[index] : ab[index]); Sum += (sfb_true || func_sb_true() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_182() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : local_double); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? 3.1 : 3.1); Sum += (sfb_true || func_sb_false() ? 3.1 : -5.31); Sum += (sfb_true || func_sb_false() ? 3.1 : local_double); Sum += (sfb_true || func_sb_false() ? 3.1 : static_field_double); Sum += (sfb_true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (sfb_true || func_sb_false() ? 3.1 : ab[index]); Sum += (sfb_true || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? -5.31 : 3.1); Sum += (sfb_true || func_sb_false() ? -5.31 : -5.31); Sum += (sfb_true || func_sb_false() ? -5.31 : local_double); Sum += (sfb_true || func_sb_false() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_183() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (sfb_true || func_sb_false() ? -5.31 : ab[index]); Sum += (sfb_true || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? local_double : 3.1); Sum += (sfb_true || func_sb_false() ? local_double : -5.31); Sum += (sfb_true || func_sb_false() ? local_double : local_double); Sum += (sfb_true || func_sb_false() ? local_double : static_field_double); Sum += (sfb_true || func_sb_false() ? local_double : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? local_double : simple_func_double()); Sum += (sfb_true || func_sb_false() ? local_double : ab[index]); Sum += (sfb_true || func_sb_false() ? local_double : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? static_field_double : 3.1); Sum += (sfb_true || func_sb_false() ? static_field_double : -5.31); Sum += (sfb_true || func_sb_false() ? static_field_double : local_double); Sum += (sfb_true || func_sb_false() ? static_field_double : static_field_double); Sum += (sfb_true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (sfb_true || func_sb_false() ? static_field_double : ab[index]); Sum += (sfb_true || func_sb_false() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_184() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : local_double); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? simple_func_double() : 3.1); Sum += (sfb_true || func_sb_false() ? simple_func_double() : -5.31); Sum += (sfb_true || func_sb_false() ? simple_func_double() : local_double); Sum += (sfb_true || func_sb_false() ? simple_func_double() : static_field_double); Sum += (sfb_true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (sfb_true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (sfb_true || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? ab[index] : 3.1); Sum += (sfb_true || func_sb_false() ? ab[index] : -5.31); Sum += (sfb_true || func_sb_false() ? ab[index] : local_double); Sum += (sfb_true || func_sb_false() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_185() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (sfb_true || func_sb_false() ? ab[index] : ab[index]); Sum += (sfb_true || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : local_double); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? 3.1 : 3.1); Sum += (sfb_true || ab_true[index] ? 3.1 : -5.31); Sum += (sfb_true || ab_true[index] ? 3.1 : local_double); Sum += (sfb_true || ab_true[index] ? 3.1 : static_field_double); Sum += (sfb_true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (sfb_true || ab_true[index] ? 3.1 : ab[index]); Sum += (sfb_true || ab_true[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_186() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_true[index] ? -5.31 : 3.1); Sum += (sfb_true || ab_true[index] ? -5.31 : -5.31); Sum += (sfb_true || ab_true[index] ? -5.31 : local_double); Sum += (sfb_true || ab_true[index] ? -5.31 : static_field_double); Sum += (sfb_true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (sfb_true || ab_true[index] ? -5.31 : ab[index]); Sum += (sfb_true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? local_double : 3.1); Sum += (sfb_true || ab_true[index] ? local_double : -5.31); Sum += (sfb_true || ab_true[index] ? local_double : local_double); Sum += (sfb_true || ab_true[index] ? local_double : static_field_double); Sum += (sfb_true || ab_true[index] ? local_double : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? local_double : simple_func_double()); Sum += (sfb_true || ab_true[index] ? local_double : ab[index]); Sum += (sfb_true || ab_true[index] ? local_double : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? static_field_double : 3.1); Sum += (sfb_true || ab_true[index] ? static_field_double : -5.31); Sum += (sfb_true || ab_true[index] ? static_field_double : local_double); Sum += (sfb_true || ab_true[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_187() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (sfb_true || ab_true[index] ? static_field_double : ab[index]); Sum += (sfb_true || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : local_double); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? simple_func_double() : 3.1); Sum += (sfb_true || ab_true[index] ? simple_func_double() : -5.31); Sum += (sfb_true || ab_true[index] ? simple_func_double() : local_double); Sum += (sfb_true || ab_true[index] ? simple_func_double() : static_field_double); Sum += (sfb_true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (sfb_true || ab_true[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_188() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_true[index] ? ab[index] : 3.1); Sum += (sfb_true || ab_true[index] ? ab[index] : -5.31); Sum += (sfb_true || ab_true[index] ? ab[index] : local_double); Sum += (sfb_true || ab_true[index] ? ab[index] : static_field_double); Sum += (sfb_true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (sfb_true || ab_true[index] ? ab[index] : ab[index]); Sum += (sfb_true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : local_double); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? 3.1 : 3.1); Sum += (sfb_true || ab_false[index] ? 3.1 : -5.31); Sum += (sfb_true || ab_false[index] ? 3.1 : local_double); Sum += (sfb_true || ab_false[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_189() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (sfb_true || ab_false[index] ? 3.1 : ab[index]); Sum += (sfb_true || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? -5.31 : 3.1); Sum += (sfb_true || ab_false[index] ? -5.31 : -5.31); Sum += (sfb_true || ab_false[index] ? -5.31 : local_double); Sum += (sfb_true || ab_false[index] ? -5.31 : static_field_double); Sum += (sfb_true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (sfb_true || ab_false[index] ? -5.31 : ab[index]); Sum += (sfb_true || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? local_double : 3.1); Sum += (sfb_true || ab_false[index] ? local_double : -5.31); Sum += (sfb_true || ab_false[index] ? local_double : local_double); Sum += (sfb_true || ab_false[index] ? local_double : static_field_double); Sum += (sfb_true || ab_false[index] ? local_double : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? local_double : simple_func_double()); Sum += (sfb_true || ab_false[index] ? local_double : ab[index]); Sum += (sfb_true || ab_false[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_190() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_false[index] ? static_field_double : 3.1); Sum += (sfb_true || ab_false[index] ? static_field_double : -5.31); Sum += (sfb_true || ab_false[index] ? static_field_double : local_double); Sum += (sfb_true || ab_false[index] ? static_field_double : static_field_double); Sum += (sfb_true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (sfb_true || ab_false[index] ? static_field_double : ab[index]); Sum += (sfb_true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : local_double); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? simple_func_double() : 3.1); Sum += (sfb_true || ab_false[index] ? simple_func_double() : -5.31); Sum += (sfb_true || ab_false[index] ? simple_func_double() : local_double); Sum += (sfb_true || ab_false[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_191() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (sfb_true || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? ab[index] : 3.1); Sum += (sfb_true || ab_false[index] ? ab[index] : -5.31); Sum += (sfb_true || ab_false[index] ? ab[index] : local_double); Sum += (sfb_true || ab_false[index] ? ab[index] : static_field_double); Sum += (sfb_true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (sfb_true || ab_false[index] ? ab[index] : ab[index]); Sum += (sfb_true || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : local_double); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_192() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? 3.1 : 3.1); Sum += (sfb_false || true ? 3.1 : -5.31); Sum += (sfb_false || true ? 3.1 : local_double); Sum += (sfb_false || true ? 3.1 : static_field_double); Sum += (sfb_false || true ? 3.1 : t1_i.mfd); Sum += (sfb_false || true ? 3.1 : simple_func_double()); Sum += (sfb_false || true ? 3.1 : ab[index]); Sum += (sfb_false || true ? 3.1 : ab[index - 1]); Sum += (sfb_false || true ? -5.31 : 3.1); Sum += (sfb_false || true ? -5.31 : -5.31); Sum += (sfb_false || true ? -5.31 : local_double); Sum += (sfb_false || true ? -5.31 : static_field_double); Sum += (sfb_false || true ? -5.31 : t1_i.mfd); Sum += (sfb_false || true ? -5.31 : simple_func_double()); Sum += (sfb_false || true ? -5.31 : ab[index]); Sum += (sfb_false || true ? -5.31 : ab[index - 1]); Sum += (sfb_false || true ? local_double : 3.1); Sum += (sfb_false || true ? local_double : -5.31); Sum += (sfb_false || true ? local_double : local_double); Sum += (sfb_false || true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_193() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? local_double : t1_i.mfd); Sum += (sfb_false || true ? local_double : simple_func_double()); Sum += (sfb_false || true ? local_double : ab[index]); Sum += (sfb_false || true ? local_double : ab[index - 1]); Sum += (sfb_false || true ? static_field_double : 3.1); Sum += (sfb_false || true ? static_field_double : -5.31); Sum += (sfb_false || true ? static_field_double : local_double); Sum += (sfb_false || true ? static_field_double : static_field_double); Sum += (sfb_false || true ? static_field_double : t1_i.mfd); Sum += (sfb_false || true ? static_field_double : simple_func_double()); Sum += (sfb_false || true ? static_field_double : ab[index]); Sum += (sfb_false || true ? static_field_double : ab[index - 1]); Sum += (sfb_false || true ? t1_i.mfd : 3.1); Sum += (sfb_false || true ? t1_i.mfd : -5.31); Sum += (sfb_false || true ? t1_i.mfd : local_double); Sum += (sfb_false || true ? t1_i.mfd : static_field_double); Sum += (sfb_false || true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || true ? t1_i.mfd : ab[index]); Sum += (sfb_false || true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_194() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? simple_func_double() : 3.1); Sum += (sfb_false || true ? simple_func_double() : -5.31); Sum += (sfb_false || true ? simple_func_double() : local_double); Sum += (sfb_false || true ? simple_func_double() : static_field_double); Sum += (sfb_false || true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || true ? simple_func_double() : ab[index]); Sum += (sfb_false || true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || true ? ab[index] : 3.1); Sum += (sfb_false || true ? ab[index] : -5.31); Sum += (sfb_false || true ? ab[index] : local_double); Sum += (sfb_false || true ? ab[index] : static_field_double); Sum += (sfb_false || true ? ab[index] : t1_i.mfd); Sum += (sfb_false || true ? ab[index] : simple_func_double()); Sum += (sfb_false || true ? ab[index] : ab[index]); Sum += (sfb_false || true ? ab[index] : ab[index - 1]); Sum += (sfb_false || true ? ab[index - 1] : 3.1); Sum += (sfb_false || true ? ab[index - 1] : -5.31); Sum += (sfb_false || true ? ab[index - 1] : local_double); Sum += (sfb_false || true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_195() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || true ? ab[index - 1] : ab[index]); Sum += (sfb_false || true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || false ? 3.1 : 3.1); Sum += (sfb_false || false ? 3.1 : -5.31); Sum += (sfb_false || false ? 3.1 : local_double); Sum += (sfb_false || false ? 3.1 : static_field_double); Sum += (sfb_false || false ? 3.1 : t1_i.mfd); Sum += (sfb_false || false ? 3.1 : simple_func_double()); Sum += (sfb_false || false ? 3.1 : ab[index]); Sum += (sfb_false || false ? 3.1 : ab[index - 1]); Sum += (sfb_false || false ? -5.31 : 3.1); Sum += (sfb_false || false ? -5.31 : -5.31); Sum += (sfb_false || false ? -5.31 : local_double); Sum += (sfb_false || false ? -5.31 : static_field_double); Sum += (sfb_false || false ? -5.31 : t1_i.mfd); Sum += (sfb_false || false ? -5.31 : simple_func_double()); Sum += (sfb_false || false ? -5.31 : ab[index]); Sum += (sfb_false || false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_196() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || false ? local_double : 3.1); Sum += (sfb_false || false ? local_double : -5.31); Sum += (sfb_false || false ? local_double : local_double); Sum += (sfb_false || false ? local_double : static_field_double); Sum += (sfb_false || false ? local_double : t1_i.mfd); Sum += (sfb_false || false ? local_double : simple_func_double()); Sum += (sfb_false || false ? local_double : ab[index]); Sum += (sfb_false || false ? local_double : ab[index - 1]); Sum += (sfb_false || false ? static_field_double : 3.1); Sum += (sfb_false || false ? static_field_double : -5.31); Sum += (sfb_false || false ? static_field_double : local_double); Sum += (sfb_false || false ? static_field_double : static_field_double); Sum += (sfb_false || false ? static_field_double : t1_i.mfd); Sum += (sfb_false || false ? static_field_double : simple_func_double()); Sum += (sfb_false || false ? static_field_double : ab[index]); Sum += (sfb_false || false ? static_field_double : ab[index - 1]); Sum += (sfb_false || false ? t1_i.mfd : 3.1); Sum += (sfb_false || false ? t1_i.mfd : -5.31); Sum += (sfb_false || false ? t1_i.mfd : local_double); Sum += (sfb_false || false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_197() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || false ? t1_i.mfd : ab[index]); Sum += (sfb_false || false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || false ? simple_func_double() : 3.1); Sum += (sfb_false || false ? simple_func_double() : -5.31); Sum += (sfb_false || false ? simple_func_double() : local_double); Sum += (sfb_false || false ? simple_func_double() : static_field_double); Sum += (sfb_false || false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || false ? simple_func_double() : ab[index]); Sum += (sfb_false || false ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || false ? ab[index] : 3.1); Sum += (sfb_false || false ? ab[index] : -5.31); Sum += (sfb_false || false ? ab[index] : local_double); Sum += (sfb_false || false ? ab[index] : static_field_double); Sum += (sfb_false || false ? ab[index] : t1_i.mfd); Sum += (sfb_false || false ? ab[index] : simple_func_double()); Sum += (sfb_false || false ? ab[index] : ab[index]); Sum += (sfb_false || false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_198() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || false ? ab[index - 1] : 3.1); Sum += (sfb_false || false ? ab[index - 1] : -5.31); Sum += (sfb_false || false ? ab[index - 1] : local_double); Sum += (sfb_false || false ? ab[index - 1] : static_field_double); Sum += (sfb_false || false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || false ? ab[index - 1] : ab[index]); Sum += (sfb_false || false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || lb_true ? 3.1 : 3.1); Sum += (sfb_false || lb_true ? 3.1 : -5.31); Sum += (sfb_false || lb_true ? 3.1 : local_double); Sum += (sfb_false || lb_true ? 3.1 : static_field_double); Sum += (sfb_false || lb_true ? 3.1 : t1_i.mfd); Sum += (sfb_false || lb_true ? 3.1 : simple_func_double()); Sum += (sfb_false || lb_true ? 3.1 : ab[index]); Sum += (sfb_false || lb_true ? 3.1 : ab[index - 1]); Sum += (sfb_false || lb_true ? -5.31 : 3.1); Sum += (sfb_false || lb_true ? -5.31 : -5.31); Sum += (sfb_false || lb_true ? -5.31 : local_double); Sum += (sfb_false || lb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_199() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_true ? -5.31 : t1_i.mfd); Sum += (sfb_false || lb_true ? -5.31 : simple_func_double()); Sum += (sfb_false || lb_true ? -5.31 : ab[index]); Sum += (sfb_false || lb_true ? -5.31 : ab[index - 1]); Sum += (sfb_false || lb_true ? local_double : 3.1); Sum += (sfb_false || lb_true ? local_double : -5.31); Sum += (sfb_false || lb_true ? local_double : local_double); Sum += (sfb_false || lb_true ? local_double : static_field_double); Sum += (sfb_false || lb_true ? local_double : t1_i.mfd); Sum += (sfb_false || lb_true ? local_double : simple_func_double()); Sum += (sfb_false || lb_true ? local_double : ab[index]); Sum += (sfb_false || lb_true ? local_double : ab[index - 1]); Sum += (sfb_false || lb_true ? static_field_double : 3.1); Sum += (sfb_false || lb_true ? static_field_double : -5.31); Sum += (sfb_false || lb_true ? static_field_double : local_double); Sum += (sfb_false || lb_true ? static_field_double : static_field_double); Sum += (sfb_false || lb_true ? static_field_double : t1_i.mfd); Sum += (sfb_false || lb_true ? static_field_double : simple_func_double()); Sum += (sfb_false || lb_true ? static_field_double : ab[index]); Sum += (sfb_false || lb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_200() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_true ? t1_i.mfd : 3.1); Sum += (sfb_false || lb_true ? t1_i.mfd : -5.31); Sum += (sfb_false || lb_true ? t1_i.mfd : local_double); Sum += (sfb_false || lb_true ? t1_i.mfd : static_field_double); Sum += (sfb_false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || lb_true ? t1_i.mfd : ab[index]); Sum += (sfb_false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || lb_true ? simple_func_double() : 3.1); Sum += (sfb_false || lb_true ? simple_func_double() : -5.31); Sum += (sfb_false || lb_true ? simple_func_double() : local_double); Sum += (sfb_false || lb_true ? simple_func_double() : static_field_double); Sum += (sfb_false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || lb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || lb_true ? simple_func_double() : ab[index]); Sum += (sfb_false || lb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || lb_true ? ab[index] : 3.1); Sum += (sfb_false || lb_true ? ab[index] : -5.31); Sum += (sfb_false || lb_true ? ab[index] : local_double); Sum += (sfb_false || lb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_201() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_true ? ab[index] : t1_i.mfd); Sum += (sfb_false || lb_true ? ab[index] : simple_func_double()); Sum += (sfb_false || lb_true ? ab[index] : ab[index]); Sum += (sfb_false || lb_true ? ab[index] : ab[index - 1]); Sum += (sfb_false || lb_true ? ab[index - 1] : 3.1); Sum += (sfb_false || lb_true ? ab[index - 1] : -5.31); Sum += (sfb_false || lb_true ? ab[index - 1] : local_double); Sum += (sfb_false || lb_true ? ab[index - 1] : static_field_double); Sum += (sfb_false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || lb_true ? ab[index - 1] : ab[index]); Sum += (sfb_false || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || lb_false ? 3.1 : 3.1); Sum += (sfb_false || lb_false ? 3.1 : -5.31); Sum += (sfb_false || lb_false ? 3.1 : local_double); Sum += (sfb_false || lb_false ? 3.1 : static_field_double); Sum += (sfb_false || lb_false ? 3.1 : t1_i.mfd); Sum += (sfb_false || lb_false ? 3.1 : simple_func_double()); Sum += (sfb_false || lb_false ? 3.1 : ab[index]); Sum += (sfb_false || lb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_202() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_false ? -5.31 : 3.1); Sum += (sfb_false || lb_false ? -5.31 : -5.31); Sum += (sfb_false || lb_false ? -5.31 : local_double); Sum += (sfb_false || lb_false ? -5.31 : static_field_double); Sum += (sfb_false || lb_false ? -5.31 : t1_i.mfd); Sum += (sfb_false || lb_false ? -5.31 : simple_func_double()); Sum += (sfb_false || lb_false ? -5.31 : ab[index]); Sum += (sfb_false || lb_false ? -5.31 : ab[index - 1]); Sum += (sfb_false || lb_false ? local_double : 3.1); Sum += (sfb_false || lb_false ? local_double : -5.31); Sum += (sfb_false || lb_false ? local_double : local_double); Sum += (sfb_false || lb_false ? local_double : static_field_double); Sum += (sfb_false || lb_false ? local_double : t1_i.mfd); Sum += (sfb_false || lb_false ? local_double : simple_func_double()); Sum += (sfb_false || lb_false ? local_double : ab[index]); Sum += (sfb_false || lb_false ? local_double : ab[index - 1]); Sum += (sfb_false || lb_false ? static_field_double : 3.1); Sum += (sfb_false || lb_false ? static_field_double : -5.31); Sum += (sfb_false || lb_false ? static_field_double : local_double); Sum += (sfb_false || lb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_203() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_false ? static_field_double : t1_i.mfd); Sum += (sfb_false || lb_false ? static_field_double : simple_func_double()); Sum += (sfb_false || lb_false ? static_field_double : ab[index]); Sum += (sfb_false || lb_false ? static_field_double : ab[index - 1]); Sum += (sfb_false || lb_false ? t1_i.mfd : 3.1); Sum += (sfb_false || lb_false ? t1_i.mfd : -5.31); Sum += (sfb_false || lb_false ? t1_i.mfd : local_double); Sum += (sfb_false || lb_false ? t1_i.mfd : static_field_double); Sum += (sfb_false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || lb_false ? t1_i.mfd : ab[index]); Sum += (sfb_false || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || lb_false ? simple_func_double() : 3.1); Sum += (sfb_false || lb_false ? simple_func_double() : -5.31); Sum += (sfb_false || lb_false ? simple_func_double() : local_double); Sum += (sfb_false || lb_false ? simple_func_double() : static_field_double); Sum += (sfb_false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || lb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || lb_false ? simple_func_double() : ab[index]); Sum += (sfb_false || lb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_204() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_false ? ab[index] : 3.1); Sum += (sfb_false || lb_false ? ab[index] : -5.31); Sum += (sfb_false || lb_false ? ab[index] : local_double); Sum += (sfb_false || lb_false ? ab[index] : static_field_double); Sum += (sfb_false || lb_false ? ab[index] : t1_i.mfd); Sum += (sfb_false || lb_false ? ab[index] : simple_func_double()); Sum += (sfb_false || lb_false ? ab[index] : ab[index]); Sum += (sfb_false || lb_false ? ab[index] : ab[index - 1]); Sum += (sfb_false || lb_false ? ab[index - 1] : 3.1); Sum += (sfb_false || lb_false ? ab[index - 1] : -5.31); Sum += (sfb_false || lb_false ? ab[index - 1] : local_double); Sum += (sfb_false || lb_false ? ab[index - 1] : static_field_double); Sum += (sfb_false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || lb_false ? ab[index - 1] : ab[index]); Sum += (sfb_false || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || sfb_true ? 3.1 : 3.1); Sum += (sfb_false || sfb_true ? 3.1 : -5.31); Sum += (sfb_false || sfb_true ? 3.1 : local_double); Sum += (sfb_false || sfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_205() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_false || sfb_true ? 3.1 : simple_func_double()); Sum += (sfb_false || sfb_true ? 3.1 : ab[index]); Sum += (sfb_false || sfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_false || sfb_true ? -5.31 : 3.1); Sum += (sfb_false || sfb_true ? -5.31 : -5.31); Sum += (sfb_false || sfb_true ? -5.31 : local_double); Sum += (sfb_false || sfb_true ? -5.31 : static_field_double); Sum += (sfb_false || sfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_false || sfb_true ? -5.31 : simple_func_double()); Sum += (sfb_false || sfb_true ? -5.31 : ab[index]); Sum += (sfb_false || sfb_true ? -5.31 : ab[index - 1]); Sum += (sfb_false || sfb_true ? local_double : 3.1); Sum += (sfb_false || sfb_true ? local_double : -5.31); Sum += (sfb_false || sfb_true ? local_double : local_double); Sum += (sfb_false || sfb_true ? local_double : static_field_double); Sum += (sfb_false || sfb_true ? local_double : t1_i.mfd); Sum += (sfb_false || sfb_true ? local_double : simple_func_double()); Sum += (sfb_false || sfb_true ? local_double : ab[index]); Sum += (sfb_false || sfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_206() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_true ? static_field_double : 3.1); Sum += (sfb_false || sfb_true ? static_field_double : -5.31); Sum += (sfb_false || sfb_true ? static_field_double : local_double); Sum += (sfb_false || sfb_true ? static_field_double : static_field_double); Sum += (sfb_false || sfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_false || sfb_true ? static_field_double : simple_func_double()); Sum += (sfb_false || sfb_true ? static_field_double : ab[index]); Sum += (sfb_false || sfb_true ? static_field_double : ab[index - 1]); Sum += (sfb_false || sfb_true ? t1_i.mfd : 3.1); Sum += (sfb_false || sfb_true ? t1_i.mfd : -5.31); Sum += (sfb_false || sfb_true ? t1_i.mfd : local_double); Sum += (sfb_false || sfb_true ? t1_i.mfd : static_field_double); Sum += (sfb_false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || sfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_false || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || sfb_true ? simple_func_double() : 3.1); Sum += (sfb_false || sfb_true ? simple_func_double() : -5.31); Sum += (sfb_false || sfb_true ? simple_func_double() : local_double); Sum += (sfb_false || sfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_207() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || sfb_true ? simple_func_double() : ab[index]); Sum += (sfb_false || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || sfb_true ? ab[index] : 3.1); Sum += (sfb_false || sfb_true ? ab[index] : -5.31); Sum += (sfb_false || sfb_true ? ab[index] : local_double); Sum += (sfb_false || sfb_true ? ab[index] : static_field_double); Sum += (sfb_false || sfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_false || sfb_true ? ab[index] : simple_func_double()); Sum += (sfb_false || sfb_true ? ab[index] : ab[index]); Sum += (sfb_false || sfb_true ? ab[index] : ab[index - 1]); Sum += (sfb_false || sfb_true ? ab[index - 1] : 3.1); Sum += (sfb_false || sfb_true ? ab[index - 1] : -5.31); Sum += (sfb_false || sfb_true ? ab[index - 1] : local_double); Sum += (sfb_false || sfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || sfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_false || sfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_208() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? 3.1 : 3.1); Sum += (sfb_false || sfb_false ? 3.1 : -5.31); Sum += (sfb_false || sfb_false ? 3.1 : local_double); Sum += (sfb_false || sfb_false ? 3.1 : static_field_double); Sum += (sfb_false || sfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_false || sfb_false ? 3.1 : simple_func_double()); Sum += (sfb_false || sfb_false ? 3.1 : ab[index]); Sum += (sfb_false || sfb_false ? 3.1 : ab[index - 1]); Sum += (sfb_false || sfb_false ? -5.31 : 3.1); Sum += (sfb_false || sfb_false ? -5.31 : -5.31); Sum += (sfb_false || sfb_false ? -5.31 : local_double); Sum += (sfb_false || sfb_false ? -5.31 : static_field_double); Sum += (sfb_false || sfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_false || sfb_false ? -5.31 : simple_func_double()); Sum += (sfb_false || sfb_false ? -5.31 : ab[index]); Sum += (sfb_false || sfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_false || sfb_false ? local_double : 3.1); Sum += (sfb_false || sfb_false ? local_double : -5.31); Sum += (sfb_false || sfb_false ? local_double : local_double); Sum += (sfb_false || sfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_209() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? local_double : t1_i.mfd); Sum += (sfb_false || sfb_false ? local_double : simple_func_double()); Sum += (sfb_false || sfb_false ? local_double : ab[index]); Sum += (sfb_false || sfb_false ? local_double : ab[index - 1]); Sum += (sfb_false || sfb_false ? static_field_double : 3.1); Sum += (sfb_false || sfb_false ? static_field_double : -5.31); Sum += (sfb_false || sfb_false ? static_field_double : local_double); Sum += (sfb_false || sfb_false ? static_field_double : static_field_double); Sum += (sfb_false || sfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_false || sfb_false ? static_field_double : simple_func_double()); Sum += (sfb_false || sfb_false ? static_field_double : ab[index]); Sum += (sfb_false || sfb_false ? static_field_double : ab[index - 1]); Sum += (sfb_false || sfb_false ? t1_i.mfd : 3.1); Sum += (sfb_false || sfb_false ? t1_i.mfd : -5.31); Sum += (sfb_false || sfb_false ? t1_i.mfd : local_double); Sum += (sfb_false || sfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || sfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_false || sfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_210() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? simple_func_double() : 3.1); Sum += (sfb_false || sfb_false ? simple_func_double() : -5.31); Sum += (sfb_false || sfb_false ? simple_func_double() : local_double); Sum += (sfb_false || sfb_false ? simple_func_double() : static_field_double); Sum += (sfb_false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || sfb_false ? simple_func_double() : ab[index]); Sum += (sfb_false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || sfb_false ? ab[index] : 3.1); Sum += (sfb_false || sfb_false ? ab[index] : -5.31); Sum += (sfb_false || sfb_false ? ab[index] : local_double); Sum += (sfb_false || sfb_false ? ab[index] : static_field_double); Sum += (sfb_false || sfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_false || sfb_false ? ab[index] : simple_func_double()); Sum += (sfb_false || sfb_false ? ab[index] : ab[index]); Sum += (sfb_false || sfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_false || sfb_false ? ab[index - 1] : 3.1); Sum += (sfb_false || sfb_false ? ab[index - 1] : -5.31); Sum += (sfb_false || sfb_false ? ab[index - 1] : local_double); Sum += (sfb_false || sfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_211() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || sfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_false || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : local_double); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : local_double); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_212() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_true ? local_double : 3.1); Sum += (sfb_false || t1_i.mfb_true ? local_double : -5.31); Sum += (sfb_false || t1_i.mfb_true ? local_double : local_double); Sum += (sfb_false || t1_i.mfb_true ? local_double : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? local_double : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : local_double); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_213() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : local_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_214() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : local_double); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : local_double); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_215() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? local_double : 3.1); Sum += (sfb_false || t1_i.mfb_false ? local_double : -5.31); Sum += (sfb_false || t1_i.mfb_false ? local_double : local_double); Sum += (sfb_false || t1_i.mfb_false ? local_double : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? local_double : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : local_double); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_216() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : local_double); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_217() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? 3.1 : 3.1); Sum += (sfb_false || func_sb_true() ? 3.1 : -5.31); Sum += (sfb_false || func_sb_true() ? 3.1 : local_double); Sum += (sfb_false || func_sb_true() ? 3.1 : static_field_double); Sum += (sfb_false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (sfb_false || func_sb_true() ? 3.1 : ab[index]); Sum += (sfb_false || func_sb_true() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_218() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_true() ? -5.31 : 3.1); Sum += (sfb_false || func_sb_true() ? -5.31 : -5.31); Sum += (sfb_false || func_sb_true() ? -5.31 : local_double); Sum += (sfb_false || func_sb_true() ? -5.31 : static_field_double); Sum += (sfb_false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (sfb_false || func_sb_true() ? -5.31 : ab[index]); Sum += (sfb_false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? local_double : 3.1); Sum += (sfb_false || func_sb_true() ? local_double : -5.31); Sum += (sfb_false || func_sb_true() ? local_double : local_double); Sum += (sfb_false || func_sb_true() ? local_double : static_field_double); Sum += (sfb_false || func_sb_true() ? local_double : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? local_double : simple_func_double()); Sum += (sfb_false || func_sb_true() ? local_double : ab[index]); Sum += (sfb_false || func_sb_true() ? local_double : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? static_field_double : 3.1); Sum += (sfb_false || func_sb_true() ? static_field_double : -5.31); Sum += (sfb_false || func_sb_true() ? static_field_double : local_double); Sum += (sfb_false || func_sb_true() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_219() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (sfb_false || func_sb_true() ? static_field_double : ab[index]); Sum += (sfb_false || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : local_double); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? simple_func_double() : 3.1); Sum += (sfb_false || func_sb_true() ? simple_func_double() : -5.31); Sum += (sfb_false || func_sb_true() ? simple_func_double() : local_double); Sum += (sfb_false || func_sb_true() ? simple_func_double() : static_field_double); Sum += (sfb_false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (sfb_false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (sfb_false || func_sb_true() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_220() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_true() ? ab[index] : 3.1); Sum += (sfb_false || func_sb_true() ? ab[index] : -5.31); Sum += (sfb_false || func_sb_true() ? ab[index] : local_double); Sum += (sfb_false || func_sb_true() ? ab[index] : static_field_double); Sum += (sfb_false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (sfb_false || func_sb_true() ? ab[index] : ab[index]); Sum += (sfb_false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : local_double); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? 3.1 : 3.1); Sum += (sfb_false || func_sb_false() ? 3.1 : -5.31); Sum += (sfb_false || func_sb_false() ? 3.1 : local_double); Sum += (sfb_false || func_sb_false() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_221() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (sfb_false || func_sb_false() ? 3.1 : ab[index]); Sum += (sfb_false || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? -5.31 : 3.1); Sum += (sfb_false || func_sb_false() ? -5.31 : -5.31); Sum += (sfb_false || func_sb_false() ? -5.31 : local_double); Sum += (sfb_false || func_sb_false() ? -5.31 : static_field_double); Sum += (sfb_false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (sfb_false || func_sb_false() ? -5.31 : ab[index]); Sum += (sfb_false || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? local_double : 3.1); Sum += (sfb_false || func_sb_false() ? local_double : -5.31); Sum += (sfb_false || func_sb_false() ? local_double : local_double); Sum += (sfb_false || func_sb_false() ? local_double : static_field_double); Sum += (sfb_false || func_sb_false() ? local_double : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? local_double : simple_func_double()); Sum += (sfb_false || func_sb_false() ? local_double : ab[index]); Sum += (sfb_false || func_sb_false() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_222() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_false() ? static_field_double : 3.1); Sum += (sfb_false || func_sb_false() ? static_field_double : -5.31); Sum += (sfb_false || func_sb_false() ? static_field_double : local_double); Sum += (sfb_false || func_sb_false() ? static_field_double : static_field_double); Sum += (sfb_false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (sfb_false || func_sb_false() ? static_field_double : ab[index]); Sum += (sfb_false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : local_double); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? simple_func_double() : 3.1); Sum += (sfb_false || func_sb_false() ? simple_func_double() : -5.31); Sum += (sfb_false || func_sb_false() ? simple_func_double() : local_double); Sum += (sfb_false || func_sb_false() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_223() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (sfb_false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (sfb_false || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? ab[index] : 3.1); Sum += (sfb_false || func_sb_false() ? ab[index] : -5.31); Sum += (sfb_false || func_sb_false() ? ab[index] : local_double); Sum += (sfb_false || func_sb_false() ? ab[index] : static_field_double); Sum += (sfb_false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (sfb_false || func_sb_false() ? ab[index] : ab[index]); Sum += (sfb_false || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : local_double); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_224() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? 3.1 : 3.1); Sum += (sfb_false || ab_true[index] ? 3.1 : -5.31); Sum += (sfb_false || ab_true[index] ? 3.1 : local_double); Sum += (sfb_false || ab_true[index] ? 3.1 : static_field_double); Sum += (sfb_false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (sfb_false || ab_true[index] ? 3.1 : ab[index]); Sum += (sfb_false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? -5.31 : 3.1); Sum += (sfb_false || ab_true[index] ? -5.31 : -5.31); Sum += (sfb_false || ab_true[index] ? -5.31 : local_double); Sum += (sfb_false || ab_true[index] ? -5.31 : static_field_double); Sum += (sfb_false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (sfb_false || ab_true[index] ? -5.31 : ab[index]); Sum += (sfb_false || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? local_double : 3.1); Sum += (sfb_false || ab_true[index] ? local_double : -5.31); Sum += (sfb_false || ab_true[index] ? local_double : local_double); Sum += (sfb_false || ab_true[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_225() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? local_double : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? local_double : simple_func_double()); Sum += (sfb_false || ab_true[index] ? local_double : ab[index]); Sum += (sfb_false || ab_true[index] ? local_double : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? static_field_double : 3.1); Sum += (sfb_false || ab_true[index] ? static_field_double : -5.31); Sum += (sfb_false || ab_true[index] ? static_field_double : local_double); Sum += (sfb_false || ab_true[index] ? static_field_double : static_field_double); Sum += (sfb_false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (sfb_false || ab_true[index] ? static_field_double : ab[index]); Sum += (sfb_false || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : local_double); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_226() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? simple_func_double() : 3.1); Sum += (sfb_false || ab_true[index] ? simple_func_double() : -5.31); Sum += (sfb_false || ab_true[index] ? simple_func_double() : local_double); Sum += (sfb_false || ab_true[index] ? simple_func_double() : static_field_double); Sum += (sfb_false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (sfb_false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? ab[index] : 3.1); Sum += (sfb_false || ab_true[index] ? ab[index] : -5.31); Sum += (sfb_false || ab_true[index] ? ab[index] : local_double); Sum += (sfb_false || ab_true[index] ? ab[index] : static_field_double); Sum += (sfb_false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (sfb_false || ab_true[index] ? ab[index] : ab[index]); Sum += (sfb_false || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : local_double); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_227() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? 3.1 : 3.1); Sum += (sfb_false || ab_false[index] ? 3.1 : -5.31); Sum += (sfb_false || ab_false[index] ? 3.1 : local_double); Sum += (sfb_false || ab_false[index] ? 3.1 : static_field_double); Sum += (sfb_false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (sfb_false || ab_false[index] ? 3.1 : ab[index]); Sum += (sfb_false || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? -5.31 : 3.1); Sum += (sfb_false || ab_false[index] ? -5.31 : -5.31); Sum += (sfb_false || ab_false[index] ? -5.31 : local_double); Sum += (sfb_false || ab_false[index] ? -5.31 : static_field_double); Sum += (sfb_false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (sfb_false || ab_false[index] ? -5.31 : ab[index]); Sum += (sfb_false || ab_false[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_228() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_false[index] ? local_double : 3.1); Sum += (sfb_false || ab_false[index] ? local_double : -5.31); Sum += (sfb_false || ab_false[index] ? local_double : local_double); Sum += (sfb_false || ab_false[index] ? local_double : static_field_double); Sum += (sfb_false || ab_false[index] ? local_double : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? local_double : simple_func_double()); Sum += (sfb_false || ab_false[index] ? local_double : ab[index]); Sum += (sfb_false || ab_false[index] ? local_double : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? static_field_double : 3.1); Sum += (sfb_false || ab_false[index] ? static_field_double : -5.31); Sum += (sfb_false || ab_false[index] ? static_field_double : local_double); Sum += (sfb_false || ab_false[index] ? static_field_double : static_field_double); Sum += (sfb_false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (sfb_false || ab_false[index] ? static_field_double : ab[index]); Sum += (sfb_false || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : local_double); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_229() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? simple_func_double() : 3.1); Sum += (sfb_false || ab_false[index] ? simple_func_double() : -5.31); Sum += (sfb_false || ab_false[index] ? simple_func_double() : local_double); Sum += (sfb_false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (sfb_false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (sfb_false || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? ab[index] : 3.1); Sum += (sfb_false || ab_false[index] ? ab[index] : -5.31); Sum += (sfb_false || ab_false[index] ? ab[index] : local_double); Sum += (sfb_false || ab_false[index] ? ab[index] : static_field_double); Sum += (sfb_false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (sfb_false || ab_false[index] ? ab[index] : ab[index]); Sum += (sfb_false || ab_false[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_230() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : local_double); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || true ? 3.1 : local_double); Sum += (t1_i.mfb_true || true ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || true ? -5.31 : local_double); Sum += (t1_i.mfb_true || true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_231() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || true ? local_double : 3.1); Sum += (t1_i.mfb_true || true ? local_double : -5.31); Sum += (t1_i.mfb_true || true ? local_double : local_double); Sum += (t1_i.mfb_true || true ? local_double : static_field_double); Sum += (t1_i.mfb_true || true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || true ? local_double : ab[index]); Sum += (t1_i.mfb_true || true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || true ? static_field_double : local_double); Sum += (t1_i.mfb_true || true ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_232() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || true ? ab[index] : local_double); Sum += (t1_i.mfb_true || true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_233() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || false ? 3.1 : local_double); Sum += (t1_i.mfb_true || false ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_234() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || false ? -5.31 : local_double); Sum += (t1_i.mfb_true || false ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || false ? local_double : 3.1); Sum += (t1_i.mfb_true || false ? local_double : -5.31); Sum += (t1_i.mfb_true || false ? local_double : local_double); Sum += (t1_i.mfb_true || false ? local_double : static_field_double); Sum += (t1_i.mfb_true || false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || false ? local_double : ab[index]); Sum += (t1_i.mfb_true || false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || false ? static_field_double : local_double); Sum += (t1_i.mfb_true || false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_235() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_236() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || false ? ab[index] : local_double); Sum += (t1_i.mfb_true || false ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || lb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || lb_true ? 3.1 : local_double); Sum += (t1_i.mfb_true || lb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_237() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || lb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || lb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || lb_true ? -5.31 : local_double); Sum += (t1_i.mfb_true || lb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || lb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || lb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? local_double : 3.1); Sum += (t1_i.mfb_true || lb_true ? local_double : -5.31); Sum += (t1_i.mfb_true || lb_true ? local_double : local_double); Sum += (t1_i.mfb_true || lb_true ? local_double : static_field_double); Sum += (t1_i.mfb_true || lb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? local_double : ab[index]); Sum += (t1_i.mfb_true || lb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_238() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || lb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || lb_true ? static_field_double : local_double); Sum += (t1_i.mfb_true || lb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || lb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || lb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_239() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || lb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || lb_true ? ab[index] : local_double); Sum += (t1_i.mfb_true || lb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || lb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || lb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_240() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || lb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || lb_false ? 3.1 : local_double); Sum += (t1_i.mfb_true || lb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || lb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || lb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || lb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || lb_false ? -5.31 : local_double); Sum += (t1_i.mfb_true || lb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || lb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || lb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? local_double : 3.1); Sum += (t1_i.mfb_true || lb_false ? local_double : -5.31); Sum += (t1_i.mfb_true || lb_false ? local_double : local_double); Sum += (t1_i.mfb_true || lb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_241() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? local_double : ab[index]); Sum += (t1_i.mfb_true || lb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || lb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || lb_false ? static_field_double : local_double); Sum += (t1_i.mfb_true || lb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || lb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || lb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_242() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || lb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || lb_false ? ab[index] : local_double); Sum += (t1_i.mfb_true || lb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || lb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || lb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_243() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_244() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_true ? local_double : 3.1); Sum += (t1_i.mfb_true || sfb_true ? local_double : -5.31); Sum += (t1_i.mfb_true || sfb_true ? local_double : local_double); Sum += (t1_i.mfb_true || sfb_true ? local_double : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_245() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_246() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_247() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? local_double : 3.1); Sum += (t1_i.mfb_true || sfb_false ? local_double : -5.31); Sum += (t1_i.mfb_true || sfb_false ? local_double : local_double); Sum += (t1_i.mfb_true || sfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_248() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_249() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_250() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_251() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_252() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_253() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_254() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_255() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_256() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_257() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_258() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_259() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_260() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_false() ? local_double : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_261() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_262() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_263() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_264() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_265() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_266() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_267() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_268() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || true ? 3.1 : local_double); Sum += (t1_i.mfb_false || true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_269() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || true ? -5.31 : local_double); Sum += (t1_i.mfb_false || true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || true ? local_double : 3.1); Sum += (t1_i.mfb_false || true ? local_double : -5.31); Sum += (t1_i.mfb_false || true ? local_double : local_double); Sum += (t1_i.mfb_false || true ? local_double : static_field_double); Sum += (t1_i.mfb_false || true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || true ? local_double : ab[index]); Sum += (t1_i.mfb_false || true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_270() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || true ? static_field_double : local_double); Sum += (t1_i.mfb_false || true ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_271() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || true ? ab[index] : local_double); Sum += (t1_i.mfb_false || true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_272() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || false ? 3.1 : local_double); Sum += (t1_i.mfb_false || false ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || false ? -5.31 : local_double); Sum += (t1_i.mfb_false || false ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || false ? local_double : 3.1); Sum += (t1_i.mfb_false || false ? local_double : -5.31); Sum += (t1_i.mfb_false || false ? local_double : local_double); Sum += (t1_i.mfb_false || false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_273() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || false ? local_double : ab[index]); Sum += (t1_i.mfb_false || false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || false ? static_field_double : local_double); Sum += (t1_i.mfb_false || false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_274() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || false ? ab[index] : local_double); Sum += (t1_i.mfb_false || false ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_275() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || lb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || lb_true ? 3.1 : local_double); Sum += (t1_i.mfb_false || lb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || lb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || lb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || lb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || lb_true ? -5.31 : local_double); Sum += (t1_i.mfb_false || lb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || lb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || lb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_276() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_true ? local_double : 3.1); Sum += (t1_i.mfb_false || lb_true ? local_double : -5.31); Sum += (t1_i.mfb_false || lb_true ? local_double : local_double); Sum += (t1_i.mfb_false || lb_true ? local_double : static_field_double); Sum += (t1_i.mfb_false || lb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? local_double : ab[index]); Sum += (t1_i.mfb_false || lb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || lb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || lb_true ? static_field_double : local_double); Sum += (t1_i.mfb_false || lb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || lb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || lb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_277() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || lb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || lb_true ? ab[index] : local_double); Sum += (t1_i.mfb_false || lb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || lb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || lb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_278() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || lb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || lb_false ? 3.1 : local_double); Sum += (t1_i.mfb_false || lb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || lb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || lb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || lb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || lb_false ? -5.31 : local_double); Sum += (t1_i.mfb_false || lb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_279() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || lb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? local_double : 3.1); Sum += (t1_i.mfb_false || lb_false ? local_double : -5.31); Sum += (t1_i.mfb_false || lb_false ? local_double : local_double); Sum += (t1_i.mfb_false || lb_false ? local_double : static_field_double); Sum += (t1_i.mfb_false || lb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? local_double : ab[index]); Sum += (t1_i.mfb_false || lb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || lb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || lb_false ? static_field_double : local_double); Sum += (t1_i.mfb_false || lb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || lb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || lb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_280() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || lb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || lb_false ? ab[index] : local_double); Sum += (t1_i.mfb_false || lb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_281() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || lb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_282() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? local_double : 3.1); Sum += (t1_i.mfb_false || sfb_true ? local_double : -5.31); Sum += (t1_i.mfb_false || sfb_true ? local_double : local_double); Sum += (t1_i.mfb_false || sfb_true ? local_double : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_283() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_284() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_285() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? local_double : 3.1); Sum += (t1_i.mfb_false || sfb_false ? local_double : -5.31); Sum += (t1_i.mfb_false || sfb_false ? local_double : local_double); Sum += (t1_i.mfb_false || sfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_286() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_287() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_288() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_289() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_290() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_291() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_292() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_293() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_294() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_295() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_296() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_297() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_298() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_299() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_300() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_301() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_302() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_303() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_304() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_305() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_306() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_307() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || true ? 3.1 : 3.1); Sum += (func_sb_true() || true ? 3.1 : -5.31); Sum += (func_sb_true() || true ? 3.1 : local_double); Sum += (func_sb_true() || true ? 3.1 : static_field_double); Sum += (func_sb_true() || true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || true ? 3.1 : ab[index]); Sum += (func_sb_true() || true ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || true ? -5.31 : 3.1); Sum += (func_sb_true() || true ? -5.31 : -5.31); Sum += (func_sb_true() || true ? -5.31 : local_double); Sum += (func_sb_true() || true ? -5.31 : static_field_double); Sum += (func_sb_true() || true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || true ? -5.31 : ab[index]); Sum += (func_sb_true() || true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_308() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || true ? local_double : 3.1); Sum += (func_sb_true() || true ? local_double : -5.31); Sum += (func_sb_true() || true ? local_double : local_double); Sum += (func_sb_true() || true ? local_double : static_field_double); Sum += (func_sb_true() || true ? local_double : t1_i.mfd); Sum += (func_sb_true() || true ? local_double : simple_func_double()); Sum += (func_sb_true() || true ? local_double : ab[index]); Sum += (func_sb_true() || true ? local_double : ab[index - 1]); Sum += (func_sb_true() || true ? static_field_double : 3.1); Sum += (func_sb_true() || true ? static_field_double : -5.31); Sum += (func_sb_true() || true ? static_field_double : local_double); Sum += (func_sb_true() || true ? static_field_double : static_field_double); Sum += (func_sb_true() || true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || true ? static_field_double : ab[index]); Sum += (func_sb_true() || true ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || true ? t1_i.mfd : local_double); Sum += (func_sb_true() || true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_309() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || true ? simple_func_double() : 3.1); Sum += (func_sb_true() || true ? simple_func_double() : -5.31); Sum += (func_sb_true() || true ? simple_func_double() : local_double); Sum += (func_sb_true() || true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || true ? ab[index] : 3.1); Sum += (func_sb_true() || true ? ab[index] : -5.31); Sum += (func_sb_true() || true ? ab[index] : local_double); Sum += (func_sb_true() || true ? ab[index] : static_field_double); Sum += (func_sb_true() || true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || true ? ab[index] : ab[index]); Sum += (func_sb_true() || true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_310() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || true ? ab[index - 1] : local_double); Sum += (func_sb_true() || true ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || false ? 3.1 : 3.1); Sum += (func_sb_true() || false ? 3.1 : -5.31); Sum += (func_sb_true() || false ? 3.1 : local_double); Sum += (func_sb_true() || false ? 3.1 : static_field_double); Sum += (func_sb_true() || false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || false ? 3.1 : ab[index]); Sum += (func_sb_true() || false ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || false ? -5.31 : 3.1); Sum += (func_sb_true() || false ? -5.31 : -5.31); Sum += (func_sb_true() || false ? -5.31 : local_double); Sum += (func_sb_true() || false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_311() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || false ? -5.31 : ab[index]); Sum += (func_sb_true() || false ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || false ? local_double : 3.1); Sum += (func_sb_true() || false ? local_double : -5.31); Sum += (func_sb_true() || false ? local_double : local_double); Sum += (func_sb_true() || false ? local_double : static_field_double); Sum += (func_sb_true() || false ? local_double : t1_i.mfd); Sum += (func_sb_true() || false ? local_double : simple_func_double()); Sum += (func_sb_true() || false ? local_double : ab[index]); Sum += (func_sb_true() || false ? local_double : ab[index - 1]); Sum += (func_sb_true() || false ? static_field_double : 3.1); Sum += (func_sb_true() || false ? static_field_double : -5.31); Sum += (func_sb_true() || false ? static_field_double : local_double); Sum += (func_sb_true() || false ? static_field_double : static_field_double); Sum += (func_sb_true() || false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || false ? static_field_double : ab[index]); Sum += (func_sb_true() || false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_312() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || false ? t1_i.mfd : local_double); Sum += (func_sb_true() || false ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || false ? simple_func_double() : 3.1); Sum += (func_sb_true() || false ? simple_func_double() : -5.31); Sum += (func_sb_true() || false ? simple_func_double() : local_double); Sum += (func_sb_true() || false ? simple_func_double() : static_field_double); Sum += (func_sb_true() || false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || false ? ab[index] : 3.1); Sum += (func_sb_true() || false ? ab[index] : -5.31); Sum += (func_sb_true() || false ? ab[index] : local_double); Sum += (func_sb_true() || false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_313() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || false ? ab[index] : ab[index]); Sum += (func_sb_true() || false ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || false ? ab[index - 1] : local_double); Sum += (func_sb_true() || false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || lb_true ? 3.1 : 3.1); Sum += (func_sb_true() || lb_true ? 3.1 : -5.31); Sum += (func_sb_true() || lb_true ? 3.1 : local_double); Sum += (func_sb_true() || lb_true ? 3.1 : static_field_double); Sum += (func_sb_true() || lb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || lb_true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || lb_true ? 3.1 : ab[index]); Sum += (func_sb_true() || lb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_314() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_true ? -5.31 : 3.1); Sum += (func_sb_true() || lb_true ? -5.31 : -5.31); Sum += (func_sb_true() || lb_true ? -5.31 : local_double); Sum += (func_sb_true() || lb_true ? -5.31 : static_field_double); Sum += (func_sb_true() || lb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || lb_true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || lb_true ? -5.31 : ab[index]); Sum += (func_sb_true() || lb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || lb_true ? local_double : 3.1); Sum += (func_sb_true() || lb_true ? local_double : -5.31); Sum += (func_sb_true() || lb_true ? local_double : local_double); Sum += (func_sb_true() || lb_true ? local_double : static_field_double); Sum += (func_sb_true() || lb_true ? local_double : t1_i.mfd); Sum += (func_sb_true() || lb_true ? local_double : simple_func_double()); Sum += (func_sb_true() || lb_true ? local_double : ab[index]); Sum += (func_sb_true() || lb_true ? local_double : ab[index - 1]); Sum += (func_sb_true() || lb_true ? static_field_double : 3.1); Sum += (func_sb_true() || lb_true ? static_field_double : -5.31); Sum += (func_sb_true() || lb_true ? static_field_double : local_double); Sum += (func_sb_true() || lb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_315() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || lb_true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || lb_true ? static_field_double : ab[index]); Sum += (func_sb_true() || lb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || lb_true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || lb_true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || lb_true ? t1_i.mfd : local_double); Sum += (func_sb_true() || lb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || lb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || lb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || lb_true ? simple_func_double() : 3.1); Sum += (func_sb_true() || lb_true ? simple_func_double() : -5.31); Sum += (func_sb_true() || lb_true ? simple_func_double() : local_double); Sum += (func_sb_true() || lb_true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || lb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || lb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || lb_true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || lb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_316() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_true ? ab[index] : 3.1); Sum += (func_sb_true() || lb_true ? ab[index] : -5.31); Sum += (func_sb_true() || lb_true ? ab[index] : local_double); Sum += (func_sb_true() || lb_true ? ab[index] : static_field_double); Sum += (func_sb_true() || lb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || lb_true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || lb_true ? ab[index] : ab[index]); Sum += (func_sb_true() || lb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || lb_true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || lb_true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || lb_true ? ab[index - 1] : local_double); Sum += (func_sb_true() || lb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || lb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || lb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || lb_false ? 3.1 : 3.1); Sum += (func_sb_true() || lb_false ? 3.1 : -5.31); Sum += (func_sb_true() || lb_false ? 3.1 : local_double); Sum += (func_sb_true() || lb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_317() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || lb_false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || lb_false ? 3.1 : ab[index]); Sum += (func_sb_true() || lb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || lb_false ? -5.31 : 3.1); Sum += (func_sb_true() || lb_false ? -5.31 : -5.31); Sum += (func_sb_true() || lb_false ? -5.31 : local_double); Sum += (func_sb_true() || lb_false ? -5.31 : static_field_double); Sum += (func_sb_true() || lb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || lb_false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || lb_false ? -5.31 : ab[index]); Sum += (func_sb_true() || lb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || lb_false ? local_double : 3.1); Sum += (func_sb_true() || lb_false ? local_double : -5.31); Sum += (func_sb_true() || lb_false ? local_double : local_double); Sum += (func_sb_true() || lb_false ? local_double : static_field_double); Sum += (func_sb_true() || lb_false ? local_double : t1_i.mfd); Sum += (func_sb_true() || lb_false ? local_double : simple_func_double()); Sum += (func_sb_true() || lb_false ? local_double : ab[index]); Sum += (func_sb_true() || lb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_318() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_false ? static_field_double : 3.1); Sum += (func_sb_true() || lb_false ? static_field_double : -5.31); Sum += (func_sb_true() || lb_false ? static_field_double : local_double); Sum += (func_sb_true() || lb_false ? static_field_double : static_field_double); Sum += (func_sb_true() || lb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || lb_false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || lb_false ? static_field_double : ab[index]); Sum += (func_sb_true() || lb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || lb_false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || lb_false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || lb_false ? t1_i.mfd : local_double); Sum += (func_sb_true() || lb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || lb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || lb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || lb_false ? simple_func_double() : 3.1); Sum += (func_sb_true() || lb_false ? simple_func_double() : -5.31); Sum += (func_sb_true() || lb_false ? simple_func_double() : local_double); Sum += (func_sb_true() || lb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_319() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || lb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || lb_false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || lb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || lb_false ? ab[index] : 3.1); Sum += (func_sb_true() || lb_false ? ab[index] : -5.31); Sum += (func_sb_true() || lb_false ? ab[index] : local_double); Sum += (func_sb_true() || lb_false ? ab[index] : static_field_double); Sum += (func_sb_true() || lb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || lb_false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || lb_false ? ab[index] : ab[index]); Sum += (func_sb_true() || lb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || lb_false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || lb_false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || lb_false ? ab[index - 1] : local_double); Sum += (func_sb_true() || lb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || lb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || lb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || lb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_320() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? 3.1 : 3.1); Sum += (func_sb_true() || sfb_true ? 3.1 : -5.31); Sum += (func_sb_true() || sfb_true ? 3.1 : local_double); Sum += (func_sb_true() || sfb_true ? 3.1 : static_field_double); Sum += (func_sb_true() || sfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || sfb_true ? 3.1 : ab[index]); Sum += (func_sb_true() || sfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? -5.31 : 3.1); Sum += (func_sb_true() || sfb_true ? -5.31 : -5.31); Sum += (func_sb_true() || sfb_true ? -5.31 : local_double); Sum += (func_sb_true() || sfb_true ? -5.31 : static_field_double); Sum += (func_sb_true() || sfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || sfb_true ? -5.31 : ab[index]); Sum += (func_sb_true() || sfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? local_double : 3.1); Sum += (func_sb_true() || sfb_true ? local_double : -5.31); Sum += (func_sb_true() || sfb_true ? local_double : local_double); Sum += (func_sb_true() || sfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_321() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? local_double : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? local_double : simple_func_double()); Sum += (func_sb_true() || sfb_true ? local_double : ab[index]); Sum += (func_sb_true() || sfb_true ? local_double : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? static_field_double : 3.1); Sum += (func_sb_true() || sfb_true ? static_field_double : -5.31); Sum += (func_sb_true() || sfb_true ? static_field_double : local_double); Sum += (func_sb_true() || sfb_true ? static_field_double : static_field_double); Sum += (func_sb_true() || sfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || sfb_true ? static_field_double : ab[index]); Sum += (func_sb_true() || sfb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : local_double); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_322() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? simple_func_double() : 3.1); Sum += (func_sb_true() || sfb_true ? simple_func_double() : -5.31); Sum += (func_sb_true() || sfb_true ? simple_func_double() : local_double); Sum += (func_sb_true() || sfb_true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || sfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? ab[index] : 3.1); Sum += (func_sb_true() || sfb_true ? ab[index] : -5.31); Sum += (func_sb_true() || sfb_true ? ab[index] : local_double); Sum += (func_sb_true() || sfb_true ? ab[index] : static_field_double); Sum += (func_sb_true() || sfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || sfb_true ? ab[index] : ab[index]); Sum += (func_sb_true() || sfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : local_double); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_323() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? 3.1 : 3.1); Sum += (func_sb_true() || sfb_false ? 3.1 : -5.31); Sum += (func_sb_true() || sfb_false ? 3.1 : local_double); Sum += (func_sb_true() || sfb_false ? 3.1 : static_field_double); Sum += (func_sb_true() || sfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || sfb_false ? 3.1 : ab[index]); Sum += (func_sb_true() || sfb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? -5.31 : 3.1); Sum += (func_sb_true() || sfb_false ? -5.31 : -5.31); Sum += (func_sb_true() || sfb_false ? -5.31 : local_double); Sum += (func_sb_true() || sfb_false ? -5.31 : static_field_double); Sum += (func_sb_true() || sfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || sfb_false ? -5.31 : ab[index]); Sum += (func_sb_true() || sfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_324() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_false ? local_double : 3.1); Sum += (func_sb_true() || sfb_false ? local_double : -5.31); Sum += (func_sb_true() || sfb_false ? local_double : local_double); Sum += (func_sb_true() || sfb_false ? local_double : static_field_double); Sum += (func_sb_true() || sfb_false ? local_double : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? local_double : simple_func_double()); Sum += (func_sb_true() || sfb_false ? local_double : ab[index]); Sum += (func_sb_true() || sfb_false ? local_double : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? static_field_double : 3.1); Sum += (func_sb_true() || sfb_false ? static_field_double : -5.31); Sum += (func_sb_true() || sfb_false ? static_field_double : local_double); Sum += (func_sb_true() || sfb_false ? static_field_double : static_field_double); Sum += (func_sb_true() || sfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || sfb_false ? static_field_double : ab[index]); Sum += (func_sb_true() || sfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : local_double); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_325() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? simple_func_double() : 3.1); Sum += (func_sb_true() || sfb_false ? simple_func_double() : -5.31); Sum += (func_sb_true() || sfb_false ? simple_func_double() : local_double); Sum += (func_sb_true() || sfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_true() || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || sfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? ab[index] : 3.1); Sum += (func_sb_true() || sfb_false ? ab[index] : -5.31); Sum += (func_sb_true() || sfb_false ? ab[index] : local_double); Sum += (func_sb_true() || sfb_false ? ab[index] : static_field_double); Sum += (func_sb_true() || sfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || sfb_false ? ab[index] : ab[index]); Sum += (func_sb_true() || sfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_326() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : local_double); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_327() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_328() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_329() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_330() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_331() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_332() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? 3.1 : 3.1); Sum += (func_sb_true() || func_sb_true() ? 3.1 : -5.31); Sum += (func_sb_true() || func_sb_true() ? 3.1 : local_double); Sum += (func_sb_true() || func_sb_true() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_333() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? 3.1 : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? 3.1 : ab[index]); Sum += (func_sb_true() || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? -5.31 : 3.1); Sum += (func_sb_true() || func_sb_true() ? -5.31 : -5.31); Sum += (func_sb_true() || func_sb_true() ? -5.31 : local_double); Sum += (func_sb_true() || func_sb_true() ? -5.31 : static_field_double); Sum += (func_sb_true() || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? -5.31 : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? -5.31 : ab[index]); Sum += (func_sb_true() || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? local_double : 3.1); Sum += (func_sb_true() || func_sb_true() ? local_double : -5.31); Sum += (func_sb_true() || func_sb_true() ? local_double : local_double); Sum += (func_sb_true() || func_sb_true() ? local_double : static_field_double); Sum += (func_sb_true() || func_sb_true() ? local_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? local_double : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? local_double : ab[index]); Sum += (func_sb_true() || func_sb_true() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_334() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_true() ? static_field_double : 3.1); Sum += (func_sb_true() || func_sb_true() ? static_field_double : -5.31); Sum += (func_sb_true() || func_sb_true() ? static_field_double : local_double); Sum += (func_sb_true() || func_sb_true() ? static_field_double : static_field_double); Sum += (func_sb_true() || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? static_field_double : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? static_field_double : ab[index]); Sum += (func_sb_true() || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : 3.1); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : -5.31); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : local_double); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : 3.1); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : -5.31); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : local_double); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_335() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : ab[index]); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? ab[index] : 3.1); Sum += (func_sb_true() || func_sb_true() ? ab[index] : -5.31); Sum += (func_sb_true() || func_sb_true() ? ab[index] : local_double); Sum += (func_sb_true() || func_sb_true() ? ab[index] : static_field_double); Sum += (func_sb_true() || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? ab[index] : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? ab[index] : ab[index]); Sum += (func_sb_true() || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : 3.1); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : -5.31); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : local_double); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_336() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? 3.1 : 3.1); Sum += (func_sb_true() || func_sb_false() ? 3.1 : -5.31); Sum += (func_sb_true() || func_sb_false() ? 3.1 : local_double); Sum += (func_sb_true() || func_sb_false() ? 3.1 : static_field_double); Sum += (func_sb_true() || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? 3.1 : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? 3.1 : ab[index]); Sum += (func_sb_true() || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? -5.31 : 3.1); Sum += (func_sb_true() || func_sb_false() ? -5.31 : -5.31); Sum += (func_sb_true() || func_sb_false() ? -5.31 : local_double); Sum += (func_sb_true() || func_sb_false() ? -5.31 : static_field_double); Sum += (func_sb_true() || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? -5.31 : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? -5.31 : ab[index]); Sum += (func_sb_true() || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? local_double : 3.1); Sum += (func_sb_true() || func_sb_false() ? local_double : -5.31); Sum += (func_sb_true() || func_sb_false() ? local_double : local_double); Sum += (func_sb_true() || func_sb_false() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_337() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? local_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? local_double : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? local_double : ab[index]); Sum += (func_sb_true() || func_sb_false() ? local_double : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? static_field_double : 3.1); Sum += (func_sb_true() || func_sb_false() ? static_field_double : -5.31); Sum += (func_sb_true() || func_sb_false() ? static_field_double : local_double); Sum += (func_sb_true() || func_sb_false() ? static_field_double : static_field_double); Sum += (func_sb_true() || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? static_field_double : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? static_field_double : ab[index]); Sum += (func_sb_true() || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : 3.1); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : -5.31); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : local_double); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_338() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : 3.1); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : -5.31); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : local_double); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : static_field_double); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : ab[index]); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? ab[index] : 3.1); Sum += (func_sb_true() || func_sb_false() ? ab[index] : -5.31); Sum += (func_sb_true() || func_sb_false() ? ab[index] : local_double); Sum += (func_sb_true() || func_sb_false() ? ab[index] : static_field_double); Sum += (func_sb_true() || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? ab[index] : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? ab[index] : ab[index]); Sum += (func_sb_true() || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : 3.1); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : -5.31); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : local_double); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_339() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? 3.1 : 3.1); Sum += (func_sb_true() || ab_true[index] ? 3.1 : -5.31); Sum += (func_sb_true() || ab_true[index] ? 3.1 : local_double); Sum += (func_sb_true() || ab_true[index] ? 3.1 : static_field_double); Sum += (func_sb_true() || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? 3.1 : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? 3.1 : ab[index]); Sum += (func_sb_true() || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? -5.31 : 3.1); Sum += (func_sb_true() || ab_true[index] ? -5.31 : -5.31); Sum += (func_sb_true() || ab_true[index] ? -5.31 : local_double); Sum += (func_sb_true() || ab_true[index] ? -5.31 : static_field_double); Sum += (func_sb_true() || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? -5.31 : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? -5.31 : ab[index]); Sum += (func_sb_true() || ab_true[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_340() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_true[index] ? local_double : 3.1); Sum += (func_sb_true() || ab_true[index] ? local_double : -5.31); Sum += (func_sb_true() || ab_true[index] ? local_double : local_double); Sum += (func_sb_true() || ab_true[index] ? local_double : static_field_double); Sum += (func_sb_true() || ab_true[index] ? local_double : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? local_double : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? local_double : ab[index]); Sum += (func_sb_true() || ab_true[index] ? local_double : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? static_field_double : 3.1); Sum += (func_sb_true() || ab_true[index] ? static_field_double : -5.31); Sum += (func_sb_true() || ab_true[index] ? static_field_double : local_double); Sum += (func_sb_true() || ab_true[index] ? static_field_double : static_field_double); Sum += (func_sb_true() || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? static_field_double : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? static_field_double : ab[index]); Sum += (func_sb_true() || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : 3.1); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : -5.31); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : local_double); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_341() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : 3.1); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : -5.31); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : local_double); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : static_field_double); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : ab[index]); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? ab[index] : 3.1); Sum += (func_sb_true() || ab_true[index] ? ab[index] : -5.31); Sum += (func_sb_true() || ab_true[index] ? ab[index] : local_double); Sum += (func_sb_true() || ab_true[index] ? ab[index] : static_field_double); Sum += (func_sb_true() || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? ab[index] : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? ab[index] : ab[index]); Sum += (func_sb_true() || ab_true[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_342() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : 3.1); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : -5.31); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : local_double); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? 3.1 : 3.1); Sum += (func_sb_true() || ab_false[index] ? 3.1 : -5.31); Sum += (func_sb_true() || ab_false[index] ? 3.1 : local_double); Sum += (func_sb_true() || ab_false[index] ? 3.1 : static_field_double); Sum += (func_sb_true() || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? 3.1 : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? 3.1 : ab[index]); Sum += (func_sb_true() || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? -5.31 : 3.1); Sum += (func_sb_true() || ab_false[index] ? -5.31 : -5.31); Sum += (func_sb_true() || ab_false[index] ? -5.31 : local_double); Sum += (func_sb_true() || ab_false[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_343() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? -5.31 : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? -5.31 : ab[index]); Sum += (func_sb_true() || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? local_double : 3.1); Sum += (func_sb_true() || ab_false[index] ? local_double : -5.31); Sum += (func_sb_true() || ab_false[index] ? local_double : local_double); Sum += (func_sb_true() || ab_false[index] ? local_double : static_field_double); Sum += (func_sb_true() || ab_false[index] ? local_double : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? local_double : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? local_double : ab[index]); Sum += (func_sb_true() || ab_false[index] ? local_double : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? static_field_double : 3.1); Sum += (func_sb_true() || ab_false[index] ? static_field_double : -5.31); Sum += (func_sb_true() || ab_false[index] ? static_field_double : local_double); Sum += (func_sb_true() || ab_false[index] ? static_field_double : static_field_double); Sum += (func_sb_true() || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? static_field_double : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? static_field_double : ab[index]); Sum += (func_sb_true() || ab_false[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_344() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : 3.1); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : -5.31); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : local_double); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : 3.1); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : -5.31); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : local_double); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : static_field_double); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : ab[index]); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? ab[index] : 3.1); Sum += (func_sb_true() || ab_false[index] ? ab[index] : -5.31); Sum += (func_sb_true() || ab_false[index] ? ab[index] : local_double); Sum += (func_sb_true() || ab_false[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_345() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? ab[index] : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? ab[index] : ab[index]); Sum += (func_sb_true() || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : 3.1); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : -5.31); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : local_double); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || true ? 3.1 : 3.1); Sum += (func_sb_false() || true ? 3.1 : -5.31); Sum += (func_sb_false() || true ? 3.1 : local_double); Sum += (func_sb_false() || true ? 3.1 : static_field_double); Sum += (func_sb_false() || true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || true ? 3.1 : ab[index]); Sum += (func_sb_false() || true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_346() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || true ? -5.31 : 3.1); Sum += (func_sb_false() || true ? -5.31 : -5.31); Sum += (func_sb_false() || true ? -5.31 : local_double); Sum += (func_sb_false() || true ? -5.31 : static_field_double); Sum += (func_sb_false() || true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || true ? -5.31 : ab[index]); Sum += (func_sb_false() || true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || true ? local_double : 3.1); Sum += (func_sb_false() || true ? local_double : -5.31); Sum += (func_sb_false() || true ? local_double : local_double); Sum += (func_sb_false() || true ? local_double : static_field_double); Sum += (func_sb_false() || true ? local_double : t1_i.mfd); Sum += (func_sb_false() || true ? local_double : simple_func_double()); Sum += (func_sb_false() || true ? local_double : ab[index]); Sum += (func_sb_false() || true ? local_double : ab[index - 1]); Sum += (func_sb_false() || true ? static_field_double : 3.1); Sum += (func_sb_false() || true ? static_field_double : -5.31); Sum += (func_sb_false() || true ? static_field_double : local_double); Sum += (func_sb_false() || true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_347() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || true ? static_field_double : ab[index]); Sum += (func_sb_false() || true ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || true ? t1_i.mfd : local_double); Sum += (func_sb_false() || true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || true ? simple_func_double() : 3.1); Sum += (func_sb_false() || true ? simple_func_double() : -5.31); Sum += (func_sb_false() || true ? simple_func_double() : local_double); Sum += (func_sb_false() || true ? simple_func_double() : static_field_double); Sum += (func_sb_false() || true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_348() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || true ? ab[index] : 3.1); Sum += (func_sb_false() || true ? ab[index] : -5.31); Sum += (func_sb_false() || true ? ab[index] : local_double); Sum += (func_sb_false() || true ? ab[index] : static_field_double); Sum += (func_sb_false() || true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || true ? ab[index] : ab[index]); Sum += (func_sb_false() || true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || true ? ab[index - 1] : local_double); Sum += (func_sb_false() || true ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || false ? 3.1 : 3.1); Sum += (func_sb_false() || false ? 3.1 : -5.31); Sum += (func_sb_false() || false ? 3.1 : local_double); Sum += (func_sb_false() || false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_349() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || false ? 3.1 : ab[index]); Sum += (func_sb_false() || false ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || false ? -5.31 : 3.1); Sum += (func_sb_false() || false ? -5.31 : -5.31); Sum += (func_sb_false() || false ? -5.31 : local_double); Sum += (func_sb_false() || false ? -5.31 : static_field_double); Sum += (func_sb_false() || false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || false ? -5.31 : ab[index]); Sum += (func_sb_false() || false ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || false ? local_double : 3.1); Sum += (func_sb_false() || false ? local_double : -5.31); Sum += (func_sb_false() || false ? local_double : local_double); Sum += (func_sb_false() || false ? local_double : static_field_double); Sum += (func_sb_false() || false ? local_double : t1_i.mfd); Sum += (func_sb_false() || false ? local_double : simple_func_double()); Sum += (func_sb_false() || false ? local_double : ab[index]); Sum += (func_sb_false() || false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_350() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || false ? static_field_double : 3.1); Sum += (func_sb_false() || false ? static_field_double : -5.31); Sum += (func_sb_false() || false ? static_field_double : local_double); Sum += (func_sb_false() || false ? static_field_double : static_field_double); Sum += (func_sb_false() || false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || false ? static_field_double : ab[index]); Sum += (func_sb_false() || false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || false ? t1_i.mfd : local_double); Sum += (func_sb_false() || false ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || false ? simple_func_double() : 3.1); Sum += (func_sb_false() || false ? simple_func_double() : -5.31); Sum += (func_sb_false() || false ? simple_func_double() : local_double); Sum += (func_sb_false() || false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_351() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || false ? ab[index] : 3.1); Sum += (func_sb_false() || false ? ab[index] : -5.31); Sum += (func_sb_false() || false ? ab[index] : local_double); Sum += (func_sb_false() || false ? ab[index] : static_field_double); Sum += (func_sb_false() || false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || false ? ab[index] : ab[index]); Sum += (func_sb_false() || false ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || false ? ab[index - 1] : local_double); Sum += (func_sb_false() || false ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_352() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? 3.1 : 3.1); Sum += (func_sb_false() || lb_true ? 3.1 : -5.31); Sum += (func_sb_false() || lb_true ? 3.1 : local_double); Sum += (func_sb_false() || lb_true ? 3.1 : static_field_double); Sum += (func_sb_false() || lb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || lb_true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || lb_true ? 3.1 : ab[index]); Sum += (func_sb_false() || lb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || lb_true ? -5.31 : 3.1); Sum += (func_sb_false() || lb_true ? -5.31 : -5.31); Sum += (func_sb_false() || lb_true ? -5.31 : local_double); Sum += (func_sb_false() || lb_true ? -5.31 : static_field_double); Sum += (func_sb_false() || lb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || lb_true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || lb_true ? -5.31 : ab[index]); Sum += (func_sb_false() || lb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || lb_true ? local_double : 3.1); Sum += (func_sb_false() || lb_true ? local_double : -5.31); Sum += (func_sb_false() || lb_true ? local_double : local_double); Sum += (func_sb_false() || lb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_353() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? local_double : t1_i.mfd); Sum += (func_sb_false() || lb_true ? local_double : simple_func_double()); Sum += (func_sb_false() || lb_true ? local_double : ab[index]); Sum += (func_sb_false() || lb_true ? local_double : ab[index - 1]); Sum += (func_sb_false() || lb_true ? static_field_double : 3.1); Sum += (func_sb_false() || lb_true ? static_field_double : -5.31); Sum += (func_sb_false() || lb_true ? static_field_double : local_double); Sum += (func_sb_false() || lb_true ? static_field_double : static_field_double); Sum += (func_sb_false() || lb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || lb_true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || lb_true ? static_field_double : ab[index]); Sum += (func_sb_false() || lb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || lb_true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || lb_true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || lb_true ? t1_i.mfd : local_double); Sum += (func_sb_false() || lb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || lb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || lb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || lb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_354() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? simple_func_double() : 3.1); Sum += (func_sb_false() || lb_true ? simple_func_double() : -5.31); Sum += (func_sb_false() || lb_true ? simple_func_double() : local_double); Sum += (func_sb_false() || lb_true ? simple_func_double() : static_field_double); Sum += (func_sb_false() || lb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || lb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || lb_true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || lb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || lb_true ? ab[index] : 3.1); Sum += (func_sb_false() || lb_true ? ab[index] : -5.31); Sum += (func_sb_false() || lb_true ? ab[index] : local_double); Sum += (func_sb_false() || lb_true ? ab[index] : static_field_double); Sum += (func_sb_false() || lb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || lb_true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || lb_true ? ab[index] : ab[index]); Sum += (func_sb_false() || lb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || lb_true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || lb_true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || lb_true ? ab[index - 1] : local_double); Sum += (func_sb_false() || lb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_355() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || lb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || lb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || lb_false ? 3.1 : 3.1); Sum += (func_sb_false() || lb_false ? 3.1 : -5.31); Sum += (func_sb_false() || lb_false ? 3.1 : local_double); Sum += (func_sb_false() || lb_false ? 3.1 : static_field_double); Sum += (func_sb_false() || lb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || lb_false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || lb_false ? 3.1 : ab[index]); Sum += (func_sb_false() || lb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || lb_false ? -5.31 : 3.1); Sum += (func_sb_false() || lb_false ? -5.31 : -5.31); Sum += (func_sb_false() || lb_false ? -5.31 : local_double); Sum += (func_sb_false() || lb_false ? -5.31 : static_field_double); Sum += (func_sb_false() || lb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || lb_false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || lb_false ? -5.31 : ab[index]); Sum += (func_sb_false() || lb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_356() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_false ? local_double : 3.1); Sum += (func_sb_false() || lb_false ? local_double : -5.31); Sum += (func_sb_false() || lb_false ? local_double : local_double); Sum += (func_sb_false() || lb_false ? local_double : static_field_double); Sum += (func_sb_false() || lb_false ? local_double : t1_i.mfd); Sum += (func_sb_false() || lb_false ? local_double : simple_func_double()); Sum += (func_sb_false() || lb_false ? local_double : ab[index]); Sum += (func_sb_false() || lb_false ? local_double : ab[index - 1]); Sum += (func_sb_false() || lb_false ? static_field_double : 3.1); Sum += (func_sb_false() || lb_false ? static_field_double : -5.31); Sum += (func_sb_false() || lb_false ? static_field_double : local_double); Sum += (func_sb_false() || lb_false ? static_field_double : static_field_double); Sum += (func_sb_false() || lb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || lb_false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || lb_false ? static_field_double : ab[index]); Sum += (func_sb_false() || lb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || lb_false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || lb_false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || lb_false ? t1_i.mfd : local_double); Sum += (func_sb_false() || lb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_357() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || lb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || lb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || lb_false ? simple_func_double() : 3.1); Sum += (func_sb_false() || lb_false ? simple_func_double() : -5.31); Sum += (func_sb_false() || lb_false ? simple_func_double() : local_double); Sum += (func_sb_false() || lb_false ? simple_func_double() : static_field_double); Sum += (func_sb_false() || lb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || lb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || lb_false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || lb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || lb_false ? ab[index] : 3.1); Sum += (func_sb_false() || lb_false ? ab[index] : -5.31); Sum += (func_sb_false() || lb_false ? ab[index] : local_double); Sum += (func_sb_false() || lb_false ? ab[index] : static_field_double); Sum += (func_sb_false() || lb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || lb_false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || lb_false ? ab[index] : ab[index]); Sum += (func_sb_false() || lb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_358() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || lb_false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || lb_false ? ab[index - 1] : local_double); Sum += (func_sb_false() || lb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || lb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || lb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? 3.1 : 3.1); Sum += (func_sb_false() || sfb_true ? 3.1 : -5.31); Sum += (func_sb_false() || sfb_true ? 3.1 : local_double); Sum += (func_sb_false() || sfb_true ? 3.1 : static_field_double); Sum += (func_sb_false() || sfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || sfb_true ? 3.1 : ab[index]); Sum += (func_sb_false() || sfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? -5.31 : 3.1); Sum += (func_sb_false() || sfb_true ? -5.31 : -5.31); Sum += (func_sb_false() || sfb_true ? -5.31 : local_double); Sum += (func_sb_false() || sfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_359() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || sfb_true ? -5.31 : ab[index]); Sum += (func_sb_false() || sfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? local_double : 3.1); Sum += (func_sb_false() || sfb_true ? local_double : -5.31); Sum += (func_sb_false() || sfb_true ? local_double : local_double); Sum += (func_sb_false() || sfb_true ? local_double : static_field_double); Sum += (func_sb_false() || sfb_true ? local_double : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? local_double : simple_func_double()); Sum += (func_sb_false() || sfb_true ? local_double : ab[index]); Sum += (func_sb_false() || sfb_true ? local_double : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? static_field_double : 3.1); Sum += (func_sb_false() || sfb_true ? static_field_double : -5.31); Sum += (func_sb_false() || sfb_true ? static_field_double : local_double); Sum += (func_sb_false() || sfb_true ? static_field_double : static_field_double); Sum += (func_sb_false() || sfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || sfb_true ? static_field_double : ab[index]); Sum += (func_sb_false() || sfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_360() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : local_double); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? simple_func_double() : 3.1); Sum += (func_sb_false() || sfb_true ? simple_func_double() : -5.31); Sum += (func_sb_false() || sfb_true ? simple_func_double() : local_double); Sum += (func_sb_false() || sfb_true ? simple_func_double() : static_field_double); Sum += (func_sb_false() || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || sfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? ab[index] : 3.1); Sum += (func_sb_false() || sfb_true ? ab[index] : -5.31); Sum += (func_sb_false() || sfb_true ? ab[index] : local_double); Sum += (func_sb_false() || sfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_361() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || sfb_true ? ab[index] : ab[index]); Sum += (func_sb_false() || sfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : local_double); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? 3.1 : 3.1); Sum += (func_sb_false() || sfb_false ? 3.1 : -5.31); Sum += (func_sb_false() || sfb_false ? 3.1 : local_double); Sum += (func_sb_false() || sfb_false ? 3.1 : static_field_double); Sum += (func_sb_false() || sfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || sfb_false ? 3.1 : ab[index]); Sum += (func_sb_false() || sfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_362() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_false ? -5.31 : 3.1); Sum += (func_sb_false() || sfb_false ? -5.31 : -5.31); Sum += (func_sb_false() || sfb_false ? -5.31 : local_double); Sum += (func_sb_false() || sfb_false ? -5.31 : static_field_double); Sum += (func_sb_false() || sfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || sfb_false ? -5.31 : ab[index]); Sum += (func_sb_false() || sfb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? local_double : 3.1); Sum += (func_sb_false() || sfb_false ? local_double : -5.31); Sum += (func_sb_false() || sfb_false ? local_double : local_double); Sum += (func_sb_false() || sfb_false ? local_double : static_field_double); Sum += (func_sb_false() || sfb_false ? local_double : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? local_double : simple_func_double()); Sum += (func_sb_false() || sfb_false ? local_double : ab[index]); Sum += (func_sb_false() || sfb_false ? local_double : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? static_field_double : 3.1); Sum += (func_sb_false() || sfb_false ? static_field_double : -5.31); Sum += (func_sb_false() || sfb_false ? static_field_double : local_double); Sum += (func_sb_false() || sfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_363() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || sfb_false ? static_field_double : ab[index]); Sum += (func_sb_false() || sfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : local_double); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? simple_func_double() : 3.1); Sum += (func_sb_false() || sfb_false ? simple_func_double() : -5.31); Sum += (func_sb_false() || sfb_false ? simple_func_double() : local_double); Sum += (func_sb_false() || sfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_false() || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || sfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || sfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_364() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_false ? ab[index] : 3.1); Sum += (func_sb_false() || sfb_false ? ab[index] : -5.31); Sum += (func_sb_false() || sfb_false ? ab[index] : local_double); Sum += (func_sb_false() || sfb_false ? ab[index] : static_field_double); Sum += (func_sb_false() || sfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || sfb_false ? ab[index] : ab[index]); Sum += (func_sb_false() || sfb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : local_double); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_365() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_366() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_367() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_368() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_369() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_370() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_371() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? 3.1 : 3.1); Sum += (func_sb_false() || func_sb_true() ? 3.1 : -5.31); Sum += (func_sb_false() || func_sb_true() ? 3.1 : local_double); Sum += (func_sb_false() || func_sb_true() ? 3.1 : static_field_double); Sum += (func_sb_false() || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? 3.1 : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? 3.1 : ab[index]); Sum += (func_sb_false() || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? -5.31 : 3.1); Sum += (func_sb_false() || func_sb_true() ? -5.31 : -5.31); Sum += (func_sb_false() || func_sb_true() ? -5.31 : local_double); Sum += (func_sb_false() || func_sb_true() ? -5.31 : static_field_double); Sum += (func_sb_false() || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? -5.31 : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? -5.31 : ab[index]); Sum += (func_sb_false() || func_sb_true() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_372() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_true() ? local_double : 3.1); Sum += (func_sb_false() || func_sb_true() ? local_double : -5.31); Sum += (func_sb_false() || func_sb_true() ? local_double : local_double); Sum += (func_sb_false() || func_sb_true() ? local_double : static_field_double); Sum += (func_sb_false() || func_sb_true() ? local_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? local_double : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? local_double : ab[index]); Sum += (func_sb_false() || func_sb_true() ? local_double : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? static_field_double : 3.1); Sum += (func_sb_false() || func_sb_true() ? static_field_double : -5.31); Sum += (func_sb_false() || func_sb_true() ? static_field_double : local_double); Sum += (func_sb_false() || func_sb_true() ? static_field_double : static_field_double); Sum += (func_sb_false() || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? static_field_double : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? static_field_double : ab[index]); Sum += (func_sb_false() || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : 3.1); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : -5.31); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : local_double); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_373() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : 3.1); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : -5.31); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : local_double); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : static_field_double); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : ab[index]); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? ab[index] : 3.1); Sum += (func_sb_false() || func_sb_true() ? ab[index] : -5.31); Sum += (func_sb_false() || func_sb_true() ? ab[index] : local_double); Sum += (func_sb_false() || func_sb_true() ? ab[index] : static_field_double); Sum += (func_sb_false() || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? ab[index] : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? ab[index] : ab[index]); Sum += (func_sb_false() || func_sb_true() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_374() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : 3.1); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : -5.31); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : local_double); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? 3.1 : 3.1); Sum += (func_sb_false() || func_sb_false() ? 3.1 : -5.31); Sum += (func_sb_false() || func_sb_false() ? 3.1 : local_double); Sum += (func_sb_false() || func_sb_false() ? 3.1 : static_field_double); Sum += (func_sb_false() || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? 3.1 : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? 3.1 : ab[index]); Sum += (func_sb_false() || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? -5.31 : 3.1); Sum += (func_sb_false() || func_sb_false() ? -5.31 : -5.31); Sum += (func_sb_false() || func_sb_false() ? -5.31 : local_double); Sum += (func_sb_false() || func_sb_false() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_375() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? -5.31 : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? -5.31 : ab[index]); Sum += (func_sb_false() || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? local_double : 3.1); Sum += (func_sb_false() || func_sb_false() ? local_double : -5.31); Sum += (func_sb_false() || func_sb_false() ? local_double : local_double); Sum += (func_sb_false() || func_sb_false() ? local_double : static_field_double); Sum += (func_sb_false() || func_sb_false() ? local_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? local_double : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? local_double : ab[index]); Sum += (func_sb_false() || func_sb_false() ? local_double : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? static_field_double : 3.1); Sum += (func_sb_false() || func_sb_false() ? static_field_double : -5.31); Sum += (func_sb_false() || func_sb_false() ? static_field_double : local_double); Sum += (func_sb_false() || func_sb_false() ? static_field_double : static_field_double); Sum += (func_sb_false() || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? static_field_double : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? static_field_double : ab[index]); Sum += (func_sb_false() || func_sb_false() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_376() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : 3.1); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : -5.31); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : local_double); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : 3.1); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : -5.31); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : local_double); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : static_field_double); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : ab[index]); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? ab[index] : 3.1); Sum += (func_sb_false() || func_sb_false() ? ab[index] : -5.31); Sum += (func_sb_false() || func_sb_false() ? ab[index] : local_double); Sum += (func_sb_false() || func_sb_false() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_377() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? ab[index] : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? ab[index] : ab[index]); Sum += (func_sb_false() || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : 3.1); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : -5.31); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : local_double); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? 3.1 : 3.1); Sum += (func_sb_false() || ab_true[index] ? 3.1 : -5.31); Sum += (func_sb_false() || ab_true[index] ? 3.1 : local_double); Sum += (func_sb_false() || ab_true[index] ? 3.1 : static_field_double); Sum += (func_sb_false() || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? 3.1 : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? 3.1 : ab[index]); Sum += (func_sb_false() || ab_true[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_378() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_true[index] ? -5.31 : 3.1); Sum += (func_sb_false() || ab_true[index] ? -5.31 : -5.31); Sum += (func_sb_false() || ab_true[index] ? -5.31 : local_double); Sum += (func_sb_false() || ab_true[index] ? -5.31 : static_field_double); Sum += (func_sb_false() || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? -5.31 : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? -5.31 : ab[index]); Sum += (func_sb_false() || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? local_double : 3.1); Sum += (func_sb_false() || ab_true[index] ? local_double : -5.31); Sum += (func_sb_false() || ab_true[index] ? local_double : local_double); Sum += (func_sb_false() || ab_true[index] ? local_double : static_field_double); Sum += (func_sb_false() || ab_true[index] ? local_double : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? local_double : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? local_double : ab[index]); Sum += (func_sb_false() || ab_true[index] ? local_double : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? static_field_double : 3.1); Sum += (func_sb_false() || ab_true[index] ? static_field_double : -5.31); Sum += (func_sb_false() || ab_true[index] ? static_field_double : local_double); Sum += (func_sb_false() || ab_true[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_379() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? static_field_double : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? static_field_double : ab[index]); Sum += (func_sb_false() || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : 3.1); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : -5.31); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : local_double); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : 3.1); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : -5.31); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : local_double); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : static_field_double); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : ab[index]); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_380() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_true[index] ? ab[index] : 3.1); Sum += (func_sb_false() || ab_true[index] ? ab[index] : -5.31); Sum += (func_sb_false() || ab_true[index] ? ab[index] : local_double); Sum += (func_sb_false() || ab_true[index] ? ab[index] : static_field_double); Sum += (func_sb_false() || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? ab[index] : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? ab[index] : ab[index]); Sum += (func_sb_false() || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : 3.1); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : -5.31); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : local_double); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? 3.1 : 3.1); Sum += (func_sb_false() || ab_false[index] ? 3.1 : -5.31); Sum += (func_sb_false() || ab_false[index] ? 3.1 : local_double); Sum += (func_sb_false() || ab_false[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_381() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? 3.1 : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? 3.1 : ab[index]); Sum += (func_sb_false() || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? -5.31 : 3.1); Sum += (func_sb_false() || ab_false[index] ? -5.31 : -5.31); Sum += (func_sb_false() || ab_false[index] ? -5.31 : local_double); Sum += (func_sb_false() || ab_false[index] ? -5.31 : static_field_double); Sum += (func_sb_false() || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? -5.31 : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? -5.31 : ab[index]); Sum += (func_sb_false() || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? local_double : 3.1); Sum += (func_sb_false() || ab_false[index] ? local_double : -5.31); Sum += (func_sb_false() || ab_false[index] ? local_double : local_double); Sum += (func_sb_false() || ab_false[index] ? local_double : static_field_double); Sum += (func_sb_false() || ab_false[index] ? local_double : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? local_double : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? local_double : ab[index]); Sum += (func_sb_false() || ab_false[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_382() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_false[index] ? static_field_double : 3.1); Sum += (func_sb_false() || ab_false[index] ? static_field_double : -5.31); Sum += (func_sb_false() || ab_false[index] ? static_field_double : local_double); Sum += (func_sb_false() || ab_false[index] ? static_field_double : static_field_double); Sum += (func_sb_false() || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? static_field_double : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? static_field_double : ab[index]); Sum += (func_sb_false() || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : 3.1); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : -5.31); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : local_double); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : 3.1); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : -5.31); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : local_double); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_383() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : ab[index]); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? ab[index] : 3.1); Sum += (func_sb_false() || ab_false[index] ? ab[index] : -5.31); Sum += (func_sb_false() || ab_false[index] ? ab[index] : local_double); Sum += (func_sb_false() || ab_false[index] ? ab[index] : static_field_double); Sum += (func_sb_false() || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? ab[index] : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? ab[index] : ab[index]); Sum += (func_sb_false() || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : 3.1); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : -5.31); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : local_double); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_384() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? 3.1 : 3.1); Sum += (ab_true[index] || true ? 3.1 : -5.31); Sum += (ab_true[index] || true ? 3.1 : local_double); Sum += (ab_true[index] || true ? 3.1 : static_field_double); Sum += (ab_true[index] || true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || true ? 3.1 : ab[index]); Sum += (ab_true[index] || true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || true ? -5.31 : 3.1); Sum += (ab_true[index] || true ? -5.31 : -5.31); Sum += (ab_true[index] || true ? -5.31 : local_double); Sum += (ab_true[index] || true ? -5.31 : static_field_double); Sum += (ab_true[index] || true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || true ? -5.31 : ab[index]); Sum += (ab_true[index] || true ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || true ? local_double : 3.1); Sum += (ab_true[index] || true ? local_double : -5.31); Sum += (ab_true[index] || true ? local_double : local_double); Sum += (ab_true[index] || true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_385() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? local_double : t1_i.mfd); Sum += (ab_true[index] || true ? local_double : simple_func_double()); Sum += (ab_true[index] || true ? local_double : ab[index]); Sum += (ab_true[index] || true ? local_double : ab[index - 1]); Sum += (ab_true[index] || true ? static_field_double : 3.1); Sum += (ab_true[index] || true ? static_field_double : -5.31); Sum += (ab_true[index] || true ? static_field_double : local_double); Sum += (ab_true[index] || true ? static_field_double : static_field_double); Sum += (ab_true[index] || true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || true ? static_field_double : ab[index]); Sum += (ab_true[index] || true ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || true ? t1_i.mfd : local_double); Sum += (ab_true[index] || true ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_386() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? simple_func_double() : 3.1); Sum += (ab_true[index] || true ? simple_func_double() : -5.31); Sum += (ab_true[index] || true ? simple_func_double() : local_double); Sum += (ab_true[index] || true ? simple_func_double() : static_field_double); Sum += (ab_true[index] || true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || true ? ab[index] : 3.1); Sum += (ab_true[index] || true ? ab[index] : -5.31); Sum += (ab_true[index] || true ? ab[index] : local_double); Sum += (ab_true[index] || true ? ab[index] : static_field_double); Sum += (ab_true[index] || true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || true ? ab[index] : ab[index]); Sum += (ab_true[index] || true ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || true ? ab[index - 1] : local_double); Sum += (ab_true[index] || true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_387() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || true ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || false ? 3.1 : 3.1); Sum += (ab_true[index] || false ? 3.1 : -5.31); Sum += (ab_true[index] || false ? 3.1 : local_double); Sum += (ab_true[index] || false ? 3.1 : static_field_double); Sum += (ab_true[index] || false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || false ? 3.1 : ab[index]); Sum += (ab_true[index] || false ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || false ? -5.31 : 3.1); Sum += (ab_true[index] || false ? -5.31 : -5.31); Sum += (ab_true[index] || false ? -5.31 : local_double); Sum += (ab_true[index] || false ? -5.31 : static_field_double); Sum += (ab_true[index] || false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || false ? -5.31 : ab[index]); Sum += (ab_true[index] || false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_388() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || false ? local_double : 3.1); Sum += (ab_true[index] || false ? local_double : -5.31); Sum += (ab_true[index] || false ? local_double : local_double); Sum += (ab_true[index] || false ? local_double : static_field_double); Sum += (ab_true[index] || false ? local_double : t1_i.mfd); Sum += (ab_true[index] || false ? local_double : simple_func_double()); Sum += (ab_true[index] || false ? local_double : ab[index]); Sum += (ab_true[index] || false ? local_double : ab[index - 1]); Sum += (ab_true[index] || false ? static_field_double : 3.1); Sum += (ab_true[index] || false ? static_field_double : -5.31); Sum += (ab_true[index] || false ? static_field_double : local_double); Sum += (ab_true[index] || false ? static_field_double : static_field_double); Sum += (ab_true[index] || false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || false ? static_field_double : ab[index]); Sum += (ab_true[index] || false ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || false ? t1_i.mfd : local_double); Sum += (ab_true[index] || false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_389() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || false ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || false ? simple_func_double() : 3.1); Sum += (ab_true[index] || false ? simple_func_double() : -5.31); Sum += (ab_true[index] || false ? simple_func_double() : local_double); Sum += (ab_true[index] || false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || false ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || false ? ab[index] : 3.1); Sum += (ab_true[index] || false ? ab[index] : -5.31); Sum += (ab_true[index] || false ? ab[index] : local_double); Sum += (ab_true[index] || false ? ab[index] : static_field_double); Sum += (ab_true[index] || false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || false ? ab[index] : ab[index]); Sum += (ab_true[index] || false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_390() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || false ? ab[index - 1] : local_double); Sum += (ab_true[index] || false ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || lb_true ? 3.1 : 3.1); Sum += (ab_true[index] || lb_true ? 3.1 : -5.31); Sum += (ab_true[index] || lb_true ? 3.1 : local_double); Sum += (ab_true[index] || lb_true ? 3.1 : static_field_double); Sum += (ab_true[index] || lb_true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || lb_true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || lb_true ? 3.1 : ab[index]); Sum += (ab_true[index] || lb_true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || lb_true ? -5.31 : 3.1); Sum += (ab_true[index] || lb_true ? -5.31 : -5.31); Sum += (ab_true[index] || lb_true ? -5.31 : local_double); Sum += (ab_true[index] || lb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_391() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || lb_true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || lb_true ? -5.31 : ab[index]); Sum += (ab_true[index] || lb_true ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || lb_true ? local_double : 3.1); Sum += (ab_true[index] || lb_true ? local_double : -5.31); Sum += (ab_true[index] || lb_true ? local_double : local_double); Sum += (ab_true[index] || lb_true ? local_double : static_field_double); Sum += (ab_true[index] || lb_true ? local_double : t1_i.mfd); Sum += (ab_true[index] || lb_true ? local_double : simple_func_double()); Sum += (ab_true[index] || lb_true ? local_double : ab[index]); Sum += (ab_true[index] || lb_true ? local_double : ab[index - 1]); Sum += (ab_true[index] || lb_true ? static_field_double : 3.1); Sum += (ab_true[index] || lb_true ? static_field_double : -5.31); Sum += (ab_true[index] || lb_true ? static_field_double : local_double); Sum += (ab_true[index] || lb_true ? static_field_double : static_field_double); Sum += (ab_true[index] || lb_true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || lb_true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || lb_true ? static_field_double : ab[index]); Sum += (ab_true[index] || lb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_392() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || lb_true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || lb_true ? t1_i.mfd : local_double); Sum += (ab_true[index] || lb_true ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || lb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || lb_true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || lb_true ? simple_func_double() : 3.1); Sum += (ab_true[index] || lb_true ? simple_func_double() : -5.31); Sum += (ab_true[index] || lb_true ? simple_func_double() : local_double); Sum += (ab_true[index] || lb_true ? simple_func_double() : static_field_double); Sum += (ab_true[index] || lb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || lb_true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || lb_true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || lb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || lb_true ? ab[index] : 3.1); Sum += (ab_true[index] || lb_true ? ab[index] : -5.31); Sum += (ab_true[index] || lb_true ? ab[index] : local_double); Sum += (ab_true[index] || lb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_393() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || lb_true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || lb_true ? ab[index] : ab[index]); Sum += (ab_true[index] || lb_true ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || lb_true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || lb_true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || lb_true ? ab[index - 1] : local_double); Sum += (ab_true[index] || lb_true ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || lb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || lb_true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || lb_false ? 3.1 : 3.1); Sum += (ab_true[index] || lb_false ? 3.1 : -5.31); Sum += (ab_true[index] || lb_false ? 3.1 : local_double); Sum += (ab_true[index] || lb_false ? 3.1 : static_field_double); Sum += (ab_true[index] || lb_false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || lb_false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || lb_false ? 3.1 : ab[index]); Sum += (ab_true[index] || lb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_394() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_false ? -5.31 : 3.1); Sum += (ab_true[index] || lb_false ? -5.31 : -5.31); Sum += (ab_true[index] || lb_false ? -5.31 : local_double); Sum += (ab_true[index] || lb_false ? -5.31 : static_field_double); Sum += (ab_true[index] || lb_false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || lb_false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || lb_false ? -5.31 : ab[index]); Sum += (ab_true[index] || lb_false ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || lb_false ? local_double : 3.1); Sum += (ab_true[index] || lb_false ? local_double : -5.31); Sum += (ab_true[index] || lb_false ? local_double : local_double); Sum += (ab_true[index] || lb_false ? local_double : static_field_double); Sum += (ab_true[index] || lb_false ? local_double : t1_i.mfd); Sum += (ab_true[index] || lb_false ? local_double : simple_func_double()); Sum += (ab_true[index] || lb_false ? local_double : ab[index]); Sum += (ab_true[index] || lb_false ? local_double : ab[index - 1]); Sum += (ab_true[index] || lb_false ? static_field_double : 3.1); Sum += (ab_true[index] || lb_false ? static_field_double : -5.31); Sum += (ab_true[index] || lb_false ? static_field_double : local_double); Sum += (ab_true[index] || lb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_395() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || lb_false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || lb_false ? static_field_double : ab[index]); Sum += (ab_true[index] || lb_false ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || lb_false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || lb_false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || lb_false ? t1_i.mfd : local_double); Sum += (ab_true[index] || lb_false ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || lb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || lb_false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || lb_false ? simple_func_double() : 3.1); Sum += (ab_true[index] || lb_false ? simple_func_double() : -5.31); Sum += (ab_true[index] || lb_false ? simple_func_double() : local_double); Sum += (ab_true[index] || lb_false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || lb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || lb_false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || lb_false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || lb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_396() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_false ? ab[index] : 3.1); Sum += (ab_true[index] || lb_false ? ab[index] : -5.31); Sum += (ab_true[index] || lb_false ? ab[index] : local_double); Sum += (ab_true[index] || lb_false ? ab[index] : static_field_double); Sum += (ab_true[index] || lb_false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || lb_false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || lb_false ? ab[index] : ab[index]); Sum += (ab_true[index] || lb_false ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || lb_false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || lb_false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || lb_false ? ab[index - 1] : local_double); Sum += (ab_true[index] || lb_false ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || lb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || lb_false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? 3.1 : 3.1); Sum += (ab_true[index] || sfb_true ? 3.1 : -5.31); Sum += (ab_true[index] || sfb_true ? 3.1 : local_double); Sum += (ab_true[index] || sfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_397() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || sfb_true ? 3.1 : ab[index]); Sum += (ab_true[index] || sfb_true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? -5.31 : 3.1); Sum += (ab_true[index] || sfb_true ? -5.31 : -5.31); Sum += (ab_true[index] || sfb_true ? -5.31 : local_double); Sum += (ab_true[index] || sfb_true ? -5.31 : static_field_double); Sum += (ab_true[index] || sfb_true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || sfb_true ? -5.31 : ab[index]); Sum += (ab_true[index] || sfb_true ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? local_double : 3.1); Sum += (ab_true[index] || sfb_true ? local_double : -5.31); Sum += (ab_true[index] || sfb_true ? local_double : local_double); Sum += (ab_true[index] || sfb_true ? local_double : static_field_double); Sum += (ab_true[index] || sfb_true ? local_double : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? local_double : simple_func_double()); Sum += (ab_true[index] || sfb_true ? local_double : ab[index]); Sum += (ab_true[index] || sfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_398() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_true ? static_field_double : 3.1); Sum += (ab_true[index] || sfb_true ? static_field_double : -5.31); Sum += (ab_true[index] || sfb_true ? static_field_double : local_double); Sum += (ab_true[index] || sfb_true ? static_field_double : static_field_double); Sum += (ab_true[index] || sfb_true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || sfb_true ? static_field_double : ab[index]); Sum += (ab_true[index] || sfb_true ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : local_double); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? simple_func_double() : 3.1); Sum += (ab_true[index] || sfb_true ? simple_func_double() : -5.31); Sum += (ab_true[index] || sfb_true ? simple_func_double() : local_double); Sum += (ab_true[index] || sfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_399() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || sfb_true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? ab[index] : 3.1); Sum += (ab_true[index] || sfb_true ? ab[index] : -5.31); Sum += (ab_true[index] || sfb_true ? ab[index] : local_double); Sum += (ab_true[index] || sfb_true ? ab[index] : static_field_double); Sum += (ab_true[index] || sfb_true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || sfb_true ? ab[index] : ab[index]); Sum += (ab_true[index] || sfb_true ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : local_double); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_400() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? 3.1 : 3.1); Sum += (ab_true[index] || sfb_false ? 3.1 : -5.31); Sum += (ab_true[index] || sfb_false ? 3.1 : local_double); Sum += (ab_true[index] || sfb_false ? 3.1 : static_field_double); Sum += (ab_true[index] || sfb_false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || sfb_false ? 3.1 : ab[index]); Sum += (ab_true[index] || sfb_false ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? -5.31 : 3.1); Sum += (ab_true[index] || sfb_false ? -5.31 : -5.31); Sum += (ab_true[index] || sfb_false ? -5.31 : local_double); Sum += (ab_true[index] || sfb_false ? -5.31 : static_field_double); Sum += (ab_true[index] || sfb_false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || sfb_false ? -5.31 : ab[index]); Sum += (ab_true[index] || sfb_false ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? local_double : 3.1); Sum += (ab_true[index] || sfb_false ? local_double : -5.31); Sum += (ab_true[index] || sfb_false ? local_double : local_double); Sum += (ab_true[index] || sfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_401() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? local_double : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? local_double : simple_func_double()); Sum += (ab_true[index] || sfb_false ? local_double : ab[index]); Sum += (ab_true[index] || sfb_false ? local_double : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? static_field_double : 3.1); Sum += (ab_true[index] || sfb_false ? static_field_double : -5.31); Sum += (ab_true[index] || sfb_false ? static_field_double : local_double); Sum += (ab_true[index] || sfb_false ? static_field_double : static_field_double); Sum += (ab_true[index] || sfb_false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || sfb_false ? static_field_double : ab[index]); Sum += (ab_true[index] || sfb_false ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : local_double); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_402() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? simple_func_double() : 3.1); Sum += (ab_true[index] || sfb_false ? simple_func_double() : -5.31); Sum += (ab_true[index] || sfb_false ? simple_func_double() : local_double); Sum += (ab_true[index] || sfb_false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || sfb_false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? ab[index] : 3.1); Sum += (ab_true[index] || sfb_false ? ab[index] : -5.31); Sum += (ab_true[index] || sfb_false ? ab[index] : local_double); Sum += (ab_true[index] || sfb_false ? ab[index] : static_field_double); Sum += (ab_true[index] || sfb_false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || sfb_false ? ab[index] : ab[index]); Sum += (ab_true[index] || sfb_false ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : local_double); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_403() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_404() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_true ? local_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_405() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_406() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_407() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_408() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_409() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? 3.1 : 3.1); Sum += (ab_true[index] || func_sb_true() ? 3.1 : -5.31); Sum += (ab_true[index] || func_sb_true() ? 3.1 : local_double); Sum += (ab_true[index] || func_sb_true() ? 3.1 : static_field_double); Sum += (ab_true[index] || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? 3.1 : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? 3.1 : ab[index]); Sum += (ab_true[index] || func_sb_true() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_410() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_true() ? -5.31 : 3.1); Sum += (ab_true[index] || func_sb_true() ? -5.31 : -5.31); Sum += (ab_true[index] || func_sb_true() ? -5.31 : local_double); Sum += (ab_true[index] || func_sb_true() ? -5.31 : static_field_double); Sum += (ab_true[index] || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? -5.31 : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? -5.31 : ab[index]); Sum += (ab_true[index] || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? local_double : 3.1); Sum += (ab_true[index] || func_sb_true() ? local_double : -5.31); Sum += (ab_true[index] || func_sb_true() ? local_double : local_double); Sum += (ab_true[index] || func_sb_true() ? local_double : static_field_double); Sum += (ab_true[index] || func_sb_true() ? local_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? local_double : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? local_double : ab[index]); Sum += (ab_true[index] || func_sb_true() ? local_double : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? static_field_double : 3.1); Sum += (ab_true[index] || func_sb_true() ? static_field_double : -5.31); Sum += (ab_true[index] || func_sb_true() ? static_field_double : local_double); Sum += (ab_true[index] || func_sb_true() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_411() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? static_field_double : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? static_field_double : ab[index]); Sum += (ab_true[index] || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : 3.1); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : -5.31); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : local_double); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : 3.1); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : -5.31); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : local_double); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : static_field_double); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : ab[index]); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_412() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_true() ? ab[index] : 3.1); Sum += (ab_true[index] || func_sb_true() ? ab[index] : -5.31); Sum += (ab_true[index] || func_sb_true() ? ab[index] : local_double); Sum += (ab_true[index] || func_sb_true() ? ab[index] : static_field_double); Sum += (ab_true[index] || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? ab[index] : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? ab[index] : ab[index]); Sum += (ab_true[index] || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : 3.1); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : -5.31); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : local_double); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? 3.1 : 3.1); Sum += (ab_true[index] || func_sb_false() ? 3.1 : -5.31); Sum += (ab_true[index] || func_sb_false() ? 3.1 : local_double); Sum += (ab_true[index] || func_sb_false() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_413() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? 3.1 : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? 3.1 : ab[index]); Sum += (ab_true[index] || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? -5.31 : 3.1); Sum += (ab_true[index] || func_sb_false() ? -5.31 : -5.31); Sum += (ab_true[index] || func_sb_false() ? -5.31 : local_double); Sum += (ab_true[index] || func_sb_false() ? -5.31 : static_field_double); Sum += (ab_true[index] || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? -5.31 : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? -5.31 : ab[index]); Sum += (ab_true[index] || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? local_double : 3.1); Sum += (ab_true[index] || func_sb_false() ? local_double : -5.31); Sum += (ab_true[index] || func_sb_false() ? local_double : local_double); Sum += (ab_true[index] || func_sb_false() ? local_double : static_field_double); Sum += (ab_true[index] || func_sb_false() ? local_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? local_double : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? local_double : ab[index]); Sum += (ab_true[index] || func_sb_false() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_414() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_false() ? static_field_double : 3.1); Sum += (ab_true[index] || func_sb_false() ? static_field_double : -5.31); Sum += (ab_true[index] || func_sb_false() ? static_field_double : local_double); Sum += (ab_true[index] || func_sb_false() ? static_field_double : static_field_double); Sum += (ab_true[index] || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? static_field_double : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? static_field_double : ab[index]); Sum += (ab_true[index] || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : 3.1); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : -5.31); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : local_double); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : 3.1); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : -5.31); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : local_double); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_415() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : ab[index]); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? ab[index] : 3.1); Sum += (ab_true[index] || func_sb_false() ? ab[index] : -5.31); Sum += (ab_true[index] || func_sb_false() ? ab[index] : local_double); Sum += (ab_true[index] || func_sb_false() ? ab[index] : static_field_double); Sum += (ab_true[index] || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? ab[index] : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? ab[index] : ab[index]); Sum += (ab_true[index] || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : 3.1); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : -5.31); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : local_double); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_416() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? 3.1 : 3.1); Sum += (ab_true[index] || ab_true[index] ? 3.1 : -5.31); Sum += (ab_true[index] || ab_true[index] ? 3.1 : local_double); Sum += (ab_true[index] || ab_true[index] ? 3.1 : static_field_double); Sum += (ab_true[index] || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? 3.1 : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? 3.1 : ab[index]); Sum += (ab_true[index] || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? -5.31 : 3.1); Sum += (ab_true[index] || ab_true[index] ? -5.31 : -5.31); Sum += (ab_true[index] || ab_true[index] ? -5.31 : local_double); Sum += (ab_true[index] || ab_true[index] ? -5.31 : static_field_double); Sum += (ab_true[index] || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? -5.31 : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? -5.31 : ab[index]); Sum += (ab_true[index] || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? local_double : 3.1); Sum += (ab_true[index] || ab_true[index] ? local_double : -5.31); Sum += (ab_true[index] || ab_true[index] ? local_double : local_double); Sum += (ab_true[index] || ab_true[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_417() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? local_double : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? local_double : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? local_double : ab[index]); Sum += (ab_true[index] || ab_true[index] ? local_double : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? static_field_double : 3.1); Sum += (ab_true[index] || ab_true[index] ? static_field_double : -5.31); Sum += (ab_true[index] || ab_true[index] ? static_field_double : local_double); Sum += (ab_true[index] || ab_true[index] ? static_field_double : static_field_double); Sum += (ab_true[index] || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? static_field_double : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? static_field_double : ab[index]); Sum += (ab_true[index] || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : 3.1); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : -5.31); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : local_double); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_418() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : 3.1); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : -5.31); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : local_double); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : static_field_double); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : ab[index]); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? ab[index] : 3.1); Sum += (ab_true[index] || ab_true[index] ? ab[index] : -5.31); Sum += (ab_true[index] || ab_true[index] ? ab[index] : local_double); Sum += (ab_true[index] || ab_true[index] ? ab[index] : static_field_double); Sum += (ab_true[index] || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? ab[index] : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? ab[index] : ab[index]); Sum += (ab_true[index] || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : 3.1); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : -5.31); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : local_double); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_419() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? 3.1 : 3.1); Sum += (ab_true[index] || ab_false[index] ? 3.1 : -5.31); Sum += (ab_true[index] || ab_false[index] ? 3.1 : local_double); Sum += (ab_true[index] || ab_false[index] ? 3.1 : static_field_double); Sum += (ab_true[index] || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? 3.1 : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? 3.1 : ab[index]); Sum += (ab_true[index] || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? -5.31 : 3.1); Sum += (ab_true[index] || ab_false[index] ? -5.31 : -5.31); Sum += (ab_true[index] || ab_false[index] ? -5.31 : local_double); Sum += (ab_true[index] || ab_false[index] ? -5.31 : static_field_double); Sum += (ab_true[index] || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? -5.31 : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? -5.31 : ab[index]); Sum += (ab_true[index] || ab_false[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_420() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_false[index] ? local_double : 3.1); Sum += (ab_true[index] || ab_false[index] ? local_double : -5.31); Sum += (ab_true[index] || ab_false[index] ? local_double : local_double); Sum += (ab_true[index] || ab_false[index] ? local_double : static_field_double); Sum += (ab_true[index] || ab_false[index] ? local_double : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? local_double : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? local_double : ab[index]); Sum += (ab_true[index] || ab_false[index] ? local_double : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? static_field_double : 3.1); Sum += (ab_true[index] || ab_false[index] ? static_field_double : -5.31); Sum += (ab_true[index] || ab_false[index] ? static_field_double : local_double); Sum += (ab_true[index] || ab_false[index] ? static_field_double : static_field_double); Sum += (ab_true[index] || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? static_field_double : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? static_field_double : ab[index]); Sum += (ab_true[index] || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : 3.1); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : -5.31); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : local_double); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_421() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : 3.1); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : -5.31); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : local_double); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : static_field_double); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : ab[index]); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? ab[index] : 3.1); Sum += (ab_true[index] || ab_false[index] ? ab[index] : -5.31); Sum += (ab_true[index] || ab_false[index] ? ab[index] : local_double); Sum += (ab_true[index] || ab_false[index] ? ab[index] : static_field_double); Sum += (ab_true[index] || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? ab[index] : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? ab[index] : ab[index]); Sum += (ab_true[index] || ab_false[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_422() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : 3.1); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : -5.31); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : local_double); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || true ? 3.1 : 3.1); Sum += (ab_false[index] || true ? 3.1 : -5.31); Sum += (ab_false[index] || true ? 3.1 : local_double); Sum += (ab_false[index] || true ? 3.1 : static_field_double); Sum += (ab_false[index] || true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || true ? 3.1 : ab[index]); Sum += (ab_false[index] || true ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || true ? -5.31 : 3.1); Sum += (ab_false[index] || true ? -5.31 : -5.31); Sum += (ab_false[index] || true ? -5.31 : local_double); Sum += (ab_false[index] || true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_423() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || true ? -5.31 : ab[index]); Sum += (ab_false[index] || true ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || true ? local_double : 3.1); Sum += (ab_false[index] || true ? local_double : -5.31); Sum += (ab_false[index] || true ? local_double : local_double); Sum += (ab_false[index] || true ? local_double : static_field_double); Sum += (ab_false[index] || true ? local_double : t1_i.mfd); Sum += (ab_false[index] || true ? local_double : simple_func_double()); Sum += (ab_false[index] || true ? local_double : ab[index]); Sum += (ab_false[index] || true ? local_double : ab[index - 1]); Sum += (ab_false[index] || true ? static_field_double : 3.1); Sum += (ab_false[index] || true ? static_field_double : -5.31); Sum += (ab_false[index] || true ? static_field_double : local_double); Sum += (ab_false[index] || true ? static_field_double : static_field_double); Sum += (ab_false[index] || true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || true ? static_field_double : ab[index]); Sum += (ab_false[index] || true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_424() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || true ? t1_i.mfd : local_double); Sum += (ab_false[index] || true ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || true ? simple_func_double() : 3.1); Sum += (ab_false[index] || true ? simple_func_double() : -5.31); Sum += (ab_false[index] || true ? simple_func_double() : local_double); Sum += (ab_false[index] || true ? simple_func_double() : static_field_double); Sum += (ab_false[index] || true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || true ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || true ? ab[index] : 3.1); Sum += (ab_false[index] || true ? ab[index] : -5.31); Sum += (ab_false[index] || true ? ab[index] : local_double); Sum += (ab_false[index] || true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_425() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || true ? ab[index] : ab[index]); Sum += (ab_false[index] || true ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || true ? ab[index - 1] : local_double); Sum += (ab_false[index] || true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || true ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || false ? 3.1 : 3.1); Sum += (ab_false[index] || false ? 3.1 : -5.31); Sum += (ab_false[index] || false ? 3.1 : local_double); Sum += (ab_false[index] || false ? 3.1 : static_field_double); Sum += (ab_false[index] || false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || false ? 3.1 : ab[index]); Sum += (ab_false[index] || false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_426() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || false ? -5.31 : 3.1); Sum += (ab_false[index] || false ? -5.31 : -5.31); Sum += (ab_false[index] || false ? -5.31 : local_double); Sum += (ab_false[index] || false ? -5.31 : static_field_double); Sum += (ab_false[index] || false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || false ? -5.31 : ab[index]); Sum += (ab_false[index] || false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || false ? local_double : 3.1); Sum += (ab_false[index] || false ? local_double : -5.31); Sum += (ab_false[index] || false ? local_double : local_double); Sum += (ab_false[index] || false ? local_double : static_field_double); Sum += (ab_false[index] || false ? local_double : t1_i.mfd); Sum += (ab_false[index] || false ? local_double : simple_func_double()); Sum += (ab_false[index] || false ? local_double : ab[index]); Sum += (ab_false[index] || false ? local_double : ab[index - 1]); Sum += (ab_false[index] || false ? static_field_double : 3.1); Sum += (ab_false[index] || false ? static_field_double : -5.31); Sum += (ab_false[index] || false ? static_field_double : local_double); Sum += (ab_false[index] || false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_427() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || false ? static_field_double : ab[index]); Sum += (ab_false[index] || false ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || false ? t1_i.mfd : local_double); Sum += (ab_false[index] || false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || false ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || false ? simple_func_double() : 3.1); Sum += (ab_false[index] || false ? simple_func_double() : -5.31); Sum += (ab_false[index] || false ? simple_func_double() : local_double); Sum += (ab_false[index] || false ? simple_func_double() : static_field_double); Sum += (ab_false[index] || false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_428() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || false ? ab[index] : 3.1); Sum += (ab_false[index] || false ? ab[index] : -5.31); Sum += (ab_false[index] || false ? ab[index] : local_double); Sum += (ab_false[index] || false ? ab[index] : static_field_double); Sum += (ab_false[index] || false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || false ? ab[index] : ab[index]); Sum += (ab_false[index] || false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || false ? ab[index - 1] : local_double); Sum += (ab_false[index] || false ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || false ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || lb_true ? 3.1 : 3.1); Sum += (ab_false[index] || lb_true ? 3.1 : -5.31); Sum += (ab_false[index] || lb_true ? 3.1 : local_double); Sum += (ab_false[index] || lb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_429() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || lb_true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || lb_true ? 3.1 : ab[index]); Sum += (ab_false[index] || lb_true ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || lb_true ? -5.31 : 3.1); Sum += (ab_false[index] || lb_true ? -5.31 : -5.31); Sum += (ab_false[index] || lb_true ? -5.31 : local_double); Sum += (ab_false[index] || lb_true ? -5.31 : static_field_double); Sum += (ab_false[index] || lb_true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || lb_true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || lb_true ? -5.31 : ab[index]); Sum += (ab_false[index] || lb_true ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || lb_true ? local_double : 3.1); Sum += (ab_false[index] || lb_true ? local_double : -5.31); Sum += (ab_false[index] || lb_true ? local_double : local_double); Sum += (ab_false[index] || lb_true ? local_double : static_field_double); Sum += (ab_false[index] || lb_true ? local_double : t1_i.mfd); Sum += (ab_false[index] || lb_true ? local_double : simple_func_double()); Sum += (ab_false[index] || lb_true ? local_double : ab[index]); Sum += (ab_false[index] || lb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_430() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_true ? static_field_double : 3.1); Sum += (ab_false[index] || lb_true ? static_field_double : -5.31); Sum += (ab_false[index] || lb_true ? static_field_double : local_double); Sum += (ab_false[index] || lb_true ? static_field_double : static_field_double); Sum += (ab_false[index] || lb_true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || lb_true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || lb_true ? static_field_double : ab[index]); Sum += (ab_false[index] || lb_true ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || lb_true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || lb_true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || lb_true ? t1_i.mfd : local_double); Sum += (ab_false[index] || lb_true ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || lb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || lb_true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || lb_true ? simple_func_double() : 3.1); Sum += (ab_false[index] || lb_true ? simple_func_double() : -5.31); Sum += (ab_false[index] || lb_true ? simple_func_double() : local_double); Sum += (ab_false[index] || lb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_431() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || lb_true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || lb_true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || lb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || lb_true ? ab[index] : 3.1); Sum += (ab_false[index] || lb_true ? ab[index] : -5.31); Sum += (ab_false[index] || lb_true ? ab[index] : local_double); Sum += (ab_false[index] || lb_true ? ab[index] : static_field_double); Sum += (ab_false[index] || lb_true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || lb_true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || lb_true ? ab[index] : ab[index]); Sum += (ab_false[index] || lb_true ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || lb_true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || lb_true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || lb_true ? ab[index - 1] : local_double); Sum += (ab_false[index] || lb_true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || lb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || lb_true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || lb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_432() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? 3.1 : 3.1); Sum += (ab_false[index] || lb_false ? 3.1 : -5.31); Sum += (ab_false[index] || lb_false ? 3.1 : local_double); Sum += (ab_false[index] || lb_false ? 3.1 : static_field_double); Sum += (ab_false[index] || lb_false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || lb_false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || lb_false ? 3.1 : ab[index]); Sum += (ab_false[index] || lb_false ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || lb_false ? -5.31 : 3.1); Sum += (ab_false[index] || lb_false ? -5.31 : -5.31); Sum += (ab_false[index] || lb_false ? -5.31 : local_double); Sum += (ab_false[index] || lb_false ? -5.31 : static_field_double); Sum += (ab_false[index] || lb_false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || lb_false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || lb_false ? -5.31 : ab[index]); Sum += (ab_false[index] || lb_false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || lb_false ? local_double : 3.1); Sum += (ab_false[index] || lb_false ? local_double : -5.31); Sum += (ab_false[index] || lb_false ? local_double : local_double); Sum += (ab_false[index] || lb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_433() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? local_double : t1_i.mfd); Sum += (ab_false[index] || lb_false ? local_double : simple_func_double()); Sum += (ab_false[index] || lb_false ? local_double : ab[index]); Sum += (ab_false[index] || lb_false ? local_double : ab[index - 1]); Sum += (ab_false[index] || lb_false ? static_field_double : 3.1); Sum += (ab_false[index] || lb_false ? static_field_double : -5.31); Sum += (ab_false[index] || lb_false ? static_field_double : local_double); Sum += (ab_false[index] || lb_false ? static_field_double : static_field_double); Sum += (ab_false[index] || lb_false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || lb_false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || lb_false ? static_field_double : ab[index]); Sum += (ab_false[index] || lb_false ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || lb_false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || lb_false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || lb_false ? t1_i.mfd : local_double); Sum += (ab_false[index] || lb_false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || lb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || lb_false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || lb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_434() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? simple_func_double() : 3.1); Sum += (ab_false[index] || lb_false ? simple_func_double() : -5.31); Sum += (ab_false[index] || lb_false ? simple_func_double() : local_double); Sum += (ab_false[index] || lb_false ? simple_func_double() : static_field_double); Sum += (ab_false[index] || lb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || lb_false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || lb_false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || lb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || lb_false ? ab[index] : 3.1); Sum += (ab_false[index] || lb_false ? ab[index] : -5.31); Sum += (ab_false[index] || lb_false ? ab[index] : local_double); Sum += (ab_false[index] || lb_false ? ab[index] : static_field_double); Sum += (ab_false[index] || lb_false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || lb_false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || lb_false ? ab[index] : ab[index]); Sum += (ab_false[index] || lb_false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || lb_false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || lb_false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || lb_false ? ab[index - 1] : local_double); Sum += (ab_false[index] || lb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_435() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || lb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || lb_false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? 3.1 : 3.1); Sum += (ab_false[index] || sfb_true ? 3.1 : -5.31); Sum += (ab_false[index] || sfb_true ? 3.1 : local_double); Sum += (ab_false[index] || sfb_true ? 3.1 : static_field_double); Sum += (ab_false[index] || sfb_true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || sfb_true ? 3.1 : ab[index]); Sum += (ab_false[index] || sfb_true ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? -5.31 : 3.1); Sum += (ab_false[index] || sfb_true ? -5.31 : -5.31); Sum += (ab_false[index] || sfb_true ? -5.31 : local_double); Sum += (ab_false[index] || sfb_true ? -5.31 : static_field_double); Sum += (ab_false[index] || sfb_true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || sfb_true ? -5.31 : ab[index]); Sum += (ab_false[index] || sfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_436() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_true ? local_double : 3.1); Sum += (ab_false[index] || sfb_true ? local_double : -5.31); Sum += (ab_false[index] || sfb_true ? local_double : local_double); Sum += (ab_false[index] || sfb_true ? local_double : static_field_double); Sum += (ab_false[index] || sfb_true ? local_double : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? local_double : simple_func_double()); Sum += (ab_false[index] || sfb_true ? local_double : ab[index]); Sum += (ab_false[index] || sfb_true ? local_double : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? static_field_double : 3.1); Sum += (ab_false[index] || sfb_true ? static_field_double : -5.31); Sum += (ab_false[index] || sfb_true ? static_field_double : local_double); Sum += (ab_false[index] || sfb_true ? static_field_double : static_field_double); Sum += (ab_false[index] || sfb_true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || sfb_true ? static_field_double : ab[index]); Sum += (ab_false[index] || sfb_true ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : local_double); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_437() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? simple_func_double() : 3.1); Sum += (ab_false[index] || sfb_true ? simple_func_double() : -5.31); Sum += (ab_false[index] || sfb_true ? simple_func_double() : local_double); Sum += (ab_false[index] || sfb_true ? simple_func_double() : static_field_double); Sum += (ab_false[index] || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || sfb_true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? ab[index] : 3.1); Sum += (ab_false[index] || sfb_true ? ab[index] : -5.31); Sum += (ab_false[index] || sfb_true ? ab[index] : local_double); Sum += (ab_false[index] || sfb_true ? ab[index] : static_field_double); Sum += (ab_false[index] || sfb_true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || sfb_true ? ab[index] : ab[index]); Sum += (ab_false[index] || sfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_438() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : local_double); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? 3.1 : 3.1); Sum += (ab_false[index] || sfb_false ? 3.1 : -5.31); Sum += (ab_false[index] || sfb_false ? 3.1 : local_double); Sum += (ab_false[index] || sfb_false ? 3.1 : static_field_double); Sum += (ab_false[index] || sfb_false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || sfb_false ? 3.1 : ab[index]); Sum += (ab_false[index] || sfb_false ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? -5.31 : 3.1); Sum += (ab_false[index] || sfb_false ? -5.31 : -5.31); Sum += (ab_false[index] || sfb_false ? -5.31 : local_double); Sum += (ab_false[index] || sfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_439() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || sfb_false ? -5.31 : ab[index]); Sum += (ab_false[index] || sfb_false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? local_double : 3.1); Sum += (ab_false[index] || sfb_false ? local_double : -5.31); Sum += (ab_false[index] || sfb_false ? local_double : local_double); Sum += (ab_false[index] || sfb_false ? local_double : static_field_double); Sum += (ab_false[index] || sfb_false ? local_double : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? local_double : simple_func_double()); Sum += (ab_false[index] || sfb_false ? local_double : ab[index]); Sum += (ab_false[index] || sfb_false ? local_double : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? static_field_double : 3.1); Sum += (ab_false[index] || sfb_false ? static_field_double : -5.31); Sum += (ab_false[index] || sfb_false ? static_field_double : local_double); Sum += (ab_false[index] || sfb_false ? static_field_double : static_field_double); Sum += (ab_false[index] || sfb_false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || sfb_false ? static_field_double : ab[index]); Sum += (ab_false[index] || sfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_440() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : local_double); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? simple_func_double() : 3.1); Sum += (ab_false[index] || sfb_false ? simple_func_double() : -5.31); Sum += (ab_false[index] || sfb_false ? simple_func_double() : local_double); Sum += (ab_false[index] || sfb_false ? simple_func_double() : static_field_double); Sum += (ab_false[index] || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || sfb_false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? ab[index] : 3.1); Sum += (ab_false[index] || sfb_false ? ab[index] : -5.31); Sum += (ab_false[index] || sfb_false ? ab[index] : local_double); Sum += (ab_false[index] || sfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_441() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || sfb_false ? ab[index] : ab[index]); Sum += (ab_false[index] || sfb_false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : local_double); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_442() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_443() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_444() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_445() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_446() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_447() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_448() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? 3.1 : 3.1); Sum += (ab_false[index] || func_sb_true() ? 3.1 : -5.31); Sum += (ab_false[index] || func_sb_true() ? 3.1 : local_double); Sum += (ab_false[index] || func_sb_true() ? 3.1 : static_field_double); Sum += (ab_false[index] || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? 3.1 : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? 3.1 : ab[index]); Sum += (ab_false[index] || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? -5.31 : 3.1); Sum += (ab_false[index] || func_sb_true() ? -5.31 : -5.31); Sum += (ab_false[index] || func_sb_true() ? -5.31 : local_double); Sum += (ab_false[index] || func_sb_true() ? -5.31 : static_field_double); Sum += (ab_false[index] || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? -5.31 : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? -5.31 : ab[index]); Sum += (ab_false[index] || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? local_double : 3.1); Sum += (ab_false[index] || func_sb_true() ? local_double : -5.31); Sum += (ab_false[index] || func_sb_true() ? local_double : local_double); Sum += (ab_false[index] || func_sb_true() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_449() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? local_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? local_double : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? local_double : ab[index]); Sum += (ab_false[index] || func_sb_true() ? local_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? static_field_double : 3.1); Sum += (ab_false[index] || func_sb_true() ? static_field_double : -5.31); Sum += (ab_false[index] || func_sb_true() ? static_field_double : local_double); Sum += (ab_false[index] || func_sb_true() ? static_field_double : static_field_double); Sum += (ab_false[index] || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? static_field_double : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? static_field_double : ab[index]); Sum += (ab_false[index] || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : 3.1); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : -5.31); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : local_double); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_450() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : 3.1); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : -5.31); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : local_double); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : static_field_double); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : ab[index]); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? ab[index] : 3.1); Sum += (ab_false[index] || func_sb_true() ? ab[index] : -5.31); Sum += (ab_false[index] || func_sb_true() ? ab[index] : local_double); Sum += (ab_false[index] || func_sb_true() ? ab[index] : static_field_double); Sum += (ab_false[index] || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? ab[index] : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? ab[index] : ab[index]); Sum += (ab_false[index] || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : 3.1); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : -5.31); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : local_double); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_451() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? 3.1 : 3.1); Sum += (ab_false[index] || func_sb_false() ? 3.1 : -5.31); Sum += (ab_false[index] || func_sb_false() ? 3.1 : local_double); Sum += (ab_false[index] || func_sb_false() ? 3.1 : static_field_double); Sum += (ab_false[index] || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? 3.1 : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? 3.1 : ab[index]); Sum += (ab_false[index] || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? -5.31 : 3.1); Sum += (ab_false[index] || func_sb_false() ? -5.31 : -5.31); Sum += (ab_false[index] || func_sb_false() ? -5.31 : local_double); Sum += (ab_false[index] || func_sb_false() ? -5.31 : static_field_double); Sum += (ab_false[index] || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? -5.31 : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? -5.31 : ab[index]); Sum += (ab_false[index] || func_sb_false() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_452() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_false() ? local_double : 3.1); Sum += (ab_false[index] || func_sb_false() ? local_double : -5.31); Sum += (ab_false[index] || func_sb_false() ? local_double : local_double); Sum += (ab_false[index] || func_sb_false() ? local_double : static_field_double); Sum += (ab_false[index] || func_sb_false() ? local_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? local_double : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? local_double : ab[index]); Sum += (ab_false[index] || func_sb_false() ? local_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? static_field_double : 3.1); Sum += (ab_false[index] || func_sb_false() ? static_field_double : -5.31); Sum += (ab_false[index] || func_sb_false() ? static_field_double : local_double); Sum += (ab_false[index] || func_sb_false() ? static_field_double : static_field_double); Sum += (ab_false[index] || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? static_field_double : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? static_field_double : ab[index]); Sum += (ab_false[index] || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : 3.1); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : -5.31); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : local_double); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_453() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : 3.1); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : -5.31); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : local_double); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : static_field_double); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : ab[index]); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? ab[index] : 3.1); Sum += (ab_false[index] || func_sb_false() ? ab[index] : -5.31); Sum += (ab_false[index] || func_sb_false() ? ab[index] : local_double); Sum += (ab_false[index] || func_sb_false() ? ab[index] : static_field_double); Sum += (ab_false[index] || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? ab[index] : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? ab[index] : ab[index]); Sum += (ab_false[index] || func_sb_false() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_454() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : 3.1); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : -5.31); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : local_double); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? 3.1 : 3.1); Sum += (ab_false[index] || ab_true[index] ? 3.1 : -5.31); Sum += (ab_false[index] || ab_true[index] ? 3.1 : local_double); Sum += (ab_false[index] || ab_true[index] ? 3.1 : static_field_double); Sum += (ab_false[index] || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? 3.1 : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? 3.1 : ab[index]); Sum += (ab_false[index] || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? -5.31 : 3.1); Sum += (ab_false[index] || ab_true[index] ? -5.31 : -5.31); Sum += (ab_false[index] || ab_true[index] ? -5.31 : local_double); Sum += (ab_false[index] || ab_true[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_455() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? -5.31 : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? -5.31 : ab[index]); Sum += (ab_false[index] || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? local_double : 3.1); Sum += (ab_false[index] || ab_true[index] ? local_double : -5.31); Sum += (ab_false[index] || ab_true[index] ? local_double : local_double); Sum += (ab_false[index] || ab_true[index] ? local_double : static_field_double); Sum += (ab_false[index] || ab_true[index] ? local_double : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? local_double : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? local_double : ab[index]); Sum += (ab_false[index] || ab_true[index] ? local_double : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? static_field_double : 3.1); Sum += (ab_false[index] || ab_true[index] ? static_field_double : -5.31); Sum += (ab_false[index] || ab_true[index] ? static_field_double : local_double); Sum += (ab_false[index] || ab_true[index] ? static_field_double : static_field_double); Sum += (ab_false[index] || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? static_field_double : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? static_field_double : ab[index]); Sum += (ab_false[index] || ab_true[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_456() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : 3.1); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : -5.31); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : local_double); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : 3.1); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : -5.31); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : local_double); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : static_field_double); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : ab[index]); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? ab[index] : 3.1); Sum += (ab_false[index] || ab_true[index] ? ab[index] : -5.31); Sum += (ab_false[index] || ab_true[index] ? ab[index] : local_double); Sum += (ab_false[index] || ab_true[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_457() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? ab[index] : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? ab[index] : ab[index]); Sum += (ab_false[index] || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : 3.1); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : -5.31); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : local_double); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? 3.1 : 3.1); Sum += (ab_false[index] || ab_false[index] ? 3.1 : -5.31); Sum += (ab_false[index] || ab_false[index] ? 3.1 : local_double); Sum += (ab_false[index] || ab_false[index] ? 3.1 : static_field_double); Sum += (ab_false[index] || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? 3.1 : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? 3.1 : ab[index]); Sum += (ab_false[index] || ab_false[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_458() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_false[index] ? -5.31 : 3.1); Sum += (ab_false[index] || ab_false[index] ? -5.31 : -5.31); Sum += (ab_false[index] || ab_false[index] ? -5.31 : local_double); Sum += (ab_false[index] || ab_false[index] ? -5.31 : static_field_double); Sum += (ab_false[index] || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? -5.31 : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? -5.31 : ab[index]); Sum += (ab_false[index] || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? local_double : 3.1); Sum += (ab_false[index] || ab_false[index] ? local_double : -5.31); Sum += (ab_false[index] || ab_false[index] ? local_double : local_double); Sum += (ab_false[index] || ab_false[index] ? local_double : static_field_double); Sum += (ab_false[index] || ab_false[index] ? local_double : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? local_double : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? local_double : ab[index]); Sum += (ab_false[index] || ab_false[index] ? local_double : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? static_field_double : 3.1); Sum += (ab_false[index] || ab_false[index] ? static_field_double : -5.31); Sum += (ab_false[index] || ab_false[index] ? static_field_double : local_double); Sum += (ab_false[index] || ab_false[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_459() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? static_field_double : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? static_field_double : ab[index]); Sum += (ab_false[index] || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : 3.1); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : -5.31); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : local_double); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : 3.1); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : -5.31); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : local_double); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : static_field_double); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : ab[index]); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_460() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_false[index] ? ab[index] : 3.1); Sum += (ab_false[index] || ab_false[index] ? ab[index] : -5.31); Sum += (ab_false[index] || ab_false[index] ? ab[index] : local_double); Sum += (ab_false[index] || ab_false[index] ? ab[index] : static_field_double); Sum += (ab_false[index] || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? ab[index] : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? ab[index] : ab[index]); Sum += (ab_false[index] || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : 3.1); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : -5.31); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : local_double); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : ab[index - 1]); return Sum; } public static int Main() { double Sum = 0; Sum += Sub_Funclet_0(); Sum += Sub_Funclet_1(); Sum += Sub_Funclet_2(); Sum += Sub_Funclet_3(); Sum += Sub_Funclet_4(); Sum += Sub_Funclet_5(); Sum += Sub_Funclet_6(); Sum += Sub_Funclet_7(); Sum += Sub_Funclet_8(); Sum += Sub_Funclet_9(); Sum += Sub_Funclet_10(); Sum += Sub_Funclet_11(); Sum += Sub_Funclet_12(); Sum += Sub_Funclet_13(); Sum += Sub_Funclet_14(); Sum += Sub_Funclet_15(); Sum += Sub_Funclet_16(); Sum += Sub_Funclet_17(); Sum += Sub_Funclet_18(); Sum += Sub_Funclet_19(); Sum += Sub_Funclet_20(); Sum += Sub_Funclet_21(); Sum += Sub_Funclet_22(); Sum += Sub_Funclet_23(); Sum += Sub_Funclet_24(); Sum += Sub_Funclet_25(); Sum += Sub_Funclet_26(); Sum += Sub_Funclet_27(); Sum += Sub_Funclet_28(); Sum += Sub_Funclet_29(); Sum += Sub_Funclet_30(); Sum += Sub_Funclet_31(); Sum += Sub_Funclet_32(); Sum += Sub_Funclet_33(); Sum += Sub_Funclet_34(); Sum += Sub_Funclet_35(); Sum += Sub_Funclet_36(); Sum += Sub_Funclet_37(); Sum += Sub_Funclet_38(); Sum += Sub_Funclet_39(); Sum += Sub_Funclet_40(); Sum += Sub_Funclet_41(); Sum += Sub_Funclet_42(); Sum += Sub_Funclet_43(); Sum += Sub_Funclet_44(); Sum += Sub_Funclet_45(); Sum += Sub_Funclet_46(); Sum += Sub_Funclet_47(); Sum += Sub_Funclet_48(); Sum += Sub_Funclet_49(); Sum += Sub_Funclet_50(); Sum += Sub_Funclet_51(); Sum += Sub_Funclet_52(); Sum += Sub_Funclet_53(); Sum += Sub_Funclet_54(); Sum += Sub_Funclet_55(); Sum += Sub_Funclet_56(); Sum += Sub_Funclet_57(); Sum += Sub_Funclet_58(); Sum += Sub_Funclet_59(); Sum += Sub_Funclet_60(); Sum += Sub_Funclet_61(); Sum += Sub_Funclet_62(); Sum += Sub_Funclet_63(); Sum += Sub_Funclet_64(); Sum += Sub_Funclet_65(); Sum += Sub_Funclet_66(); Sum += Sub_Funclet_67(); Sum += Sub_Funclet_68(); Sum += Sub_Funclet_69(); Sum += Sub_Funclet_70(); Sum += Sub_Funclet_71(); Sum += Sub_Funclet_72(); Sum += Sub_Funclet_73(); Sum += Sub_Funclet_74(); Sum += Sub_Funclet_75(); Sum += Sub_Funclet_76(); Sum += Sub_Funclet_77(); Sum += Sub_Funclet_78(); Sum += Sub_Funclet_79(); Sum += Sub_Funclet_80(); Sum += Sub_Funclet_81(); Sum += Sub_Funclet_82(); Sum += Sub_Funclet_83(); Sum += Sub_Funclet_84(); Sum += Sub_Funclet_85(); Sum += Sub_Funclet_86(); Sum += Sub_Funclet_87(); Sum += Sub_Funclet_88(); Sum += Sub_Funclet_89(); Sum += Sub_Funclet_90(); Sum += Sub_Funclet_91(); Sum += Sub_Funclet_92(); Sum += Sub_Funclet_93(); Sum += Sub_Funclet_94(); Sum += Sub_Funclet_95(); Sum += Sub_Funclet_96(); Sum += Sub_Funclet_97(); Sum += Sub_Funclet_98(); Sum += Sub_Funclet_99(); Sum += Sub_Funclet_100(); Sum += Sub_Funclet_101(); Sum += Sub_Funclet_102(); Sum += Sub_Funclet_103(); Sum += Sub_Funclet_104(); Sum += Sub_Funclet_105(); Sum += Sub_Funclet_106(); Sum += Sub_Funclet_107(); Sum += Sub_Funclet_108(); Sum += Sub_Funclet_109(); Sum += Sub_Funclet_110(); Sum += Sub_Funclet_111(); Sum += Sub_Funclet_112(); Sum += Sub_Funclet_113(); Sum += Sub_Funclet_114(); Sum += Sub_Funclet_115(); Sum += Sub_Funclet_116(); Sum += Sub_Funclet_117(); Sum += Sub_Funclet_118(); Sum += Sub_Funclet_119(); Sum += Sub_Funclet_120(); Sum += Sub_Funclet_121(); Sum += Sub_Funclet_122(); Sum += Sub_Funclet_123(); Sum += Sub_Funclet_124(); Sum += Sub_Funclet_125(); Sum += Sub_Funclet_126(); Sum += Sub_Funclet_127(); Sum += Sub_Funclet_128(); Sum += Sub_Funclet_129(); Sum += Sub_Funclet_130(); Sum += Sub_Funclet_131(); Sum += Sub_Funclet_132(); Sum += Sub_Funclet_133(); Sum += Sub_Funclet_134(); Sum += Sub_Funclet_135(); Sum += Sub_Funclet_136(); Sum += Sub_Funclet_137(); Sum += Sub_Funclet_138(); Sum += Sub_Funclet_139(); Sum += Sub_Funclet_140(); Sum += Sub_Funclet_141(); Sum += Sub_Funclet_142(); Sum += Sub_Funclet_143(); Sum += Sub_Funclet_144(); Sum += Sub_Funclet_145(); Sum += Sub_Funclet_146(); Sum += Sub_Funclet_147(); Sum += Sub_Funclet_148(); Sum += Sub_Funclet_149(); Sum += Sub_Funclet_150(); Sum += Sub_Funclet_151(); Sum += Sub_Funclet_152(); Sum += Sub_Funclet_153(); Sum += Sub_Funclet_154(); Sum += Sub_Funclet_155(); Sum += Sub_Funclet_156(); Sum += Sub_Funclet_157(); Sum += Sub_Funclet_158(); Sum += Sub_Funclet_159(); Sum += Sub_Funclet_160(); Sum += Sub_Funclet_161(); Sum += Sub_Funclet_162(); Sum += Sub_Funclet_163(); Sum += Sub_Funclet_164(); Sum += Sub_Funclet_165(); Sum += Sub_Funclet_166(); Sum += Sub_Funclet_167(); Sum += Sub_Funclet_168(); Sum += Sub_Funclet_169(); Sum += Sub_Funclet_170(); Sum += Sub_Funclet_171(); Sum += Sub_Funclet_172(); Sum += Sub_Funclet_173(); Sum += Sub_Funclet_174(); Sum += Sub_Funclet_175(); Sum += Sub_Funclet_176(); Sum += Sub_Funclet_177(); Sum += Sub_Funclet_178(); Sum += Sub_Funclet_179(); Sum += Sub_Funclet_180(); Sum += Sub_Funclet_181(); Sum += Sub_Funclet_182(); Sum += Sub_Funclet_183(); Sum += Sub_Funclet_184(); Sum += Sub_Funclet_185(); Sum += Sub_Funclet_186(); Sum += Sub_Funclet_187(); Sum += Sub_Funclet_188(); Sum += Sub_Funclet_189(); Sum += Sub_Funclet_190(); Sum += Sub_Funclet_191(); Sum += Sub_Funclet_192(); Sum += Sub_Funclet_193(); Sum += Sub_Funclet_194(); Sum += Sub_Funclet_195(); Sum += Sub_Funclet_196(); Sum += Sub_Funclet_197(); Sum += Sub_Funclet_198(); Sum += Sub_Funclet_199(); Sum += Sub_Funclet_200(); Sum += Sub_Funclet_201(); Sum += Sub_Funclet_202(); Sum += Sub_Funclet_203(); Sum += Sub_Funclet_204(); Sum += Sub_Funclet_205(); Sum += Sub_Funclet_206(); Sum += Sub_Funclet_207(); Sum += Sub_Funclet_208(); Sum += Sub_Funclet_209(); Sum += Sub_Funclet_210(); Sum += Sub_Funclet_211(); Sum += Sub_Funclet_212(); Sum += Sub_Funclet_213(); Sum += Sub_Funclet_214(); Sum += Sub_Funclet_215(); Sum += Sub_Funclet_216(); Sum += Sub_Funclet_217(); Sum += Sub_Funclet_218(); Sum += Sub_Funclet_219(); Sum += Sub_Funclet_220(); Sum += Sub_Funclet_221(); Sum += Sub_Funclet_222(); Sum += Sub_Funclet_223(); Sum += Sub_Funclet_224(); Sum += Sub_Funclet_225(); Sum += Sub_Funclet_226(); Sum += Sub_Funclet_227(); Sum += Sub_Funclet_228(); Sum += Sub_Funclet_229(); Sum += Sub_Funclet_230(); Sum += Sub_Funclet_231(); Sum += Sub_Funclet_232(); Sum += Sub_Funclet_233(); Sum += Sub_Funclet_234(); Sum += Sub_Funclet_235(); Sum += Sub_Funclet_236(); Sum += Sub_Funclet_237(); Sum += Sub_Funclet_238(); Sum += Sub_Funclet_239(); Sum += Sub_Funclet_240(); Sum += Sub_Funclet_241(); Sum += Sub_Funclet_242(); Sum += Sub_Funclet_243(); Sum += Sub_Funclet_244(); Sum += Sub_Funclet_245(); Sum += Sub_Funclet_246(); Sum += Sub_Funclet_247(); Sum += Sub_Funclet_248(); Sum += Sub_Funclet_249(); Sum += Sub_Funclet_250(); Sum += Sub_Funclet_251(); Sum += Sub_Funclet_252(); Sum += Sub_Funclet_253(); Sum += Sub_Funclet_254(); Sum += Sub_Funclet_255(); Sum += Sub_Funclet_256(); Sum += Sub_Funclet_257(); Sum += Sub_Funclet_258(); Sum += Sub_Funclet_259(); Sum += Sub_Funclet_260(); Sum += Sub_Funclet_261(); Sum += Sub_Funclet_262(); Sum += Sub_Funclet_263(); Sum += Sub_Funclet_264(); Sum += Sub_Funclet_265(); Sum += Sub_Funclet_266(); Sum += Sub_Funclet_267(); Sum += Sub_Funclet_268(); Sum += Sub_Funclet_269(); Sum += Sub_Funclet_270(); Sum += Sub_Funclet_271(); Sum += Sub_Funclet_272(); Sum += Sub_Funclet_273(); Sum += Sub_Funclet_274(); Sum += Sub_Funclet_275(); Sum += Sub_Funclet_276(); Sum += Sub_Funclet_277(); Sum += Sub_Funclet_278(); Sum += Sub_Funclet_279(); Sum += Sub_Funclet_280(); Sum += Sub_Funclet_281(); Sum += Sub_Funclet_282(); Sum += Sub_Funclet_283(); Sum += Sub_Funclet_284(); Sum += Sub_Funclet_285(); Sum += Sub_Funclet_286(); Sum += Sub_Funclet_287(); Sum += Sub_Funclet_288(); Sum += Sub_Funclet_289(); Sum += Sub_Funclet_290(); Sum += Sub_Funclet_291(); Sum += Sub_Funclet_292(); Sum += Sub_Funclet_293(); Sum += Sub_Funclet_294(); Sum += Sub_Funclet_295(); Sum += Sub_Funclet_296(); Sum += Sub_Funclet_297(); Sum += Sub_Funclet_298(); Sum += Sub_Funclet_299(); Sum += Sub_Funclet_300(); Sum += Sub_Funclet_301(); Sum += Sub_Funclet_302(); Sum += Sub_Funclet_303(); Sum += Sub_Funclet_304(); Sum += Sub_Funclet_305(); Sum += Sub_Funclet_306(); Sum += Sub_Funclet_307(); Sum += Sub_Funclet_308(); Sum += Sub_Funclet_309(); Sum += Sub_Funclet_310(); Sum += Sub_Funclet_311(); Sum += Sub_Funclet_312(); Sum += Sub_Funclet_313(); Sum += Sub_Funclet_314(); Sum += Sub_Funclet_315(); Sum += Sub_Funclet_316(); Sum += Sub_Funclet_317(); Sum += Sub_Funclet_318(); Sum += Sub_Funclet_319(); Sum += Sub_Funclet_320(); Sum += Sub_Funclet_321(); Sum += Sub_Funclet_322(); Sum += Sub_Funclet_323(); Sum += Sub_Funclet_324(); Sum += Sub_Funclet_325(); Sum += Sub_Funclet_326(); Sum += Sub_Funclet_327(); Sum += Sub_Funclet_328(); Sum += Sub_Funclet_329(); Sum += Sub_Funclet_330(); Sum += Sub_Funclet_331(); Sum += Sub_Funclet_332(); Sum += Sub_Funclet_333(); Sum += Sub_Funclet_334(); Sum += Sub_Funclet_335(); Sum += Sub_Funclet_336(); Sum += Sub_Funclet_337(); Sum += Sub_Funclet_338(); Sum += Sub_Funclet_339(); Sum += Sub_Funclet_340(); Sum += Sub_Funclet_341(); Sum += Sub_Funclet_342(); Sum += Sub_Funclet_343(); Sum += Sub_Funclet_344(); Sum += Sub_Funclet_345(); Sum += Sub_Funclet_346(); Sum += Sub_Funclet_347(); Sum += Sub_Funclet_348(); Sum += Sub_Funclet_349(); Sum += Sub_Funclet_350(); Sum += Sub_Funclet_351(); Sum += Sub_Funclet_352(); Sum += Sub_Funclet_353(); Sum += Sub_Funclet_354(); Sum += Sub_Funclet_355(); Sum += Sub_Funclet_356(); Sum += Sub_Funclet_357(); Sum += Sub_Funclet_358(); Sum += Sub_Funclet_359(); Sum += Sub_Funclet_360(); Sum += Sub_Funclet_361(); Sum += Sub_Funclet_362(); Sum += Sub_Funclet_363(); Sum += Sub_Funclet_364(); Sum += Sub_Funclet_365(); Sum += Sub_Funclet_366(); Sum += Sub_Funclet_367(); Sum += Sub_Funclet_368(); Sum += Sub_Funclet_369(); Sum += Sub_Funclet_370(); Sum += Sub_Funclet_371(); Sum += Sub_Funclet_372(); Sum += Sub_Funclet_373(); Sum += Sub_Funclet_374(); Sum += Sub_Funclet_375(); Sum += Sub_Funclet_376(); Sum += Sub_Funclet_377(); Sum += Sub_Funclet_378(); Sum += Sub_Funclet_379(); Sum += Sub_Funclet_380(); Sum += Sub_Funclet_381(); Sum += Sub_Funclet_382(); Sum += Sub_Funclet_383(); Sum += Sub_Funclet_384(); Sum += Sub_Funclet_385(); Sum += Sub_Funclet_386(); Sum += Sub_Funclet_387(); Sum += Sub_Funclet_388(); Sum += Sub_Funclet_389(); Sum += Sub_Funclet_390(); Sum += Sub_Funclet_391(); Sum += Sub_Funclet_392(); Sum += Sub_Funclet_393(); Sum += Sub_Funclet_394(); Sum += Sub_Funclet_395(); Sum += Sub_Funclet_396(); Sum += Sub_Funclet_397(); Sum += Sub_Funclet_398(); Sum += Sub_Funclet_399(); Sum += Sub_Funclet_400(); Sum += Sub_Funclet_401(); Sum += Sub_Funclet_402(); Sum += Sub_Funclet_403(); Sum += Sub_Funclet_404(); Sum += Sub_Funclet_405(); Sum += Sub_Funclet_406(); Sum += Sub_Funclet_407(); Sum += Sub_Funclet_408(); Sum += Sub_Funclet_409(); Sum += Sub_Funclet_410(); Sum += Sub_Funclet_411(); Sum += Sub_Funclet_412(); Sum += Sub_Funclet_413(); Sum += Sub_Funclet_414(); Sum += Sub_Funclet_415(); Sum += Sub_Funclet_416(); Sum += Sub_Funclet_417(); Sum += Sub_Funclet_418(); Sum += Sub_Funclet_419(); Sum += Sub_Funclet_420(); Sum += Sub_Funclet_421(); Sum += Sub_Funclet_422(); Sum += Sub_Funclet_423(); Sum += Sub_Funclet_424(); Sum += Sub_Funclet_425(); Sum += Sub_Funclet_426(); Sum += Sub_Funclet_427(); Sum += Sub_Funclet_428(); Sum += Sub_Funclet_429(); Sum += Sub_Funclet_430(); Sum += Sub_Funclet_431(); Sum += Sub_Funclet_432(); Sum += Sub_Funclet_433(); Sum += Sub_Funclet_434(); Sum += Sub_Funclet_435(); Sum += Sub_Funclet_436(); Sum += Sub_Funclet_437(); Sum += Sub_Funclet_438(); Sum += Sub_Funclet_439(); Sum += Sub_Funclet_440(); Sum += Sub_Funclet_441(); Sum += Sub_Funclet_442(); Sum += Sub_Funclet_443(); Sum += Sub_Funclet_444(); Sum += Sub_Funclet_445(); Sum += Sub_Funclet_446(); Sum += Sub_Funclet_447(); Sum += Sub_Funclet_448(); Sum += Sub_Funclet_449(); Sum += Sub_Funclet_450(); Sum += Sub_Funclet_451(); Sum += Sub_Funclet_452(); Sum += Sub_Funclet_453(); Sum += Sub_Funclet_454(); Sum += Sub_Funclet_455(); Sum += Sub_Funclet_456(); Sum += Sub_Funclet_457(); Sum += Sub_Funclet_458(); Sum += Sub_Funclet_459(); Sum += Sub_Funclet_460(); if ((Sum > -3032.5) && (Sum < -3031.5)) { Console.WriteLine("PASSED"); return 100; } else { Console.WriteLine("FAILED"); return 1; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // #pragma warning disable using System; class testout1 { static double static_field_double; static bool sfb_false; static bool sfb_true; double mfd; bool mfb_false; bool mfb_true; static double simple_func_double() { return 17.2222; } static bool func_sb_true() { return true; } static bool func_sb_false() { return false; } static double Sub_Funclet_0() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? 3.1 : 3.1); Sum += (true || true ? 3.1 : -5.31); Sum += (true || true ? 3.1 : local_double); Sum += (true || true ? 3.1 : static_field_double); Sum += (true || true ? 3.1 : t1_i.mfd); Sum += (true || true ? 3.1 : simple_func_double()); Sum += (true || true ? 3.1 : ab[index]); Sum += (true || true ? 3.1 : ab[index - 1]); Sum += (true || true ? -5.31 : 3.1); Sum += (true || true ? -5.31 : -5.31); Sum += (true || true ? -5.31 : local_double); Sum += (true || true ? -5.31 : static_field_double); Sum += (true || true ? -5.31 : t1_i.mfd); Sum += (true || true ? -5.31 : simple_func_double()); Sum += (true || true ? -5.31 : ab[index]); Sum += (true || true ? -5.31 : ab[index - 1]); Sum += (true || true ? local_double : 3.1); Sum += (true || true ? local_double : -5.31); Sum += (true || true ? local_double : local_double); Sum += (true || true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_1() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? local_double : t1_i.mfd); Sum += (true || true ? local_double : simple_func_double()); Sum += (true || true ? local_double : ab[index]); Sum += (true || true ? local_double : ab[index - 1]); Sum += (true || true ? static_field_double : 3.1); Sum += (true || true ? static_field_double : -5.31); Sum += (true || true ? static_field_double : local_double); Sum += (true || true ? static_field_double : static_field_double); Sum += (true || true ? static_field_double : t1_i.mfd); Sum += (true || true ? static_field_double : simple_func_double()); Sum += (true || true ? static_field_double : ab[index]); Sum += (true || true ? static_field_double : ab[index - 1]); Sum += (true || true ? t1_i.mfd : 3.1); Sum += (true || true ? t1_i.mfd : -5.31); Sum += (true || true ? t1_i.mfd : local_double); Sum += (true || true ? t1_i.mfd : static_field_double); Sum += (true || true ? t1_i.mfd : t1_i.mfd); Sum += (true || true ? t1_i.mfd : simple_func_double()); Sum += (true || true ? t1_i.mfd : ab[index]); Sum += (true || true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_2() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? simple_func_double() : 3.1); Sum += (true || true ? simple_func_double() : -5.31); Sum += (true || true ? simple_func_double() : local_double); Sum += (true || true ? simple_func_double() : static_field_double); Sum += (true || true ? simple_func_double() : t1_i.mfd); Sum += (true || true ? simple_func_double() : simple_func_double()); Sum += (true || true ? simple_func_double() : ab[index]); Sum += (true || true ? simple_func_double() : ab[index - 1]); Sum += (true || true ? ab[index] : 3.1); Sum += (true || true ? ab[index] : -5.31); Sum += (true || true ? ab[index] : local_double); Sum += (true || true ? ab[index] : static_field_double); Sum += (true || true ? ab[index] : t1_i.mfd); Sum += (true || true ? ab[index] : simple_func_double()); Sum += (true || true ? ab[index] : ab[index]); Sum += (true || true ? ab[index] : ab[index - 1]); Sum += (true || true ? ab[index - 1] : 3.1); Sum += (true || true ? ab[index - 1] : -5.31); Sum += (true || true ? ab[index - 1] : local_double); Sum += (true || true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_3() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || true ? ab[index - 1] : t1_i.mfd); Sum += (true || true ? ab[index - 1] : simple_func_double()); Sum += (true || true ? ab[index - 1] : ab[index]); Sum += (true || true ? ab[index - 1] : ab[index - 1]); Sum += (true || false ? 3.1 : 3.1); Sum += (true || false ? 3.1 : -5.31); Sum += (true || false ? 3.1 : local_double); Sum += (true || false ? 3.1 : static_field_double); Sum += (true || false ? 3.1 : t1_i.mfd); Sum += (true || false ? 3.1 : simple_func_double()); Sum += (true || false ? 3.1 : ab[index]); Sum += (true || false ? 3.1 : ab[index - 1]); Sum += (true || false ? -5.31 : 3.1); Sum += (true || false ? -5.31 : -5.31); Sum += (true || false ? -5.31 : local_double); Sum += (true || false ? -5.31 : static_field_double); Sum += (true || false ? -5.31 : t1_i.mfd); Sum += (true || false ? -5.31 : simple_func_double()); Sum += (true || false ? -5.31 : ab[index]); Sum += (true || false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_4() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || false ? local_double : 3.1); Sum += (true || false ? local_double : -5.31); Sum += (true || false ? local_double : local_double); Sum += (true || false ? local_double : static_field_double); Sum += (true || false ? local_double : t1_i.mfd); Sum += (true || false ? local_double : simple_func_double()); Sum += (true || false ? local_double : ab[index]); Sum += (true || false ? local_double : ab[index - 1]); Sum += (true || false ? static_field_double : 3.1); Sum += (true || false ? static_field_double : -5.31); Sum += (true || false ? static_field_double : local_double); Sum += (true || false ? static_field_double : static_field_double); Sum += (true || false ? static_field_double : t1_i.mfd); Sum += (true || false ? static_field_double : simple_func_double()); Sum += (true || false ? static_field_double : ab[index]); Sum += (true || false ? static_field_double : ab[index - 1]); Sum += (true || false ? t1_i.mfd : 3.1); Sum += (true || false ? t1_i.mfd : -5.31); Sum += (true || false ? t1_i.mfd : local_double); Sum += (true || false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_5() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || false ? t1_i.mfd : t1_i.mfd); Sum += (true || false ? t1_i.mfd : simple_func_double()); Sum += (true || false ? t1_i.mfd : ab[index]); Sum += (true || false ? t1_i.mfd : ab[index - 1]); Sum += (true || false ? simple_func_double() : 3.1); Sum += (true || false ? simple_func_double() : -5.31); Sum += (true || false ? simple_func_double() : local_double); Sum += (true || false ? simple_func_double() : static_field_double); Sum += (true || false ? simple_func_double() : t1_i.mfd); Sum += (true || false ? simple_func_double() : simple_func_double()); Sum += (true || false ? simple_func_double() : ab[index]); Sum += (true || false ? simple_func_double() : ab[index - 1]); Sum += (true || false ? ab[index] : 3.1); Sum += (true || false ? ab[index] : -5.31); Sum += (true || false ? ab[index] : local_double); Sum += (true || false ? ab[index] : static_field_double); Sum += (true || false ? ab[index] : t1_i.mfd); Sum += (true || false ? ab[index] : simple_func_double()); Sum += (true || false ? ab[index] : ab[index]); Sum += (true || false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_6() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || false ? ab[index - 1] : 3.1); Sum += (true || false ? ab[index - 1] : -5.31); Sum += (true || false ? ab[index - 1] : local_double); Sum += (true || false ? ab[index - 1] : static_field_double); Sum += (true || false ? ab[index - 1] : t1_i.mfd); Sum += (true || false ? ab[index - 1] : simple_func_double()); Sum += (true || false ? ab[index - 1] : ab[index]); Sum += (true || false ? ab[index - 1] : ab[index - 1]); Sum += (true || lb_true ? 3.1 : 3.1); Sum += (true || lb_true ? 3.1 : -5.31); Sum += (true || lb_true ? 3.1 : local_double); Sum += (true || lb_true ? 3.1 : static_field_double); Sum += (true || lb_true ? 3.1 : t1_i.mfd); Sum += (true || lb_true ? 3.1 : simple_func_double()); Sum += (true || lb_true ? 3.1 : ab[index]); Sum += (true || lb_true ? 3.1 : ab[index - 1]); Sum += (true || lb_true ? -5.31 : 3.1); Sum += (true || lb_true ? -5.31 : -5.31); Sum += (true || lb_true ? -5.31 : local_double); Sum += (true || lb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_7() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_true ? -5.31 : t1_i.mfd); Sum += (true || lb_true ? -5.31 : simple_func_double()); Sum += (true || lb_true ? -5.31 : ab[index]); Sum += (true || lb_true ? -5.31 : ab[index - 1]); Sum += (true || lb_true ? local_double : 3.1); Sum += (true || lb_true ? local_double : -5.31); Sum += (true || lb_true ? local_double : local_double); Sum += (true || lb_true ? local_double : static_field_double); Sum += (true || lb_true ? local_double : t1_i.mfd); Sum += (true || lb_true ? local_double : simple_func_double()); Sum += (true || lb_true ? local_double : ab[index]); Sum += (true || lb_true ? local_double : ab[index - 1]); Sum += (true || lb_true ? static_field_double : 3.1); Sum += (true || lb_true ? static_field_double : -5.31); Sum += (true || lb_true ? static_field_double : local_double); Sum += (true || lb_true ? static_field_double : static_field_double); Sum += (true || lb_true ? static_field_double : t1_i.mfd); Sum += (true || lb_true ? static_field_double : simple_func_double()); Sum += (true || lb_true ? static_field_double : ab[index]); Sum += (true || lb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_8() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_true ? t1_i.mfd : 3.1); Sum += (true || lb_true ? t1_i.mfd : -5.31); Sum += (true || lb_true ? t1_i.mfd : local_double); Sum += (true || lb_true ? t1_i.mfd : static_field_double); Sum += (true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (true || lb_true ? t1_i.mfd : ab[index]); Sum += (true || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (true || lb_true ? simple_func_double() : 3.1); Sum += (true || lb_true ? simple_func_double() : -5.31); Sum += (true || lb_true ? simple_func_double() : local_double); Sum += (true || lb_true ? simple_func_double() : static_field_double); Sum += (true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (true || lb_true ? simple_func_double() : simple_func_double()); Sum += (true || lb_true ? simple_func_double() : ab[index]); Sum += (true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (true || lb_true ? ab[index] : 3.1); Sum += (true || lb_true ? ab[index] : -5.31); Sum += (true || lb_true ? ab[index] : local_double); Sum += (true || lb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_9() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_true ? ab[index] : t1_i.mfd); Sum += (true || lb_true ? ab[index] : simple_func_double()); Sum += (true || lb_true ? ab[index] : ab[index]); Sum += (true || lb_true ? ab[index] : ab[index - 1]); Sum += (true || lb_true ? ab[index - 1] : 3.1); Sum += (true || lb_true ? ab[index - 1] : -5.31); Sum += (true || lb_true ? ab[index - 1] : local_double); Sum += (true || lb_true ? ab[index - 1] : static_field_double); Sum += (true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (true || lb_true ? ab[index - 1] : ab[index]); Sum += (true || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (true || lb_false ? 3.1 : 3.1); Sum += (true || lb_false ? 3.1 : -5.31); Sum += (true || lb_false ? 3.1 : local_double); Sum += (true || lb_false ? 3.1 : static_field_double); Sum += (true || lb_false ? 3.1 : t1_i.mfd); Sum += (true || lb_false ? 3.1 : simple_func_double()); Sum += (true || lb_false ? 3.1 : ab[index]); Sum += (true || lb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_10() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_false ? -5.31 : 3.1); Sum += (true || lb_false ? -5.31 : -5.31); Sum += (true || lb_false ? -5.31 : local_double); Sum += (true || lb_false ? -5.31 : static_field_double); Sum += (true || lb_false ? -5.31 : t1_i.mfd); Sum += (true || lb_false ? -5.31 : simple_func_double()); Sum += (true || lb_false ? -5.31 : ab[index]); Sum += (true || lb_false ? -5.31 : ab[index - 1]); Sum += (true || lb_false ? local_double : 3.1); Sum += (true || lb_false ? local_double : -5.31); Sum += (true || lb_false ? local_double : local_double); Sum += (true || lb_false ? local_double : static_field_double); Sum += (true || lb_false ? local_double : t1_i.mfd); Sum += (true || lb_false ? local_double : simple_func_double()); Sum += (true || lb_false ? local_double : ab[index]); Sum += (true || lb_false ? local_double : ab[index - 1]); Sum += (true || lb_false ? static_field_double : 3.1); Sum += (true || lb_false ? static_field_double : -5.31); Sum += (true || lb_false ? static_field_double : local_double); Sum += (true || lb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_11() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_false ? static_field_double : t1_i.mfd); Sum += (true || lb_false ? static_field_double : simple_func_double()); Sum += (true || lb_false ? static_field_double : ab[index]); Sum += (true || lb_false ? static_field_double : ab[index - 1]); Sum += (true || lb_false ? t1_i.mfd : 3.1); Sum += (true || lb_false ? t1_i.mfd : -5.31); Sum += (true || lb_false ? t1_i.mfd : local_double); Sum += (true || lb_false ? t1_i.mfd : static_field_double); Sum += (true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (true || lb_false ? t1_i.mfd : ab[index]); Sum += (true || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (true || lb_false ? simple_func_double() : 3.1); Sum += (true || lb_false ? simple_func_double() : -5.31); Sum += (true || lb_false ? simple_func_double() : local_double); Sum += (true || lb_false ? simple_func_double() : static_field_double); Sum += (true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (true || lb_false ? simple_func_double() : simple_func_double()); Sum += (true || lb_false ? simple_func_double() : ab[index]); Sum += (true || lb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_12() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || lb_false ? ab[index] : 3.1); Sum += (true || lb_false ? ab[index] : -5.31); Sum += (true || lb_false ? ab[index] : local_double); Sum += (true || lb_false ? ab[index] : static_field_double); Sum += (true || lb_false ? ab[index] : t1_i.mfd); Sum += (true || lb_false ? ab[index] : simple_func_double()); Sum += (true || lb_false ? ab[index] : ab[index]); Sum += (true || lb_false ? ab[index] : ab[index - 1]); Sum += (true || lb_false ? ab[index - 1] : 3.1); Sum += (true || lb_false ? ab[index - 1] : -5.31); Sum += (true || lb_false ? ab[index - 1] : local_double); Sum += (true || lb_false ? ab[index - 1] : static_field_double); Sum += (true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (true || lb_false ? ab[index - 1] : ab[index]); Sum += (true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (true || sfb_true ? 3.1 : 3.1); Sum += (true || sfb_true ? 3.1 : -5.31); Sum += (true || sfb_true ? 3.1 : local_double); Sum += (true || sfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_13() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_true ? 3.1 : t1_i.mfd); Sum += (true || sfb_true ? 3.1 : simple_func_double()); Sum += (true || sfb_true ? 3.1 : ab[index]); Sum += (true || sfb_true ? 3.1 : ab[index - 1]); Sum += (true || sfb_true ? -5.31 : 3.1); Sum += (true || sfb_true ? -5.31 : -5.31); Sum += (true || sfb_true ? -5.31 : local_double); Sum += (true || sfb_true ? -5.31 : static_field_double); Sum += (true || sfb_true ? -5.31 : t1_i.mfd); Sum += (true || sfb_true ? -5.31 : simple_func_double()); Sum += (true || sfb_true ? -5.31 : ab[index]); Sum += (true || sfb_true ? -5.31 : ab[index - 1]); Sum += (true || sfb_true ? local_double : 3.1); Sum += (true || sfb_true ? local_double : -5.31); Sum += (true || sfb_true ? local_double : local_double); Sum += (true || sfb_true ? local_double : static_field_double); Sum += (true || sfb_true ? local_double : t1_i.mfd); Sum += (true || sfb_true ? local_double : simple_func_double()); Sum += (true || sfb_true ? local_double : ab[index]); Sum += (true || sfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_14() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_true ? static_field_double : 3.1); Sum += (true || sfb_true ? static_field_double : -5.31); Sum += (true || sfb_true ? static_field_double : local_double); Sum += (true || sfb_true ? static_field_double : static_field_double); Sum += (true || sfb_true ? static_field_double : t1_i.mfd); Sum += (true || sfb_true ? static_field_double : simple_func_double()); Sum += (true || sfb_true ? static_field_double : ab[index]); Sum += (true || sfb_true ? static_field_double : ab[index - 1]); Sum += (true || sfb_true ? t1_i.mfd : 3.1); Sum += (true || sfb_true ? t1_i.mfd : -5.31); Sum += (true || sfb_true ? t1_i.mfd : local_double); Sum += (true || sfb_true ? t1_i.mfd : static_field_double); Sum += (true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (true || sfb_true ? t1_i.mfd : ab[index]); Sum += (true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (true || sfb_true ? simple_func_double() : 3.1); Sum += (true || sfb_true ? simple_func_double() : -5.31); Sum += (true || sfb_true ? simple_func_double() : local_double); Sum += (true || sfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_15() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (true || sfb_true ? simple_func_double() : ab[index]); Sum += (true || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (true || sfb_true ? ab[index] : 3.1); Sum += (true || sfb_true ? ab[index] : -5.31); Sum += (true || sfb_true ? ab[index] : local_double); Sum += (true || sfb_true ? ab[index] : static_field_double); Sum += (true || sfb_true ? ab[index] : t1_i.mfd); Sum += (true || sfb_true ? ab[index] : simple_func_double()); Sum += (true || sfb_true ? ab[index] : ab[index]); Sum += (true || sfb_true ? ab[index] : ab[index - 1]); Sum += (true || sfb_true ? ab[index - 1] : 3.1); Sum += (true || sfb_true ? ab[index - 1] : -5.31); Sum += (true || sfb_true ? ab[index - 1] : local_double); Sum += (true || sfb_true ? ab[index - 1] : static_field_double); Sum += (true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (true || sfb_true ? ab[index - 1] : ab[index]); Sum += (true || sfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_16() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? 3.1 : 3.1); Sum += (true || sfb_false ? 3.1 : -5.31); Sum += (true || sfb_false ? 3.1 : local_double); Sum += (true || sfb_false ? 3.1 : static_field_double); Sum += (true || sfb_false ? 3.1 : t1_i.mfd); Sum += (true || sfb_false ? 3.1 : simple_func_double()); Sum += (true || sfb_false ? 3.1 : ab[index]); Sum += (true || sfb_false ? 3.1 : ab[index - 1]); Sum += (true || sfb_false ? -5.31 : 3.1); Sum += (true || sfb_false ? -5.31 : -5.31); Sum += (true || sfb_false ? -5.31 : local_double); Sum += (true || sfb_false ? -5.31 : static_field_double); Sum += (true || sfb_false ? -5.31 : t1_i.mfd); Sum += (true || sfb_false ? -5.31 : simple_func_double()); Sum += (true || sfb_false ? -5.31 : ab[index]); Sum += (true || sfb_false ? -5.31 : ab[index - 1]); Sum += (true || sfb_false ? local_double : 3.1); Sum += (true || sfb_false ? local_double : -5.31); Sum += (true || sfb_false ? local_double : local_double); Sum += (true || sfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_17() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? local_double : t1_i.mfd); Sum += (true || sfb_false ? local_double : simple_func_double()); Sum += (true || sfb_false ? local_double : ab[index]); Sum += (true || sfb_false ? local_double : ab[index - 1]); Sum += (true || sfb_false ? static_field_double : 3.1); Sum += (true || sfb_false ? static_field_double : -5.31); Sum += (true || sfb_false ? static_field_double : local_double); Sum += (true || sfb_false ? static_field_double : static_field_double); Sum += (true || sfb_false ? static_field_double : t1_i.mfd); Sum += (true || sfb_false ? static_field_double : simple_func_double()); Sum += (true || sfb_false ? static_field_double : ab[index]); Sum += (true || sfb_false ? static_field_double : ab[index - 1]); Sum += (true || sfb_false ? t1_i.mfd : 3.1); Sum += (true || sfb_false ? t1_i.mfd : -5.31); Sum += (true || sfb_false ? t1_i.mfd : local_double); Sum += (true || sfb_false ? t1_i.mfd : static_field_double); Sum += (true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (true || sfb_false ? t1_i.mfd : ab[index]); Sum += (true || sfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_18() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? simple_func_double() : 3.1); Sum += (true || sfb_false ? simple_func_double() : -5.31); Sum += (true || sfb_false ? simple_func_double() : local_double); Sum += (true || sfb_false ? simple_func_double() : static_field_double); Sum += (true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (true || sfb_false ? simple_func_double() : ab[index]); Sum += (true || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (true || sfb_false ? ab[index] : 3.1); Sum += (true || sfb_false ? ab[index] : -5.31); Sum += (true || sfb_false ? ab[index] : local_double); Sum += (true || sfb_false ? ab[index] : static_field_double); Sum += (true || sfb_false ? ab[index] : t1_i.mfd); Sum += (true || sfb_false ? ab[index] : simple_func_double()); Sum += (true || sfb_false ? ab[index] : ab[index]); Sum += (true || sfb_false ? ab[index] : ab[index - 1]); Sum += (true || sfb_false ? ab[index - 1] : 3.1); Sum += (true || sfb_false ? ab[index - 1] : -5.31); Sum += (true || sfb_false ? ab[index - 1] : local_double); Sum += (true || sfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_19() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (true || sfb_false ? ab[index - 1] : ab[index]); Sum += (true || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (true || t1_i.mfb_true ? 3.1 : local_double); Sum += (true || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (true || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (true || t1_i.mfb_true ? -5.31 : local_double); Sum += (true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (true || t1_i.mfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_20() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_true ? local_double : 3.1); Sum += (true || t1_i.mfb_true ? local_double : -5.31); Sum += (true || t1_i.mfb_true ? local_double : local_double); Sum += (true || t1_i.mfb_true ? local_double : static_field_double); Sum += (true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (true || t1_i.mfb_true ? local_double : ab[index]); Sum += (true || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (true || t1_i.mfb_true ? static_field_double : local_double); Sum += (true || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (true || t1_i.mfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_21() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (true || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (true || t1_i.mfb_true ? ab[index] : local_double); Sum += (true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (true || t1_i.mfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_22() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (true || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (true || t1_i.mfb_false ? 3.1 : local_double); Sum += (true || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (true || t1_i.mfb_false ? -5.31 : local_double); Sum += (true || t1_i.mfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_23() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (true || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (true || t1_i.mfb_false ? local_double : 3.1); Sum += (true || t1_i.mfb_false ? local_double : -5.31); Sum += (true || t1_i.mfb_false ? local_double : local_double); Sum += (true || t1_i.mfb_false ? local_double : static_field_double); Sum += (true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (true || t1_i.mfb_false ? local_double : ab[index]); Sum += (true || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (true || t1_i.mfb_false ? static_field_double : local_double); Sum += (true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (true || t1_i.mfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_24() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (true || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (true || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (true || t1_i.mfb_false ? ab[index] : local_double); Sum += (true || t1_i.mfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_25() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (true || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (true || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (true || func_sb_true() ? 3.1 : 3.1); Sum += (true || func_sb_true() ? 3.1 : -5.31); Sum += (true || func_sb_true() ? 3.1 : local_double); Sum += (true || func_sb_true() ? 3.1 : static_field_double); Sum += (true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (true || func_sb_true() ? 3.1 : ab[index]); Sum += (true || func_sb_true() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_26() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_true() ? -5.31 : 3.1); Sum += (true || func_sb_true() ? -5.31 : -5.31); Sum += (true || func_sb_true() ? -5.31 : local_double); Sum += (true || func_sb_true() ? -5.31 : static_field_double); Sum += (true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (true || func_sb_true() ? -5.31 : ab[index]); Sum += (true || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (true || func_sb_true() ? local_double : 3.1); Sum += (true || func_sb_true() ? local_double : -5.31); Sum += (true || func_sb_true() ? local_double : local_double); Sum += (true || func_sb_true() ? local_double : static_field_double); Sum += (true || func_sb_true() ? local_double : t1_i.mfd); Sum += (true || func_sb_true() ? local_double : simple_func_double()); Sum += (true || func_sb_true() ? local_double : ab[index]); Sum += (true || func_sb_true() ? local_double : ab[index - 1]); Sum += (true || func_sb_true() ? static_field_double : 3.1); Sum += (true || func_sb_true() ? static_field_double : -5.31); Sum += (true || func_sb_true() ? static_field_double : local_double); Sum += (true || func_sb_true() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_27() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (true || func_sb_true() ? static_field_double : ab[index]); Sum += (true || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (true || func_sb_true() ? t1_i.mfd : local_double); Sum += (true || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (true || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (true || func_sb_true() ? simple_func_double() : 3.1); Sum += (true || func_sb_true() ? simple_func_double() : -5.31); Sum += (true || func_sb_true() ? simple_func_double() : local_double); Sum += (true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (true || func_sb_true() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_28() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_true() ? ab[index] : 3.1); Sum += (true || func_sb_true() ? ab[index] : -5.31); Sum += (true || func_sb_true() ? ab[index] : local_double); Sum += (true || func_sb_true() ? ab[index] : static_field_double); Sum += (true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (true || func_sb_true() ? ab[index] : ab[index]); Sum += (true || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (true || func_sb_true() ? ab[index - 1] : local_double); Sum += (true || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (true || func_sb_false() ? 3.1 : 3.1); Sum += (true || func_sb_false() ? 3.1 : -5.31); Sum += (true || func_sb_false() ? 3.1 : local_double); Sum += (true || func_sb_false() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_29() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (true || func_sb_false() ? 3.1 : ab[index]); Sum += (true || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (true || func_sb_false() ? -5.31 : 3.1); Sum += (true || func_sb_false() ? -5.31 : -5.31); Sum += (true || func_sb_false() ? -5.31 : local_double); Sum += (true || func_sb_false() ? -5.31 : static_field_double); Sum += (true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (true || func_sb_false() ? -5.31 : ab[index]); Sum += (true || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (true || func_sb_false() ? local_double : 3.1); Sum += (true || func_sb_false() ? local_double : -5.31); Sum += (true || func_sb_false() ? local_double : local_double); Sum += (true || func_sb_false() ? local_double : static_field_double); Sum += (true || func_sb_false() ? local_double : t1_i.mfd); Sum += (true || func_sb_false() ? local_double : simple_func_double()); Sum += (true || func_sb_false() ? local_double : ab[index]); Sum += (true || func_sb_false() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_30() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_false() ? static_field_double : 3.1); Sum += (true || func_sb_false() ? static_field_double : -5.31); Sum += (true || func_sb_false() ? static_field_double : local_double); Sum += (true || func_sb_false() ? static_field_double : static_field_double); Sum += (true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (true || func_sb_false() ? static_field_double : ab[index]); Sum += (true || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (true || func_sb_false() ? t1_i.mfd : local_double); Sum += (true || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (true || func_sb_false() ? simple_func_double() : 3.1); Sum += (true || func_sb_false() ? simple_func_double() : -5.31); Sum += (true || func_sb_false() ? simple_func_double() : local_double); Sum += (true || func_sb_false() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_31() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (true || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (true || func_sb_false() ? ab[index] : 3.1); Sum += (true || func_sb_false() ? ab[index] : -5.31); Sum += (true || func_sb_false() ? ab[index] : local_double); Sum += (true || func_sb_false() ? ab[index] : static_field_double); Sum += (true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (true || func_sb_false() ? ab[index] : ab[index]); Sum += (true || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (true || func_sb_false() ? ab[index - 1] : local_double); Sum += (true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (true || func_sb_false() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_32() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? 3.1 : 3.1); Sum += (true || ab_true[index] ? 3.1 : -5.31); Sum += (true || ab_true[index] ? 3.1 : local_double); Sum += (true || ab_true[index] ? 3.1 : static_field_double); Sum += (true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (true || ab_true[index] ? 3.1 : ab[index]); Sum += (true || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (true || ab_true[index] ? -5.31 : 3.1); Sum += (true || ab_true[index] ? -5.31 : -5.31); Sum += (true || ab_true[index] ? -5.31 : local_double); Sum += (true || ab_true[index] ? -5.31 : static_field_double); Sum += (true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (true || ab_true[index] ? -5.31 : ab[index]); Sum += (true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (true || ab_true[index] ? local_double : 3.1); Sum += (true || ab_true[index] ? local_double : -5.31); Sum += (true || ab_true[index] ? local_double : local_double); Sum += (true || ab_true[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_33() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? local_double : t1_i.mfd); Sum += (true || ab_true[index] ? local_double : simple_func_double()); Sum += (true || ab_true[index] ? local_double : ab[index]); Sum += (true || ab_true[index] ? local_double : ab[index - 1]); Sum += (true || ab_true[index] ? static_field_double : 3.1); Sum += (true || ab_true[index] ? static_field_double : -5.31); Sum += (true || ab_true[index] ? static_field_double : local_double); Sum += (true || ab_true[index] ? static_field_double : static_field_double); Sum += (true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (true || ab_true[index] ? static_field_double : ab[index]); Sum += (true || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (true || ab_true[index] ? t1_i.mfd : local_double); Sum += (true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (true || ab_true[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_34() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? simple_func_double() : 3.1); Sum += (true || ab_true[index] ? simple_func_double() : -5.31); Sum += (true || ab_true[index] ? simple_func_double() : local_double); Sum += (true || ab_true[index] ? simple_func_double() : static_field_double); Sum += (true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (true || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (true || ab_true[index] ? ab[index] : 3.1); Sum += (true || ab_true[index] ? ab[index] : -5.31); Sum += (true || ab_true[index] ? ab[index] : local_double); Sum += (true || ab_true[index] ? ab[index] : static_field_double); Sum += (true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (true || ab_true[index] ? ab[index] : ab[index]); Sum += (true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (true || ab_true[index] ? ab[index - 1] : local_double); Sum += (true || ab_true[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_35() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (true || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (true || ab_false[index] ? 3.1 : 3.1); Sum += (true || ab_false[index] ? 3.1 : -5.31); Sum += (true || ab_false[index] ? 3.1 : local_double); Sum += (true || ab_false[index] ? 3.1 : static_field_double); Sum += (true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (true || ab_false[index] ? 3.1 : ab[index]); Sum += (true || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (true || ab_false[index] ? -5.31 : 3.1); Sum += (true || ab_false[index] ? -5.31 : -5.31); Sum += (true || ab_false[index] ? -5.31 : local_double); Sum += (true || ab_false[index] ? -5.31 : static_field_double); Sum += (true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (true || ab_false[index] ? -5.31 : ab[index]); Sum += (true || ab_false[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_36() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_false[index] ? local_double : 3.1); Sum += (true || ab_false[index] ? local_double : -5.31); Sum += (true || ab_false[index] ? local_double : local_double); Sum += (true || ab_false[index] ? local_double : static_field_double); Sum += (true || ab_false[index] ? local_double : t1_i.mfd); Sum += (true || ab_false[index] ? local_double : simple_func_double()); Sum += (true || ab_false[index] ? local_double : ab[index]); Sum += (true || ab_false[index] ? local_double : ab[index - 1]); Sum += (true || ab_false[index] ? static_field_double : 3.1); Sum += (true || ab_false[index] ? static_field_double : -5.31); Sum += (true || ab_false[index] ? static_field_double : local_double); Sum += (true || ab_false[index] ? static_field_double : static_field_double); Sum += (true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (true || ab_false[index] ? static_field_double : ab[index]); Sum += (true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (true || ab_false[index] ? t1_i.mfd : local_double); Sum += (true || ab_false[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_37() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (true || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (true || ab_false[index] ? simple_func_double() : 3.1); Sum += (true || ab_false[index] ? simple_func_double() : -5.31); Sum += (true || ab_false[index] ? simple_func_double() : local_double); Sum += (true || ab_false[index] ? simple_func_double() : static_field_double); Sum += (true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (true || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (true || ab_false[index] ? ab[index] : 3.1); Sum += (true || ab_false[index] ? ab[index] : -5.31); Sum += (true || ab_false[index] ? ab[index] : local_double); Sum += (true || ab_false[index] ? ab[index] : static_field_double); Sum += (true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (true || ab_false[index] ? ab[index] : ab[index]); Sum += (true || ab_false[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_38() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (true || ab_false[index] ? ab[index - 1] : local_double); Sum += (true || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (true || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (false || true ? 3.1 : 3.1); Sum += (false || true ? 3.1 : -5.31); Sum += (false || true ? 3.1 : local_double); Sum += (false || true ? 3.1 : static_field_double); Sum += (false || true ? 3.1 : t1_i.mfd); Sum += (false || true ? 3.1 : simple_func_double()); Sum += (false || true ? 3.1 : ab[index]); Sum += (false || true ? 3.1 : ab[index - 1]); Sum += (false || true ? -5.31 : 3.1); Sum += (false || true ? -5.31 : -5.31); Sum += (false || true ? -5.31 : local_double); Sum += (false || true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_39() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || true ? -5.31 : t1_i.mfd); Sum += (false || true ? -5.31 : simple_func_double()); Sum += (false || true ? -5.31 : ab[index]); Sum += (false || true ? -5.31 : ab[index - 1]); Sum += (false || true ? local_double : 3.1); Sum += (false || true ? local_double : -5.31); Sum += (false || true ? local_double : local_double); Sum += (false || true ? local_double : static_field_double); Sum += (false || true ? local_double : t1_i.mfd); Sum += (false || true ? local_double : simple_func_double()); Sum += (false || true ? local_double : ab[index]); Sum += (false || true ? local_double : ab[index - 1]); Sum += (false || true ? static_field_double : 3.1); Sum += (false || true ? static_field_double : -5.31); Sum += (false || true ? static_field_double : local_double); Sum += (false || true ? static_field_double : static_field_double); Sum += (false || true ? static_field_double : t1_i.mfd); Sum += (false || true ? static_field_double : simple_func_double()); Sum += (false || true ? static_field_double : ab[index]); Sum += (false || true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_40() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || true ? t1_i.mfd : 3.1); Sum += (false || true ? t1_i.mfd : -5.31); Sum += (false || true ? t1_i.mfd : local_double); Sum += (false || true ? t1_i.mfd : static_field_double); Sum += (false || true ? t1_i.mfd : t1_i.mfd); Sum += (false || true ? t1_i.mfd : simple_func_double()); Sum += (false || true ? t1_i.mfd : ab[index]); Sum += (false || true ? t1_i.mfd : ab[index - 1]); Sum += (false || true ? simple_func_double() : 3.1); Sum += (false || true ? simple_func_double() : -5.31); Sum += (false || true ? simple_func_double() : local_double); Sum += (false || true ? simple_func_double() : static_field_double); Sum += (false || true ? simple_func_double() : t1_i.mfd); Sum += (false || true ? simple_func_double() : simple_func_double()); Sum += (false || true ? simple_func_double() : ab[index]); Sum += (false || true ? simple_func_double() : ab[index - 1]); Sum += (false || true ? ab[index] : 3.1); Sum += (false || true ? ab[index] : -5.31); Sum += (false || true ? ab[index] : local_double); Sum += (false || true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_41() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || true ? ab[index] : t1_i.mfd); Sum += (false || true ? ab[index] : simple_func_double()); Sum += (false || true ? ab[index] : ab[index]); Sum += (false || true ? ab[index] : ab[index - 1]); Sum += (false || true ? ab[index - 1] : 3.1); Sum += (false || true ? ab[index - 1] : -5.31); Sum += (false || true ? ab[index - 1] : local_double); Sum += (false || true ? ab[index - 1] : static_field_double); Sum += (false || true ? ab[index - 1] : t1_i.mfd); Sum += (false || true ? ab[index - 1] : simple_func_double()); Sum += (false || true ? ab[index - 1] : ab[index]); Sum += (false || true ? ab[index - 1] : ab[index - 1]); Sum += (false || false ? 3.1 : 3.1); Sum += (false || false ? 3.1 : -5.31); Sum += (false || false ? 3.1 : local_double); Sum += (false || false ? 3.1 : static_field_double); Sum += (false || false ? 3.1 : t1_i.mfd); Sum += (false || false ? 3.1 : simple_func_double()); Sum += (false || false ? 3.1 : ab[index]); Sum += (false || false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_42() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || false ? -5.31 : 3.1); Sum += (false || false ? -5.31 : -5.31); Sum += (false || false ? -5.31 : local_double); Sum += (false || false ? -5.31 : static_field_double); Sum += (false || false ? -5.31 : t1_i.mfd); Sum += (false || false ? -5.31 : simple_func_double()); Sum += (false || false ? -5.31 : ab[index]); Sum += (false || false ? -5.31 : ab[index - 1]); Sum += (false || false ? local_double : 3.1); Sum += (false || false ? local_double : -5.31); Sum += (false || false ? local_double : local_double); Sum += (false || false ? local_double : static_field_double); Sum += (false || false ? local_double : t1_i.mfd); Sum += (false || false ? local_double : simple_func_double()); Sum += (false || false ? local_double : ab[index]); Sum += (false || false ? local_double : ab[index - 1]); Sum += (false || false ? static_field_double : 3.1); Sum += (false || false ? static_field_double : -5.31); Sum += (false || false ? static_field_double : local_double); Sum += (false || false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_43() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || false ? static_field_double : t1_i.mfd); Sum += (false || false ? static_field_double : simple_func_double()); Sum += (false || false ? static_field_double : ab[index]); Sum += (false || false ? static_field_double : ab[index - 1]); Sum += (false || false ? t1_i.mfd : 3.1); Sum += (false || false ? t1_i.mfd : -5.31); Sum += (false || false ? t1_i.mfd : local_double); Sum += (false || false ? t1_i.mfd : static_field_double); Sum += (false || false ? t1_i.mfd : t1_i.mfd); Sum += (false || false ? t1_i.mfd : simple_func_double()); Sum += (false || false ? t1_i.mfd : ab[index]); Sum += (false || false ? t1_i.mfd : ab[index - 1]); Sum += (false || false ? simple_func_double() : 3.1); Sum += (false || false ? simple_func_double() : -5.31); Sum += (false || false ? simple_func_double() : local_double); Sum += (false || false ? simple_func_double() : static_field_double); Sum += (false || false ? simple_func_double() : t1_i.mfd); Sum += (false || false ? simple_func_double() : simple_func_double()); Sum += (false || false ? simple_func_double() : ab[index]); Sum += (false || false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_44() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || false ? ab[index] : 3.1); Sum += (false || false ? ab[index] : -5.31); Sum += (false || false ? ab[index] : local_double); Sum += (false || false ? ab[index] : static_field_double); Sum += (false || false ? ab[index] : t1_i.mfd); Sum += (false || false ? ab[index] : simple_func_double()); Sum += (false || false ? ab[index] : ab[index]); Sum += (false || false ? ab[index] : ab[index - 1]); Sum += (false || false ? ab[index - 1] : 3.1); Sum += (false || false ? ab[index - 1] : -5.31); Sum += (false || false ? ab[index - 1] : local_double); Sum += (false || false ? ab[index - 1] : static_field_double); Sum += (false || false ? ab[index - 1] : t1_i.mfd); Sum += (false || false ? ab[index - 1] : simple_func_double()); Sum += (false || false ? ab[index - 1] : ab[index]); Sum += (false || false ? ab[index - 1] : ab[index - 1]); Sum += (false || lb_true ? 3.1 : 3.1); Sum += (false || lb_true ? 3.1 : -5.31); Sum += (false || lb_true ? 3.1 : local_double); Sum += (false || lb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_45() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_true ? 3.1 : t1_i.mfd); Sum += (false || lb_true ? 3.1 : simple_func_double()); Sum += (false || lb_true ? 3.1 : ab[index]); Sum += (false || lb_true ? 3.1 : ab[index - 1]); Sum += (false || lb_true ? -5.31 : 3.1); Sum += (false || lb_true ? -5.31 : -5.31); Sum += (false || lb_true ? -5.31 : local_double); Sum += (false || lb_true ? -5.31 : static_field_double); Sum += (false || lb_true ? -5.31 : t1_i.mfd); Sum += (false || lb_true ? -5.31 : simple_func_double()); Sum += (false || lb_true ? -5.31 : ab[index]); Sum += (false || lb_true ? -5.31 : ab[index - 1]); Sum += (false || lb_true ? local_double : 3.1); Sum += (false || lb_true ? local_double : -5.31); Sum += (false || lb_true ? local_double : local_double); Sum += (false || lb_true ? local_double : static_field_double); Sum += (false || lb_true ? local_double : t1_i.mfd); Sum += (false || lb_true ? local_double : simple_func_double()); Sum += (false || lb_true ? local_double : ab[index]); Sum += (false || lb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_46() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_true ? static_field_double : 3.1); Sum += (false || lb_true ? static_field_double : -5.31); Sum += (false || lb_true ? static_field_double : local_double); Sum += (false || lb_true ? static_field_double : static_field_double); Sum += (false || lb_true ? static_field_double : t1_i.mfd); Sum += (false || lb_true ? static_field_double : simple_func_double()); Sum += (false || lb_true ? static_field_double : ab[index]); Sum += (false || lb_true ? static_field_double : ab[index - 1]); Sum += (false || lb_true ? t1_i.mfd : 3.1); Sum += (false || lb_true ? t1_i.mfd : -5.31); Sum += (false || lb_true ? t1_i.mfd : local_double); Sum += (false || lb_true ? t1_i.mfd : static_field_double); Sum += (false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (false || lb_true ? t1_i.mfd : ab[index]); Sum += (false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (false || lb_true ? simple_func_double() : 3.1); Sum += (false || lb_true ? simple_func_double() : -5.31); Sum += (false || lb_true ? simple_func_double() : local_double); Sum += (false || lb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_47() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (false || lb_true ? simple_func_double() : simple_func_double()); Sum += (false || lb_true ? simple_func_double() : ab[index]); Sum += (false || lb_true ? simple_func_double() : ab[index - 1]); Sum += (false || lb_true ? ab[index] : 3.1); Sum += (false || lb_true ? ab[index] : -5.31); Sum += (false || lb_true ? ab[index] : local_double); Sum += (false || lb_true ? ab[index] : static_field_double); Sum += (false || lb_true ? ab[index] : t1_i.mfd); Sum += (false || lb_true ? ab[index] : simple_func_double()); Sum += (false || lb_true ? ab[index] : ab[index]); Sum += (false || lb_true ? ab[index] : ab[index - 1]); Sum += (false || lb_true ? ab[index - 1] : 3.1); Sum += (false || lb_true ? ab[index - 1] : -5.31); Sum += (false || lb_true ? ab[index - 1] : local_double); Sum += (false || lb_true ? ab[index - 1] : static_field_double); Sum += (false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (false || lb_true ? ab[index - 1] : ab[index]); Sum += (false || lb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_48() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? 3.1 : 3.1); Sum += (false || lb_false ? 3.1 : -5.31); Sum += (false || lb_false ? 3.1 : local_double); Sum += (false || lb_false ? 3.1 : static_field_double); Sum += (false || lb_false ? 3.1 : t1_i.mfd); Sum += (false || lb_false ? 3.1 : simple_func_double()); Sum += (false || lb_false ? 3.1 : ab[index]); Sum += (false || lb_false ? 3.1 : ab[index - 1]); Sum += (false || lb_false ? -5.31 : 3.1); Sum += (false || lb_false ? -5.31 : -5.31); Sum += (false || lb_false ? -5.31 : local_double); Sum += (false || lb_false ? -5.31 : static_field_double); Sum += (false || lb_false ? -5.31 : t1_i.mfd); Sum += (false || lb_false ? -5.31 : simple_func_double()); Sum += (false || lb_false ? -5.31 : ab[index]); Sum += (false || lb_false ? -5.31 : ab[index - 1]); Sum += (false || lb_false ? local_double : 3.1); Sum += (false || lb_false ? local_double : -5.31); Sum += (false || lb_false ? local_double : local_double); Sum += (false || lb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_49() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? local_double : t1_i.mfd); Sum += (false || lb_false ? local_double : simple_func_double()); Sum += (false || lb_false ? local_double : ab[index]); Sum += (false || lb_false ? local_double : ab[index - 1]); Sum += (false || lb_false ? static_field_double : 3.1); Sum += (false || lb_false ? static_field_double : -5.31); Sum += (false || lb_false ? static_field_double : local_double); Sum += (false || lb_false ? static_field_double : static_field_double); Sum += (false || lb_false ? static_field_double : t1_i.mfd); Sum += (false || lb_false ? static_field_double : simple_func_double()); Sum += (false || lb_false ? static_field_double : ab[index]); Sum += (false || lb_false ? static_field_double : ab[index - 1]); Sum += (false || lb_false ? t1_i.mfd : 3.1); Sum += (false || lb_false ? t1_i.mfd : -5.31); Sum += (false || lb_false ? t1_i.mfd : local_double); Sum += (false || lb_false ? t1_i.mfd : static_field_double); Sum += (false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (false || lb_false ? t1_i.mfd : ab[index]); Sum += (false || lb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_50() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? simple_func_double() : 3.1); Sum += (false || lb_false ? simple_func_double() : -5.31); Sum += (false || lb_false ? simple_func_double() : local_double); Sum += (false || lb_false ? simple_func_double() : static_field_double); Sum += (false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (false || lb_false ? simple_func_double() : simple_func_double()); Sum += (false || lb_false ? simple_func_double() : ab[index]); Sum += (false || lb_false ? simple_func_double() : ab[index - 1]); Sum += (false || lb_false ? ab[index] : 3.1); Sum += (false || lb_false ? ab[index] : -5.31); Sum += (false || lb_false ? ab[index] : local_double); Sum += (false || lb_false ? ab[index] : static_field_double); Sum += (false || lb_false ? ab[index] : t1_i.mfd); Sum += (false || lb_false ? ab[index] : simple_func_double()); Sum += (false || lb_false ? ab[index] : ab[index]); Sum += (false || lb_false ? ab[index] : ab[index - 1]); Sum += (false || lb_false ? ab[index - 1] : 3.1); Sum += (false || lb_false ? ab[index - 1] : -5.31); Sum += (false || lb_false ? ab[index - 1] : local_double); Sum += (false || lb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_51() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (false || lb_false ? ab[index - 1] : ab[index]); Sum += (false || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (false || sfb_true ? 3.1 : 3.1); Sum += (false || sfb_true ? 3.1 : -5.31); Sum += (false || sfb_true ? 3.1 : local_double); Sum += (false || sfb_true ? 3.1 : static_field_double); Sum += (false || sfb_true ? 3.1 : t1_i.mfd); Sum += (false || sfb_true ? 3.1 : simple_func_double()); Sum += (false || sfb_true ? 3.1 : ab[index]); Sum += (false || sfb_true ? 3.1 : ab[index - 1]); Sum += (false || sfb_true ? -5.31 : 3.1); Sum += (false || sfb_true ? -5.31 : -5.31); Sum += (false || sfb_true ? -5.31 : local_double); Sum += (false || sfb_true ? -5.31 : static_field_double); Sum += (false || sfb_true ? -5.31 : t1_i.mfd); Sum += (false || sfb_true ? -5.31 : simple_func_double()); Sum += (false || sfb_true ? -5.31 : ab[index]); Sum += (false || sfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_52() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_true ? local_double : 3.1); Sum += (false || sfb_true ? local_double : -5.31); Sum += (false || sfb_true ? local_double : local_double); Sum += (false || sfb_true ? local_double : static_field_double); Sum += (false || sfb_true ? local_double : t1_i.mfd); Sum += (false || sfb_true ? local_double : simple_func_double()); Sum += (false || sfb_true ? local_double : ab[index]); Sum += (false || sfb_true ? local_double : ab[index - 1]); Sum += (false || sfb_true ? static_field_double : 3.1); Sum += (false || sfb_true ? static_field_double : -5.31); Sum += (false || sfb_true ? static_field_double : local_double); Sum += (false || sfb_true ? static_field_double : static_field_double); Sum += (false || sfb_true ? static_field_double : t1_i.mfd); Sum += (false || sfb_true ? static_field_double : simple_func_double()); Sum += (false || sfb_true ? static_field_double : ab[index]); Sum += (false || sfb_true ? static_field_double : ab[index - 1]); Sum += (false || sfb_true ? t1_i.mfd : 3.1); Sum += (false || sfb_true ? t1_i.mfd : -5.31); Sum += (false || sfb_true ? t1_i.mfd : local_double); Sum += (false || sfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_53() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (false || sfb_true ? t1_i.mfd : ab[index]); Sum += (false || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (false || sfb_true ? simple_func_double() : 3.1); Sum += (false || sfb_true ? simple_func_double() : -5.31); Sum += (false || sfb_true ? simple_func_double() : local_double); Sum += (false || sfb_true ? simple_func_double() : static_field_double); Sum += (false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (false || sfb_true ? simple_func_double() : ab[index]); Sum += (false || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (false || sfb_true ? ab[index] : 3.1); Sum += (false || sfb_true ? ab[index] : -5.31); Sum += (false || sfb_true ? ab[index] : local_double); Sum += (false || sfb_true ? ab[index] : static_field_double); Sum += (false || sfb_true ? ab[index] : t1_i.mfd); Sum += (false || sfb_true ? ab[index] : simple_func_double()); Sum += (false || sfb_true ? ab[index] : ab[index]); Sum += (false || sfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_54() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_true ? ab[index - 1] : 3.1); Sum += (false || sfb_true ? ab[index - 1] : -5.31); Sum += (false || sfb_true ? ab[index - 1] : local_double); Sum += (false || sfb_true ? ab[index - 1] : static_field_double); Sum += (false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (false || sfb_true ? ab[index - 1] : ab[index]); Sum += (false || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (false || sfb_false ? 3.1 : 3.1); Sum += (false || sfb_false ? 3.1 : -5.31); Sum += (false || sfb_false ? 3.1 : local_double); Sum += (false || sfb_false ? 3.1 : static_field_double); Sum += (false || sfb_false ? 3.1 : t1_i.mfd); Sum += (false || sfb_false ? 3.1 : simple_func_double()); Sum += (false || sfb_false ? 3.1 : ab[index]); Sum += (false || sfb_false ? 3.1 : ab[index - 1]); Sum += (false || sfb_false ? -5.31 : 3.1); Sum += (false || sfb_false ? -5.31 : -5.31); Sum += (false || sfb_false ? -5.31 : local_double); Sum += (false || sfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_55() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_false ? -5.31 : t1_i.mfd); Sum += (false || sfb_false ? -5.31 : simple_func_double()); Sum += (false || sfb_false ? -5.31 : ab[index]); Sum += (false || sfb_false ? -5.31 : ab[index - 1]); Sum += (false || sfb_false ? local_double : 3.1); Sum += (false || sfb_false ? local_double : -5.31); Sum += (false || sfb_false ? local_double : local_double); Sum += (false || sfb_false ? local_double : static_field_double); Sum += (false || sfb_false ? local_double : t1_i.mfd); Sum += (false || sfb_false ? local_double : simple_func_double()); Sum += (false || sfb_false ? local_double : ab[index]); Sum += (false || sfb_false ? local_double : ab[index - 1]); Sum += (false || sfb_false ? static_field_double : 3.1); Sum += (false || sfb_false ? static_field_double : -5.31); Sum += (false || sfb_false ? static_field_double : local_double); Sum += (false || sfb_false ? static_field_double : static_field_double); Sum += (false || sfb_false ? static_field_double : t1_i.mfd); Sum += (false || sfb_false ? static_field_double : simple_func_double()); Sum += (false || sfb_false ? static_field_double : ab[index]); Sum += (false || sfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_56() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_false ? t1_i.mfd : 3.1); Sum += (false || sfb_false ? t1_i.mfd : -5.31); Sum += (false || sfb_false ? t1_i.mfd : local_double); Sum += (false || sfb_false ? t1_i.mfd : static_field_double); Sum += (false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (false || sfb_false ? t1_i.mfd : ab[index]); Sum += (false || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (false || sfb_false ? simple_func_double() : 3.1); Sum += (false || sfb_false ? simple_func_double() : -5.31); Sum += (false || sfb_false ? simple_func_double() : local_double); Sum += (false || sfb_false ? simple_func_double() : static_field_double); Sum += (false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (false || sfb_false ? simple_func_double() : ab[index]); Sum += (false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (false || sfb_false ? ab[index] : 3.1); Sum += (false || sfb_false ? ab[index] : -5.31); Sum += (false || sfb_false ? ab[index] : local_double); Sum += (false || sfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_57() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || sfb_false ? ab[index] : t1_i.mfd); Sum += (false || sfb_false ? ab[index] : simple_func_double()); Sum += (false || sfb_false ? ab[index] : ab[index]); Sum += (false || sfb_false ? ab[index] : ab[index - 1]); Sum += (false || sfb_false ? ab[index - 1] : 3.1); Sum += (false || sfb_false ? ab[index - 1] : -5.31); Sum += (false || sfb_false ? ab[index - 1] : local_double); Sum += (false || sfb_false ? ab[index - 1] : static_field_double); Sum += (false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (false || sfb_false ? ab[index - 1] : ab[index]); Sum += (false || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (false || t1_i.mfb_true ? 3.1 : local_double); Sum += (false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (false || t1_i.mfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_58() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (false || t1_i.mfb_true ? -5.31 : local_double); Sum += (false || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (false || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (false || t1_i.mfb_true ? local_double : 3.1); Sum += (false || t1_i.mfb_true ? local_double : -5.31); Sum += (false || t1_i.mfb_true ? local_double : local_double); Sum += (false || t1_i.mfb_true ? local_double : static_field_double); Sum += (false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (false || t1_i.mfb_true ? local_double : ab[index]); Sum += (false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (false || t1_i.mfb_true ? static_field_double : local_double); Sum += (false || t1_i.mfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_59() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (false || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (false || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_60() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (false || t1_i.mfb_true ? ab[index] : local_double); Sum += (false || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (false || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (false || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (false || t1_i.mfb_false ? 3.1 : local_double); Sum += (false || t1_i.mfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_61() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (false || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (false || t1_i.mfb_false ? -5.31 : local_double); Sum += (false || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (false || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (false || t1_i.mfb_false ? local_double : 3.1); Sum += (false || t1_i.mfb_false ? local_double : -5.31); Sum += (false || t1_i.mfb_false ? local_double : local_double); Sum += (false || t1_i.mfb_false ? local_double : static_field_double); Sum += (false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (false || t1_i.mfb_false ? local_double : ab[index]); Sum += (false || t1_i.mfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_62() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (false || t1_i.mfb_false ? static_field_double : local_double); Sum += (false || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (false || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (false || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (false || t1_i.mfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_63() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (false || t1_i.mfb_false ? ab[index] : local_double); Sum += (false || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (false || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_64() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? 3.1 : 3.1); Sum += (false || func_sb_true() ? 3.1 : -5.31); Sum += (false || func_sb_true() ? 3.1 : local_double); Sum += (false || func_sb_true() ? 3.1 : static_field_double); Sum += (false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (false || func_sb_true() ? 3.1 : ab[index]); Sum += (false || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (false || func_sb_true() ? -5.31 : 3.1); Sum += (false || func_sb_true() ? -5.31 : -5.31); Sum += (false || func_sb_true() ? -5.31 : local_double); Sum += (false || func_sb_true() ? -5.31 : static_field_double); Sum += (false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (false || func_sb_true() ? -5.31 : ab[index]); Sum += (false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (false || func_sb_true() ? local_double : 3.1); Sum += (false || func_sb_true() ? local_double : -5.31); Sum += (false || func_sb_true() ? local_double : local_double); Sum += (false || func_sb_true() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_65() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? local_double : t1_i.mfd); Sum += (false || func_sb_true() ? local_double : simple_func_double()); Sum += (false || func_sb_true() ? local_double : ab[index]); Sum += (false || func_sb_true() ? local_double : ab[index - 1]); Sum += (false || func_sb_true() ? static_field_double : 3.1); Sum += (false || func_sb_true() ? static_field_double : -5.31); Sum += (false || func_sb_true() ? static_field_double : local_double); Sum += (false || func_sb_true() ? static_field_double : static_field_double); Sum += (false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (false || func_sb_true() ? static_field_double : ab[index]); Sum += (false || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (false || func_sb_true() ? t1_i.mfd : local_double); Sum += (false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (false || func_sb_true() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_66() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? simple_func_double() : 3.1); Sum += (false || func_sb_true() ? simple_func_double() : -5.31); Sum += (false || func_sb_true() ? simple_func_double() : local_double); Sum += (false || func_sb_true() ? simple_func_double() : static_field_double); Sum += (false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (false || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (false || func_sb_true() ? ab[index] : 3.1); Sum += (false || func_sb_true() ? ab[index] : -5.31); Sum += (false || func_sb_true() ? ab[index] : local_double); Sum += (false || func_sb_true() ? ab[index] : static_field_double); Sum += (false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (false || func_sb_true() ? ab[index] : ab[index]); Sum += (false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (false || func_sb_true() ? ab[index - 1] : local_double); Sum += (false || func_sb_true() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_67() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (false || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (false || func_sb_false() ? 3.1 : 3.1); Sum += (false || func_sb_false() ? 3.1 : -5.31); Sum += (false || func_sb_false() ? 3.1 : local_double); Sum += (false || func_sb_false() ? 3.1 : static_field_double); Sum += (false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (false || func_sb_false() ? 3.1 : ab[index]); Sum += (false || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (false || func_sb_false() ? -5.31 : 3.1); Sum += (false || func_sb_false() ? -5.31 : -5.31); Sum += (false || func_sb_false() ? -5.31 : local_double); Sum += (false || func_sb_false() ? -5.31 : static_field_double); Sum += (false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (false || func_sb_false() ? -5.31 : ab[index]); Sum += (false || func_sb_false() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_68() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_false() ? local_double : 3.1); Sum += (false || func_sb_false() ? local_double : -5.31); Sum += (false || func_sb_false() ? local_double : local_double); Sum += (false || func_sb_false() ? local_double : static_field_double); Sum += (false || func_sb_false() ? local_double : t1_i.mfd); Sum += (false || func_sb_false() ? local_double : simple_func_double()); Sum += (false || func_sb_false() ? local_double : ab[index]); Sum += (false || func_sb_false() ? local_double : ab[index - 1]); Sum += (false || func_sb_false() ? static_field_double : 3.1); Sum += (false || func_sb_false() ? static_field_double : -5.31); Sum += (false || func_sb_false() ? static_field_double : local_double); Sum += (false || func_sb_false() ? static_field_double : static_field_double); Sum += (false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (false || func_sb_false() ? static_field_double : ab[index]); Sum += (false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (false || func_sb_false() ? t1_i.mfd : local_double); Sum += (false || func_sb_false() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_69() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (false || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (false || func_sb_false() ? simple_func_double() : 3.1); Sum += (false || func_sb_false() ? simple_func_double() : -5.31); Sum += (false || func_sb_false() ? simple_func_double() : local_double); Sum += (false || func_sb_false() ? simple_func_double() : static_field_double); Sum += (false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (false || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (false || func_sb_false() ? ab[index] : 3.1); Sum += (false || func_sb_false() ? ab[index] : -5.31); Sum += (false || func_sb_false() ? ab[index] : local_double); Sum += (false || func_sb_false() ? ab[index] : static_field_double); Sum += (false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (false || func_sb_false() ? ab[index] : ab[index]); Sum += (false || func_sb_false() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_70() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (false || func_sb_false() ? ab[index - 1] : local_double); Sum += (false || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (false || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (false || ab_true[index] ? 3.1 : 3.1); Sum += (false || ab_true[index] ? 3.1 : -5.31); Sum += (false || ab_true[index] ? 3.1 : local_double); Sum += (false || ab_true[index] ? 3.1 : static_field_double); Sum += (false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (false || ab_true[index] ? 3.1 : ab[index]); Sum += (false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (false || ab_true[index] ? -5.31 : 3.1); Sum += (false || ab_true[index] ? -5.31 : -5.31); Sum += (false || ab_true[index] ? -5.31 : local_double); Sum += (false || ab_true[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_71() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (false || ab_true[index] ? -5.31 : ab[index]); Sum += (false || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (false || ab_true[index] ? local_double : 3.1); Sum += (false || ab_true[index] ? local_double : -5.31); Sum += (false || ab_true[index] ? local_double : local_double); Sum += (false || ab_true[index] ? local_double : static_field_double); Sum += (false || ab_true[index] ? local_double : t1_i.mfd); Sum += (false || ab_true[index] ? local_double : simple_func_double()); Sum += (false || ab_true[index] ? local_double : ab[index]); Sum += (false || ab_true[index] ? local_double : ab[index - 1]); Sum += (false || ab_true[index] ? static_field_double : 3.1); Sum += (false || ab_true[index] ? static_field_double : -5.31); Sum += (false || ab_true[index] ? static_field_double : local_double); Sum += (false || ab_true[index] ? static_field_double : static_field_double); Sum += (false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (false || ab_true[index] ? static_field_double : ab[index]); Sum += (false || ab_true[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_72() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (false || ab_true[index] ? t1_i.mfd : local_double); Sum += (false || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (false || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (false || ab_true[index] ? simple_func_double() : 3.1); Sum += (false || ab_true[index] ? simple_func_double() : -5.31); Sum += (false || ab_true[index] ? simple_func_double() : local_double); Sum += (false || ab_true[index] ? simple_func_double() : static_field_double); Sum += (false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (false || ab_true[index] ? ab[index] : 3.1); Sum += (false || ab_true[index] ? ab[index] : -5.31); Sum += (false || ab_true[index] ? ab[index] : local_double); Sum += (false || ab_true[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_73() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (false || ab_true[index] ? ab[index] : ab[index]); Sum += (false || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (false || ab_true[index] ? ab[index - 1] : local_double); Sum += (false || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (false || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (false || ab_false[index] ? 3.1 : 3.1); Sum += (false || ab_false[index] ? 3.1 : -5.31); Sum += (false || ab_false[index] ? 3.1 : local_double); Sum += (false || ab_false[index] ? 3.1 : static_field_double); Sum += (false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (false || ab_false[index] ? 3.1 : ab[index]); Sum += (false || ab_false[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_74() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_false[index] ? -5.31 : 3.1); Sum += (false || ab_false[index] ? -5.31 : -5.31); Sum += (false || ab_false[index] ? -5.31 : local_double); Sum += (false || ab_false[index] ? -5.31 : static_field_double); Sum += (false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (false || ab_false[index] ? -5.31 : ab[index]); Sum += (false || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (false || ab_false[index] ? local_double : 3.1); Sum += (false || ab_false[index] ? local_double : -5.31); Sum += (false || ab_false[index] ? local_double : local_double); Sum += (false || ab_false[index] ? local_double : static_field_double); Sum += (false || ab_false[index] ? local_double : t1_i.mfd); Sum += (false || ab_false[index] ? local_double : simple_func_double()); Sum += (false || ab_false[index] ? local_double : ab[index]); Sum += (false || ab_false[index] ? local_double : ab[index - 1]); Sum += (false || ab_false[index] ? static_field_double : 3.1); Sum += (false || ab_false[index] ? static_field_double : -5.31); Sum += (false || ab_false[index] ? static_field_double : local_double); Sum += (false || ab_false[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_75() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (false || ab_false[index] ? static_field_double : ab[index]); Sum += (false || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (false || ab_false[index] ? t1_i.mfd : local_double); Sum += (false || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (false || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (false || ab_false[index] ? simple_func_double() : 3.1); Sum += (false || ab_false[index] ? simple_func_double() : -5.31); Sum += (false || ab_false[index] ? simple_func_double() : local_double); Sum += (false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (false || ab_false[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_76() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (false || ab_false[index] ? ab[index] : 3.1); Sum += (false || ab_false[index] ? ab[index] : -5.31); Sum += (false || ab_false[index] ? ab[index] : local_double); Sum += (false || ab_false[index] ? ab[index] : static_field_double); Sum += (false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (false || ab_false[index] ? ab[index] : ab[index]); Sum += (false || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (false || ab_false[index] ? ab[index - 1] : local_double); Sum += (false || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || true ? 3.1 : 3.1); Sum += (lb_true || true ? 3.1 : -5.31); Sum += (lb_true || true ? 3.1 : local_double); Sum += (lb_true || true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_77() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || true ? 3.1 : t1_i.mfd); Sum += (lb_true || true ? 3.1 : simple_func_double()); Sum += (lb_true || true ? 3.1 : ab[index]); Sum += (lb_true || true ? 3.1 : ab[index - 1]); Sum += (lb_true || true ? -5.31 : 3.1); Sum += (lb_true || true ? -5.31 : -5.31); Sum += (lb_true || true ? -5.31 : local_double); Sum += (lb_true || true ? -5.31 : static_field_double); Sum += (lb_true || true ? -5.31 : t1_i.mfd); Sum += (lb_true || true ? -5.31 : simple_func_double()); Sum += (lb_true || true ? -5.31 : ab[index]); Sum += (lb_true || true ? -5.31 : ab[index - 1]); Sum += (lb_true || true ? local_double : 3.1); Sum += (lb_true || true ? local_double : -5.31); Sum += (lb_true || true ? local_double : local_double); Sum += (lb_true || true ? local_double : static_field_double); Sum += (lb_true || true ? local_double : t1_i.mfd); Sum += (lb_true || true ? local_double : simple_func_double()); Sum += (lb_true || true ? local_double : ab[index]); Sum += (lb_true || true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_78() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || true ? static_field_double : 3.1); Sum += (lb_true || true ? static_field_double : -5.31); Sum += (lb_true || true ? static_field_double : local_double); Sum += (lb_true || true ? static_field_double : static_field_double); Sum += (lb_true || true ? static_field_double : t1_i.mfd); Sum += (lb_true || true ? static_field_double : simple_func_double()); Sum += (lb_true || true ? static_field_double : ab[index]); Sum += (lb_true || true ? static_field_double : ab[index - 1]); Sum += (lb_true || true ? t1_i.mfd : 3.1); Sum += (lb_true || true ? t1_i.mfd : -5.31); Sum += (lb_true || true ? t1_i.mfd : local_double); Sum += (lb_true || true ? t1_i.mfd : static_field_double); Sum += (lb_true || true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || true ? t1_i.mfd : ab[index]); Sum += (lb_true || true ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || true ? simple_func_double() : 3.1); Sum += (lb_true || true ? simple_func_double() : -5.31); Sum += (lb_true || true ? simple_func_double() : local_double); Sum += (lb_true || true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_79() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || true ? simple_func_double() : simple_func_double()); Sum += (lb_true || true ? simple_func_double() : ab[index]); Sum += (lb_true || true ? simple_func_double() : ab[index - 1]); Sum += (lb_true || true ? ab[index] : 3.1); Sum += (lb_true || true ? ab[index] : -5.31); Sum += (lb_true || true ? ab[index] : local_double); Sum += (lb_true || true ? ab[index] : static_field_double); Sum += (lb_true || true ? ab[index] : t1_i.mfd); Sum += (lb_true || true ? ab[index] : simple_func_double()); Sum += (lb_true || true ? ab[index] : ab[index]); Sum += (lb_true || true ? ab[index] : ab[index - 1]); Sum += (lb_true || true ? ab[index - 1] : 3.1); Sum += (lb_true || true ? ab[index - 1] : -5.31); Sum += (lb_true || true ? ab[index - 1] : local_double); Sum += (lb_true || true ? ab[index - 1] : static_field_double); Sum += (lb_true || true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || true ? ab[index - 1] : ab[index]); Sum += (lb_true || true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_80() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? 3.1 : 3.1); Sum += (lb_true || false ? 3.1 : -5.31); Sum += (lb_true || false ? 3.1 : local_double); Sum += (lb_true || false ? 3.1 : static_field_double); Sum += (lb_true || false ? 3.1 : t1_i.mfd); Sum += (lb_true || false ? 3.1 : simple_func_double()); Sum += (lb_true || false ? 3.1 : ab[index]); Sum += (lb_true || false ? 3.1 : ab[index - 1]); Sum += (lb_true || false ? -5.31 : 3.1); Sum += (lb_true || false ? -5.31 : -5.31); Sum += (lb_true || false ? -5.31 : local_double); Sum += (lb_true || false ? -5.31 : static_field_double); Sum += (lb_true || false ? -5.31 : t1_i.mfd); Sum += (lb_true || false ? -5.31 : simple_func_double()); Sum += (lb_true || false ? -5.31 : ab[index]); Sum += (lb_true || false ? -5.31 : ab[index - 1]); Sum += (lb_true || false ? local_double : 3.1); Sum += (lb_true || false ? local_double : -5.31); Sum += (lb_true || false ? local_double : local_double); Sum += (lb_true || false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_81() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? local_double : t1_i.mfd); Sum += (lb_true || false ? local_double : simple_func_double()); Sum += (lb_true || false ? local_double : ab[index]); Sum += (lb_true || false ? local_double : ab[index - 1]); Sum += (lb_true || false ? static_field_double : 3.1); Sum += (lb_true || false ? static_field_double : -5.31); Sum += (lb_true || false ? static_field_double : local_double); Sum += (lb_true || false ? static_field_double : static_field_double); Sum += (lb_true || false ? static_field_double : t1_i.mfd); Sum += (lb_true || false ? static_field_double : simple_func_double()); Sum += (lb_true || false ? static_field_double : ab[index]); Sum += (lb_true || false ? static_field_double : ab[index - 1]); Sum += (lb_true || false ? t1_i.mfd : 3.1); Sum += (lb_true || false ? t1_i.mfd : -5.31); Sum += (lb_true || false ? t1_i.mfd : local_double); Sum += (lb_true || false ? t1_i.mfd : static_field_double); Sum += (lb_true || false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || false ? t1_i.mfd : ab[index]); Sum += (lb_true || false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_82() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? simple_func_double() : 3.1); Sum += (lb_true || false ? simple_func_double() : -5.31); Sum += (lb_true || false ? simple_func_double() : local_double); Sum += (lb_true || false ? simple_func_double() : static_field_double); Sum += (lb_true || false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || false ? simple_func_double() : simple_func_double()); Sum += (lb_true || false ? simple_func_double() : ab[index]); Sum += (lb_true || false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || false ? ab[index] : 3.1); Sum += (lb_true || false ? ab[index] : -5.31); Sum += (lb_true || false ? ab[index] : local_double); Sum += (lb_true || false ? ab[index] : static_field_double); Sum += (lb_true || false ? ab[index] : t1_i.mfd); Sum += (lb_true || false ? ab[index] : simple_func_double()); Sum += (lb_true || false ? ab[index] : ab[index]); Sum += (lb_true || false ? ab[index] : ab[index - 1]); Sum += (lb_true || false ? ab[index - 1] : 3.1); Sum += (lb_true || false ? ab[index - 1] : -5.31); Sum += (lb_true || false ? ab[index - 1] : local_double); Sum += (lb_true || false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_83() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || false ? ab[index - 1] : ab[index]); Sum += (lb_true || false ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || lb_true ? 3.1 : 3.1); Sum += (lb_true || lb_true ? 3.1 : -5.31); Sum += (lb_true || lb_true ? 3.1 : local_double); Sum += (lb_true || lb_true ? 3.1 : static_field_double); Sum += (lb_true || lb_true ? 3.1 : t1_i.mfd); Sum += (lb_true || lb_true ? 3.1 : simple_func_double()); Sum += (lb_true || lb_true ? 3.1 : ab[index]); Sum += (lb_true || lb_true ? 3.1 : ab[index - 1]); Sum += (lb_true || lb_true ? -5.31 : 3.1); Sum += (lb_true || lb_true ? -5.31 : -5.31); Sum += (lb_true || lb_true ? -5.31 : local_double); Sum += (lb_true || lb_true ? -5.31 : static_field_double); Sum += (lb_true || lb_true ? -5.31 : t1_i.mfd); Sum += (lb_true || lb_true ? -5.31 : simple_func_double()); Sum += (lb_true || lb_true ? -5.31 : ab[index]); Sum += (lb_true || lb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_84() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_true ? local_double : 3.1); Sum += (lb_true || lb_true ? local_double : -5.31); Sum += (lb_true || lb_true ? local_double : local_double); Sum += (lb_true || lb_true ? local_double : static_field_double); Sum += (lb_true || lb_true ? local_double : t1_i.mfd); Sum += (lb_true || lb_true ? local_double : simple_func_double()); Sum += (lb_true || lb_true ? local_double : ab[index]); Sum += (lb_true || lb_true ? local_double : ab[index - 1]); Sum += (lb_true || lb_true ? static_field_double : 3.1); Sum += (lb_true || lb_true ? static_field_double : -5.31); Sum += (lb_true || lb_true ? static_field_double : local_double); Sum += (lb_true || lb_true ? static_field_double : static_field_double); Sum += (lb_true || lb_true ? static_field_double : t1_i.mfd); Sum += (lb_true || lb_true ? static_field_double : simple_func_double()); Sum += (lb_true || lb_true ? static_field_double : ab[index]); Sum += (lb_true || lb_true ? static_field_double : ab[index - 1]); Sum += (lb_true || lb_true ? t1_i.mfd : 3.1); Sum += (lb_true || lb_true ? t1_i.mfd : -5.31); Sum += (lb_true || lb_true ? t1_i.mfd : local_double); Sum += (lb_true || lb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_85() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || lb_true ? t1_i.mfd : ab[index]); Sum += (lb_true || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || lb_true ? simple_func_double() : 3.1); Sum += (lb_true || lb_true ? simple_func_double() : -5.31); Sum += (lb_true || lb_true ? simple_func_double() : local_double); Sum += (lb_true || lb_true ? simple_func_double() : static_field_double); Sum += (lb_true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || lb_true ? simple_func_double() : simple_func_double()); Sum += (lb_true || lb_true ? simple_func_double() : ab[index]); Sum += (lb_true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_true || lb_true ? ab[index] : 3.1); Sum += (lb_true || lb_true ? ab[index] : -5.31); Sum += (lb_true || lb_true ? ab[index] : local_double); Sum += (lb_true || lb_true ? ab[index] : static_field_double); Sum += (lb_true || lb_true ? ab[index] : t1_i.mfd); Sum += (lb_true || lb_true ? ab[index] : simple_func_double()); Sum += (lb_true || lb_true ? ab[index] : ab[index]); Sum += (lb_true || lb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_86() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_true ? ab[index - 1] : 3.1); Sum += (lb_true || lb_true ? ab[index - 1] : -5.31); Sum += (lb_true || lb_true ? ab[index - 1] : local_double); Sum += (lb_true || lb_true ? ab[index - 1] : static_field_double); Sum += (lb_true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || lb_true ? ab[index - 1] : ab[index]); Sum += (lb_true || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || lb_false ? 3.1 : 3.1); Sum += (lb_true || lb_false ? 3.1 : -5.31); Sum += (lb_true || lb_false ? 3.1 : local_double); Sum += (lb_true || lb_false ? 3.1 : static_field_double); Sum += (lb_true || lb_false ? 3.1 : t1_i.mfd); Sum += (lb_true || lb_false ? 3.1 : simple_func_double()); Sum += (lb_true || lb_false ? 3.1 : ab[index]); Sum += (lb_true || lb_false ? 3.1 : ab[index - 1]); Sum += (lb_true || lb_false ? -5.31 : 3.1); Sum += (lb_true || lb_false ? -5.31 : -5.31); Sum += (lb_true || lb_false ? -5.31 : local_double); Sum += (lb_true || lb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_87() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_false ? -5.31 : t1_i.mfd); Sum += (lb_true || lb_false ? -5.31 : simple_func_double()); Sum += (lb_true || lb_false ? -5.31 : ab[index]); Sum += (lb_true || lb_false ? -5.31 : ab[index - 1]); Sum += (lb_true || lb_false ? local_double : 3.1); Sum += (lb_true || lb_false ? local_double : -5.31); Sum += (lb_true || lb_false ? local_double : local_double); Sum += (lb_true || lb_false ? local_double : static_field_double); Sum += (lb_true || lb_false ? local_double : t1_i.mfd); Sum += (lb_true || lb_false ? local_double : simple_func_double()); Sum += (lb_true || lb_false ? local_double : ab[index]); Sum += (lb_true || lb_false ? local_double : ab[index - 1]); Sum += (lb_true || lb_false ? static_field_double : 3.1); Sum += (lb_true || lb_false ? static_field_double : -5.31); Sum += (lb_true || lb_false ? static_field_double : local_double); Sum += (lb_true || lb_false ? static_field_double : static_field_double); Sum += (lb_true || lb_false ? static_field_double : t1_i.mfd); Sum += (lb_true || lb_false ? static_field_double : simple_func_double()); Sum += (lb_true || lb_false ? static_field_double : ab[index]); Sum += (lb_true || lb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_88() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_false ? t1_i.mfd : 3.1); Sum += (lb_true || lb_false ? t1_i.mfd : -5.31); Sum += (lb_true || lb_false ? t1_i.mfd : local_double); Sum += (lb_true || lb_false ? t1_i.mfd : static_field_double); Sum += (lb_true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || lb_false ? t1_i.mfd : ab[index]); Sum += (lb_true || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || lb_false ? simple_func_double() : 3.1); Sum += (lb_true || lb_false ? simple_func_double() : -5.31); Sum += (lb_true || lb_false ? simple_func_double() : local_double); Sum += (lb_true || lb_false ? simple_func_double() : static_field_double); Sum += (lb_true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || lb_false ? simple_func_double() : simple_func_double()); Sum += (lb_true || lb_false ? simple_func_double() : ab[index]); Sum += (lb_true || lb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || lb_false ? ab[index] : 3.1); Sum += (lb_true || lb_false ? ab[index] : -5.31); Sum += (lb_true || lb_false ? ab[index] : local_double); Sum += (lb_true || lb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_89() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || lb_false ? ab[index] : t1_i.mfd); Sum += (lb_true || lb_false ? ab[index] : simple_func_double()); Sum += (lb_true || lb_false ? ab[index] : ab[index]); Sum += (lb_true || lb_false ? ab[index] : ab[index - 1]); Sum += (lb_true || lb_false ? ab[index - 1] : 3.1); Sum += (lb_true || lb_false ? ab[index - 1] : -5.31); Sum += (lb_true || lb_false ? ab[index - 1] : local_double); Sum += (lb_true || lb_false ? ab[index - 1] : static_field_double); Sum += (lb_true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || lb_false ? ab[index - 1] : ab[index]); Sum += (lb_true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || sfb_true ? 3.1 : 3.1); Sum += (lb_true || sfb_true ? 3.1 : -5.31); Sum += (lb_true || sfb_true ? 3.1 : local_double); Sum += (lb_true || sfb_true ? 3.1 : static_field_double); Sum += (lb_true || sfb_true ? 3.1 : t1_i.mfd); Sum += (lb_true || sfb_true ? 3.1 : simple_func_double()); Sum += (lb_true || sfb_true ? 3.1 : ab[index]); Sum += (lb_true || sfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_90() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_true ? -5.31 : 3.1); Sum += (lb_true || sfb_true ? -5.31 : -5.31); Sum += (lb_true || sfb_true ? -5.31 : local_double); Sum += (lb_true || sfb_true ? -5.31 : static_field_double); Sum += (lb_true || sfb_true ? -5.31 : t1_i.mfd); Sum += (lb_true || sfb_true ? -5.31 : simple_func_double()); Sum += (lb_true || sfb_true ? -5.31 : ab[index]); Sum += (lb_true || sfb_true ? -5.31 : ab[index - 1]); Sum += (lb_true || sfb_true ? local_double : 3.1); Sum += (lb_true || sfb_true ? local_double : -5.31); Sum += (lb_true || sfb_true ? local_double : local_double); Sum += (lb_true || sfb_true ? local_double : static_field_double); Sum += (lb_true || sfb_true ? local_double : t1_i.mfd); Sum += (lb_true || sfb_true ? local_double : simple_func_double()); Sum += (lb_true || sfb_true ? local_double : ab[index]); Sum += (lb_true || sfb_true ? local_double : ab[index - 1]); Sum += (lb_true || sfb_true ? static_field_double : 3.1); Sum += (lb_true || sfb_true ? static_field_double : -5.31); Sum += (lb_true || sfb_true ? static_field_double : local_double); Sum += (lb_true || sfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_91() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_true ? static_field_double : t1_i.mfd); Sum += (lb_true || sfb_true ? static_field_double : simple_func_double()); Sum += (lb_true || sfb_true ? static_field_double : ab[index]); Sum += (lb_true || sfb_true ? static_field_double : ab[index - 1]); Sum += (lb_true || sfb_true ? t1_i.mfd : 3.1); Sum += (lb_true || sfb_true ? t1_i.mfd : -5.31); Sum += (lb_true || sfb_true ? t1_i.mfd : local_double); Sum += (lb_true || sfb_true ? t1_i.mfd : static_field_double); Sum += (lb_true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || sfb_true ? t1_i.mfd : ab[index]); Sum += (lb_true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || sfb_true ? simple_func_double() : 3.1); Sum += (lb_true || sfb_true ? simple_func_double() : -5.31); Sum += (lb_true || sfb_true ? simple_func_double() : local_double); Sum += (lb_true || sfb_true ? simple_func_double() : static_field_double); Sum += (lb_true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_true || sfb_true ? simple_func_double() : ab[index]); Sum += (lb_true || sfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_92() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_true ? ab[index] : 3.1); Sum += (lb_true || sfb_true ? ab[index] : -5.31); Sum += (lb_true || sfb_true ? ab[index] : local_double); Sum += (lb_true || sfb_true ? ab[index] : static_field_double); Sum += (lb_true || sfb_true ? ab[index] : t1_i.mfd); Sum += (lb_true || sfb_true ? ab[index] : simple_func_double()); Sum += (lb_true || sfb_true ? ab[index] : ab[index]); Sum += (lb_true || sfb_true ? ab[index] : ab[index - 1]); Sum += (lb_true || sfb_true ? ab[index - 1] : 3.1); Sum += (lb_true || sfb_true ? ab[index - 1] : -5.31); Sum += (lb_true || sfb_true ? ab[index - 1] : local_double); Sum += (lb_true || sfb_true ? ab[index - 1] : static_field_double); Sum += (lb_true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || sfb_true ? ab[index - 1] : ab[index]); Sum += (lb_true || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || sfb_false ? 3.1 : 3.1); Sum += (lb_true || sfb_false ? 3.1 : -5.31); Sum += (lb_true || sfb_false ? 3.1 : local_double); Sum += (lb_true || sfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_93() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_false ? 3.1 : t1_i.mfd); Sum += (lb_true || sfb_false ? 3.1 : simple_func_double()); Sum += (lb_true || sfb_false ? 3.1 : ab[index]); Sum += (lb_true || sfb_false ? 3.1 : ab[index - 1]); Sum += (lb_true || sfb_false ? -5.31 : 3.1); Sum += (lb_true || sfb_false ? -5.31 : -5.31); Sum += (lb_true || sfb_false ? -5.31 : local_double); Sum += (lb_true || sfb_false ? -5.31 : static_field_double); Sum += (lb_true || sfb_false ? -5.31 : t1_i.mfd); Sum += (lb_true || sfb_false ? -5.31 : simple_func_double()); Sum += (lb_true || sfb_false ? -5.31 : ab[index]); Sum += (lb_true || sfb_false ? -5.31 : ab[index - 1]); Sum += (lb_true || sfb_false ? local_double : 3.1); Sum += (lb_true || sfb_false ? local_double : -5.31); Sum += (lb_true || sfb_false ? local_double : local_double); Sum += (lb_true || sfb_false ? local_double : static_field_double); Sum += (lb_true || sfb_false ? local_double : t1_i.mfd); Sum += (lb_true || sfb_false ? local_double : simple_func_double()); Sum += (lb_true || sfb_false ? local_double : ab[index]); Sum += (lb_true || sfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_94() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_false ? static_field_double : 3.1); Sum += (lb_true || sfb_false ? static_field_double : -5.31); Sum += (lb_true || sfb_false ? static_field_double : local_double); Sum += (lb_true || sfb_false ? static_field_double : static_field_double); Sum += (lb_true || sfb_false ? static_field_double : t1_i.mfd); Sum += (lb_true || sfb_false ? static_field_double : simple_func_double()); Sum += (lb_true || sfb_false ? static_field_double : ab[index]); Sum += (lb_true || sfb_false ? static_field_double : ab[index - 1]); Sum += (lb_true || sfb_false ? t1_i.mfd : 3.1); Sum += (lb_true || sfb_false ? t1_i.mfd : -5.31); Sum += (lb_true || sfb_false ? t1_i.mfd : local_double); Sum += (lb_true || sfb_false ? t1_i.mfd : static_field_double); Sum += (lb_true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || sfb_false ? t1_i.mfd : ab[index]); Sum += (lb_true || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || sfb_false ? simple_func_double() : 3.1); Sum += (lb_true || sfb_false ? simple_func_double() : -5.31); Sum += (lb_true || sfb_false ? simple_func_double() : local_double); Sum += (lb_true || sfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_95() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_true || sfb_false ? simple_func_double() : ab[index]); Sum += (lb_true || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || sfb_false ? ab[index] : 3.1); Sum += (lb_true || sfb_false ? ab[index] : -5.31); Sum += (lb_true || sfb_false ? ab[index] : local_double); Sum += (lb_true || sfb_false ? ab[index] : static_field_double); Sum += (lb_true || sfb_false ? ab[index] : t1_i.mfd); Sum += (lb_true || sfb_false ? ab[index] : simple_func_double()); Sum += (lb_true || sfb_false ? ab[index] : ab[index]); Sum += (lb_true || sfb_false ? ab[index] : ab[index - 1]); Sum += (lb_true || sfb_false ? ab[index - 1] : 3.1); Sum += (lb_true || sfb_false ? ab[index - 1] : -5.31); Sum += (lb_true || sfb_false ? ab[index - 1] : local_double); Sum += (lb_true || sfb_false ? ab[index - 1] : static_field_double); Sum += (lb_true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || sfb_false ? ab[index - 1] : ab[index]); Sum += (lb_true || sfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_96() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (lb_true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (lb_true || t1_i.mfb_true ? 3.1 : local_double); Sum += (lb_true || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (lb_true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (lb_true || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (lb_true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (lb_true || t1_i.mfb_true ? -5.31 : local_double); Sum += (lb_true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (lb_true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (lb_true || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? local_double : 3.1); Sum += (lb_true || t1_i.mfb_true ? local_double : -5.31); Sum += (lb_true || t1_i.mfb_true ? local_double : local_double); Sum += (lb_true || t1_i.mfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_97() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? local_double : ab[index]); Sum += (lb_true || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (lb_true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (lb_true || t1_i.mfb_true ? static_field_double : local_double); Sum += (lb_true || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (lb_true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (lb_true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (lb_true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_98() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (lb_true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (lb_true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (lb_true || t1_i.mfb_true ? ab[index] : local_double); Sum += (lb_true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (lb_true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (lb_true || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_99() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (lb_true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (lb_true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (lb_true || t1_i.mfb_false ? 3.1 : local_double); Sum += (lb_true || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (lb_true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (lb_true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (lb_true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (lb_true || t1_i.mfb_false ? -5.31 : local_double); Sum += (lb_true || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (lb_true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (lb_true || t1_i.mfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_100() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_false ? local_double : 3.1); Sum += (lb_true || t1_i.mfb_false ? local_double : -5.31); Sum += (lb_true || t1_i.mfb_false ? local_double : local_double); Sum += (lb_true || t1_i.mfb_false ? local_double : static_field_double); Sum += (lb_true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? local_double : ab[index]); Sum += (lb_true || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (lb_true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (lb_true || t1_i.mfb_false ? static_field_double : local_double); Sum += (lb_true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (lb_true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (lb_true || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_101() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (lb_true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (lb_true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (lb_true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (lb_true || t1_i.mfb_false ? ab[index] : local_double); Sum += (lb_true || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (lb_true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (lb_true || t1_i.mfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_102() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (lb_true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || func_sb_true() ? 3.1 : 3.1); Sum += (lb_true || func_sb_true() ? 3.1 : -5.31); Sum += (lb_true || func_sb_true() ? 3.1 : local_double); Sum += (lb_true || func_sb_true() ? 3.1 : static_field_double); Sum += (lb_true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (lb_true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (lb_true || func_sb_true() ? 3.1 : ab[index]); Sum += (lb_true || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (lb_true || func_sb_true() ? -5.31 : 3.1); Sum += (lb_true || func_sb_true() ? -5.31 : -5.31); Sum += (lb_true || func_sb_true() ? -5.31 : local_double); Sum += (lb_true || func_sb_true() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_103() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (lb_true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (lb_true || func_sb_true() ? -5.31 : ab[index]); Sum += (lb_true || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (lb_true || func_sb_true() ? local_double : 3.1); Sum += (lb_true || func_sb_true() ? local_double : -5.31); Sum += (lb_true || func_sb_true() ? local_double : local_double); Sum += (lb_true || func_sb_true() ? local_double : static_field_double); Sum += (lb_true || func_sb_true() ? local_double : t1_i.mfd); Sum += (lb_true || func_sb_true() ? local_double : simple_func_double()); Sum += (lb_true || func_sb_true() ? local_double : ab[index]); Sum += (lb_true || func_sb_true() ? local_double : ab[index - 1]); Sum += (lb_true || func_sb_true() ? static_field_double : 3.1); Sum += (lb_true || func_sb_true() ? static_field_double : -5.31); Sum += (lb_true || func_sb_true() ? static_field_double : local_double); Sum += (lb_true || func_sb_true() ? static_field_double : static_field_double); Sum += (lb_true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (lb_true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (lb_true || func_sb_true() ? static_field_double : ab[index]); Sum += (lb_true || func_sb_true() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_104() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (lb_true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (lb_true || func_sb_true() ? t1_i.mfd : local_double); Sum += (lb_true || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (lb_true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (lb_true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (lb_true || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || func_sb_true() ? simple_func_double() : 3.1); Sum += (lb_true || func_sb_true() ? simple_func_double() : -5.31); Sum += (lb_true || func_sb_true() ? simple_func_double() : local_double); Sum += (lb_true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (lb_true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (lb_true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (lb_true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (lb_true || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (lb_true || func_sb_true() ? ab[index] : 3.1); Sum += (lb_true || func_sb_true() ? ab[index] : -5.31); Sum += (lb_true || func_sb_true() ? ab[index] : local_double); Sum += (lb_true || func_sb_true() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_105() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (lb_true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (lb_true || func_sb_true() ? ab[index] : ab[index]); Sum += (lb_true || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (lb_true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (lb_true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (lb_true || func_sb_true() ? ab[index - 1] : local_double); Sum += (lb_true || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (lb_true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (lb_true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (lb_true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || func_sb_false() ? 3.1 : 3.1); Sum += (lb_true || func_sb_false() ? 3.1 : -5.31); Sum += (lb_true || func_sb_false() ? 3.1 : local_double); Sum += (lb_true || func_sb_false() ? 3.1 : static_field_double); Sum += (lb_true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (lb_true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (lb_true || func_sb_false() ? 3.1 : ab[index]); Sum += (lb_true || func_sb_false() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_106() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_false() ? -5.31 : 3.1); Sum += (lb_true || func_sb_false() ? -5.31 : -5.31); Sum += (lb_true || func_sb_false() ? -5.31 : local_double); Sum += (lb_true || func_sb_false() ? -5.31 : static_field_double); Sum += (lb_true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (lb_true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (lb_true || func_sb_false() ? -5.31 : ab[index]); Sum += (lb_true || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (lb_true || func_sb_false() ? local_double : 3.1); Sum += (lb_true || func_sb_false() ? local_double : -5.31); Sum += (lb_true || func_sb_false() ? local_double : local_double); Sum += (lb_true || func_sb_false() ? local_double : static_field_double); Sum += (lb_true || func_sb_false() ? local_double : t1_i.mfd); Sum += (lb_true || func_sb_false() ? local_double : simple_func_double()); Sum += (lb_true || func_sb_false() ? local_double : ab[index]); Sum += (lb_true || func_sb_false() ? local_double : ab[index - 1]); Sum += (lb_true || func_sb_false() ? static_field_double : 3.1); Sum += (lb_true || func_sb_false() ? static_field_double : -5.31); Sum += (lb_true || func_sb_false() ? static_field_double : local_double); Sum += (lb_true || func_sb_false() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_107() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (lb_true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (lb_true || func_sb_false() ? static_field_double : ab[index]); Sum += (lb_true || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (lb_true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (lb_true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (lb_true || func_sb_false() ? t1_i.mfd : local_double); Sum += (lb_true || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (lb_true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (lb_true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (lb_true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || func_sb_false() ? simple_func_double() : 3.1); Sum += (lb_true || func_sb_false() ? simple_func_double() : -5.31); Sum += (lb_true || func_sb_false() ? simple_func_double() : local_double); Sum += (lb_true || func_sb_false() ? simple_func_double() : static_field_double); Sum += (lb_true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (lb_true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (lb_true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (lb_true || func_sb_false() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_108() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || func_sb_false() ? ab[index] : 3.1); Sum += (lb_true || func_sb_false() ? ab[index] : -5.31); Sum += (lb_true || func_sb_false() ? ab[index] : local_double); Sum += (lb_true || func_sb_false() ? ab[index] : static_field_double); Sum += (lb_true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (lb_true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (lb_true || func_sb_false() ? ab[index] : ab[index]); Sum += (lb_true || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (lb_true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (lb_true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (lb_true || func_sb_false() ? ab[index - 1] : local_double); Sum += (lb_true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (lb_true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (lb_true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (lb_true || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (lb_true || ab_true[index] ? 3.1 : 3.1); Sum += (lb_true || ab_true[index] ? 3.1 : -5.31); Sum += (lb_true || ab_true[index] ? 3.1 : local_double); Sum += (lb_true || ab_true[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_109() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (lb_true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (lb_true || ab_true[index] ? 3.1 : ab[index]); Sum += (lb_true || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (lb_true || ab_true[index] ? -5.31 : 3.1); Sum += (lb_true || ab_true[index] ? -5.31 : -5.31); Sum += (lb_true || ab_true[index] ? -5.31 : local_double); Sum += (lb_true || ab_true[index] ? -5.31 : static_field_double); Sum += (lb_true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (lb_true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (lb_true || ab_true[index] ? -5.31 : ab[index]); Sum += (lb_true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (lb_true || ab_true[index] ? local_double : 3.1); Sum += (lb_true || ab_true[index] ? local_double : -5.31); Sum += (lb_true || ab_true[index] ? local_double : local_double); Sum += (lb_true || ab_true[index] ? local_double : static_field_double); Sum += (lb_true || ab_true[index] ? local_double : t1_i.mfd); Sum += (lb_true || ab_true[index] ? local_double : simple_func_double()); Sum += (lb_true || ab_true[index] ? local_double : ab[index]); Sum += (lb_true || ab_true[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_110() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_true[index] ? static_field_double : 3.1); Sum += (lb_true || ab_true[index] ? static_field_double : -5.31); Sum += (lb_true || ab_true[index] ? static_field_double : local_double); Sum += (lb_true || ab_true[index] ? static_field_double : static_field_double); Sum += (lb_true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (lb_true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (lb_true || ab_true[index] ? static_field_double : ab[index]); Sum += (lb_true || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (lb_true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (lb_true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (lb_true || ab_true[index] ? t1_i.mfd : local_double); Sum += (lb_true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (lb_true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (lb_true || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (lb_true || ab_true[index] ? simple_func_double() : 3.1); Sum += (lb_true || ab_true[index] ? simple_func_double() : -5.31); Sum += (lb_true || ab_true[index] ? simple_func_double() : local_double); Sum += (lb_true || ab_true[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_111() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (lb_true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (lb_true || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_true || ab_true[index] ? ab[index] : 3.1); Sum += (lb_true || ab_true[index] ? ab[index] : -5.31); Sum += (lb_true || ab_true[index] ? ab[index] : local_double); Sum += (lb_true || ab_true[index] ? ab[index] : static_field_double); Sum += (lb_true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (lb_true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (lb_true || ab_true[index] ? ab[index] : ab[index]); Sum += (lb_true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (lb_true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (lb_true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (lb_true || ab_true[index] ? ab[index - 1] : local_double); Sum += (lb_true || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (lb_true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (lb_true || ab_true[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_112() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? 3.1 : 3.1); Sum += (lb_true || ab_false[index] ? 3.1 : -5.31); Sum += (lb_true || ab_false[index] ? 3.1 : local_double); Sum += (lb_true || ab_false[index] ? 3.1 : static_field_double); Sum += (lb_true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (lb_true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (lb_true || ab_false[index] ? 3.1 : ab[index]); Sum += (lb_true || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (lb_true || ab_false[index] ? -5.31 : 3.1); Sum += (lb_true || ab_false[index] ? -5.31 : -5.31); Sum += (lb_true || ab_false[index] ? -5.31 : local_double); Sum += (lb_true || ab_false[index] ? -5.31 : static_field_double); Sum += (lb_true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (lb_true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (lb_true || ab_false[index] ? -5.31 : ab[index]); Sum += (lb_true || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (lb_true || ab_false[index] ? local_double : 3.1); Sum += (lb_true || ab_false[index] ? local_double : -5.31); Sum += (lb_true || ab_false[index] ? local_double : local_double); Sum += (lb_true || ab_false[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_113() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? local_double : t1_i.mfd); Sum += (lb_true || ab_false[index] ? local_double : simple_func_double()); Sum += (lb_true || ab_false[index] ? local_double : ab[index]); Sum += (lb_true || ab_false[index] ? local_double : ab[index - 1]); Sum += (lb_true || ab_false[index] ? static_field_double : 3.1); Sum += (lb_true || ab_false[index] ? static_field_double : -5.31); Sum += (lb_true || ab_false[index] ? static_field_double : local_double); Sum += (lb_true || ab_false[index] ? static_field_double : static_field_double); Sum += (lb_true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (lb_true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (lb_true || ab_false[index] ? static_field_double : ab[index]); Sum += (lb_true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (lb_true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (lb_true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (lb_true || ab_false[index] ? t1_i.mfd : local_double); Sum += (lb_true || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (lb_true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (lb_true || ab_false[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_114() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? simple_func_double() : 3.1); Sum += (lb_true || ab_false[index] ? simple_func_double() : -5.31); Sum += (lb_true || ab_false[index] ? simple_func_double() : local_double); Sum += (lb_true || ab_false[index] ? simple_func_double() : static_field_double); Sum += (lb_true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (lb_true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (lb_true || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_true || ab_false[index] ? ab[index] : 3.1); Sum += (lb_true || ab_false[index] ? ab[index] : -5.31); Sum += (lb_true || ab_false[index] ? ab[index] : local_double); Sum += (lb_true || ab_false[index] ? ab[index] : static_field_double); Sum += (lb_true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (lb_true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (lb_true || ab_false[index] ? ab[index] : ab[index]); Sum += (lb_true || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (lb_true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (lb_true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (lb_true || ab_false[index] ? ab[index - 1] : local_double); Sum += (lb_true || ab_false[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_115() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (lb_true || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || true ? 3.1 : 3.1); Sum += (lb_false || true ? 3.1 : -5.31); Sum += (lb_false || true ? 3.1 : local_double); Sum += (lb_false || true ? 3.1 : static_field_double); Sum += (lb_false || true ? 3.1 : t1_i.mfd); Sum += (lb_false || true ? 3.1 : simple_func_double()); Sum += (lb_false || true ? 3.1 : ab[index]); Sum += (lb_false || true ? 3.1 : ab[index - 1]); Sum += (lb_false || true ? -5.31 : 3.1); Sum += (lb_false || true ? -5.31 : -5.31); Sum += (lb_false || true ? -5.31 : local_double); Sum += (lb_false || true ? -5.31 : static_field_double); Sum += (lb_false || true ? -5.31 : t1_i.mfd); Sum += (lb_false || true ? -5.31 : simple_func_double()); Sum += (lb_false || true ? -5.31 : ab[index]); Sum += (lb_false || true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_116() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || true ? local_double : 3.1); Sum += (lb_false || true ? local_double : -5.31); Sum += (lb_false || true ? local_double : local_double); Sum += (lb_false || true ? local_double : static_field_double); Sum += (lb_false || true ? local_double : t1_i.mfd); Sum += (lb_false || true ? local_double : simple_func_double()); Sum += (lb_false || true ? local_double : ab[index]); Sum += (lb_false || true ? local_double : ab[index - 1]); Sum += (lb_false || true ? static_field_double : 3.1); Sum += (lb_false || true ? static_field_double : -5.31); Sum += (lb_false || true ? static_field_double : local_double); Sum += (lb_false || true ? static_field_double : static_field_double); Sum += (lb_false || true ? static_field_double : t1_i.mfd); Sum += (lb_false || true ? static_field_double : simple_func_double()); Sum += (lb_false || true ? static_field_double : ab[index]); Sum += (lb_false || true ? static_field_double : ab[index - 1]); Sum += (lb_false || true ? t1_i.mfd : 3.1); Sum += (lb_false || true ? t1_i.mfd : -5.31); Sum += (lb_false || true ? t1_i.mfd : local_double); Sum += (lb_false || true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_117() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || true ? t1_i.mfd : ab[index]); Sum += (lb_false || true ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || true ? simple_func_double() : 3.1); Sum += (lb_false || true ? simple_func_double() : -5.31); Sum += (lb_false || true ? simple_func_double() : local_double); Sum += (lb_false || true ? simple_func_double() : static_field_double); Sum += (lb_false || true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || true ? simple_func_double() : simple_func_double()); Sum += (lb_false || true ? simple_func_double() : ab[index]); Sum += (lb_false || true ? simple_func_double() : ab[index - 1]); Sum += (lb_false || true ? ab[index] : 3.1); Sum += (lb_false || true ? ab[index] : -5.31); Sum += (lb_false || true ? ab[index] : local_double); Sum += (lb_false || true ? ab[index] : static_field_double); Sum += (lb_false || true ? ab[index] : t1_i.mfd); Sum += (lb_false || true ? ab[index] : simple_func_double()); Sum += (lb_false || true ? ab[index] : ab[index]); Sum += (lb_false || true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_118() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || true ? ab[index - 1] : 3.1); Sum += (lb_false || true ? ab[index - 1] : -5.31); Sum += (lb_false || true ? ab[index - 1] : local_double); Sum += (lb_false || true ? ab[index - 1] : static_field_double); Sum += (lb_false || true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || true ? ab[index - 1] : ab[index]); Sum += (lb_false || true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || false ? 3.1 : 3.1); Sum += (lb_false || false ? 3.1 : -5.31); Sum += (lb_false || false ? 3.1 : local_double); Sum += (lb_false || false ? 3.1 : static_field_double); Sum += (lb_false || false ? 3.1 : t1_i.mfd); Sum += (lb_false || false ? 3.1 : simple_func_double()); Sum += (lb_false || false ? 3.1 : ab[index]); Sum += (lb_false || false ? 3.1 : ab[index - 1]); Sum += (lb_false || false ? -5.31 : 3.1); Sum += (lb_false || false ? -5.31 : -5.31); Sum += (lb_false || false ? -5.31 : local_double); Sum += (lb_false || false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_119() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || false ? -5.31 : t1_i.mfd); Sum += (lb_false || false ? -5.31 : simple_func_double()); Sum += (lb_false || false ? -5.31 : ab[index]); Sum += (lb_false || false ? -5.31 : ab[index - 1]); Sum += (lb_false || false ? local_double : 3.1); Sum += (lb_false || false ? local_double : -5.31); Sum += (lb_false || false ? local_double : local_double); Sum += (lb_false || false ? local_double : static_field_double); Sum += (lb_false || false ? local_double : t1_i.mfd); Sum += (lb_false || false ? local_double : simple_func_double()); Sum += (lb_false || false ? local_double : ab[index]); Sum += (lb_false || false ? local_double : ab[index - 1]); Sum += (lb_false || false ? static_field_double : 3.1); Sum += (lb_false || false ? static_field_double : -5.31); Sum += (lb_false || false ? static_field_double : local_double); Sum += (lb_false || false ? static_field_double : static_field_double); Sum += (lb_false || false ? static_field_double : t1_i.mfd); Sum += (lb_false || false ? static_field_double : simple_func_double()); Sum += (lb_false || false ? static_field_double : ab[index]); Sum += (lb_false || false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_120() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || false ? t1_i.mfd : 3.1); Sum += (lb_false || false ? t1_i.mfd : -5.31); Sum += (lb_false || false ? t1_i.mfd : local_double); Sum += (lb_false || false ? t1_i.mfd : static_field_double); Sum += (lb_false || false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || false ? t1_i.mfd : ab[index]); Sum += (lb_false || false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || false ? simple_func_double() : 3.1); Sum += (lb_false || false ? simple_func_double() : -5.31); Sum += (lb_false || false ? simple_func_double() : local_double); Sum += (lb_false || false ? simple_func_double() : static_field_double); Sum += (lb_false || false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || false ? simple_func_double() : simple_func_double()); Sum += (lb_false || false ? simple_func_double() : ab[index]); Sum += (lb_false || false ? simple_func_double() : ab[index - 1]); Sum += (lb_false || false ? ab[index] : 3.1); Sum += (lb_false || false ? ab[index] : -5.31); Sum += (lb_false || false ? ab[index] : local_double); Sum += (lb_false || false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_121() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || false ? ab[index] : t1_i.mfd); Sum += (lb_false || false ? ab[index] : simple_func_double()); Sum += (lb_false || false ? ab[index] : ab[index]); Sum += (lb_false || false ? ab[index] : ab[index - 1]); Sum += (lb_false || false ? ab[index - 1] : 3.1); Sum += (lb_false || false ? ab[index - 1] : -5.31); Sum += (lb_false || false ? ab[index - 1] : local_double); Sum += (lb_false || false ? ab[index - 1] : static_field_double); Sum += (lb_false || false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || false ? ab[index - 1] : ab[index]); Sum += (lb_false || false ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || lb_true ? 3.1 : 3.1); Sum += (lb_false || lb_true ? 3.1 : -5.31); Sum += (lb_false || lb_true ? 3.1 : local_double); Sum += (lb_false || lb_true ? 3.1 : static_field_double); Sum += (lb_false || lb_true ? 3.1 : t1_i.mfd); Sum += (lb_false || lb_true ? 3.1 : simple_func_double()); Sum += (lb_false || lb_true ? 3.1 : ab[index]); Sum += (lb_false || lb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_122() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_true ? -5.31 : 3.1); Sum += (lb_false || lb_true ? -5.31 : -5.31); Sum += (lb_false || lb_true ? -5.31 : local_double); Sum += (lb_false || lb_true ? -5.31 : static_field_double); Sum += (lb_false || lb_true ? -5.31 : t1_i.mfd); Sum += (lb_false || lb_true ? -5.31 : simple_func_double()); Sum += (lb_false || lb_true ? -5.31 : ab[index]); Sum += (lb_false || lb_true ? -5.31 : ab[index - 1]); Sum += (lb_false || lb_true ? local_double : 3.1); Sum += (lb_false || lb_true ? local_double : -5.31); Sum += (lb_false || lb_true ? local_double : local_double); Sum += (lb_false || lb_true ? local_double : static_field_double); Sum += (lb_false || lb_true ? local_double : t1_i.mfd); Sum += (lb_false || lb_true ? local_double : simple_func_double()); Sum += (lb_false || lb_true ? local_double : ab[index]); Sum += (lb_false || lb_true ? local_double : ab[index - 1]); Sum += (lb_false || lb_true ? static_field_double : 3.1); Sum += (lb_false || lb_true ? static_field_double : -5.31); Sum += (lb_false || lb_true ? static_field_double : local_double); Sum += (lb_false || lb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_123() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_true ? static_field_double : t1_i.mfd); Sum += (lb_false || lb_true ? static_field_double : simple_func_double()); Sum += (lb_false || lb_true ? static_field_double : ab[index]); Sum += (lb_false || lb_true ? static_field_double : ab[index - 1]); Sum += (lb_false || lb_true ? t1_i.mfd : 3.1); Sum += (lb_false || lb_true ? t1_i.mfd : -5.31); Sum += (lb_false || lb_true ? t1_i.mfd : local_double); Sum += (lb_false || lb_true ? t1_i.mfd : static_field_double); Sum += (lb_false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || lb_true ? t1_i.mfd : ab[index]); Sum += (lb_false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || lb_true ? simple_func_double() : 3.1); Sum += (lb_false || lb_true ? simple_func_double() : -5.31); Sum += (lb_false || lb_true ? simple_func_double() : local_double); Sum += (lb_false || lb_true ? simple_func_double() : static_field_double); Sum += (lb_false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || lb_true ? simple_func_double() : simple_func_double()); Sum += (lb_false || lb_true ? simple_func_double() : ab[index]); Sum += (lb_false || lb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_124() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_true ? ab[index] : 3.1); Sum += (lb_false || lb_true ? ab[index] : -5.31); Sum += (lb_false || lb_true ? ab[index] : local_double); Sum += (lb_false || lb_true ? ab[index] : static_field_double); Sum += (lb_false || lb_true ? ab[index] : t1_i.mfd); Sum += (lb_false || lb_true ? ab[index] : simple_func_double()); Sum += (lb_false || lb_true ? ab[index] : ab[index]); Sum += (lb_false || lb_true ? ab[index] : ab[index - 1]); Sum += (lb_false || lb_true ? ab[index - 1] : 3.1); Sum += (lb_false || lb_true ? ab[index - 1] : -5.31); Sum += (lb_false || lb_true ? ab[index - 1] : local_double); Sum += (lb_false || lb_true ? ab[index - 1] : static_field_double); Sum += (lb_false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || lb_true ? ab[index - 1] : ab[index]); Sum += (lb_false || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || lb_false ? 3.1 : 3.1); Sum += (lb_false || lb_false ? 3.1 : -5.31); Sum += (lb_false || lb_false ? 3.1 : local_double); Sum += (lb_false || lb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_125() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_false ? 3.1 : t1_i.mfd); Sum += (lb_false || lb_false ? 3.1 : simple_func_double()); Sum += (lb_false || lb_false ? 3.1 : ab[index]); Sum += (lb_false || lb_false ? 3.1 : ab[index - 1]); Sum += (lb_false || lb_false ? -5.31 : 3.1); Sum += (lb_false || lb_false ? -5.31 : -5.31); Sum += (lb_false || lb_false ? -5.31 : local_double); Sum += (lb_false || lb_false ? -5.31 : static_field_double); Sum += (lb_false || lb_false ? -5.31 : t1_i.mfd); Sum += (lb_false || lb_false ? -5.31 : simple_func_double()); Sum += (lb_false || lb_false ? -5.31 : ab[index]); Sum += (lb_false || lb_false ? -5.31 : ab[index - 1]); Sum += (lb_false || lb_false ? local_double : 3.1); Sum += (lb_false || lb_false ? local_double : -5.31); Sum += (lb_false || lb_false ? local_double : local_double); Sum += (lb_false || lb_false ? local_double : static_field_double); Sum += (lb_false || lb_false ? local_double : t1_i.mfd); Sum += (lb_false || lb_false ? local_double : simple_func_double()); Sum += (lb_false || lb_false ? local_double : ab[index]); Sum += (lb_false || lb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_126() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_false ? static_field_double : 3.1); Sum += (lb_false || lb_false ? static_field_double : -5.31); Sum += (lb_false || lb_false ? static_field_double : local_double); Sum += (lb_false || lb_false ? static_field_double : static_field_double); Sum += (lb_false || lb_false ? static_field_double : t1_i.mfd); Sum += (lb_false || lb_false ? static_field_double : simple_func_double()); Sum += (lb_false || lb_false ? static_field_double : ab[index]); Sum += (lb_false || lb_false ? static_field_double : ab[index - 1]); Sum += (lb_false || lb_false ? t1_i.mfd : 3.1); Sum += (lb_false || lb_false ? t1_i.mfd : -5.31); Sum += (lb_false || lb_false ? t1_i.mfd : local_double); Sum += (lb_false || lb_false ? t1_i.mfd : static_field_double); Sum += (lb_false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || lb_false ? t1_i.mfd : ab[index]); Sum += (lb_false || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || lb_false ? simple_func_double() : 3.1); Sum += (lb_false || lb_false ? simple_func_double() : -5.31); Sum += (lb_false || lb_false ? simple_func_double() : local_double); Sum += (lb_false || lb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_127() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || lb_false ? simple_func_double() : simple_func_double()); Sum += (lb_false || lb_false ? simple_func_double() : ab[index]); Sum += (lb_false || lb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_false || lb_false ? ab[index] : 3.1); Sum += (lb_false || lb_false ? ab[index] : -5.31); Sum += (lb_false || lb_false ? ab[index] : local_double); Sum += (lb_false || lb_false ? ab[index] : static_field_double); Sum += (lb_false || lb_false ? ab[index] : t1_i.mfd); Sum += (lb_false || lb_false ? ab[index] : simple_func_double()); Sum += (lb_false || lb_false ? ab[index] : ab[index]); Sum += (lb_false || lb_false ? ab[index] : ab[index - 1]); Sum += (lb_false || lb_false ? ab[index - 1] : 3.1); Sum += (lb_false || lb_false ? ab[index - 1] : -5.31); Sum += (lb_false || lb_false ? ab[index - 1] : local_double); Sum += (lb_false || lb_false ? ab[index - 1] : static_field_double); Sum += (lb_false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || lb_false ? ab[index - 1] : ab[index]); Sum += (lb_false || lb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_128() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? 3.1 : 3.1); Sum += (lb_false || sfb_true ? 3.1 : -5.31); Sum += (lb_false || sfb_true ? 3.1 : local_double); Sum += (lb_false || sfb_true ? 3.1 : static_field_double); Sum += (lb_false || sfb_true ? 3.1 : t1_i.mfd); Sum += (lb_false || sfb_true ? 3.1 : simple_func_double()); Sum += (lb_false || sfb_true ? 3.1 : ab[index]); Sum += (lb_false || sfb_true ? 3.1 : ab[index - 1]); Sum += (lb_false || sfb_true ? -5.31 : 3.1); Sum += (lb_false || sfb_true ? -5.31 : -5.31); Sum += (lb_false || sfb_true ? -5.31 : local_double); Sum += (lb_false || sfb_true ? -5.31 : static_field_double); Sum += (lb_false || sfb_true ? -5.31 : t1_i.mfd); Sum += (lb_false || sfb_true ? -5.31 : simple_func_double()); Sum += (lb_false || sfb_true ? -5.31 : ab[index]); Sum += (lb_false || sfb_true ? -5.31 : ab[index - 1]); Sum += (lb_false || sfb_true ? local_double : 3.1); Sum += (lb_false || sfb_true ? local_double : -5.31); Sum += (lb_false || sfb_true ? local_double : local_double); Sum += (lb_false || sfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_129() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? local_double : t1_i.mfd); Sum += (lb_false || sfb_true ? local_double : simple_func_double()); Sum += (lb_false || sfb_true ? local_double : ab[index]); Sum += (lb_false || sfb_true ? local_double : ab[index - 1]); Sum += (lb_false || sfb_true ? static_field_double : 3.1); Sum += (lb_false || sfb_true ? static_field_double : -5.31); Sum += (lb_false || sfb_true ? static_field_double : local_double); Sum += (lb_false || sfb_true ? static_field_double : static_field_double); Sum += (lb_false || sfb_true ? static_field_double : t1_i.mfd); Sum += (lb_false || sfb_true ? static_field_double : simple_func_double()); Sum += (lb_false || sfb_true ? static_field_double : ab[index]); Sum += (lb_false || sfb_true ? static_field_double : ab[index - 1]); Sum += (lb_false || sfb_true ? t1_i.mfd : 3.1); Sum += (lb_false || sfb_true ? t1_i.mfd : -5.31); Sum += (lb_false || sfb_true ? t1_i.mfd : local_double); Sum += (lb_false || sfb_true ? t1_i.mfd : static_field_double); Sum += (lb_false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || sfb_true ? t1_i.mfd : ab[index]); Sum += (lb_false || sfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_130() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? simple_func_double() : 3.1); Sum += (lb_false || sfb_true ? simple_func_double() : -5.31); Sum += (lb_false || sfb_true ? simple_func_double() : local_double); Sum += (lb_false || sfb_true ? simple_func_double() : static_field_double); Sum += (lb_false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_false || sfb_true ? simple_func_double() : ab[index]); Sum += (lb_false || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_false || sfb_true ? ab[index] : 3.1); Sum += (lb_false || sfb_true ? ab[index] : -5.31); Sum += (lb_false || sfb_true ? ab[index] : local_double); Sum += (lb_false || sfb_true ? ab[index] : static_field_double); Sum += (lb_false || sfb_true ? ab[index] : t1_i.mfd); Sum += (lb_false || sfb_true ? ab[index] : simple_func_double()); Sum += (lb_false || sfb_true ? ab[index] : ab[index]); Sum += (lb_false || sfb_true ? ab[index] : ab[index - 1]); Sum += (lb_false || sfb_true ? ab[index - 1] : 3.1); Sum += (lb_false || sfb_true ? ab[index - 1] : -5.31); Sum += (lb_false || sfb_true ? ab[index - 1] : local_double); Sum += (lb_false || sfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_131() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || sfb_true ? ab[index - 1] : ab[index]); Sum += (lb_false || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || sfb_false ? 3.1 : 3.1); Sum += (lb_false || sfb_false ? 3.1 : -5.31); Sum += (lb_false || sfb_false ? 3.1 : local_double); Sum += (lb_false || sfb_false ? 3.1 : static_field_double); Sum += (lb_false || sfb_false ? 3.1 : t1_i.mfd); Sum += (lb_false || sfb_false ? 3.1 : simple_func_double()); Sum += (lb_false || sfb_false ? 3.1 : ab[index]); Sum += (lb_false || sfb_false ? 3.1 : ab[index - 1]); Sum += (lb_false || sfb_false ? -5.31 : 3.1); Sum += (lb_false || sfb_false ? -5.31 : -5.31); Sum += (lb_false || sfb_false ? -5.31 : local_double); Sum += (lb_false || sfb_false ? -5.31 : static_field_double); Sum += (lb_false || sfb_false ? -5.31 : t1_i.mfd); Sum += (lb_false || sfb_false ? -5.31 : simple_func_double()); Sum += (lb_false || sfb_false ? -5.31 : ab[index]); Sum += (lb_false || sfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_132() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_false ? local_double : 3.1); Sum += (lb_false || sfb_false ? local_double : -5.31); Sum += (lb_false || sfb_false ? local_double : local_double); Sum += (lb_false || sfb_false ? local_double : static_field_double); Sum += (lb_false || sfb_false ? local_double : t1_i.mfd); Sum += (lb_false || sfb_false ? local_double : simple_func_double()); Sum += (lb_false || sfb_false ? local_double : ab[index]); Sum += (lb_false || sfb_false ? local_double : ab[index - 1]); Sum += (lb_false || sfb_false ? static_field_double : 3.1); Sum += (lb_false || sfb_false ? static_field_double : -5.31); Sum += (lb_false || sfb_false ? static_field_double : local_double); Sum += (lb_false || sfb_false ? static_field_double : static_field_double); Sum += (lb_false || sfb_false ? static_field_double : t1_i.mfd); Sum += (lb_false || sfb_false ? static_field_double : simple_func_double()); Sum += (lb_false || sfb_false ? static_field_double : ab[index]); Sum += (lb_false || sfb_false ? static_field_double : ab[index - 1]); Sum += (lb_false || sfb_false ? t1_i.mfd : 3.1); Sum += (lb_false || sfb_false ? t1_i.mfd : -5.31); Sum += (lb_false || sfb_false ? t1_i.mfd : local_double); Sum += (lb_false || sfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_133() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || sfb_false ? t1_i.mfd : ab[index]); Sum += (lb_false || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || sfb_false ? simple_func_double() : 3.1); Sum += (lb_false || sfb_false ? simple_func_double() : -5.31); Sum += (lb_false || sfb_false ? simple_func_double() : local_double); Sum += (lb_false || sfb_false ? simple_func_double() : static_field_double); Sum += (lb_false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_false || sfb_false ? simple_func_double() : ab[index]); Sum += (lb_false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (lb_false || sfb_false ? ab[index] : 3.1); Sum += (lb_false || sfb_false ? ab[index] : -5.31); Sum += (lb_false || sfb_false ? ab[index] : local_double); Sum += (lb_false || sfb_false ? ab[index] : static_field_double); Sum += (lb_false || sfb_false ? ab[index] : t1_i.mfd); Sum += (lb_false || sfb_false ? ab[index] : simple_func_double()); Sum += (lb_false || sfb_false ? ab[index] : ab[index]); Sum += (lb_false || sfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_134() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || sfb_false ? ab[index - 1] : 3.1); Sum += (lb_false || sfb_false ? ab[index - 1] : -5.31); Sum += (lb_false || sfb_false ? ab[index - 1] : local_double); Sum += (lb_false || sfb_false ? ab[index - 1] : static_field_double); Sum += (lb_false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || sfb_false ? ab[index - 1] : ab[index]); Sum += (lb_false || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (lb_false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (lb_false || t1_i.mfb_true ? 3.1 : local_double); Sum += (lb_false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (lb_false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (lb_false || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (lb_false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (lb_false || t1_i.mfb_true ? -5.31 : local_double); Sum += (lb_false || t1_i.mfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_135() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (lb_false || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? local_double : 3.1); Sum += (lb_false || t1_i.mfb_true ? local_double : -5.31); Sum += (lb_false || t1_i.mfb_true ? local_double : local_double); Sum += (lb_false || t1_i.mfb_true ? local_double : static_field_double); Sum += (lb_false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? local_double : ab[index]); Sum += (lb_false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (lb_false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (lb_false || t1_i.mfb_true ? static_field_double : local_double); Sum += (lb_false || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (lb_false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (lb_false || t1_i.mfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_136() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (lb_false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (lb_false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (lb_false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (lb_false || t1_i.mfb_true ? ab[index] : local_double); Sum += (lb_false || t1_i.mfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_137() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (lb_false || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (lb_false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (lb_false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (lb_false || t1_i.mfb_false ? 3.1 : local_double); Sum += (lb_false || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (lb_false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (lb_false || t1_i.mfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_138() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (lb_false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (lb_false || t1_i.mfb_false ? -5.31 : local_double); Sum += (lb_false || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (lb_false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (lb_false || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? local_double : 3.1); Sum += (lb_false || t1_i.mfb_false ? local_double : -5.31); Sum += (lb_false || t1_i.mfb_false ? local_double : local_double); Sum += (lb_false || t1_i.mfb_false ? local_double : static_field_double); Sum += (lb_false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? local_double : ab[index]); Sum += (lb_false || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (lb_false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (lb_false || t1_i.mfb_false ? static_field_double : local_double); Sum += (lb_false || t1_i.mfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_139() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (lb_false || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (lb_false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (lb_false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_140() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (lb_false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (lb_false || t1_i.mfb_false ? ab[index] : local_double); Sum += (lb_false || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (lb_false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (lb_false || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (lb_false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || func_sb_true() ? 3.1 : 3.1); Sum += (lb_false || func_sb_true() ? 3.1 : -5.31); Sum += (lb_false || func_sb_true() ? 3.1 : local_double); Sum += (lb_false || func_sb_true() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_141() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (lb_false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (lb_false || func_sb_true() ? 3.1 : ab[index]); Sum += (lb_false || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (lb_false || func_sb_true() ? -5.31 : 3.1); Sum += (lb_false || func_sb_true() ? -5.31 : -5.31); Sum += (lb_false || func_sb_true() ? -5.31 : local_double); Sum += (lb_false || func_sb_true() ? -5.31 : static_field_double); Sum += (lb_false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (lb_false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (lb_false || func_sb_true() ? -5.31 : ab[index]); Sum += (lb_false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (lb_false || func_sb_true() ? local_double : 3.1); Sum += (lb_false || func_sb_true() ? local_double : -5.31); Sum += (lb_false || func_sb_true() ? local_double : local_double); Sum += (lb_false || func_sb_true() ? local_double : static_field_double); Sum += (lb_false || func_sb_true() ? local_double : t1_i.mfd); Sum += (lb_false || func_sb_true() ? local_double : simple_func_double()); Sum += (lb_false || func_sb_true() ? local_double : ab[index]); Sum += (lb_false || func_sb_true() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_142() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_true() ? static_field_double : 3.1); Sum += (lb_false || func_sb_true() ? static_field_double : -5.31); Sum += (lb_false || func_sb_true() ? static_field_double : local_double); Sum += (lb_false || func_sb_true() ? static_field_double : static_field_double); Sum += (lb_false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (lb_false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (lb_false || func_sb_true() ? static_field_double : ab[index]); Sum += (lb_false || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (lb_false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (lb_false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (lb_false || func_sb_true() ? t1_i.mfd : local_double); Sum += (lb_false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (lb_false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (lb_false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (lb_false || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || func_sb_true() ? simple_func_double() : 3.1); Sum += (lb_false || func_sb_true() ? simple_func_double() : -5.31); Sum += (lb_false || func_sb_true() ? simple_func_double() : local_double); Sum += (lb_false || func_sb_true() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_143() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (lb_false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (lb_false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (lb_false || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (lb_false || func_sb_true() ? ab[index] : 3.1); Sum += (lb_false || func_sb_true() ? ab[index] : -5.31); Sum += (lb_false || func_sb_true() ? ab[index] : local_double); Sum += (lb_false || func_sb_true() ? ab[index] : static_field_double); Sum += (lb_false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (lb_false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (lb_false || func_sb_true() ? ab[index] : ab[index]); Sum += (lb_false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (lb_false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (lb_false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (lb_false || func_sb_true() ? ab[index - 1] : local_double); Sum += (lb_false || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (lb_false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (lb_false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (lb_false || func_sb_true() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_144() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? 3.1 : 3.1); Sum += (lb_false || func_sb_false() ? 3.1 : -5.31); Sum += (lb_false || func_sb_false() ? 3.1 : local_double); Sum += (lb_false || func_sb_false() ? 3.1 : static_field_double); Sum += (lb_false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (lb_false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (lb_false || func_sb_false() ? 3.1 : ab[index]); Sum += (lb_false || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (lb_false || func_sb_false() ? -5.31 : 3.1); Sum += (lb_false || func_sb_false() ? -5.31 : -5.31); Sum += (lb_false || func_sb_false() ? -5.31 : local_double); Sum += (lb_false || func_sb_false() ? -5.31 : static_field_double); Sum += (lb_false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (lb_false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (lb_false || func_sb_false() ? -5.31 : ab[index]); Sum += (lb_false || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (lb_false || func_sb_false() ? local_double : 3.1); Sum += (lb_false || func_sb_false() ? local_double : -5.31); Sum += (lb_false || func_sb_false() ? local_double : local_double); Sum += (lb_false || func_sb_false() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_145() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? local_double : t1_i.mfd); Sum += (lb_false || func_sb_false() ? local_double : simple_func_double()); Sum += (lb_false || func_sb_false() ? local_double : ab[index]); Sum += (lb_false || func_sb_false() ? local_double : ab[index - 1]); Sum += (lb_false || func_sb_false() ? static_field_double : 3.1); Sum += (lb_false || func_sb_false() ? static_field_double : -5.31); Sum += (lb_false || func_sb_false() ? static_field_double : local_double); Sum += (lb_false || func_sb_false() ? static_field_double : static_field_double); Sum += (lb_false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (lb_false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (lb_false || func_sb_false() ? static_field_double : ab[index]); Sum += (lb_false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (lb_false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (lb_false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (lb_false || func_sb_false() ? t1_i.mfd : local_double); Sum += (lb_false || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (lb_false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (lb_false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (lb_false || func_sb_false() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_146() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? simple_func_double() : 3.1); Sum += (lb_false || func_sb_false() ? simple_func_double() : -5.31); Sum += (lb_false || func_sb_false() ? simple_func_double() : local_double); Sum += (lb_false || func_sb_false() ? simple_func_double() : static_field_double); Sum += (lb_false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (lb_false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (lb_false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (lb_false || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (lb_false || func_sb_false() ? ab[index] : 3.1); Sum += (lb_false || func_sb_false() ? ab[index] : -5.31); Sum += (lb_false || func_sb_false() ? ab[index] : local_double); Sum += (lb_false || func_sb_false() ? ab[index] : static_field_double); Sum += (lb_false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (lb_false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (lb_false || func_sb_false() ? ab[index] : ab[index]); Sum += (lb_false || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (lb_false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (lb_false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (lb_false || func_sb_false() ? ab[index - 1] : local_double); Sum += (lb_false || func_sb_false() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_147() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (lb_false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (lb_false || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || ab_true[index] ? 3.1 : 3.1); Sum += (lb_false || ab_true[index] ? 3.1 : -5.31); Sum += (lb_false || ab_true[index] ? 3.1 : local_double); Sum += (lb_false || ab_true[index] ? 3.1 : static_field_double); Sum += (lb_false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (lb_false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (lb_false || ab_true[index] ? 3.1 : ab[index]); Sum += (lb_false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (lb_false || ab_true[index] ? -5.31 : 3.1); Sum += (lb_false || ab_true[index] ? -5.31 : -5.31); Sum += (lb_false || ab_true[index] ? -5.31 : local_double); Sum += (lb_false || ab_true[index] ? -5.31 : static_field_double); Sum += (lb_false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (lb_false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (lb_false || ab_true[index] ? -5.31 : ab[index]); Sum += (lb_false || ab_true[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_148() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_true[index] ? local_double : 3.1); Sum += (lb_false || ab_true[index] ? local_double : -5.31); Sum += (lb_false || ab_true[index] ? local_double : local_double); Sum += (lb_false || ab_true[index] ? local_double : static_field_double); Sum += (lb_false || ab_true[index] ? local_double : t1_i.mfd); Sum += (lb_false || ab_true[index] ? local_double : simple_func_double()); Sum += (lb_false || ab_true[index] ? local_double : ab[index]); Sum += (lb_false || ab_true[index] ? local_double : ab[index - 1]); Sum += (lb_false || ab_true[index] ? static_field_double : 3.1); Sum += (lb_false || ab_true[index] ? static_field_double : -5.31); Sum += (lb_false || ab_true[index] ? static_field_double : local_double); Sum += (lb_false || ab_true[index] ? static_field_double : static_field_double); Sum += (lb_false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (lb_false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (lb_false || ab_true[index] ? static_field_double : ab[index]); Sum += (lb_false || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (lb_false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (lb_false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (lb_false || ab_true[index] ? t1_i.mfd : local_double); Sum += (lb_false || ab_true[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_149() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (lb_false || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || ab_true[index] ? simple_func_double() : 3.1); Sum += (lb_false || ab_true[index] ? simple_func_double() : -5.31); Sum += (lb_false || ab_true[index] ? simple_func_double() : local_double); Sum += (lb_false || ab_true[index] ? simple_func_double() : static_field_double); Sum += (lb_false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (lb_false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (lb_false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_false || ab_true[index] ? ab[index] : 3.1); Sum += (lb_false || ab_true[index] ? ab[index] : -5.31); Sum += (lb_false || ab_true[index] ? ab[index] : local_double); Sum += (lb_false || ab_true[index] ? ab[index] : static_field_double); Sum += (lb_false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (lb_false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (lb_false || ab_true[index] ? ab[index] : ab[index]); Sum += (lb_false || ab_true[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_150() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (lb_false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (lb_false || ab_true[index] ? ab[index - 1] : local_double); Sum += (lb_false || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (lb_false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (lb_false || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (lb_false || ab_false[index] ? 3.1 : 3.1); Sum += (lb_false || ab_false[index] ? 3.1 : -5.31); Sum += (lb_false || ab_false[index] ? 3.1 : local_double); Sum += (lb_false || ab_false[index] ? 3.1 : static_field_double); Sum += (lb_false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (lb_false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (lb_false || ab_false[index] ? 3.1 : ab[index]); Sum += (lb_false || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (lb_false || ab_false[index] ? -5.31 : 3.1); Sum += (lb_false || ab_false[index] ? -5.31 : -5.31); Sum += (lb_false || ab_false[index] ? -5.31 : local_double); Sum += (lb_false || ab_false[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_151() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (lb_false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (lb_false || ab_false[index] ? -5.31 : ab[index]); Sum += (lb_false || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (lb_false || ab_false[index] ? local_double : 3.1); Sum += (lb_false || ab_false[index] ? local_double : -5.31); Sum += (lb_false || ab_false[index] ? local_double : local_double); Sum += (lb_false || ab_false[index] ? local_double : static_field_double); Sum += (lb_false || ab_false[index] ? local_double : t1_i.mfd); Sum += (lb_false || ab_false[index] ? local_double : simple_func_double()); Sum += (lb_false || ab_false[index] ? local_double : ab[index]); Sum += (lb_false || ab_false[index] ? local_double : ab[index - 1]); Sum += (lb_false || ab_false[index] ? static_field_double : 3.1); Sum += (lb_false || ab_false[index] ? static_field_double : -5.31); Sum += (lb_false || ab_false[index] ? static_field_double : local_double); Sum += (lb_false || ab_false[index] ? static_field_double : static_field_double); Sum += (lb_false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (lb_false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (lb_false || ab_false[index] ? static_field_double : ab[index]); Sum += (lb_false || ab_false[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_152() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (lb_false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (lb_false || ab_false[index] ? t1_i.mfd : local_double); Sum += (lb_false || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (lb_false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (lb_false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (lb_false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (lb_false || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (lb_false || ab_false[index] ? simple_func_double() : 3.1); Sum += (lb_false || ab_false[index] ? simple_func_double() : -5.31); Sum += (lb_false || ab_false[index] ? simple_func_double() : local_double); Sum += (lb_false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (lb_false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (lb_false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (lb_false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (lb_false || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (lb_false || ab_false[index] ? ab[index] : 3.1); Sum += (lb_false || ab_false[index] ? ab[index] : -5.31); Sum += (lb_false || ab_false[index] ? ab[index] : local_double); Sum += (lb_false || ab_false[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_153() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (lb_false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (lb_false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (lb_false || ab_false[index] ? ab[index] : ab[index]); Sum += (lb_false || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (lb_false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (lb_false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (lb_false || ab_false[index] ? ab[index - 1] : local_double); Sum += (lb_false || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (lb_false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (lb_false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (lb_false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (lb_false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || true ? 3.1 : 3.1); Sum += (sfb_true || true ? 3.1 : -5.31); Sum += (sfb_true || true ? 3.1 : local_double); Sum += (sfb_true || true ? 3.1 : static_field_double); Sum += (sfb_true || true ? 3.1 : t1_i.mfd); Sum += (sfb_true || true ? 3.1 : simple_func_double()); Sum += (sfb_true || true ? 3.1 : ab[index]); Sum += (sfb_true || true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_154() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || true ? -5.31 : 3.1); Sum += (sfb_true || true ? -5.31 : -5.31); Sum += (sfb_true || true ? -5.31 : local_double); Sum += (sfb_true || true ? -5.31 : static_field_double); Sum += (sfb_true || true ? -5.31 : t1_i.mfd); Sum += (sfb_true || true ? -5.31 : simple_func_double()); Sum += (sfb_true || true ? -5.31 : ab[index]); Sum += (sfb_true || true ? -5.31 : ab[index - 1]); Sum += (sfb_true || true ? local_double : 3.1); Sum += (sfb_true || true ? local_double : -5.31); Sum += (sfb_true || true ? local_double : local_double); Sum += (sfb_true || true ? local_double : static_field_double); Sum += (sfb_true || true ? local_double : t1_i.mfd); Sum += (sfb_true || true ? local_double : simple_func_double()); Sum += (sfb_true || true ? local_double : ab[index]); Sum += (sfb_true || true ? local_double : ab[index - 1]); Sum += (sfb_true || true ? static_field_double : 3.1); Sum += (sfb_true || true ? static_field_double : -5.31); Sum += (sfb_true || true ? static_field_double : local_double); Sum += (sfb_true || true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_155() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || true ? static_field_double : t1_i.mfd); Sum += (sfb_true || true ? static_field_double : simple_func_double()); Sum += (sfb_true || true ? static_field_double : ab[index]); Sum += (sfb_true || true ? static_field_double : ab[index - 1]); Sum += (sfb_true || true ? t1_i.mfd : 3.1); Sum += (sfb_true || true ? t1_i.mfd : -5.31); Sum += (sfb_true || true ? t1_i.mfd : local_double); Sum += (sfb_true || true ? t1_i.mfd : static_field_double); Sum += (sfb_true || true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || true ? t1_i.mfd : ab[index]); Sum += (sfb_true || true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || true ? simple_func_double() : 3.1); Sum += (sfb_true || true ? simple_func_double() : -5.31); Sum += (sfb_true || true ? simple_func_double() : local_double); Sum += (sfb_true || true ? simple_func_double() : static_field_double); Sum += (sfb_true || true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || true ? simple_func_double() : ab[index]); Sum += (sfb_true || true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_156() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || true ? ab[index] : 3.1); Sum += (sfb_true || true ? ab[index] : -5.31); Sum += (sfb_true || true ? ab[index] : local_double); Sum += (sfb_true || true ? ab[index] : static_field_double); Sum += (sfb_true || true ? ab[index] : t1_i.mfd); Sum += (sfb_true || true ? ab[index] : simple_func_double()); Sum += (sfb_true || true ? ab[index] : ab[index]); Sum += (sfb_true || true ? ab[index] : ab[index - 1]); Sum += (sfb_true || true ? ab[index - 1] : 3.1); Sum += (sfb_true || true ? ab[index - 1] : -5.31); Sum += (sfb_true || true ? ab[index - 1] : local_double); Sum += (sfb_true || true ? ab[index - 1] : static_field_double); Sum += (sfb_true || true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || true ? ab[index - 1] : ab[index]); Sum += (sfb_true || true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || false ? 3.1 : 3.1); Sum += (sfb_true || false ? 3.1 : -5.31); Sum += (sfb_true || false ? 3.1 : local_double); Sum += (sfb_true || false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_157() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || false ? 3.1 : t1_i.mfd); Sum += (sfb_true || false ? 3.1 : simple_func_double()); Sum += (sfb_true || false ? 3.1 : ab[index]); Sum += (sfb_true || false ? 3.1 : ab[index - 1]); Sum += (sfb_true || false ? -5.31 : 3.1); Sum += (sfb_true || false ? -5.31 : -5.31); Sum += (sfb_true || false ? -5.31 : local_double); Sum += (sfb_true || false ? -5.31 : static_field_double); Sum += (sfb_true || false ? -5.31 : t1_i.mfd); Sum += (sfb_true || false ? -5.31 : simple_func_double()); Sum += (sfb_true || false ? -5.31 : ab[index]); Sum += (sfb_true || false ? -5.31 : ab[index - 1]); Sum += (sfb_true || false ? local_double : 3.1); Sum += (sfb_true || false ? local_double : -5.31); Sum += (sfb_true || false ? local_double : local_double); Sum += (sfb_true || false ? local_double : static_field_double); Sum += (sfb_true || false ? local_double : t1_i.mfd); Sum += (sfb_true || false ? local_double : simple_func_double()); Sum += (sfb_true || false ? local_double : ab[index]); Sum += (sfb_true || false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_158() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || false ? static_field_double : 3.1); Sum += (sfb_true || false ? static_field_double : -5.31); Sum += (sfb_true || false ? static_field_double : local_double); Sum += (sfb_true || false ? static_field_double : static_field_double); Sum += (sfb_true || false ? static_field_double : t1_i.mfd); Sum += (sfb_true || false ? static_field_double : simple_func_double()); Sum += (sfb_true || false ? static_field_double : ab[index]); Sum += (sfb_true || false ? static_field_double : ab[index - 1]); Sum += (sfb_true || false ? t1_i.mfd : 3.1); Sum += (sfb_true || false ? t1_i.mfd : -5.31); Sum += (sfb_true || false ? t1_i.mfd : local_double); Sum += (sfb_true || false ? t1_i.mfd : static_field_double); Sum += (sfb_true || false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || false ? t1_i.mfd : ab[index]); Sum += (sfb_true || false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || false ? simple_func_double() : 3.1); Sum += (sfb_true || false ? simple_func_double() : -5.31); Sum += (sfb_true || false ? simple_func_double() : local_double); Sum += (sfb_true || false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_159() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || false ? simple_func_double() : ab[index]); Sum += (sfb_true || false ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || false ? ab[index] : 3.1); Sum += (sfb_true || false ? ab[index] : -5.31); Sum += (sfb_true || false ? ab[index] : local_double); Sum += (sfb_true || false ? ab[index] : static_field_double); Sum += (sfb_true || false ? ab[index] : t1_i.mfd); Sum += (sfb_true || false ? ab[index] : simple_func_double()); Sum += (sfb_true || false ? ab[index] : ab[index]); Sum += (sfb_true || false ? ab[index] : ab[index - 1]); Sum += (sfb_true || false ? ab[index - 1] : 3.1); Sum += (sfb_true || false ? ab[index - 1] : -5.31); Sum += (sfb_true || false ? ab[index - 1] : local_double); Sum += (sfb_true || false ? ab[index - 1] : static_field_double); Sum += (sfb_true || false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || false ? ab[index - 1] : ab[index]); Sum += (sfb_true || false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_160() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? 3.1 : 3.1); Sum += (sfb_true || lb_true ? 3.1 : -5.31); Sum += (sfb_true || lb_true ? 3.1 : local_double); Sum += (sfb_true || lb_true ? 3.1 : static_field_double); Sum += (sfb_true || lb_true ? 3.1 : t1_i.mfd); Sum += (sfb_true || lb_true ? 3.1 : simple_func_double()); Sum += (sfb_true || lb_true ? 3.1 : ab[index]); Sum += (sfb_true || lb_true ? 3.1 : ab[index - 1]); Sum += (sfb_true || lb_true ? -5.31 : 3.1); Sum += (sfb_true || lb_true ? -5.31 : -5.31); Sum += (sfb_true || lb_true ? -5.31 : local_double); Sum += (sfb_true || lb_true ? -5.31 : static_field_double); Sum += (sfb_true || lb_true ? -5.31 : t1_i.mfd); Sum += (sfb_true || lb_true ? -5.31 : simple_func_double()); Sum += (sfb_true || lb_true ? -5.31 : ab[index]); Sum += (sfb_true || lb_true ? -5.31 : ab[index - 1]); Sum += (sfb_true || lb_true ? local_double : 3.1); Sum += (sfb_true || lb_true ? local_double : -5.31); Sum += (sfb_true || lb_true ? local_double : local_double); Sum += (sfb_true || lb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_161() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? local_double : t1_i.mfd); Sum += (sfb_true || lb_true ? local_double : simple_func_double()); Sum += (sfb_true || lb_true ? local_double : ab[index]); Sum += (sfb_true || lb_true ? local_double : ab[index - 1]); Sum += (sfb_true || lb_true ? static_field_double : 3.1); Sum += (sfb_true || lb_true ? static_field_double : -5.31); Sum += (sfb_true || lb_true ? static_field_double : local_double); Sum += (sfb_true || lb_true ? static_field_double : static_field_double); Sum += (sfb_true || lb_true ? static_field_double : t1_i.mfd); Sum += (sfb_true || lb_true ? static_field_double : simple_func_double()); Sum += (sfb_true || lb_true ? static_field_double : ab[index]); Sum += (sfb_true || lb_true ? static_field_double : ab[index - 1]); Sum += (sfb_true || lb_true ? t1_i.mfd : 3.1); Sum += (sfb_true || lb_true ? t1_i.mfd : -5.31); Sum += (sfb_true || lb_true ? t1_i.mfd : local_double); Sum += (sfb_true || lb_true ? t1_i.mfd : static_field_double); Sum += (sfb_true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || lb_true ? t1_i.mfd : ab[index]); Sum += (sfb_true || lb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_162() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? simple_func_double() : 3.1); Sum += (sfb_true || lb_true ? simple_func_double() : -5.31); Sum += (sfb_true || lb_true ? simple_func_double() : local_double); Sum += (sfb_true || lb_true ? simple_func_double() : static_field_double); Sum += (sfb_true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || lb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || lb_true ? simple_func_double() : ab[index]); Sum += (sfb_true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || lb_true ? ab[index] : 3.1); Sum += (sfb_true || lb_true ? ab[index] : -5.31); Sum += (sfb_true || lb_true ? ab[index] : local_double); Sum += (sfb_true || lb_true ? ab[index] : static_field_double); Sum += (sfb_true || lb_true ? ab[index] : t1_i.mfd); Sum += (sfb_true || lb_true ? ab[index] : simple_func_double()); Sum += (sfb_true || lb_true ? ab[index] : ab[index]); Sum += (sfb_true || lb_true ? ab[index] : ab[index - 1]); Sum += (sfb_true || lb_true ? ab[index - 1] : 3.1); Sum += (sfb_true || lb_true ? ab[index - 1] : -5.31); Sum += (sfb_true || lb_true ? ab[index - 1] : local_double); Sum += (sfb_true || lb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_163() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || lb_true ? ab[index - 1] : ab[index]); Sum += (sfb_true || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || lb_false ? 3.1 : 3.1); Sum += (sfb_true || lb_false ? 3.1 : -5.31); Sum += (sfb_true || lb_false ? 3.1 : local_double); Sum += (sfb_true || lb_false ? 3.1 : static_field_double); Sum += (sfb_true || lb_false ? 3.1 : t1_i.mfd); Sum += (sfb_true || lb_false ? 3.1 : simple_func_double()); Sum += (sfb_true || lb_false ? 3.1 : ab[index]); Sum += (sfb_true || lb_false ? 3.1 : ab[index - 1]); Sum += (sfb_true || lb_false ? -5.31 : 3.1); Sum += (sfb_true || lb_false ? -5.31 : -5.31); Sum += (sfb_true || lb_false ? -5.31 : local_double); Sum += (sfb_true || lb_false ? -5.31 : static_field_double); Sum += (sfb_true || lb_false ? -5.31 : t1_i.mfd); Sum += (sfb_true || lb_false ? -5.31 : simple_func_double()); Sum += (sfb_true || lb_false ? -5.31 : ab[index]); Sum += (sfb_true || lb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_164() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_false ? local_double : 3.1); Sum += (sfb_true || lb_false ? local_double : -5.31); Sum += (sfb_true || lb_false ? local_double : local_double); Sum += (sfb_true || lb_false ? local_double : static_field_double); Sum += (sfb_true || lb_false ? local_double : t1_i.mfd); Sum += (sfb_true || lb_false ? local_double : simple_func_double()); Sum += (sfb_true || lb_false ? local_double : ab[index]); Sum += (sfb_true || lb_false ? local_double : ab[index - 1]); Sum += (sfb_true || lb_false ? static_field_double : 3.1); Sum += (sfb_true || lb_false ? static_field_double : -5.31); Sum += (sfb_true || lb_false ? static_field_double : local_double); Sum += (sfb_true || lb_false ? static_field_double : static_field_double); Sum += (sfb_true || lb_false ? static_field_double : t1_i.mfd); Sum += (sfb_true || lb_false ? static_field_double : simple_func_double()); Sum += (sfb_true || lb_false ? static_field_double : ab[index]); Sum += (sfb_true || lb_false ? static_field_double : ab[index - 1]); Sum += (sfb_true || lb_false ? t1_i.mfd : 3.1); Sum += (sfb_true || lb_false ? t1_i.mfd : -5.31); Sum += (sfb_true || lb_false ? t1_i.mfd : local_double); Sum += (sfb_true || lb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_165() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || lb_false ? t1_i.mfd : ab[index]); Sum += (sfb_true || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || lb_false ? simple_func_double() : 3.1); Sum += (sfb_true || lb_false ? simple_func_double() : -5.31); Sum += (sfb_true || lb_false ? simple_func_double() : local_double); Sum += (sfb_true || lb_false ? simple_func_double() : static_field_double); Sum += (sfb_true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || lb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || lb_false ? simple_func_double() : ab[index]); Sum += (sfb_true || lb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || lb_false ? ab[index] : 3.1); Sum += (sfb_true || lb_false ? ab[index] : -5.31); Sum += (sfb_true || lb_false ? ab[index] : local_double); Sum += (sfb_true || lb_false ? ab[index] : static_field_double); Sum += (sfb_true || lb_false ? ab[index] : t1_i.mfd); Sum += (sfb_true || lb_false ? ab[index] : simple_func_double()); Sum += (sfb_true || lb_false ? ab[index] : ab[index]); Sum += (sfb_true || lb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_166() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || lb_false ? ab[index - 1] : 3.1); Sum += (sfb_true || lb_false ? ab[index - 1] : -5.31); Sum += (sfb_true || lb_false ? ab[index - 1] : local_double); Sum += (sfb_true || lb_false ? ab[index - 1] : static_field_double); Sum += (sfb_true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || lb_false ? ab[index - 1] : ab[index]); Sum += (sfb_true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || sfb_true ? 3.1 : 3.1); Sum += (sfb_true || sfb_true ? 3.1 : -5.31); Sum += (sfb_true || sfb_true ? 3.1 : local_double); Sum += (sfb_true || sfb_true ? 3.1 : static_field_double); Sum += (sfb_true || sfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_true || sfb_true ? 3.1 : simple_func_double()); Sum += (sfb_true || sfb_true ? 3.1 : ab[index]); Sum += (sfb_true || sfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_true || sfb_true ? -5.31 : 3.1); Sum += (sfb_true || sfb_true ? -5.31 : -5.31); Sum += (sfb_true || sfb_true ? -5.31 : local_double); Sum += (sfb_true || sfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_167() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_true || sfb_true ? -5.31 : simple_func_double()); Sum += (sfb_true || sfb_true ? -5.31 : ab[index]); Sum += (sfb_true || sfb_true ? -5.31 : ab[index - 1]); Sum += (sfb_true || sfb_true ? local_double : 3.1); Sum += (sfb_true || sfb_true ? local_double : -5.31); Sum += (sfb_true || sfb_true ? local_double : local_double); Sum += (sfb_true || sfb_true ? local_double : static_field_double); Sum += (sfb_true || sfb_true ? local_double : t1_i.mfd); Sum += (sfb_true || sfb_true ? local_double : simple_func_double()); Sum += (sfb_true || sfb_true ? local_double : ab[index]); Sum += (sfb_true || sfb_true ? local_double : ab[index - 1]); Sum += (sfb_true || sfb_true ? static_field_double : 3.1); Sum += (sfb_true || sfb_true ? static_field_double : -5.31); Sum += (sfb_true || sfb_true ? static_field_double : local_double); Sum += (sfb_true || sfb_true ? static_field_double : static_field_double); Sum += (sfb_true || sfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_true || sfb_true ? static_field_double : simple_func_double()); Sum += (sfb_true || sfb_true ? static_field_double : ab[index]); Sum += (sfb_true || sfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_168() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_true ? t1_i.mfd : 3.1); Sum += (sfb_true || sfb_true ? t1_i.mfd : -5.31); Sum += (sfb_true || sfb_true ? t1_i.mfd : local_double); Sum += (sfb_true || sfb_true ? t1_i.mfd : static_field_double); Sum += (sfb_true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || sfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || sfb_true ? simple_func_double() : 3.1); Sum += (sfb_true || sfb_true ? simple_func_double() : -5.31); Sum += (sfb_true || sfb_true ? simple_func_double() : local_double); Sum += (sfb_true || sfb_true ? simple_func_double() : static_field_double); Sum += (sfb_true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || sfb_true ? simple_func_double() : ab[index]); Sum += (sfb_true || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || sfb_true ? ab[index] : 3.1); Sum += (sfb_true || sfb_true ? ab[index] : -5.31); Sum += (sfb_true || sfb_true ? ab[index] : local_double); Sum += (sfb_true || sfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_169() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_true || sfb_true ? ab[index] : simple_func_double()); Sum += (sfb_true || sfb_true ? ab[index] : ab[index]); Sum += (sfb_true || sfb_true ? ab[index] : ab[index - 1]); Sum += (sfb_true || sfb_true ? ab[index - 1] : 3.1); Sum += (sfb_true || sfb_true ? ab[index - 1] : -5.31); Sum += (sfb_true || sfb_true ? ab[index - 1] : local_double); Sum += (sfb_true || sfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || sfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_true || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || sfb_false ? 3.1 : 3.1); Sum += (sfb_true || sfb_false ? 3.1 : -5.31); Sum += (sfb_true || sfb_false ? 3.1 : local_double); Sum += (sfb_true || sfb_false ? 3.1 : static_field_double); Sum += (sfb_true || sfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_true || sfb_false ? 3.1 : simple_func_double()); Sum += (sfb_true || sfb_false ? 3.1 : ab[index]); Sum += (sfb_true || sfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_170() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_false ? -5.31 : 3.1); Sum += (sfb_true || sfb_false ? -5.31 : -5.31); Sum += (sfb_true || sfb_false ? -5.31 : local_double); Sum += (sfb_true || sfb_false ? -5.31 : static_field_double); Sum += (sfb_true || sfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_true || sfb_false ? -5.31 : simple_func_double()); Sum += (sfb_true || sfb_false ? -5.31 : ab[index]); Sum += (sfb_true || sfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_true || sfb_false ? local_double : 3.1); Sum += (sfb_true || sfb_false ? local_double : -5.31); Sum += (sfb_true || sfb_false ? local_double : local_double); Sum += (sfb_true || sfb_false ? local_double : static_field_double); Sum += (sfb_true || sfb_false ? local_double : t1_i.mfd); Sum += (sfb_true || sfb_false ? local_double : simple_func_double()); Sum += (sfb_true || sfb_false ? local_double : ab[index]); Sum += (sfb_true || sfb_false ? local_double : ab[index - 1]); Sum += (sfb_true || sfb_false ? static_field_double : 3.1); Sum += (sfb_true || sfb_false ? static_field_double : -5.31); Sum += (sfb_true || sfb_false ? static_field_double : local_double); Sum += (sfb_true || sfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_171() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_true || sfb_false ? static_field_double : simple_func_double()); Sum += (sfb_true || sfb_false ? static_field_double : ab[index]); Sum += (sfb_true || sfb_false ? static_field_double : ab[index - 1]); Sum += (sfb_true || sfb_false ? t1_i.mfd : 3.1); Sum += (sfb_true || sfb_false ? t1_i.mfd : -5.31); Sum += (sfb_true || sfb_false ? t1_i.mfd : local_double); Sum += (sfb_true || sfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || sfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_true || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || sfb_false ? simple_func_double() : 3.1); Sum += (sfb_true || sfb_false ? simple_func_double() : -5.31); Sum += (sfb_true || sfb_false ? simple_func_double() : local_double); Sum += (sfb_true || sfb_false ? simple_func_double() : static_field_double); Sum += (sfb_true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || sfb_false ? simple_func_double() : ab[index]); Sum += (sfb_true || sfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_172() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || sfb_false ? ab[index] : 3.1); Sum += (sfb_true || sfb_false ? ab[index] : -5.31); Sum += (sfb_true || sfb_false ? ab[index] : local_double); Sum += (sfb_true || sfb_false ? ab[index] : static_field_double); Sum += (sfb_true || sfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_true || sfb_false ? ab[index] : simple_func_double()); Sum += (sfb_true || sfb_false ? ab[index] : ab[index]); Sum += (sfb_true || sfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_true || sfb_false ? ab[index - 1] : 3.1); Sum += (sfb_true || sfb_false ? ab[index - 1] : -5.31); Sum += (sfb_true || sfb_false ? ab[index - 1] : local_double); Sum += (sfb_true || sfb_false ? ab[index - 1] : static_field_double); Sum += (sfb_true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || sfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_true || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : local_double); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_173() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : local_double); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? local_double : 3.1); Sum += (sfb_true || t1_i.mfb_true ? local_double : -5.31); Sum += (sfb_true || t1_i.mfb_true ? local_double : local_double); Sum += (sfb_true || t1_i.mfb_true ? local_double : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? local_double : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_174() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : local_double); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_175() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : local_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_176() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : local_double); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : local_double); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? local_double : 3.1); Sum += (sfb_true || t1_i.mfb_false ? local_double : -5.31); Sum += (sfb_true || t1_i.mfb_false ? local_double : local_double); Sum += (sfb_true || t1_i.mfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_177() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? local_double : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : local_double); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_178() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : local_double); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_179() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? 3.1 : 3.1); Sum += (sfb_true || func_sb_true() ? 3.1 : -5.31); Sum += (sfb_true || func_sb_true() ? 3.1 : local_double); Sum += (sfb_true || func_sb_true() ? 3.1 : static_field_double); Sum += (sfb_true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (sfb_true || func_sb_true() ? 3.1 : ab[index]); Sum += (sfb_true || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? -5.31 : 3.1); Sum += (sfb_true || func_sb_true() ? -5.31 : -5.31); Sum += (sfb_true || func_sb_true() ? -5.31 : local_double); Sum += (sfb_true || func_sb_true() ? -5.31 : static_field_double); Sum += (sfb_true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (sfb_true || func_sb_true() ? -5.31 : ab[index]); Sum += (sfb_true || func_sb_true() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_180() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_true() ? local_double : 3.1); Sum += (sfb_true || func_sb_true() ? local_double : -5.31); Sum += (sfb_true || func_sb_true() ? local_double : local_double); Sum += (sfb_true || func_sb_true() ? local_double : static_field_double); Sum += (sfb_true || func_sb_true() ? local_double : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? local_double : simple_func_double()); Sum += (sfb_true || func_sb_true() ? local_double : ab[index]); Sum += (sfb_true || func_sb_true() ? local_double : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? static_field_double : 3.1); Sum += (sfb_true || func_sb_true() ? static_field_double : -5.31); Sum += (sfb_true || func_sb_true() ? static_field_double : local_double); Sum += (sfb_true || func_sb_true() ? static_field_double : static_field_double); Sum += (sfb_true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (sfb_true || func_sb_true() ? static_field_double : ab[index]); Sum += (sfb_true || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : local_double); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_181() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (sfb_true || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? simple_func_double() : 3.1); Sum += (sfb_true || func_sb_true() ? simple_func_double() : -5.31); Sum += (sfb_true || func_sb_true() ? simple_func_double() : local_double); Sum += (sfb_true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (sfb_true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (sfb_true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (sfb_true || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || func_sb_true() ? ab[index] : 3.1); Sum += (sfb_true || func_sb_true() ? ab[index] : -5.31); Sum += (sfb_true || func_sb_true() ? ab[index] : local_double); Sum += (sfb_true || func_sb_true() ? ab[index] : static_field_double); Sum += (sfb_true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (sfb_true || func_sb_true() ? ab[index] : ab[index]); Sum += (sfb_true || func_sb_true() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_182() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : local_double); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (sfb_true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? 3.1 : 3.1); Sum += (sfb_true || func_sb_false() ? 3.1 : -5.31); Sum += (sfb_true || func_sb_false() ? 3.1 : local_double); Sum += (sfb_true || func_sb_false() ? 3.1 : static_field_double); Sum += (sfb_true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (sfb_true || func_sb_false() ? 3.1 : ab[index]); Sum += (sfb_true || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? -5.31 : 3.1); Sum += (sfb_true || func_sb_false() ? -5.31 : -5.31); Sum += (sfb_true || func_sb_false() ? -5.31 : local_double); Sum += (sfb_true || func_sb_false() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_183() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (sfb_true || func_sb_false() ? -5.31 : ab[index]); Sum += (sfb_true || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? local_double : 3.1); Sum += (sfb_true || func_sb_false() ? local_double : -5.31); Sum += (sfb_true || func_sb_false() ? local_double : local_double); Sum += (sfb_true || func_sb_false() ? local_double : static_field_double); Sum += (sfb_true || func_sb_false() ? local_double : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? local_double : simple_func_double()); Sum += (sfb_true || func_sb_false() ? local_double : ab[index]); Sum += (sfb_true || func_sb_false() ? local_double : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? static_field_double : 3.1); Sum += (sfb_true || func_sb_false() ? static_field_double : -5.31); Sum += (sfb_true || func_sb_false() ? static_field_double : local_double); Sum += (sfb_true || func_sb_false() ? static_field_double : static_field_double); Sum += (sfb_true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (sfb_true || func_sb_false() ? static_field_double : ab[index]); Sum += (sfb_true || func_sb_false() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_184() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : local_double); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (sfb_true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? simple_func_double() : 3.1); Sum += (sfb_true || func_sb_false() ? simple_func_double() : -5.31); Sum += (sfb_true || func_sb_false() ? simple_func_double() : local_double); Sum += (sfb_true || func_sb_false() ? simple_func_double() : static_field_double); Sum += (sfb_true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (sfb_true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (sfb_true || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? ab[index] : 3.1); Sum += (sfb_true || func_sb_false() ? ab[index] : -5.31); Sum += (sfb_true || func_sb_false() ? ab[index] : local_double); Sum += (sfb_true || func_sb_false() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_185() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (sfb_true || func_sb_false() ? ab[index] : ab[index]); Sum += (sfb_true || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : local_double); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (sfb_true || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? 3.1 : 3.1); Sum += (sfb_true || ab_true[index] ? 3.1 : -5.31); Sum += (sfb_true || ab_true[index] ? 3.1 : local_double); Sum += (sfb_true || ab_true[index] ? 3.1 : static_field_double); Sum += (sfb_true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (sfb_true || ab_true[index] ? 3.1 : ab[index]); Sum += (sfb_true || ab_true[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_186() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_true[index] ? -5.31 : 3.1); Sum += (sfb_true || ab_true[index] ? -5.31 : -5.31); Sum += (sfb_true || ab_true[index] ? -5.31 : local_double); Sum += (sfb_true || ab_true[index] ? -5.31 : static_field_double); Sum += (sfb_true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (sfb_true || ab_true[index] ? -5.31 : ab[index]); Sum += (sfb_true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? local_double : 3.1); Sum += (sfb_true || ab_true[index] ? local_double : -5.31); Sum += (sfb_true || ab_true[index] ? local_double : local_double); Sum += (sfb_true || ab_true[index] ? local_double : static_field_double); Sum += (sfb_true || ab_true[index] ? local_double : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? local_double : simple_func_double()); Sum += (sfb_true || ab_true[index] ? local_double : ab[index]); Sum += (sfb_true || ab_true[index] ? local_double : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? static_field_double : 3.1); Sum += (sfb_true || ab_true[index] ? static_field_double : -5.31); Sum += (sfb_true || ab_true[index] ? static_field_double : local_double); Sum += (sfb_true || ab_true[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_187() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (sfb_true || ab_true[index] ? static_field_double : ab[index]); Sum += (sfb_true || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : local_double); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (sfb_true || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? simple_func_double() : 3.1); Sum += (sfb_true || ab_true[index] ? simple_func_double() : -5.31); Sum += (sfb_true || ab_true[index] ? simple_func_double() : local_double); Sum += (sfb_true || ab_true[index] ? simple_func_double() : static_field_double); Sum += (sfb_true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (sfb_true || ab_true[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_188() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_true[index] ? ab[index] : 3.1); Sum += (sfb_true || ab_true[index] ? ab[index] : -5.31); Sum += (sfb_true || ab_true[index] ? ab[index] : local_double); Sum += (sfb_true || ab_true[index] ? ab[index] : static_field_double); Sum += (sfb_true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (sfb_true || ab_true[index] ? ab[index] : ab[index]); Sum += (sfb_true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : local_double); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (sfb_true || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? 3.1 : 3.1); Sum += (sfb_true || ab_false[index] ? 3.1 : -5.31); Sum += (sfb_true || ab_false[index] ? 3.1 : local_double); Sum += (sfb_true || ab_false[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_189() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (sfb_true || ab_false[index] ? 3.1 : ab[index]); Sum += (sfb_true || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? -5.31 : 3.1); Sum += (sfb_true || ab_false[index] ? -5.31 : -5.31); Sum += (sfb_true || ab_false[index] ? -5.31 : local_double); Sum += (sfb_true || ab_false[index] ? -5.31 : static_field_double); Sum += (sfb_true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (sfb_true || ab_false[index] ? -5.31 : ab[index]); Sum += (sfb_true || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? local_double : 3.1); Sum += (sfb_true || ab_false[index] ? local_double : -5.31); Sum += (sfb_true || ab_false[index] ? local_double : local_double); Sum += (sfb_true || ab_false[index] ? local_double : static_field_double); Sum += (sfb_true || ab_false[index] ? local_double : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? local_double : simple_func_double()); Sum += (sfb_true || ab_false[index] ? local_double : ab[index]); Sum += (sfb_true || ab_false[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_190() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_false[index] ? static_field_double : 3.1); Sum += (sfb_true || ab_false[index] ? static_field_double : -5.31); Sum += (sfb_true || ab_false[index] ? static_field_double : local_double); Sum += (sfb_true || ab_false[index] ? static_field_double : static_field_double); Sum += (sfb_true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (sfb_true || ab_false[index] ? static_field_double : ab[index]); Sum += (sfb_true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : local_double); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (sfb_true || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? simple_func_double() : 3.1); Sum += (sfb_true || ab_false[index] ? simple_func_double() : -5.31); Sum += (sfb_true || ab_false[index] ? simple_func_double() : local_double); Sum += (sfb_true || ab_false[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_191() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (sfb_true || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? ab[index] : 3.1); Sum += (sfb_true || ab_false[index] ? ab[index] : -5.31); Sum += (sfb_true || ab_false[index] ? ab[index] : local_double); Sum += (sfb_true || ab_false[index] ? ab[index] : static_field_double); Sum += (sfb_true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (sfb_true || ab_false[index] ? ab[index] : ab[index]); Sum += (sfb_true || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : local_double); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (sfb_true || ab_false[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_192() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? 3.1 : 3.1); Sum += (sfb_false || true ? 3.1 : -5.31); Sum += (sfb_false || true ? 3.1 : local_double); Sum += (sfb_false || true ? 3.1 : static_field_double); Sum += (sfb_false || true ? 3.1 : t1_i.mfd); Sum += (sfb_false || true ? 3.1 : simple_func_double()); Sum += (sfb_false || true ? 3.1 : ab[index]); Sum += (sfb_false || true ? 3.1 : ab[index - 1]); Sum += (sfb_false || true ? -5.31 : 3.1); Sum += (sfb_false || true ? -5.31 : -5.31); Sum += (sfb_false || true ? -5.31 : local_double); Sum += (sfb_false || true ? -5.31 : static_field_double); Sum += (sfb_false || true ? -5.31 : t1_i.mfd); Sum += (sfb_false || true ? -5.31 : simple_func_double()); Sum += (sfb_false || true ? -5.31 : ab[index]); Sum += (sfb_false || true ? -5.31 : ab[index - 1]); Sum += (sfb_false || true ? local_double : 3.1); Sum += (sfb_false || true ? local_double : -5.31); Sum += (sfb_false || true ? local_double : local_double); Sum += (sfb_false || true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_193() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? local_double : t1_i.mfd); Sum += (sfb_false || true ? local_double : simple_func_double()); Sum += (sfb_false || true ? local_double : ab[index]); Sum += (sfb_false || true ? local_double : ab[index - 1]); Sum += (sfb_false || true ? static_field_double : 3.1); Sum += (sfb_false || true ? static_field_double : -5.31); Sum += (sfb_false || true ? static_field_double : local_double); Sum += (sfb_false || true ? static_field_double : static_field_double); Sum += (sfb_false || true ? static_field_double : t1_i.mfd); Sum += (sfb_false || true ? static_field_double : simple_func_double()); Sum += (sfb_false || true ? static_field_double : ab[index]); Sum += (sfb_false || true ? static_field_double : ab[index - 1]); Sum += (sfb_false || true ? t1_i.mfd : 3.1); Sum += (sfb_false || true ? t1_i.mfd : -5.31); Sum += (sfb_false || true ? t1_i.mfd : local_double); Sum += (sfb_false || true ? t1_i.mfd : static_field_double); Sum += (sfb_false || true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || true ? t1_i.mfd : ab[index]); Sum += (sfb_false || true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_194() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? simple_func_double() : 3.1); Sum += (sfb_false || true ? simple_func_double() : -5.31); Sum += (sfb_false || true ? simple_func_double() : local_double); Sum += (sfb_false || true ? simple_func_double() : static_field_double); Sum += (sfb_false || true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || true ? simple_func_double() : ab[index]); Sum += (sfb_false || true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || true ? ab[index] : 3.1); Sum += (sfb_false || true ? ab[index] : -5.31); Sum += (sfb_false || true ? ab[index] : local_double); Sum += (sfb_false || true ? ab[index] : static_field_double); Sum += (sfb_false || true ? ab[index] : t1_i.mfd); Sum += (sfb_false || true ? ab[index] : simple_func_double()); Sum += (sfb_false || true ? ab[index] : ab[index]); Sum += (sfb_false || true ? ab[index] : ab[index - 1]); Sum += (sfb_false || true ? ab[index - 1] : 3.1); Sum += (sfb_false || true ? ab[index - 1] : -5.31); Sum += (sfb_false || true ? ab[index - 1] : local_double); Sum += (sfb_false || true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_195() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || true ? ab[index - 1] : ab[index]); Sum += (sfb_false || true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || false ? 3.1 : 3.1); Sum += (sfb_false || false ? 3.1 : -5.31); Sum += (sfb_false || false ? 3.1 : local_double); Sum += (sfb_false || false ? 3.1 : static_field_double); Sum += (sfb_false || false ? 3.1 : t1_i.mfd); Sum += (sfb_false || false ? 3.1 : simple_func_double()); Sum += (sfb_false || false ? 3.1 : ab[index]); Sum += (sfb_false || false ? 3.1 : ab[index - 1]); Sum += (sfb_false || false ? -5.31 : 3.1); Sum += (sfb_false || false ? -5.31 : -5.31); Sum += (sfb_false || false ? -5.31 : local_double); Sum += (sfb_false || false ? -5.31 : static_field_double); Sum += (sfb_false || false ? -5.31 : t1_i.mfd); Sum += (sfb_false || false ? -5.31 : simple_func_double()); Sum += (sfb_false || false ? -5.31 : ab[index]); Sum += (sfb_false || false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_196() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || false ? local_double : 3.1); Sum += (sfb_false || false ? local_double : -5.31); Sum += (sfb_false || false ? local_double : local_double); Sum += (sfb_false || false ? local_double : static_field_double); Sum += (sfb_false || false ? local_double : t1_i.mfd); Sum += (sfb_false || false ? local_double : simple_func_double()); Sum += (sfb_false || false ? local_double : ab[index]); Sum += (sfb_false || false ? local_double : ab[index - 1]); Sum += (sfb_false || false ? static_field_double : 3.1); Sum += (sfb_false || false ? static_field_double : -5.31); Sum += (sfb_false || false ? static_field_double : local_double); Sum += (sfb_false || false ? static_field_double : static_field_double); Sum += (sfb_false || false ? static_field_double : t1_i.mfd); Sum += (sfb_false || false ? static_field_double : simple_func_double()); Sum += (sfb_false || false ? static_field_double : ab[index]); Sum += (sfb_false || false ? static_field_double : ab[index - 1]); Sum += (sfb_false || false ? t1_i.mfd : 3.1); Sum += (sfb_false || false ? t1_i.mfd : -5.31); Sum += (sfb_false || false ? t1_i.mfd : local_double); Sum += (sfb_false || false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_197() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || false ? t1_i.mfd : ab[index]); Sum += (sfb_false || false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || false ? simple_func_double() : 3.1); Sum += (sfb_false || false ? simple_func_double() : -5.31); Sum += (sfb_false || false ? simple_func_double() : local_double); Sum += (sfb_false || false ? simple_func_double() : static_field_double); Sum += (sfb_false || false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || false ? simple_func_double() : ab[index]); Sum += (sfb_false || false ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || false ? ab[index] : 3.1); Sum += (sfb_false || false ? ab[index] : -5.31); Sum += (sfb_false || false ? ab[index] : local_double); Sum += (sfb_false || false ? ab[index] : static_field_double); Sum += (sfb_false || false ? ab[index] : t1_i.mfd); Sum += (sfb_false || false ? ab[index] : simple_func_double()); Sum += (sfb_false || false ? ab[index] : ab[index]); Sum += (sfb_false || false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_198() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || false ? ab[index - 1] : 3.1); Sum += (sfb_false || false ? ab[index - 1] : -5.31); Sum += (sfb_false || false ? ab[index - 1] : local_double); Sum += (sfb_false || false ? ab[index - 1] : static_field_double); Sum += (sfb_false || false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || false ? ab[index - 1] : ab[index]); Sum += (sfb_false || false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || lb_true ? 3.1 : 3.1); Sum += (sfb_false || lb_true ? 3.1 : -5.31); Sum += (sfb_false || lb_true ? 3.1 : local_double); Sum += (sfb_false || lb_true ? 3.1 : static_field_double); Sum += (sfb_false || lb_true ? 3.1 : t1_i.mfd); Sum += (sfb_false || lb_true ? 3.1 : simple_func_double()); Sum += (sfb_false || lb_true ? 3.1 : ab[index]); Sum += (sfb_false || lb_true ? 3.1 : ab[index - 1]); Sum += (sfb_false || lb_true ? -5.31 : 3.1); Sum += (sfb_false || lb_true ? -5.31 : -5.31); Sum += (sfb_false || lb_true ? -5.31 : local_double); Sum += (sfb_false || lb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_199() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_true ? -5.31 : t1_i.mfd); Sum += (sfb_false || lb_true ? -5.31 : simple_func_double()); Sum += (sfb_false || lb_true ? -5.31 : ab[index]); Sum += (sfb_false || lb_true ? -5.31 : ab[index - 1]); Sum += (sfb_false || lb_true ? local_double : 3.1); Sum += (sfb_false || lb_true ? local_double : -5.31); Sum += (sfb_false || lb_true ? local_double : local_double); Sum += (sfb_false || lb_true ? local_double : static_field_double); Sum += (sfb_false || lb_true ? local_double : t1_i.mfd); Sum += (sfb_false || lb_true ? local_double : simple_func_double()); Sum += (sfb_false || lb_true ? local_double : ab[index]); Sum += (sfb_false || lb_true ? local_double : ab[index - 1]); Sum += (sfb_false || lb_true ? static_field_double : 3.1); Sum += (sfb_false || lb_true ? static_field_double : -5.31); Sum += (sfb_false || lb_true ? static_field_double : local_double); Sum += (sfb_false || lb_true ? static_field_double : static_field_double); Sum += (sfb_false || lb_true ? static_field_double : t1_i.mfd); Sum += (sfb_false || lb_true ? static_field_double : simple_func_double()); Sum += (sfb_false || lb_true ? static_field_double : ab[index]); Sum += (sfb_false || lb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_200() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_true ? t1_i.mfd : 3.1); Sum += (sfb_false || lb_true ? t1_i.mfd : -5.31); Sum += (sfb_false || lb_true ? t1_i.mfd : local_double); Sum += (sfb_false || lb_true ? t1_i.mfd : static_field_double); Sum += (sfb_false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || lb_true ? t1_i.mfd : ab[index]); Sum += (sfb_false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || lb_true ? simple_func_double() : 3.1); Sum += (sfb_false || lb_true ? simple_func_double() : -5.31); Sum += (sfb_false || lb_true ? simple_func_double() : local_double); Sum += (sfb_false || lb_true ? simple_func_double() : static_field_double); Sum += (sfb_false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || lb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || lb_true ? simple_func_double() : ab[index]); Sum += (sfb_false || lb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || lb_true ? ab[index] : 3.1); Sum += (sfb_false || lb_true ? ab[index] : -5.31); Sum += (sfb_false || lb_true ? ab[index] : local_double); Sum += (sfb_false || lb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_201() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_true ? ab[index] : t1_i.mfd); Sum += (sfb_false || lb_true ? ab[index] : simple_func_double()); Sum += (sfb_false || lb_true ? ab[index] : ab[index]); Sum += (sfb_false || lb_true ? ab[index] : ab[index - 1]); Sum += (sfb_false || lb_true ? ab[index - 1] : 3.1); Sum += (sfb_false || lb_true ? ab[index - 1] : -5.31); Sum += (sfb_false || lb_true ? ab[index - 1] : local_double); Sum += (sfb_false || lb_true ? ab[index - 1] : static_field_double); Sum += (sfb_false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || lb_true ? ab[index - 1] : ab[index]); Sum += (sfb_false || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || lb_false ? 3.1 : 3.1); Sum += (sfb_false || lb_false ? 3.1 : -5.31); Sum += (sfb_false || lb_false ? 3.1 : local_double); Sum += (sfb_false || lb_false ? 3.1 : static_field_double); Sum += (sfb_false || lb_false ? 3.1 : t1_i.mfd); Sum += (sfb_false || lb_false ? 3.1 : simple_func_double()); Sum += (sfb_false || lb_false ? 3.1 : ab[index]); Sum += (sfb_false || lb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_202() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_false ? -5.31 : 3.1); Sum += (sfb_false || lb_false ? -5.31 : -5.31); Sum += (sfb_false || lb_false ? -5.31 : local_double); Sum += (sfb_false || lb_false ? -5.31 : static_field_double); Sum += (sfb_false || lb_false ? -5.31 : t1_i.mfd); Sum += (sfb_false || lb_false ? -5.31 : simple_func_double()); Sum += (sfb_false || lb_false ? -5.31 : ab[index]); Sum += (sfb_false || lb_false ? -5.31 : ab[index - 1]); Sum += (sfb_false || lb_false ? local_double : 3.1); Sum += (sfb_false || lb_false ? local_double : -5.31); Sum += (sfb_false || lb_false ? local_double : local_double); Sum += (sfb_false || lb_false ? local_double : static_field_double); Sum += (sfb_false || lb_false ? local_double : t1_i.mfd); Sum += (sfb_false || lb_false ? local_double : simple_func_double()); Sum += (sfb_false || lb_false ? local_double : ab[index]); Sum += (sfb_false || lb_false ? local_double : ab[index - 1]); Sum += (sfb_false || lb_false ? static_field_double : 3.1); Sum += (sfb_false || lb_false ? static_field_double : -5.31); Sum += (sfb_false || lb_false ? static_field_double : local_double); Sum += (sfb_false || lb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_203() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_false ? static_field_double : t1_i.mfd); Sum += (sfb_false || lb_false ? static_field_double : simple_func_double()); Sum += (sfb_false || lb_false ? static_field_double : ab[index]); Sum += (sfb_false || lb_false ? static_field_double : ab[index - 1]); Sum += (sfb_false || lb_false ? t1_i.mfd : 3.1); Sum += (sfb_false || lb_false ? t1_i.mfd : -5.31); Sum += (sfb_false || lb_false ? t1_i.mfd : local_double); Sum += (sfb_false || lb_false ? t1_i.mfd : static_field_double); Sum += (sfb_false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || lb_false ? t1_i.mfd : ab[index]); Sum += (sfb_false || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || lb_false ? simple_func_double() : 3.1); Sum += (sfb_false || lb_false ? simple_func_double() : -5.31); Sum += (sfb_false || lb_false ? simple_func_double() : local_double); Sum += (sfb_false || lb_false ? simple_func_double() : static_field_double); Sum += (sfb_false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || lb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || lb_false ? simple_func_double() : ab[index]); Sum += (sfb_false || lb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_204() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || lb_false ? ab[index] : 3.1); Sum += (sfb_false || lb_false ? ab[index] : -5.31); Sum += (sfb_false || lb_false ? ab[index] : local_double); Sum += (sfb_false || lb_false ? ab[index] : static_field_double); Sum += (sfb_false || lb_false ? ab[index] : t1_i.mfd); Sum += (sfb_false || lb_false ? ab[index] : simple_func_double()); Sum += (sfb_false || lb_false ? ab[index] : ab[index]); Sum += (sfb_false || lb_false ? ab[index] : ab[index - 1]); Sum += (sfb_false || lb_false ? ab[index - 1] : 3.1); Sum += (sfb_false || lb_false ? ab[index - 1] : -5.31); Sum += (sfb_false || lb_false ? ab[index - 1] : local_double); Sum += (sfb_false || lb_false ? ab[index - 1] : static_field_double); Sum += (sfb_false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || lb_false ? ab[index - 1] : ab[index]); Sum += (sfb_false || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || sfb_true ? 3.1 : 3.1); Sum += (sfb_false || sfb_true ? 3.1 : -5.31); Sum += (sfb_false || sfb_true ? 3.1 : local_double); Sum += (sfb_false || sfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_205() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_false || sfb_true ? 3.1 : simple_func_double()); Sum += (sfb_false || sfb_true ? 3.1 : ab[index]); Sum += (sfb_false || sfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_false || sfb_true ? -5.31 : 3.1); Sum += (sfb_false || sfb_true ? -5.31 : -5.31); Sum += (sfb_false || sfb_true ? -5.31 : local_double); Sum += (sfb_false || sfb_true ? -5.31 : static_field_double); Sum += (sfb_false || sfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_false || sfb_true ? -5.31 : simple_func_double()); Sum += (sfb_false || sfb_true ? -5.31 : ab[index]); Sum += (sfb_false || sfb_true ? -5.31 : ab[index - 1]); Sum += (sfb_false || sfb_true ? local_double : 3.1); Sum += (sfb_false || sfb_true ? local_double : -5.31); Sum += (sfb_false || sfb_true ? local_double : local_double); Sum += (sfb_false || sfb_true ? local_double : static_field_double); Sum += (sfb_false || sfb_true ? local_double : t1_i.mfd); Sum += (sfb_false || sfb_true ? local_double : simple_func_double()); Sum += (sfb_false || sfb_true ? local_double : ab[index]); Sum += (sfb_false || sfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_206() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_true ? static_field_double : 3.1); Sum += (sfb_false || sfb_true ? static_field_double : -5.31); Sum += (sfb_false || sfb_true ? static_field_double : local_double); Sum += (sfb_false || sfb_true ? static_field_double : static_field_double); Sum += (sfb_false || sfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_false || sfb_true ? static_field_double : simple_func_double()); Sum += (sfb_false || sfb_true ? static_field_double : ab[index]); Sum += (sfb_false || sfb_true ? static_field_double : ab[index - 1]); Sum += (sfb_false || sfb_true ? t1_i.mfd : 3.1); Sum += (sfb_false || sfb_true ? t1_i.mfd : -5.31); Sum += (sfb_false || sfb_true ? t1_i.mfd : local_double); Sum += (sfb_false || sfb_true ? t1_i.mfd : static_field_double); Sum += (sfb_false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || sfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_false || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || sfb_true ? simple_func_double() : 3.1); Sum += (sfb_false || sfb_true ? simple_func_double() : -5.31); Sum += (sfb_false || sfb_true ? simple_func_double() : local_double); Sum += (sfb_false || sfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_207() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || sfb_true ? simple_func_double() : ab[index]); Sum += (sfb_false || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || sfb_true ? ab[index] : 3.1); Sum += (sfb_false || sfb_true ? ab[index] : -5.31); Sum += (sfb_false || sfb_true ? ab[index] : local_double); Sum += (sfb_false || sfb_true ? ab[index] : static_field_double); Sum += (sfb_false || sfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_false || sfb_true ? ab[index] : simple_func_double()); Sum += (sfb_false || sfb_true ? ab[index] : ab[index]); Sum += (sfb_false || sfb_true ? ab[index] : ab[index - 1]); Sum += (sfb_false || sfb_true ? ab[index - 1] : 3.1); Sum += (sfb_false || sfb_true ? ab[index - 1] : -5.31); Sum += (sfb_false || sfb_true ? ab[index - 1] : local_double); Sum += (sfb_false || sfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || sfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_false || sfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_208() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? 3.1 : 3.1); Sum += (sfb_false || sfb_false ? 3.1 : -5.31); Sum += (sfb_false || sfb_false ? 3.1 : local_double); Sum += (sfb_false || sfb_false ? 3.1 : static_field_double); Sum += (sfb_false || sfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_false || sfb_false ? 3.1 : simple_func_double()); Sum += (sfb_false || sfb_false ? 3.1 : ab[index]); Sum += (sfb_false || sfb_false ? 3.1 : ab[index - 1]); Sum += (sfb_false || sfb_false ? -5.31 : 3.1); Sum += (sfb_false || sfb_false ? -5.31 : -5.31); Sum += (sfb_false || sfb_false ? -5.31 : local_double); Sum += (sfb_false || sfb_false ? -5.31 : static_field_double); Sum += (sfb_false || sfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_false || sfb_false ? -5.31 : simple_func_double()); Sum += (sfb_false || sfb_false ? -5.31 : ab[index]); Sum += (sfb_false || sfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_false || sfb_false ? local_double : 3.1); Sum += (sfb_false || sfb_false ? local_double : -5.31); Sum += (sfb_false || sfb_false ? local_double : local_double); Sum += (sfb_false || sfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_209() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? local_double : t1_i.mfd); Sum += (sfb_false || sfb_false ? local_double : simple_func_double()); Sum += (sfb_false || sfb_false ? local_double : ab[index]); Sum += (sfb_false || sfb_false ? local_double : ab[index - 1]); Sum += (sfb_false || sfb_false ? static_field_double : 3.1); Sum += (sfb_false || sfb_false ? static_field_double : -5.31); Sum += (sfb_false || sfb_false ? static_field_double : local_double); Sum += (sfb_false || sfb_false ? static_field_double : static_field_double); Sum += (sfb_false || sfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_false || sfb_false ? static_field_double : simple_func_double()); Sum += (sfb_false || sfb_false ? static_field_double : ab[index]); Sum += (sfb_false || sfb_false ? static_field_double : ab[index - 1]); Sum += (sfb_false || sfb_false ? t1_i.mfd : 3.1); Sum += (sfb_false || sfb_false ? t1_i.mfd : -5.31); Sum += (sfb_false || sfb_false ? t1_i.mfd : local_double); Sum += (sfb_false || sfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || sfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_false || sfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_210() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? simple_func_double() : 3.1); Sum += (sfb_false || sfb_false ? simple_func_double() : -5.31); Sum += (sfb_false || sfb_false ? simple_func_double() : local_double); Sum += (sfb_false || sfb_false ? simple_func_double() : static_field_double); Sum += (sfb_false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || sfb_false ? simple_func_double() : ab[index]); Sum += (sfb_false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || sfb_false ? ab[index] : 3.1); Sum += (sfb_false || sfb_false ? ab[index] : -5.31); Sum += (sfb_false || sfb_false ? ab[index] : local_double); Sum += (sfb_false || sfb_false ? ab[index] : static_field_double); Sum += (sfb_false || sfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_false || sfb_false ? ab[index] : simple_func_double()); Sum += (sfb_false || sfb_false ? ab[index] : ab[index]); Sum += (sfb_false || sfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_false || sfb_false ? ab[index - 1] : 3.1); Sum += (sfb_false || sfb_false ? ab[index - 1] : -5.31); Sum += (sfb_false || sfb_false ? ab[index - 1] : local_double); Sum += (sfb_false || sfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_211() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || sfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_false || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : local_double); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : local_double); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_212() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_true ? local_double : 3.1); Sum += (sfb_false || t1_i.mfb_true ? local_double : -5.31); Sum += (sfb_false || t1_i.mfb_true ? local_double : local_double); Sum += (sfb_false || t1_i.mfb_true ? local_double : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? local_double : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : local_double); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_213() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : local_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_214() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (sfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : local_double); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : local_double); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_215() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? local_double : 3.1); Sum += (sfb_false || t1_i.mfb_false ? local_double : -5.31); Sum += (sfb_false || t1_i.mfb_false ? local_double : local_double); Sum += (sfb_false || t1_i.mfb_false ? local_double : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? local_double : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : local_double); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_216() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : local_double); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_217() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (sfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? 3.1 : 3.1); Sum += (sfb_false || func_sb_true() ? 3.1 : -5.31); Sum += (sfb_false || func_sb_true() ? 3.1 : local_double); Sum += (sfb_false || func_sb_true() ? 3.1 : static_field_double); Sum += (sfb_false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (sfb_false || func_sb_true() ? 3.1 : ab[index]); Sum += (sfb_false || func_sb_true() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_218() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_true() ? -5.31 : 3.1); Sum += (sfb_false || func_sb_true() ? -5.31 : -5.31); Sum += (sfb_false || func_sb_true() ? -5.31 : local_double); Sum += (sfb_false || func_sb_true() ? -5.31 : static_field_double); Sum += (sfb_false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (sfb_false || func_sb_true() ? -5.31 : ab[index]); Sum += (sfb_false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? local_double : 3.1); Sum += (sfb_false || func_sb_true() ? local_double : -5.31); Sum += (sfb_false || func_sb_true() ? local_double : local_double); Sum += (sfb_false || func_sb_true() ? local_double : static_field_double); Sum += (sfb_false || func_sb_true() ? local_double : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? local_double : simple_func_double()); Sum += (sfb_false || func_sb_true() ? local_double : ab[index]); Sum += (sfb_false || func_sb_true() ? local_double : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? static_field_double : 3.1); Sum += (sfb_false || func_sb_true() ? static_field_double : -5.31); Sum += (sfb_false || func_sb_true() ? static_field_double : local_double); Sum += (sfb_false || func_sb_true() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_219() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (sfb_false || func_sb_true() ? static_field_double : ab[index]); Sum += (sfb_false || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : local_double); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (sfb_false || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? simple_func_double() : 3.1); Sum += (sfb_false || func_sb_true() ? simple_func_double() : -5.31); Sum += (sfb_false || func_sb_true() ? simple_func_double() : local_double); Sum += (sfb_false || func_sb_true() ? simple_func_double() : static_field_double); Sum += (sfb_false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (sfb_false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (sfb_false || func_sb_true() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_220() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_true() ? ab[index] : 3.1); Sum += (sfb_false || func_sb_true() ? ab[index] : -5.31); Sum += (sfb_false || func_sb_true() ? ab[index] : local_double); Sum += (sfb_false || func_sb_true() ? ab[index] : static_field_double); Sum += (sfb_false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (sfb_false || func_sb_true() ? ab[index] : ab[index]); Sum += (sfb_false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : local_double); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (sfb_false || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? 3.1 : 3.1); Sum += (sfb_false || func_sb_false() ? 3.1 : -5.31); Sum += (sfb_false || func_sb_false() ? 3.1 : local_double); Sum += (sfb_false || func_sb_false() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_221() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (sfb_false || func_sb_false() ? 3.1 : ab[index]); Sum += (sfb_false || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? -5.31 : 3.1); Sum += (sfb_false || func_sb_false() ? -5.31 : -5.31); Sum += (sfb_false || func_sb_false() ? -5.31 : local_double); Sum += (sfb_false || func_sb_false() ? -5.31 : static_field_double); Sum += (sfb_false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (sfb_false || func_sb_false() ? -5.31 : ab[index]); Sum += (sfb_false || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? local_double : 3.1); Sum += (sfb_false || func_sb_false() ? local_double : -5.31); Sum += (sfb_false || func_sb_false() ? local_double : local_double); Sum += (sfb_false || func_sb_false() ? local_double : static_field_double); Sum += (sfb_false || func_sb_false() ? local_double : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? local_double : simple_func_double()); Sum += (sfb_false || func_sb_false() ? local_double : ab[index]); Sum += (sfb_false || func_sb_false() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_222() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_false() ? static_field_double : 3.1); Sum += (sfb_false || func_sb_false() ? static_field_double : -5.31); Sum += (sfb_false || func_sb_false() ? static_field_double : local_double); Sum += (sfb_false || func_sb_false() ? static_field_double : static_field_double); Sum += (sfb_false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (sfb_false || func_sb_false() ? static_field_double : ab[index]); Sum += (sfb_false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : local_double); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (sfb_false || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? simple_func_double() : 3.1); Sum += (sfb_false || func_sb_false() ? simple_func_double() : -5.31); Sum += (sfb_false || func_sb_false() ? simple_func_double() : local_double); Sum += (sfb_false || func_sb_false() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_223() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (sfb_false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (sfb_false || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? ab[index] : 3.1); Sum += (sfb_false || func_sb_false() ? ab[index] : -5.31); Sum += (sfb_false || func_sb_false() ? ab[index] : local_double); Sum += (sfb_false || func_sb_false() ? ab[index] : static_field_double); Sum += (sfb_false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (sfb_false || func_sb_false() ? ab[index] : ab[index]); Sum += (sfb_false || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : local_double); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (sfb_false || func_sb_false() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_224() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? 3.1 : 3.1); Sum += (sfb_false || ab_true[index] ? 3.1 : -5.31); Sum += (sfb_false || ab_true[index] ? 3.1 : local_double); Sum += (sfb_false || ab_true[index] ? 3.1 : static_field_double); Sum += (sfb_false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (sfb_false || ab_true[index] ? 3.1 : ab[index]); Sum += (sfb_false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? -5.31 : 3.1); Sum += (sfb_false || ab_true[index] ? -5.31 : -5.31); Sum += (sfb_false || ab_true[index] ? -5.31 : local_double); Sum += (sfb_false || ab_true[index] ? -5.31 : static_field_double); Sum += (sfb_false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (sfb_false || ab_true[index] ? -5.31 : ab[index]); Sum += (sfb_false || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? local_double : 3.1); Sum += (sfb_false || ab_true[index] ? local_double : -5.31); Sum += (sfb_false || ab_true[index] ? local_double : local_double); Sum += (sfb_false || ab_true[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_225() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? local_double : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? local_double : simple_func_double()); Sum += (sfb_false || ab_true[index] ? local_double : ab[index]); Sum += (sfb_false || ab_true[index] ? local_double : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? static_field_double : 3.1); Sum += (sfb_false || ab_true[index] ? static_field_double : -5.31); Sum += (sfb_false || ab_true[index] ? static_field_double : local_double); Sum += (sfb_false || ab_true[index] ? static_field_double : static_field_double); Sum += (sfb_false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (sfb_false || ab_true[index] ? static_field_double : ab[index]); Sum += (sfb_false || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : local_double); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (sfb_false || ab_true[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_226() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? simple_func_double() : 3.1); Sum += (sfb_false || ab_true[index] ? simple_func_double() : -5.31); Sum += (sfb_false || ab_true[index] ? simple_func_double() : local_double); Sum += (sfb_false || ab_true[index] ? simple_func_double() : static_field_double); Sum += (sfb_false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (sfb_false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? ab[index] : 3.1); Sum += (sfb_false || ab_true[index] ? ab[index] : -5.31); Sum += (sfb_false || ab_true[index] ? ab[index] : local_double); Sum += (sfb_false || ab_true[index] ? ab[index] : static_field_double); Sum += (sfb_false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (sfb_false || ab_true[index] ? ab[index] : ab[index]); Sum += (sfb_false || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : local_double); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_227() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (sfb_false || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? 3.1 : 3.1); Sum += (sfb_false || ab_false[index] ? 3.1 : -5.31); Sum += (sfb_false || ab_false[index] ? 3.1 : local_double); Sum += (sfb_false || ab_false[index] ? 3.1 : static_field_double); Sum += (sfb_false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (sfb_false || ab_false[index] ? 3.1 : ab[index]); Sum += (sfb_false || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? -5.31 : 3.1); Sum += (sfb_false || ab_false[index] ? -5.31 : -5.31); Sum += (sfb_false || ab_false[index] ? -5.31 : local_double); Sum += (sfb_false || ab_false[index] ? -5.31 : static_field_double); Sum += (sfb_false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (sfb_false || ab_false[index] ? -5.31 : ab[index]); Sum += (sfb_false || ab_false[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_228() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_false[index] ? local_double : 3.1); Sum += (sfb_false || ab_false[index] ? local_double : -5.31); Sum += (sfb_false || ab_false[index] ? local_double : local_double); Sum += (sfb_false || ab_false[index] ? local_double : static_field_double); Sum += (sfb_false || ab_false[index] ? local_double : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? local_double : simple_func_double()); Sum += (sfb_false || ab_false[index] ? local_double : ab[index]); Sum += (sfb_false || ab_false[index] ? local_double : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? static_field_double : 3.1); Sum += (sfb_false || ab_false[index] ? static_field_double : -5.31); Sum += (sfb_false || ab_false[index] ? static_field_double : local_double); Sum += (sfb_false || ab_false[index] ? static_field_double : static_field_double); Sum += (sfb_false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (sfb_false || ab_false[index] ? static_field_double : ab[index]); Sum += (sfb_false || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : local_double); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_229() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (sfb_false || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? simple_func_double() : 3.1); Sum += (sfb_false || ab_false[index] ? simple_func_double() : -5.31); Sum += (sfb_false || ab_false[index] ? simple_func_double() : local_double); Sum += (sfb_false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (sfb_false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (sfb_false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (sfb_false || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (sfb_false || ab_false[index] ? ab[index] : 3.1); Sum += (sfb_false || ab_false[index] ? ab[index] : -5.31); Sum += (sfb_false || ab_false[index] ? ab[index] : local_double); Sum += (sfb_false || ab_false[index] ? ab[index] : static_field_double); Sum += (sfb_false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (sfb_false || ab_false[index] ? ab[index] : ab[index]); Sum += (sfb_false || ab_false[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_230() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (sfb_false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : local_double); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (sfb_false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || true ? 3.1 : local_double); Sum += (t1_i.mfb_true || true ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || true ? -5.31 : local_double); Sum += (t1_i.mfb_true || true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_231() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || true ? local_double : 3.1); Sum += (t1_i.mfb_true || true ? local_double : -5.31); Sum += (t1_i.mfb_true || true ? local_double : local_double); Sum += (t1_i.mfb_true || true ? local_double : static_field_double); Sum += (t1_i.mfb_true || true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || true ? local_double : ab[index]); Sum += (t1_i.mfb_true || true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || true ? static_field_double : local_double); Sum += (t1_i.mfb_true || true ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_232() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || true ? ab[index] : local_double); Sum += (t1_i.mfb_true || true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_233() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || false ? 3.1 : local_double); Sum += (t1_i.mfb_true || false ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_234() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || false ? -5.31 : local_double); Sum += (t1_i.mfb_true || false ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || false ? local_double : 3.1); Sum += (t1_i.mfb_true || false ? local_double : -5.31); Sum += (t1_i.mfb_true || false ? local_double : local_double); Sum += (t1_i.mfb_true || false ? local_double : static_field_double); Sum += (t1_i.mfb_true || false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || false ? local_double : ab[index]); Sum += (t1_i.mfb_true || false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || false ? static_field_double : local_double); Sum += (t1_i.mfb_true || false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_235() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_236() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || false ? ab[index] : local_double); Sum += (t1_i.mfb_true || false ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || lb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || lb_true ? 3.1 : local_double); Sum += (t1_i.mfb_true || lb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_237() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || lb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || lb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || lb_true ? -5.31 : local_double); Sum += (t1_i.mfb_true || lb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || lb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || lb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? local_double : 3.1); Sum += (t1_i.mfb_true || lb_true ? local_double : -5.31); Sum += (t1_i.mfb_true || lb_true ? local_double : local_double); Sum += (t1_i.mfb_true || lb_true ? local_double : static_field_double); Sum += (t1_i.mfb_true || lb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? local_double : ab[index]); Sum += (t1_i.mfb_true || lb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_238() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || lb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || lb_true ? static_field_double : local_double); Sum += (t1_i.mfb_true || lb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || lb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || lb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_239() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || lb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || lb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || lb_true ? ab[index] : local_double); Sum += (t1_i.mfb_true || lb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || lb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || lb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || lb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_240() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || lb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || lb_false ? 3.1 : local_double); Sum += (t1_i.mfb_true || lb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || lb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || lb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || lb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || lb_false ? -5.31 : local_double); Sum += (t1_i.mfb_true || lb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || lb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || lb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? local_double : 3.1); Sum += (t1_i.mfb_true || lb_false ? local_double : -5.31); Sum += (t1_i.mfb_true || lb_false ? local_double : local_double); Sum += (t1_i.mfb_true || lb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_241() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? local_double : ab[index]); Sum += (t1_i.mfb_true || lb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || lb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || lb_false ? static_field_double : local_double); Sum += (t1_i.mfb_true || lb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || lb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || lb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || lb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_242() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || lb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || lb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || lb_false ? ab[index] : local_double); Sum += (t1_i.mfb_true || lb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || lb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || lb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_243() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_244() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_true ? local_double : 3.1); Sum += (t1_i.mfb_true || sfb_true ? local_double : -5.31); Sum += (t1_i.mfb_true || sfb_true ? local_double : local_double); Sum += (t1_i.mfb_true || sfb_true ? local_double : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_245() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_246() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_247() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? local_double : 3.1); Sum += (t1_i.mfb_true || sfb_false ? local_double : -5.31); Sum += (t1_i.mfb_true || sfb_false ? local_double : local_double); Sum += (t1_i.mfb_true || sfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_248() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_249() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || sfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_250() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_251() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_252() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_253() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_254() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_255() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_256() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_257() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_258() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_259() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_260() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_false() ? local_double : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_261() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_262() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_263() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_264() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_265() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_266() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? local_double : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_267() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_268() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_true || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || true ? 3.1 : local_double); Sum += (t1_i.mfb_false || true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_269() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || true ? -5.31 : local_double); Sum += (t1_i.mfb_false || true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || true ? local_double : 3.1); Sum += (t1_i.mfb_false || true ? local_double : -5.31); Sum += (t1_i.mfb_false || true ? local_double : local_double); Sum += (t1_i.mfb_false || true ? local_double : static_field_double); Sum += (t1_i.mfb_false || true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || true ? local_double : ab[index]); Sum += (t1_i.mfb_false || true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_270() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || true ? static_field_double : local_double); Sum += (t1_i.mfb_false || true ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_271() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || true ? ab[index] : local_double); Sum += (t1_i.mfb_false || true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_272() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || false ? 3.1 : local_double); Sum += (t1_i.mfb_false || false ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || false ? -5.31 : local_double); Sum += (t1_i.mfb_false || false ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || false ? local_double : 3.1); Sum += (t1_i.mfb_false || false ? local_double : -5.31); Sum += (t1_i.mfb_false || false ? local_double : local_double); Sum += (t1_i.mfb_false || false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_273() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || false ? local_double : ab[index]); Sum += (t1_i.mfb_false || false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || false ? static_field_double : local_double); Sum += (t1_i.mfb_false || false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_274() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || false ? ab[index] : local_double); Sum += (t1_i.mfb_false || false ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_275() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || lb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || lb_true ? 3.1 : local_double); Sum += (t1_i.mfb_false || lb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || lb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || lb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || lb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || lb_true ? -5.31 : local_double); Sum += (t1_i.mfb_false || lb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || lb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || lb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_276() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_true ? local_double : 3.1); Sum += (t1_i.mfb_false || lb_true ? local_double : -5.31); Sum += (t1_i.mfb_false || lb_true ? local_double : local_double); Sum += (t1_i.mfb_false || lb_true ? local_double : static_field_double); Sum += (t1_i.mfb_false || lb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? local_double : ab[index]); Sum += (t1_i.mfb_false || lb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || lb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || lb_true ? static_field_double : local_double); Sum += (t1_i.mfb_false || lb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || lb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || lb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_277() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || lb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || lb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || lb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || lb_true ? ab[index] : local_double); Sum += (t1_i.mfb_false || lb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || lb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || lb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_278() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || lb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || lb_false ? 3.1 : local_double); Sum += (t1_i.mfb_false || lb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || lb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || lb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || lb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || lb_false ? -5.31 : local_double); Sum += (t1_i.mfb_false || lb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_279() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || lb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? local_double : 3.1); Sum += (t1_i.mfb_false || lb_false ? local_double : -5.31); Sum += (t1_i.mfb_false || lb_false ? local_double : local_double); Sum += (t1_i.mfb_false || lb_false ? local_double : static_field_double); Sum += (t1_i.mfb_false || lb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? local_double : ab[index]); Sum += (t1_i.mfb_false || lb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || lb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || lb_false ? static_field_double : local_double); Sum += (t1_i.mfb_false || lb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || lb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || lb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_280() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || lb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || lb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || lb_false ? ab[index] : local_double); Sum += (t1_i.mfb_false || lb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_281() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || lb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || lb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_282() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? local_double : 3.1); Sum += (t1_i.mfb_false || sfb_true ? local_double : -5.31); Sum += (t1_i.mfb_false || sfb_true ? local_double : local_double); Sum += (t1_i.mfb_false || sfb_true ? local_double : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_283() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_284() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_285() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? local_double : 3.1); Sum += (t1_i.mfb_false || sfb_false ? local_double : -5.31); Sum += (t1_i.mfb_false || sfb_false ? local_double : local_double); Sum += (t1_i.mfb_false || sfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_286() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_287() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || sfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_288() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_289() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_290() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_291() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_292() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_293() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_294() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_295() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_296() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_297() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_298() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_299() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_300() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_301() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_302() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_303() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || ab_true[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_304() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_305() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? local_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? local_double : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_306() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : static_field_double); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : 3.1); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : -5.31); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : local_double); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_307() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (t1_i.mfb_false || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || true ? 3.1 : 3.1); Sum += (func_sb_true() || true ? 3.1 : -5.31); Sum += (func_sb_true() || true ? 3.1 : local_double); Sum += (func_sb_true() || true ? 3.1 : static_field_double); Sum += (func_sb_true() || true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || true ? 3.1 : ab[index]); Sum += (func_sb_true() || true ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || true ? -5.31 : 3.1); Sum += (func_sb_true() || true ? -5.31 : -5.31); Sum += (func_sb_true() || true ? -5.31 : local_double); Sum += (func_sb_true() || true ? -5.31 : static_field_double); Sum += (func_sb_true() || true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || true ? -5.31 : ab[index]); Sum += (func_sb_true() || true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_308() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || true ? local_double : 3.1); Sum += (func_sb_true() || true ? local_double : -5.31); Sum += (func_sb_true() || true ? local_double : local_double); Sum += (func_sb_true() || true ? local_double : static_field_double); Sum += (func_sb_true() || true ? local_double : t1_i.mfd); Sum += (func_sb_true() || true ? local_double : simple_func_double()); Sum += (func_sb_true() || true ? local_double : ab[index]); Sum += (func_sb_true() || true ? local_double : ab[index - 1]); Sum += (func_sb_true() || true ? static_field_double : 3.1); Sum += (func_sb_true() || true ? static_field_double : -5.31); Sum += (func_sb_true() || true ? static_field_double : local_double); Sum += (func_sb_true() || true ? static_field_double : static_field_double); Sum += (func_sb_true() || true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || true ? static_field_double : ab[index]); Sum += (func_sb_true() || true ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || true ? t1_i.mfd : local_double); Sum += (func_sb_true() || true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_309() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || true ? simple_func_double() : 3.1); Sum += (func_sb_true() || true ? simple_func_double() : -5.31); Sum += (func_sb_true() || true ? simple_func_double() : local_double); Sum += (func_sb_true() || true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || true ? ab[index] : 3.1); Sum += (func_sb_true() || true ? ab[index] : -5.31); Sum += (func_sb_true() || true ? ab[index] : local_double); Sum += (func_sb_true() || true ? ab[index] : static_field_double); Sum += (func_sb_true() || true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || true ? ab[index] : ab[index]); Sum += (func_sb_true() || true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_310() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || true ? ab[index - 1] : local_double); Sum += (func_sb_true() || true ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || false ? 3.1 : 3.1); Sum += (func_sb_true() || false ? 3.1 : -5.31); Sum += (func_sb_true() || false ? 3.1 : local_double); Sum += (func_sb_true() || false ? 3.1 : static_field_double); Sum += (func_sb_true() || false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || false ? 3.1 : ab[index]); Sum += (func_sb_true() || false ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || false ? -5.31 : 3.1); Sum += (func_sb_true() || false ? -5.31 : -5.31); Sum += (func_sb_true() || false ? -5.31 : local_double); Sum += (func_sb_true() || false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_311() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || false ? -5.31 : ab[index]); Sum += (func_sb_true() || false ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || false ? local_double : 3.1); Sum += (func_sb_true() || false ? local_double : -5.31); Sum += (func_sb_true() || false ? local_double : local_double); Sum += (func_sb_true() || false ? local_double : static_field_double); Sum += (func_sb_true() || false ? local_double : t1_i.mfd); Sum += (func_sb_true() || false ? local_double : simple_func_double()); Sum += (func_sb_true() || false ? local_double : ab[index]); Sum += (func_sb_true() || false ? local_double : ab[index - 1]); Sum += (func_sb_true() || false ? static_field_double : 3.1); Sum += (func_sb_true() || false ? static_field_double : -5.31); Sum += (func_sb_true() || false ? static_field_double : local_double); Sum += (func_sb_true() || false ? static_field_double : static_field_double); Sum += (func_sb_true() || false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || false ? static_field_double : ab[index]); Sum += (func_sb_true() || false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_312() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || false ? t1_i.mfd : local_double); Sum += (func_sb_true() || false ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || false ? simple_func_double() : 3.1); Sum += (func_sb_true() || false ? simple_func_double() : -5.31); Sum += (func_sb_true() || false ? simple_func_double() : local_double); Sum += (func_sb_true() || false ? simple_func_double() : static_field_double); Sum += (func_sb_true() || false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || false ? ab[index] : 3.1); Sum += (func_sb_true() || false ? ab[index] : -5.31); Sum += (func_sb_true() || false ? ab[index] : local_double); Sum += (func_sb_true() || false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_313() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || false ? ab[index] : ab[index]); Sum += (func_sb_true() || false ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || false ? ab[index - 1] : local_double); Sum += (func_sb_true() || false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || lb_true ? 3.1 : 3.1); Sum += (func_sb_true() || lb_true ? 3.1 : -5.31); Sum += (func_sb_true() || lb_true ? 3.1 : local_double); Sum += (func_sb_true() || lb_true ? 3.1 : static_field_double); Sum += (func_sb_true() || lb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || lb_true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || lb_true ? 3.1 : ab[index]); Sum += (func_sb_true() || lb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_314() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_true ? -5.31 : 3.1); Sum += (func_sb_true() || lb_true ? -5.31 : -5.31); Sum += (func_sb_true() || lb_true ? -5.31 : local_double); Sum += (func_sb_true() || lb_true ? -5.31 : static_field_double); Sum += (func_sb_true() || lb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || lb_true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || lb_true ? -5.31 : ab[index]); Sum += (func_sb_true() || lb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || lb_true ? local_double : 3.1); Sum += (func_sb_true() || lb_true ? local_double : -5.31); Sum += (func_sb_true() || lb_true ? local_double : local_double); Sum += (func_sb_true() || lb_true ? local_double : static_field_double); Sum += (func_sb_true() || lb_true ? local_double : t1_i.mfd); Sum += (func_sb_true() || lb_true ? local_double : simple_func_double()); Sum += (func_sb_true() || lb_true ? local_double : ab[index]); Sum += (func_sb_true() || lb_true ? local_double : ab[index - 1]); Sum += (func_sb_true() || lb_true ? static_field_double : 3.1); Sum += (func_sb_true() || lb_true ? static_field_double : -5.31); Sum += (func_sb_true() || lb_true ? static_field_double : local_double); Sum += (func_sb_true() || lb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_315() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || lb_true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || lb_true ? static_field_double : ab[index]); Sum += (func_sb_true() || lb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || lb_true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || lb_true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || lb_true ? t1_i.mfd : local_double); Sum += (func_sb_true() || lb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || lb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || lb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || lb_true ? simple_func_double() : 3.1); Sum += (func_sb_true() || lb_true ? simple_func_double() : -5.31); Sum += (func_sb_true() || lb_true ? simple_func_double() : local_double); Sum += (func_sb_true() || lb_true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || lb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || lb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || lb_true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || lb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_316() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_true ? ab[index] : 3.1); Sum += (func_sb_true() || lb_true ? ab[index] : -5.31); Sum += (func_sb_true() || lb_true ? ab[index] : local_double); Sum += (func_sb_true() || lb_true ? ab[index] : static_field_double); Sum += (func_sb_true() || lb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || lb_true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || lb_true ? ab[index] : ab[index]); Sum += (func_sb_true() || lb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || lb_true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || lb_true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || lb_true ? ab[index - 1] : local_double); Sum += (func_sb_true() || lb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || lb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || lb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || lb_false ? 3.1 : 3.1); Sum += (func_sb_true() || lb_false ? 3.1 : -5.31); Sum += (func_sb_true() || lb_false ? 3.1 : local_double); Sum += (func_sb_true() || lb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_317() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || lb_false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || lb_false ? 3.1 : ab[index]); Sum += (func_sb_true() || lb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || lb_false ? -5.31 : 3.1); Sum += (func_sb_true() || lb_false ? -5.31 : -5.31); Sum += (func_sb_true() || lb_false ? -5.31 : local_double); Sum += (func_sb_true() || lb_false ? -5.31 : static_field_double); Sum += (func_sb_true() || lb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || lb_false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || lb_false ? -5.31 : ab[index]); Sum += (func_sb_true() || lb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || lb_false ? local_double : 3.1); Sum += (func_sb_true() || lb_false ? local_double : -5.31); Sum += (func_sb_true() || lb_false ? local_double : local_double); Sum += (func_sb_true() || lb_false ? local_double : static_field_double); Sum += (func_sb_true() || lb_false ? local_double : t1_i.mfd); Sum += (func_sb_true() || lb_false ? local_double : simple_func_double()); Sum += (func_sb_true() || lb_false ? local_double : ab[index]); Sum += (func_sb_true() || lb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_318() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_false ? static_field_double : 3.1); Sum += (func_sb_true() || lb_false ? static_field_double : -5.31); Sum += (func_sb_true() || lb_false ? static_field_double : local_double); Sum += (func_sb_true() || lb_false ? static_field_double : static_field_double); Sum += (func_sb_true() || lb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || lb_false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || lb_false ? static_field_double : ab[index]); Sum += (func_sb_true() || lb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || lb_false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || lb_false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || lb_false ? t1_i.mfd : local_double); Sum += (func_sb_true() || lb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || lb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || lb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || lb_false ? simple_func_double() : 3.1); Sum += (func_sb_true() || lb_false ? simple_func_double() : -5.31); Sum += (func_sb_true() || lb_false ? simple_func_double() : local_double); Sum += (func_sb_true() || lb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_319() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || lb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || lb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || lb_false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || lb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || lb_false ? ab[index] : 3.1); Sum += (func_sb_true() || lb_false ? ab[index] : -5.31); Sum += (func_sb_true() || lb_false ? ab[index] : local_double); Sum += (func_sb_true() || lb_false ? ab[index] : static_field_double); Sum += (func_sb_true() || lb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || lb_false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || lb_false ? ab[index] : ab[index]); Sum += (func_sb_true() || lb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || lb_false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || lb_false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || lb_false ? ab[index - 1] : local_double); Sum += (func_sb_true() || lb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || lb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || lb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || lb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_320() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? 3.1 : 3.1); Sum += (func_sb_true() || sfb_true ? 3.1 : -5.31); Sum += (func_sb_true() || sfb_true ? 3.1 : local_double); Sum += (func_sb_true() || sfb_true ? 3.1 : static_field_double); Sum += (func_sb_true() || sfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || sfb_true ? 3.1 : ab[index]); Sum += (func_sb_true() || sfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? -5.31 : 3.1); Sum += (func_sb_true() || sfb_true ? -5.31 : -5.31); Sum += (func_sb_true() || sfb_true ? -5.31 : local_double); Sum += (func_sb_true() || sfb_true ? -5.31 : static_field_double); Sum += (func_sb_true() || sfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || sfb_true ? -5.31 : ab[index]); Sum += (func_sb_true() || sfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? local_double : 3.1); Sum += (func_sb_true() || sfb_true ? local_double : -5.31); Sum += (func_sb_true() || sfb_true ? local_double : local_double); Sum += (func_sb_true() || sfb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_321() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? local_double : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? local_double : simple_func_double()); Sum += (func_sb_true() || sfb_true ? local_double : ab[index]); Sum += (func_sb_true() || sfb_true ? local_double : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? static_field_double : 3.1); Sum += (func_sb_true() || sfb_true ? static_field_double : -5.31); Sum += (func_sb_true() || sfb_true ? static_field_double : local_double); Sum += (func_sb_true() || sfb_true ? static_field_double : static_field_double); Sum += (func_sb_true() || sfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || sfb_true ? static_field_double : ab[index]); Sum += (func_sb_true() || sfb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : local_double); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || sfb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_322() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? simple_func_double() : 3.1); Sum += (func_sb_true() || sfb_true ? simple_func_double() : -5.31); Sum += (func_sb_true() || sfb_true ? simple_func_double() : local_double); Sum += (func_sb_true() || sfb_true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || sfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? ab[index] : 3.1); Sum += (func_sb_true() || sfb_true ? ab[index] : -5.31); Sum += (func_sb_true() || sfb_true ? ab[index] : local_double); Sum += (func_sb_true() || sfb_true ? ab[index] : static_field_double); Sum += (func_sb_true() || sfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || sfb_true ? ab[index] : ab[index]); Sum += (func_sb_true() || sfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : local_double); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_323() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? 3.1 : 3.1); Sum += (func_sb_true() || sfb_false ? 3.1 : -5.31); Sum += (func_sb_true() || sfb_false ? 3.1 : local_double); Sum += (func_sb_true() || sfb_false ? 3.1 : static_field_double); Sum += (func_sb_true() || sfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || sfb_false ? 3.1 : ab[index]); Sum += (func_sb_true() || sfb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? -5.31 : 3.1); Sum += (func_sb_true() || sfb_false ? -5.31 : -5.31); Sum += (func_sb_true() || sfb_false ? -5.31 : local_double); Sum += (func_sb_true() || sfb_false ? -5.31 : static_field_double); Sum += (func_sb_true() || sfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || sfb_false ? -5.31 : ab[index]); Sum += (func_sb_true() || sfb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_324() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_false ? local_double : 3.1); Sum += (func_sb_true() || sfb_false ? local_double : -5.31); Sum += (func_sb_true() || sfb_false ? local_double : local_double); Sum += (func_sb_true() || sfb_false ? local_double : static_field_double); Sum += (func_sb_true() || sfb_false ? local_double : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? local_double : simple_func_double()); Sum += (func_sb_true() || sfb_false ? local_double : ab[index]); Sum += (func_sb_true() || sfb_false ? local_double : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? static_field_double : 3.1); Sum += (func_sb_true() || sfb_false ? static_field_double : -5.31); Sum += (func_sb_true() || sfb_false ? static_field_double : local_double); Sum += (func_sb_true() || sfb_false ? static_field_double : static_field_double); Sum += (func_sb_true() || sfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || sfb_false ? static_field_double : ab[index]); Sum += (func_sb_true() || sfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : local_double); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_325() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? simple_func_double() : 3.1); Sum += (func_sb_true() || sfb_false ? simple_func_double() : -5.31); Sum += (func_sb_true() || sfb_false ? simple_func_double() : local_double); Sum += (func_sb_true() || sfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_true() || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || sfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || sfb_false ? ab[index] : 3.1); Sum += (func_sb_true() || sfb_false ? ab[index] : -5.31); Sum += (func_sb_true() || sfb_false ? ab[index] : local_double); Sum += (func_sb_true() || sfb_false ? ab[index] : static_field_double); Sum += (func_sb_true() || sfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || sfb_false ? ab[index] : ab[index]); Sum += (func_sb_true() || sfb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_326() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || sfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : local_double); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_327() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_328() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_329() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_330() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_331() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_332() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? 3.1 : 3.1); Sum += (func_sb_true() || func_sb_true() ? 3.1 : -5.31); Sum += (func_sb_true() || func_sb_true() ? 3.1 : local_double); Sum += (func_sb_true() || func_sb_true() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_333() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? 3.1 : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? 3.1 : ab[index]); Sum += (func_sb_true() || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? -5.31 : 3.1); Sum += (func_sb_true() || func_sb_true() ? -5.31 : -5.31); Sum += (func_sb_true() || func_sb_true() ? -5.31 : local_double); Sum += (func_sb_true() || func_sb_true() ? -5.31 : static_field_double); Sum += (func_sb_true() || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? -5.31 : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? -5.31 : ab[index]); Sum += (func_sb_true() || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? local_double : 3.1); Sum += (func_sb_true() || func_sb_true() ? local_double : -5.31); Sum += (func_sb_true() || func_sb_true() ? local_double : local_double); Sum += (func_sb_true() || func_sb_true() ? local_double : static_field_double); Sum += (func_sb_true() || func_sb_true() ? local_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? local_double : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? local_double : ab[index]); Sum += (func_sb_true() || func_sb_true() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_334() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_true() ? static_field_double : 3.1); Sum += (func_sb_true() || func_sb_true() ? static_field_double : -5.31); Sum += (func_sb_true() || func_sb_true() ? static_field_double : local_double); Sum += (func_sb_true() || func_sb_true() ? static_field_double : static_field_double); Sum += (func_sb_true() || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? static_field_double : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? static_field_double : ab[index]); Sum += (func_sb_true() || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : 3.1); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : -5.31); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : local_double); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : 3.1); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : -5.31); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : local_double); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_335() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : ab[index]); Sum += (func_sb_true() || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? ab[index] : 3.1); Sum += (func_sb_true() || func_sb_true() ? ab[index] : -5.31); Sum += (func_sb_true() || func_sb_true() ? ab[index] : local_double); Sum += (func_sb_true() || func_sb_true() ? ab[index] : static_field_double); Sum += (func_sb_true() || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? ab[index] : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? ab[index] : ab[index]); Sum += (func_sb_true() || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : 3.1); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : -5.31); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : local_double); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || func_sb_true() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_336() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? 3.1 : 3.1); Sum += (func_sb_true() || func_sb_false() ? 3.1 : -5.31); Sum += (func_sb_true() || func_sb_false() ? 3.1 : local_double); Sum += (func_sb_true() || func_sb_false() ? 3.1 : static_field_double); Sum += (func_sb_true() || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? 3.1 : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? 3.1 : ab[index]); Sum += (func_sb_true() || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? -5.31 : 3.1); Sum += (func_sb_true() || func_sb_false() ? -5.31 : -5.31); Sum += (func_sb_true() || func_sb_false() ? -5.31 : local_double); Sum += (func_sb_true() || func_sb_false() ? -5.31 : static_field_double); Sum += (func_sb_true() || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? -5.31 : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? -5.31 : ab[index]); Sum += (func_sb_true() || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? local_double : 3.1); Sum += (func_sb_true() || func_sb_false() ? local_double : -5.31); Sum += (func_sb_true() || func_sb_false() ? local_double : local_double); Sum += (func_sb_true() || func_sb_false() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_337() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? local_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? local_double : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? local_double : ab[index]); Sum += (func_sb_true() || func_sb_false() ? local_double : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? static_field_double : 3.1); Sum += (func_sb_true() || func_sb_false() ? static_field_double : -5.31); Sum += (func_sb_true() || func_sb_false() ? static_field_double : local_double); Sum += (func_sb_true() || func_sb_false() ? static_field_double : static_field_double); Sum += (func_sb_true() || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? static_field_double : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? static_field_double : ab[index]); Sum += (func_sb_true() || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : 3.1); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : -5.31); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : local_double); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || func_sb_false() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_338() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : 3.1); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : -5.31); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : local_double); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : static_field_double); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : ab[index]); Sum += (func_sb_true() || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? ab[index] : 3.1); Sum += (func_sb_true() || func_sb_false() ? ab[index] : -5.31); Sum += (func_sb_true() || func_sb_false() ? ab[index] : local_double); Sum += (func_sb_true() || func_sb_false() ? ab[index] : static_field_double); Sum += (func_sb_true() || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? ab[index] : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? ab[index] : ab[index]); Sum += (func_sb_true() || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : 3.1); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : -5.31); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : local_double); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_339() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? 3.1 : 3.1); Sum += (func_sb_true() || ab_true[index] ? 3.1 : -5.31); Sum += (func_sb_true() || ab_true[index] ? 3.1 : local_double); Sum += (func_sb_true() || ab_true[index] ? 3.1 : static_field_double); Sum += (func_sb_true() || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? 3.1 : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? 3.1 : ab[index]); Sum += (func_sb_true() || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? -5.31 : 3.1); Sum += (func_sb_true() || ab_true[index] ? -5.31 : -5.31); Sum += (func_sb_true() || ab_true[index] ? -5.31 : local_double); Sum += (func_sb_true() || ab_true[index] ? -5.31 : static_field_double); Sum += (func_sb_true() || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? -5.31 : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? -5.31 : ab[index]); Sum += (func_sb_true() || ab_true[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_340() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_true[index] ? local_double : 3.1); Sum += (func_sb_true() || ab_true[index] ? local_double : -5.31); Sum += (func_sb_true() || ab_true[index] ? local_double : local_double); Sum += (func_sb_true() || ab_true[index] ? local_double : static_field_double); Sum += (func_sb_true() || ab_true[index] ? local_double : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? local_double : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? local_double : ab[index]); Sum += (func_sb_true() || ab_true[index] ? local_double : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? static_field_double : 3.1); Sum += (func_sb_true() || ab_true[index] ? static_field_double : -5.31); Sum += (func_sb_true() || ab_true[index] ? static_field_double : local_double); Sum += (func_sb_true() || ab_true[index] ? static_field_double : static_field_double); Sum += (func_sb_true() || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? static_field_double : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? static_field_double : ab[index]); Sum += (func_sb_true() || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : 3.1); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : -5.31); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : local_double); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_341() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : 3.1); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : -5.31); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : local_double); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : static_field_double); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : ab[index]); Sum += (func_sb_true() || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || ab_true[index] ? ab[index] : 3.1); Sum += (func_sb_true() || ab_true[index] ? ab[index] : -5.31); Sum += (func_sb_true() || ab_true[index] ? ab[index] : local_double); Sum += (func_sb_true() || ab_true[index] ? ab[index] : static_field_double); Sum += (func_sb_true() || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? ab[index] : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? ab[index] : ab[index]); Sum += (func_sb_true() || ab_true[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_342() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : 3.1); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : -5.31); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : local_double); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? 3.1 : 3.1); Sum += (func_sb_true() || ab_false[index] ? 3.1 : -5.31); Sum += (func_sb_true() || ab_false[index] ? 3.1 : local_double); Sum += (func_sb_true() || ab_false[index] ? 3.1 : static_field_double); Sum += (func_sb_true() || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? 3.1 : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? 3.1 : ab[index]); Sum += (func_sb_true() || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? -5.31 : 3.1); Sum += (func_sb_true() || ab_false[index] ? -5.31 : -5.31); Sum += (func_sb_true() || ab_false[index] ? -5.31 : local_double); Sum += (func_sb_true() || ab_false[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_343() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? -5.31 : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? -5.31 : ab[index]); Sum += (func_sb_true() || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? local_double : 3.1); Sum += (func_sb_true() || ab_false[index] ? local_double : -5.31); Sum += (func_sb_true() || ab_false[index] ? local_double : local_double); Sum += (func_sb_true() || ab_false[index] ? local_double : static_field_double); Sum += (func_sb_true() || ab_false[index] ? local_double : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? local_double : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? local_double : ab[index]); Sum += (func_sb_true() || ab_false[index] ? local_double : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? static_field_double : 3.1); Sum += (func_sb_true() || ab_false[index] ? static_field_double : -5.31); Sum += (func_sb_true() || ab_false[index] ? static_field_double : local_double); Sum += (func_sb_true() || ab_false[index] ? static_field_double : static_field_double); Sum += (func_sb_true() || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? static_field_double : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? static_field_double : ab[index]); Sum += (func_sb_true() || ab_false[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_344() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : 3.1); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : -5.31); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : local_double); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_true() || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : 3.1); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : -5.31); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : local_double); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : static_field_double); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : ab[index]); Sum += (func_sb_true() || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? ab[index] : 3.1); Sum += (func_sb_true() || ab_false[index] ? ab[index] : -5.31); Sum += (func_sb_true() || ab_false[index] ? ab[index] : local_double); Sum += (func_sb_true() || ab_false[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_345() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_true() || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? ab[index] : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? ab[index] : ab[index]); Sum += (func_sb_true() || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : 3.1); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : -5.31); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : local_double); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_true() || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || true ? 3.1 : 3.1); Sum += (func_sb_false() || true ? 3.1 : -5.31); Sum += (func_sb_false() || true ? 3.1 : local_double); Sum += (func_sb_false() || true ? 3.1 : static_field_double); Sum += (func_sb_false() || true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || true ? 3.1 : ab[index]); Sum += (func_sb_false() || true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_346() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || true ? -5.31 : 3.1); Sum += (func_sb_false() || true ? -5.31 : -5.31); Sum += (func_sb_false() || true ? -5.31 : local_double); Sum += (func_sb_false() || true ? -5.31 : static_field_double); Sum += (func_sb_false() || true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || true ? -5.31 : ab[index]); Sum += (func_sb_false() || true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || true ? local_double : 3.1); Sum += (func_sb_false() || true ? local_double : -5.31); Sum += (func_sb_false() || true ? local_double : local_double); Sum += (func_sb_false() || true ? local_double : static_field_double); Sum += (func_sb_false() || true ? local_double : t1_i.mfd); Sum += (func_sb_false() || true ? local_double : simple_func_double()); Sum += (func_sb_false() || true ? local_double : ab[index]); Sum += (func_sb_false() || true ? local_double : ab[index - 1]); Sum += (func_sb_false() || true ? static_field_double : 3.1); Sum += (func_sb_false() || true ? static_field_double : -5.31); Sum += (func_sb_false() || true ? static_field_double : local_double); Sum += (func_sb_false() || true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_347() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || true ? static_field_double : ab[index]); Sum += (func_sb_false() || true ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || true ? t1_i.mfd : local_double); Sum += (func_sb_false() || true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || true ? simple_func_double() : 3.1); Sum += (func_sb_false() || true ? simple_func_double() : -5.31); Sum += (func_sb_false() || true ? simple_func_double() : local_double); Sum += (func_sb_false() || true ? simple_func_double() : static_field_double); Sum += (func_sb_false() || true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_348() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || true ? ab[index] : 3.1); Sum += (func_sb_false() || true ? ab[index] : -5.31); Sum += (func_sb_false() || true ? ab[index] : local_double); Sum += (func_sb_false() || true ? ab[index] : static_field_double); Sum += (func_sb_false() || true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || true ? ab[index] : ab[index]); Sum += (func_sb_false() || true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || true ? ab[index - 1] : local_double); Sum += (func_sb_false() || true ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || false ? 3.1 : 3.1); Sum += (func_sb_false() || false ? 3.1 : -5.31); Sum += (func_sb_false() || false ? 3.1 : local_double); Sum += (func_sb_false() || false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_349() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || false ? 3.1 : ab[index]); Sum += (func_sb_false() || false ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || false ? -5.31 : 3.1); Sum += (func_sb_false() || false ? -5.31 : -5.31); Sum += (func_sb_false() || false ? -5.31 : local_double); Sum += (func_sb_false() || false ? -5.31 : static_field_double); Sum += (func_sb_false() || false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || false ? -5.31 : ab[index]); Sum += (func_sb_false() || false ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || false ? local_double : 3.1); Sum += (func_sb_false() || false ? local_double : -5.31); Sum += (func_sb_false() || false ? local_double : local_double); Sum += (func_sb_false() || false ? local_double : static_field_double); Sum += (func_sb_false() || false ? local_double : t1_i.mfd); Sum += (func_sb_false() || false ? local_double : simple_func_double()); Sum += (func_sb_false() || false ? local_double : ab[index]); Sum += (func_sb_false() || false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_350() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || false ? static_field_double : 3.1); Sum += (func_sb_false() || false ? static_field_double : -5.31); Sum += (func_sb_false() || false ? static_field_double : local_double); Sum += (func_sb_false() || false ? static_field_double : static_field_double); Sum += (func_sb_false() || false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || false ? static_field_double : ab[index]); Sum += (func_sb_false() || false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || false ? t1_i.mfd : local_double); Sum += (func_sb_false() || false ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || false ? simple_func_double() : 3.1); Sum += (func_sb_false() || false ? simple_func_double() : -5.31); Sum += (func_sb_false() || false ? simple_func_double() : local_double); Sum += (func_sb_false() || false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_351() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || false ? ab[index] : 3.1); Sum += (func_sb_false() || false ? ab[index] : -5.31); Sum += (func_sb_false() || false ? ab[index] : local_double); Sum += (func_sb_false() || false ? ab[index] : static_field_double); Sum += (func_sb_false() || false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || false ? ab[index] : ab[index]); Sum += (func_sb_false() || false ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || false ? ab[index - 1] : local_double); Sum += (func_sb_false() || false ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_352() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? 3.1 : 3.1); Sum += (func_sb_false() || lb_true ? 3.1 : -5.31); Sum += (func_sb_false() || lb_true ? 3.1 : local_double); Sum += (func_sb_false() || lb_true ? 3.1 : static_field_double); Sum += (func_sb_false() || lb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || lb_true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || lb_true ? 3.1 : ab[index]); Sum += (func_sb_false() || lb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || lb_true ? -5.31 : 3.1); Sum += (func_sb_false() || lb_true ? -5.31 : -5.31); Sum += (func_sb_false() || lb_true ? -5.31 : local_double); Sum += (func_sb_false() || lb_true ? -5.31 : static_field_double); Sum += (func_sb_false() || lb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || lb_true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || lb_true ? -5.31 : ab[index]); Sum += (func_sb_false() || lb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || lb_true ? local_double : 3.1); Sum += (func_sb_false() || lb_true ? local_double : -5.31); Sum += (func_sb_false() || lb_true ? local_double : local_double); Sum += (func_sb_false() || lb_true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_353() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? local_double : t1_i.mfd); Sum += (func_sb_false() || lb_true ? local_double : simple_func_double()); Sum += (func_sb_false() || lb_true ? local_double : ab[index]); Sum += (func_sb_false() || lb_true ? local_double : ab[index - 1]); Sum += (func_sb_false() || lb_true ? static_field_double : 3.1); Sum += (func_sb_false() || lb_true ? static_field_double : -5.31); Sum += (func_sb_false() || lb_true ? static_field_double : local_double); Sum += (func_sb_false() || lb_true ? static_field_double : static_field_double); Sum += (func_sb_false() || lb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || lb_true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || lb_true ? static_field_double : ab[index]); Sum += (func_sb_false() || lb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || lb_true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || lb_true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || lb_true ? t1_i.mfd : local_double); Sum += (func_sb_false() || lb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || lb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || lb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || lb_true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_354() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? simple_func_double() : 3.1); Sum += (func_sb_false() || lb_true ? simple_func_double() : -5.31); Sum += (func_sb_false() || lb_true ? simple_func_double() : local_double); Sum += (func_sb_false() || lb_true ? simple_func_double() : static_field_double); Sum += (func_sb_false() || lb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || lb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || lb_true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || lb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || lb_true ? ab[index] : 3.1); Sum += (func_sb_false() || lb_true ? ab[index] : -5.31); Sum += (func_sb_false() || lb_true ? ab[index] : local_double); Sum += (func_sb_false() || lb_true ? ab[index] : static_field_double); Sum += (func_sb_false() || lb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || lb_true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || lb_true ? ab[index] : ab[index]); Sum += (func_sb_false() || lb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || lb_true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || lb_true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || lb_true ? ab[index - 1] : local_double); Sum += (func_sb_false() || lb_true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_355() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || lb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || lb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || lb_false ? 3.1 : 3.1); Sum += (func_sb_false() || lb_false ? 3.1 : -5.31); Sum += (func_sb_false() || lb_false ? 3.1 : local_double); Sum += (func_sb_false() || lb_false ? 3.1 : static_field_double); Sum += (func_sb_false() || lb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || lb_false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || lb_false ? 3.1 : ab[index]); Sum += (func_sb_false() || lb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || lb_false ? -5.31 : 3.1); Sum += (func_sb_false() || lb_false ? -5.31 : -5.31); Sum += (func_sb_false() || lb_false ? -5.31 : local_double); Sum += (func_sb_false() || lb_false ? -5.31 : static_field_double); Sum += (func_sb_false() || lb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || lb_false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || lb_false ? -5.31 : ab[index]); Sum += (func_sb_false() || lb_false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_356() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_false ? local_double : 3.1); Sum += (func_sb_false() || lb_false ? local_double : -5.31); Sum += (func_sb_false() || lb_false ? local_double : local_double); Sum += (func_sb_false() || lb_false ? local_double : static_field_double); Sum += (func_sb_false() || lb_false ? local_double : t1_i.mfd); Sum += (func_sb_false() || lb_false ? local_double : simple_func_double()); Sum += (func_sb_false() || lb_false ? local_double : ab[index]); Sum += (func_sb_false() || lb_false ? local_double : ab[index - 1]); Sum += (func_sb_false() || lb_false ? static_field_double : 3.1); Sum += (func_sb_false() || lb_false ? static_field_double : -5.31); Sum += (func_sb_false() || lb_false ? static_field_double : local_double); Sum += (func_sb_false() || lb_false ? static_field_double : static_field_double); Sum += (func_sb_false() || lb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || lb_false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || lb_false ? static_field_double : ab[index]); Sum += (func_sb_false() || lb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || lb_false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || lb_false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || lb_false ? t1_i.mfd : local_double); Sum += (func_sb_false() || lb_false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_357() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || lb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || lb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || lb_false ? simple_func_double() : 3.1); Sum += (func_sb_false() || lb_false ? simple_func_double() : -5.31); Sum += (func_sb_false() || lb_false ? simple_func_double() : local_double); Sum += (func_sb_false() || lb_false ? simple_func_double() : static_field_double); Sum += (func_sb_false() || lb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || lb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || lb_false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || lb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || lb_false ? ab[index] : 3.1); Sum += (func_sb_false() || lb_false ? ab[index] : -5.31); Sum += (func_sb_false() || lb_false ? ab[index] : local_double); Sum += (func_sb_false() || lb_false ? ab[index] : static_field_double); Sum += (func_sb_false() || lb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || lb_false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || lb_false ? ab[index] : ab[index]); Sum += (func_sb_false() || lb_false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_358() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || lb_false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || lb_false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || lb_false ? ab[index - 1] : local_double); Sum += (func_sb_false() || lb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || lb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || lb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? 3.1 : 3.1); Sum += (func_sb_false() || sfb_true ? 3.1 : -5.31); Sum += (func_sb_false() || sfb_true ? 3.1 : local_double); Sum += (func_sb_false() || sfb_true ? 3.1 : static_field_double); Sum += (func_sb_false() || sfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || sfb_true ? 3.1 : ab[index]); Sum += (func_sb_false() || sfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? -5.31 : 3.1); Sum += (func_sb_false() || sfb_true ? -5.31 : -5.31); Sum += (func_sb_false() || sfb_true ? -5.31 : local_double); Sum += (func_sb_false() || sfb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_359() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || sfb_true ? -5.31 : ab[index]); Sum += (func_sb_false() || sfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? local_double : 3.1); Sum += (func_sb_false() || sfb_true ? local_double : -5.31); Sum += (func_sb_false() || sfb_true ? local_double : local_double); Sum += (func_sb_false() || sfb_true ? local_double : static_field_double); Sum += (func_sb_false() || sfb_true ? local_double : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? local_double : simple_func_double()); Sum += (func_sb_false() || sfb_true ? local_double : ab[index]); Sum += (func_sb_false() || sfb_true ? local_double : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? static_field_double : 3.1); Sum += (func_sb_false() || sfb_true ? static_field_double : -5.31); Sum += (func_sb_false() || sfb_true ? static_field_double : local_double); Sum += (func_sb_false() || sfb_true ? static_field_double : static_field_double); Sum += (func_sb_false() || sfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || sfb_true ? static_field_double : ab[index]); Sum += (func_sb_false() || sfb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_360() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : local_double); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? simple_func_double() : 3.1); Sum += (func_sb_false() || sfb_true ? simple_func_double() : -5.31); Sum += (func_sb_false() || sfb_true ? simple_func_double() : local_double); Sum += (func_sb_false() || sfb_true ? simple_func_double() : static_field_double); Sum += (func_sb_false() || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || sfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? ab[index] : 3.1); Sum += (func_sb_false() || sfb_true ? ab[index] : -5.31); Sum += (func_sb_false() || sfb_true ? ab[index] : local_double); Sum += (func_sb_false() || sfb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_361() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || sfb_true ? ab[index] : ab[index]); Sum += (func_sb_false() || sfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : local_double); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? 3.1 : 3.1); Sum += (func_sb_false() || sfb_false ? 3.1 : -5.31); Sum += (func_sb_false() || sfb_false ? 3.1 : local_double); Sum += (func_sb_false() || sfb_false ? 3.1 : static_field_double); Sum += (func_sb_false() || sfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || sfb_false ? 3.1 : ab[index]); Sum += (func_sb_false() || sfb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_362() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_false ? -5.31 : 3.1); Sum += (func_sb_false() || sfb_false ? -5.31 : -5.31); Sum += (func_sb_false() || sfb_false ? -5.31 : local_double); Sum += (func_sb_false() || sfb_false ? -5.31 : static_field_double); Sum += (func_sb_false() || sfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || sfb_false ? -5.31 : ab[index]); Sum += (func_sb_false() || sfb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? local_double : 3.1); Sum += (func_sb_false() || sfb_false ? local_double : -5.31); Sum += (func_sb_false() || sfb_false ? local_double : local_double); Sum += (func_sb_false() || sfb_false ? local_double : static_field_double); Sum += (func_sb_false() || sfb_false ? local_double : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? local_double : simple_func_double()); Sum += (func_sb_false() || sfb_false ? local_double : ab[index]); Sum += (func_sb_false() || sfb_false ? local_double : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? static_field_double : 3.1); Sum += (func_sb_false() || sfb_false ? static_field_double : -5.31); Sum += (func_sb_false() || sfb_false ? static_field_double : local_double); Sum += (func_sb_false() || sfb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_363() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || sfb_false ? static_field_double : ab[index]); Sum += (func_sb_false() || sfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : local_double); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? simple_func_double() : 3.1); Sum += (func_sb_false() || sfb_false ? simple_func_double() : -5.31); Sum += (func_sb_false() || sfb_false ? simple_func_double() : local_double); Sum += (func_sb_false() || sfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_false() || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || sfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || sfb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_364() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || sfb_false ? ab[index] : 3.1); Sum += (func_sb_false() || sfb_false ? ab[index] : -5.31); Sum += (func_sb_false() || sfb_false ? ab[index] : local_double); Sum += (func_sb_false() || sfb_false ? ab[index] : static_field_double); Sum += (func_sb_false() || sfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || sfb_false ? ab[index] : ab[index]); Sum += (func_sb_false() || sfb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : local_double); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_365() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_366() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_367() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_368() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_369() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_370() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_371() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? 3.1 : 3.1); Sum += (func_sb_false() || func_sb_true() ? 3.1 : -5.31); Sum += (func_sb_false() || func_sb_true() ? 3.1 : local_double); Sum += (func_sb_false() || func_sb_true() ? 3.1 : static_field_double); Sum += (func_sb_false() || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? 3.1 : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? 3.1 : ab[index]); Sum += (func_sb_false() || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? -5.31 : 3.1); Sum += (func_sb_false() || func_sb_true() ? -5.31 : -5.31); Sum += (func_sb_false() || func_sb_true() ? -5.31 : local_double); Sum += (func_sb_false() || func_sb_true() ? -5.31 : static_field_double); Sum += (func_sb_false() || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? -5.31 : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? -5.31 : ab[index]); Sum += (func_sb_false() || func_sb_true() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_372() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_true() ? local_double : 3.1); Sum += (func_sb_false() || func_sb_true() ? local_double : -5.31); Sum += (func_sb_false() || func_sb_true() ? local_double : local_double); Sum += (func_sb_false() || func_sb_true() ? local_double : static_field_double); Sum += (func_sb_false() || func_sb_true() ? local_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? local_double : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? local_double : ab[index]); Sum += (func_sb_false() || func_sb_true() ? local_double : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? static_field_double : 3.1); Sum += (func_sb_false() || func_sb_true() ? static_field_double : -5.31); Sum += (func_sb_false() || func_sb_true() ? static_field_double : local_double); Sum += (func_sb_false() || func_sb_true() ? static_field_double : static_field_double); Sum += (func_sb_false() || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? static_field_double : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? static_field_double : ab[index]); Sum += (func_sb_false() || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : 3.1); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : -5.31); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : local_double); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_373() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : 3.1); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : -5.31); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : local_double); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : static_field_double); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : ab[index]); Sum += (func_sb_false() || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || func_sb_true() ? ab[index] : 3.1); Sum += (func_sb_false() || func_sb_true() ? ab[index] : -5.31); Sum += (func_sb_false() || func_sb_true() ? ab[index] : local_double); Sum += (func_sb_false() || func_sb_true() ? ab[index] : static_field_double); Sum += (func_sb_false() || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? ab[index] : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? ab[index] : ab[index]); Sum += (func_sb_false() || func_sb_true() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_374() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : 3.1); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : -5.31); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : local_double); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? 3.1 : 3.1); Sum += (func_sb_false() || func_sb_false() ? 3.1 : -5.31); Sum += (func_sb_false() || func_sb_false() ? 3.1 : local_double); Sum += (func_sb_false() || func_sb_false() ? 3.1 : static_field_double); Sum += (func_sb_false() || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? 3.1 : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? 3.1 : ab[index]); Sum += (func_sb_false() || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? -5.31 : 3.1); Sum += (func_sb_false() || func_sb_false() ? -5.31 : -5.31); Sum += (func_sb_false() || func_sb_false() ? -5.31 : local_double); Sum += (func_sb_false() || func_sb_false() ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_375() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? -5.31 : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? -5.31 : ab[index]); Sum += (func_sb_false() || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? local_double : 3.1); Sum += (func_sb_false() || func_sb_false() ? local_double : -5.31); Sum += (func_sb_false() || func_sb_false() ? local_double : local_double); Sum += (func_sb_false() || func_sb_false() ? local_double : static_field_double); Sum += (func_sb_false() || func_sb_false() ? local_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? local_double : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? local_double : ab[index]); Sum += (func_sb_false() || func_sb_false() ? local_double : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? static_field_double : 3.1); Sum += (func_sb_false() || func_sb_false() ? static_field_double : -5.31); Sum += (func_sb_false() || func_sb_false() ? static_field_double : local_double); Sum += (func_sb_false() || func_sb_false() ? static_field_double : static_field_double); Sum += (func_sb_false() || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? static_field_double : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? static_field_double : ab[index]); Sum += (func_sb_false() || func_sb_false() ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_376() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : 3.1); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : -5.31); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : local_double); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : 3.1); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : -5.31); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : local_double); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : static_field_double); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : ab[index]); Sum += (func_sb_false() || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? ab[index] : 3.1); Sum += (func_sb_false() || func_sb_false() ? ab[index] : -5.31); Sum += (func_sb_false() || func_sb_false() ? ab[index] : local_double); Sum += (func_sb_false() || func_sb_false() ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_377() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? ab[index] : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? ab[index] : ab[index]); Sum += (func_sb_false() || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : 3.1); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : -5.31); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : local_double); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? 3.1 : 3.1); Sum += (func_sb_false() || ab_true[index] ? 3.1 : -5.31); Sum += (func_sb_false() || ab_true[index] ? 3.1 : local_double); Sum += (func_sb_false() || ab_true[index] ? 3.1 : static_field_double); Sum += (func_sb_false() || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? 3.1 : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? 3.1 : ab[index]); Sum += (func_sb_false() || ab_true[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_378() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_true[index] ? -5.31 : 3.1); Sum += (func_sb_false() || ab_true[index] ? -5.31 : -5.31); Sum += (func_sb_false() || ab_true[index] ? -5.31 : local_double); Sum += (func_sb_false() || ab_true[index] ? -5.31 : static_field_double); Sum += (func_sb_false() || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? -5.31 : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? -5.31 : ab[index]); Sum += (func_sb_false() || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? local_double : 3.1); Sum += (func_sb_false() || ab_true[index] ? local_double : -5.31); Sum += (func_sb_false() || ab_true[index] ? local_double : local_double); Sum += (func_sb_false() || ab_true[index] ? local_double : static_field_double); Sum += (func_sb_false() || ab_true[index] ? local_double : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? local_double : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? local_double : ab[index]); Sum += (func_sb_false() || ab_true[index] ? local_double : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? static_field_double : 3.1); Sum += (func_sb_false() || ab_true[index] ? static_field_double : -5.31); Sum += (func_sb_false() || ab_true[index] ? static_field_double : local_double); Sum += (func_sb_false() || ab_true[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_379() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? static_field_double : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? static_field_double : ab[index]); Sum += (func_sb_false() || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : 3.1); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : -5.31); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : local_double); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : 3.1); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : -5.31); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : local_double); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : static_field_double); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : ab[index]); Sum += (func_sb_false() || ab_true[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_380() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_true[index] ? ab[index] : 3.1); Sum += (func_sb_false() || ab_true[index] ? ab[index] : -5.31); Sum += (func_sb_false() || ab_true[index] ? ab[index] : local_double); Sum += (func_sb_false() || ab_true[index] ? ab[index] : static_field_double); Sum += (func_sb_false() || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? ab[index] : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? ab[index] : ab[index]); Sum += (func_sb_false() || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : 3.1); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : -5.31); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : local_double); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? 3.1 : 3.1); Sum += (func_sb_false() || ab_false[index] ? 3.1 : -5.31); Sum += (func_sb_false() || ab_false[index] ? 3.1 : local_double); Sum += (func_sb_false() || ab_false[index] ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_381() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? 3.1 : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? 3.1 : ab[index]); Sum += (func_sb_false() || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? -5.31 : 3.1); Sum += (func_sb_false() || ab_false[index] ? -5.31 : -5.31); Sum += (func_sb_false() || ab_false[index] ? -5.31 : local_double); Sum += (func_sb_false() || ab_false[index] ? -5.31 : static_field_double); Sum += (func_sb_false() || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? -5.31 : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? -5.31 : ab[index]); Sum += (func_sb_false() || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? local_double : 3.1); Sum += (func_sb_false() || ab_false[index] ? local_double : -5.31); Sum += (func_sb_false() || ab_false[index] ? local_double : local_double); Sum += (func_sb_false() || ab_false[index] ? local_double : static_field_double); Sum += (func_sb_false() || ab_false[index] ? local_double : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? local_double : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? local_double : ab[index]); Sum += (func_sb_false() || ab_false[index] ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_382() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_false[index] ? static_field_double : 3.1); Sum += (func_sb_false() || ab_false[index] ? static_field_double : -5.31); Sum += (func_sb_false() || ab_false[index] ? static_field_double : local_double); Sum += (func_sb_false() || ab_false[index] ? static_field_double : static_field_double); Sum += (func_sb_false() || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? static_field_double : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? static_field_double : ab[index]); Sum += (func_sb_false() || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : 3.1); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : -5.31); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : local_double); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (func_sb_false() || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : 3.1); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : -5.31); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : local_double); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_383() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : ab[index]); Sum += (func_sb_false() || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? ab[index] : 3.1); Sum += (func_sb_false() || ab_false[index] ? ab[index] : -5.31); Sum += (func_sb_false() || ab_false[index] ? ab[index] : local_double); Sum += (func_sb_false() || ab_false[index] ? ab[index] : static_field_double); Sum += (func_sb_false() || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? ab[index] : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? ab[index] : ab[index]); Sum += (func_sb_false() || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : 3.1); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : -5.31); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : local_double); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (func_sb_false() || ab_false[index] ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_384() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? 3.1 : 3.1); Sum += (ab_true[index] || true ? 3.1 : -5.31); Sum += (ab_true[index] || true ? 3.1 : local_double); Sum += (ab_true[index] || true ? 3.1 : static_field_double); Sum += (ab_true[index] || true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || true ? 3.1 : ab[index]); Sum += (ab_true[index] || true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || true ? -5.31 : 3.1); Sum += (ab_true[index] || true ? -5.31 : -5.31); Sum += (ab_true[index] || true ? -5.31 : local_double); Sum += (ab_true[index] || true ? -5.31 : static_field_double); Sum += (ab_true[index] || true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || true ? -5.31 : ab[index]); Sum += (ab_true[index] || true ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || true ? local_double : 3.1); Sum += (ab_true[index] || true ? local_double : -5.31); Sum += (ab_true[index] || true ? local_double : local_double); Sum += (ab_true[index] || true ? local_double : static_field_double); return Sum; } static double Sub_Funclet_385() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? local_double : t1_i.mfd); Sum += (ab_true[index] || true ? local_double : simple_func_double()); Sum += (ab_true[index] || true ? local_double : ab[index]); Sum += (ab_true[index] || true ? local_double : ab[index - 1]); Sum += (ab_true[index] || true ? static_field_double : 3.1); Sum += (ab_true[index] || true ? static_field_double : -5.31); Sum += (ab_true[index] || true ? static_field_double : local_double); Sum += (ab_true[index] || true ? static_field_double : static_field_double); Sum += (ab_true[index] || true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || true ? static_field_double : ab[index]); Sum += (ab_true[index] || true ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || true ? t1_i.mfd : local_double); Sum += (ab_true[index] || true ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || true ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_386() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? simple_func_double() : 3.1); Sum += (ab_true[index] || true ? simple_func_double() : -5.31); Sum += (ab_true[index] || true ? simple_func_double() : local_double); Sum += (ab_true[index] || true ? simple_func_double() : static_field_double); Sum += (ab_true[index] || true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || true ? ab[index] : 3.1); Sum += (ab_true[index] || true ? ab[index] : -5.31); Sum += (ab_true[index] || true ? ab[index] : local_double); Sum += (ab_true[index] || true ? ab[index] : static_field_double); Sum += (ab_true[index] || true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || true ? ab[index] : ab[index]); Sum += (ab_true[index] || true ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || true ? ab[index - 1] : local_double); Sum += (ab_true[index] || true ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_387() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || true ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || false ? 3.1 : 3.1); Sum += (ab_true[index] || false ? 3.1 : -5.31); Sum += (ab_true[index] || false ? 3.1 : local_double); Sum += (ab_true[index] || false ? 3.1 : static_field_double); Sum += (ab_true[index] || false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || false ? 3.1 : ab[index]); Sum += (ab_true[index] || false ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || false ? -5.31 : 3.1); Sum += (ab_true[index] || false ? -5.31 : -5.31); Sum += (ab_true[index] || false ? -5.31 : local_double); Sum += (ab_true[index] || false ? -5.31 : static_field_double); Sum += (ab_true[index] || false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || false ? -5.31 : ab[index]); Sum += (ab_true[index] || false ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_388() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || false ? local_double : 3.1); Sum += (ab_true[index] || false ? local_double : -5.31); Sum += (ab_true[index] || false ? local_double : local_double); Sum += (ab_true[index] || false ? local_double : static_field_double); Sum += (ab_true[index] || false ? local_double : t1_i.mfd); Sum += (ab_true[index] || false ? local_double : simple_func_double()); Sum += (ab_true[index] || false ? local_double : ab[index]); Sum += (ab_true[index] || false ? local_double : ab[index - 1]); Sum += (ab_true[index] || false ? static_field_double : 3.1); Sum += (ab_true[index] || false ? static_field_double : -5.31); Sum += (ab_true[index] || false ? static_field_double : local_double); Sum += (ab_true[index] || false ? static_field_double : static_field_double); Sum += (ab_true[index] || false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || false ? static_field_double : ab[index]); Sum += (ab_true[index] || false ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || false ? t1_i.mfd : local_double); Sum += (ab_true[index] || false ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_389() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || false ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || false ? simple_func_double() : 3.1); Sum += (ab_true[index] || false ? simple_func_double() : -5.31); Sum += (ab_true[index] || false ? simple_func_double() : local_double); Sum += (ab_true[index] || false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || false ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || false ? ab[index] : 3.1); Sum += (ab_true[index] || false ? ab[index] : -5.31); Sum += (ab_true[index] || false ? ab[index] : local_double); Sum += (ab_true[index] || false ? ab[index] : static_field_double); Sum += (ab_true[index] || false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || false ? ab[index] : ab[index]); Sum += (ab_true[index] || false ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_390() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || false ? ab[index - 1] : local_double); Sum += (ab_true[index] || false ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || lb_true ? 3.1 : 3.1); Sum += (ab_true[index] || lb_true ? 3.1 : -5.31); Sum += (ab_true[index] || lb_true ? 3.1 : local_double); Sum += (ab_true[index] || lb_true ? 3.1 : static_field_double); Sum += (ab_true[index] || lb_true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || lb_true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || lb_true ? 3.1 : ab[index]); Sum += (ab_true[index] || lb_true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || lb_true ? -5.31 : 3.1); Sum += (ab_true[index] || lb_true ? -5.31 : -5.31); Sum += (ab_true[index] || lb_true ? -5.31 : local_double); Sum += (ab_true[index] || lb_true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_391() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || lb_true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || lb_true ? -5.31 : ab[index]); Sum += (ab_true[index] || lb_true ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || lb_true ? local_double : 3.1); Sum += (ab_true[index] || lb_true ? local_double : -5.31); Sum += (ab_true[index] || lb_true ? local_double : local_double); Sum += (ab_true[index] || lb_true ? local_double : static_field_double); Sum += (ab_true[index] || lb_true ? local_double : t1_i.mfd); Sum += (ab_true[index] || lb_true ? local_double : simple_func_double()); Sum += (ab_true[index] || lb_true ? local_double : ab[index]); Sum += (ab_true[index] || lb_true ? local_double : ab[index - 1]); Sum += (ab_true[index] || lb_true ? static_field_double : 3.1); Sum += (ab_true[index] || lb_true ? static_field_double : -5.31); Sum += (ab_true[index] || lb_true ? static_field_double : local_double); Sum += (ab_true[index] || lb_true ? static_field_double : static_field_double); Sum += (ab_true[index] || lb_true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || lb_true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || lb_true ? static_field_double : ab[index]); Sum += (ab_true[index] || lb_true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_392() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || lb_true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || lb_true ? t1_i.mfd : local_double); Sum += (ab_true[index] || lb_true ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || lb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || lb_true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || lb_true ? simple_func_double() : 3.1); Sum += (ab_true[index] || lb_true ? simple_func_double() : -5.31); Sum += (ab_true[index] || lb_true ? simple_func_double() : local_double); Sum += (ab_true[index] || lb_true ? simple_func_double() : static_field_double); Sum += (ab_true[index] || lb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || lb_true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || lb_true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || lb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || lb_true ? ab[index] : 3.1); Sum += (ab_true[index] || lb_true ? ab[index] : -5.31); Sum += (ab_true[index] || lb_true ? ab[index] : local_double); Sum += (ab_true[index] || lb_true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_393() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || lb_true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || lb_true ? ab[index] : ab[index]); Sum += (ab_true[index] || lb_true ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || lb_true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || lb_true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || lb_true ? ab[index - 1] : local_double); Sum += (ab_true[index] || lb_true ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || lb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || lb_true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || lb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || lb_false ? 3.1 : 3.1); Sum += (ab_true[index] || lb_false ? 3.1 : -5.31); Sum += (ab_true[index] || lb_false ? 3.1 : local_double); Sum += (ab_true[index] || lb_false ? 3.1 : static_field_double); Sum += (ab_true[index] || lb_false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || lb_false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || lb_false ? 3.1 : ab[index]); Sum += (ab_true[index] || lb_false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_394() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_false ? -5.31 : 3.1); Sum += (ab_true[index] || lb_false ? -5.31 : -5.31); Sum += (ab_true[index] || lb_false ? -5.31 : local_double); Sum += (ab_true[index] || lb_false ? -5.31 : static_field_double); Sum += (ab_true[index] || lb_false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || lb_false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || lb_false ? -5.31 : ab[index]); Sum += (ab_true[index] || lb_false ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || lb_false ? local_double : 3.1); Sum += (ab_true[index] || lb_false ? local_double : -5.31); Sum += (ab_true[index] || lb_false ? local_double : local_double); Sum += (ab_true[index] || lb_false ? local_double : static_field_double); Sum += (ab_true[index] || lb_false ? local_double : t1_i.mfd); Sum += (ab_true[index] || lb_false ? local_double : simple_func_double()); Sum += (ab_true[index] || lb_false ? local_double : ab[index]); Sum += (ab_true[index] || lb_false ? local_double : ab[index - 1]); Sum += (ab_true[index] || lb_false ? static_field_double : 3.1); Sum += (ab_true[index] || lb_false ? static_field_double : -5.31); Sum += (ab_true[index] || lb_false ? static_field_double : local_double); Sum += (ab_true[index] || lb_false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_395() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || lb_false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || lb_false ? static_field_double : ab[index]); Sum += (ab_true[index] || lb_false ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || lb_false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || lb_false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || lb_false ? t1_i.mfd : local_double); Sum += (ab_true[index] || lb_false ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || lb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || lb_false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || lb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || lb_false ? simple_func_double() : 3.1); Sum += (ab_true[index] || lb_false ? simple_func_double() : -5.31); Sum += (ab_true[index] || lb_false ? simple_func_double() : local_double); Sum += (ab_true[index] || lb_false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || lb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || lb_false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || lb_false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || lb_false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_396() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || lb_false ? ab[index] : 3.1); Sum += (ab_true[index] || lb_false ? ab[index] : -5.31); Sum += (ab_true[index] || lb_false ? ab[index] : local_double); Sum += (ab_true[index] || lb_false ? ab[index] : static_field_double); Sum += (ab_true[index] || lb_false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || lb_false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || lb_false ? ab[index] : ab[index]); Sum += (ab_true[index] || lb_false ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || lb_false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || lb_false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || lb_false ? ab[index - 1] : local_double); Sum += (ab_true[index] || lb_false ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || lb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || lb_false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? 3.1 : 3.1); Sum += (ab_true[index] || sfb_true ? 3.1 : -5.31); Sum += (ab_true[index] || sfb_true ? 3.1 : local_double); Sum += (ab_true[index] || sfb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_397() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || sfb_true ? 3.1 : ab[index]); Sum += (ab_true[index] || sfb_true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? -5.31 : 3.1); Sum += (ab_true[index] || sfb_true ? -5.31 : -5.31); Sum += (ab_true[index] || sfb_true ? -5.31 : local_double); Sum += (ab_true[index] || sfb_true ? -5.31 : static_field_double); Sum += (ab_true[index] || sfb_true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || sfb_true ? -5.31 : ab[index]); Sum += (ab_true[index] || sfb_true ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? local_double : 3.1); Sum += (ab_true[index] || sfb_true ? local_double : -5.31); Sum += (ab_true[index] || sfb_true ? local_double : local_double); Sum += (ab_true[index] || sfb_true ? local_double : static_field_double); Sum += (ab_true[index] || sfb_true ? local_double : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? local_double : simple_func_double()); Sum += (ab_true[index] || sfb_true ? local_double : ab[index]); Sum += (ab_true[index] || sfb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_398() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_true ? static_field_double : 3.1); Sum += (ab_true[index] || sfb_true ? static_field_double : -5.31); Sum += (ab_true[index] || sfb_true ? static_field_double : local_double); Sum += (ab_true[index] || sfb_true ? static_field_double : static_field_double); Sum += (ab_true[index] || sfb_true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || sfb_true ? static_field_double : ab[index]); Sum += (ab_true[index] || sfb_true ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : local_double); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? simple_func_double() : 3.1); Sum += (ab_true[index] || sfb_true ? simple_func_double() : -5.31); Sum += (ab_true[index] || sfb_true ? simple_func_double() : local_double); Sum += (ab_true[index] || sfb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_399() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || sfb_true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? ab[index] : 3.1); Sum += (ab_true[index] || sfb_true ? ab[index] : -5.31); Sum += (ab_true[index] || sfb_true ? ab[index] : local_double); Sum += (ab_true[index] || sfb_true ? ab[index] : static_field_double); Sum += (ab_true[index] || sfb_true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || sfb_true ? ab[index] : ab[index]); Sum += (ab_true[index] || sfb_true ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : local_double); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || sfb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_400() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? 3.1 : 3.1); Sum += (ab_true[index] || sfb_false ? 3.1 : -5.31); Sum += (ab_true[index] || sfb_false ? 3.1 : local_double); Sum += (ab_true[index] || sfb_false ? 3.1 : static_field_double); Sum += (ab_true[index] || sfb_false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || sfb_false ? 3.1 : ab[index]); Sum += (ab_true[index] || sfb_false ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? -5.31 : 3.1); Sum += (ab_true[index] || sfb_false ? -5.31 : -5.31); Sum += (ab_true[index] || sfb_false ? -5.31 : local_double); Sum += (ab_true[index] || sfb_false ? -5.31 : static_field_double); Sum += (ab_true[index] || sfb_false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || sfb_false ? -5.31 : ab[index]); Sum += (ab_true[index] || sfb_false ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? local_double : 3.1); Sum += (ab_true[index] || sfb_false ? local_double : -5.31); Sum += (ab_true[index] || sfb_false ? local_double : local_double); Sum += (ab_true[index] || sfb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_401() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? local_double : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? local_double : simple_func_double()); Sum += (ab_true[index] || sfb_false ? local_double : ab[index]); Sum += (ab_true[index] || sfb_false ? local_double : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? static_field_double : 3.1); Sum += (ab_true[index] || sfb_false ? static_field_double : -5.31); Sum += (ab_true[index] || sfb_false ? static_field_double : local_double); Sum += (ab_true[index] || sfb_false ? static_field_double : static_field_double); Sum += (ab_true[index] || sfb_false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || sfb_false ? static_field_double : ab[index]); Sum += (ab_true[index] || sfb_false ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : local_double); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || sfb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_402() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? simple_func_double() : 3.1); Sum += (ab_true[index] || sfb_false ? simple_func_double() : -5.31); Sum += (ab_true[index] || sfb_false ? simple_func_double() : local_double); Sum += (ab_true[index] || sfb_false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || sfb_false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? ab[index] : 3.1); Sum += (ab_true[index] || sfb_false ? ab[index] : -5.31); Sum += (ab_true[index] || sfb_false ? ab[index] : local_double); Sum += (ab_true[index] || sfb_false ? ab[index] : static_field_double); Sum += (ab_true[index] || sfb_false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || sfb_false ? ab[index] : ab[index]); Sum += (ab_true[index] || sfb_false ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : local_double); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_403() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_404() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_true ? local_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_405() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_406() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_407() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? local_double : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_408() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_409() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? 3.1 : 3.1); Sum += (ab_true[index] || func_sb_true() ? 3.1 : -5.31); Sum += (ab_true[index] || func_sb_true() ? 3.1 : local_double); Sum += (ab_true[index] || func_sb_true() ? 3.1 : static_field_double); Sum += (ab_true[index] || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? 3.1 : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? 3.1 : ab[index]); Sum += (ab_true[index] || func_sb_true() ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_410() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_true() ? -5.31 : 3.1); Sum += (ab_true[index] || func_sb_true() ? -5.31 : -5.31); Sum += (ab_true[index] || func_sb_true() ? -5.31 : local_double); Sum += (ab_true[index] || func_sb_true() ? -5.31 : static_field_double); Sum += (ab_true[index] || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? -5.31 : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? -5.31 : ab[index]); Sum += (ab_true[index] || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? local_double : 3.1); Sum += (ab_true[index] || func_sb_true() ? local_double : -5.31); Sum += (ab_true[index] || func_sb_true() ? local_double : local_double); Sum += (ab_true[index] || func_sb_true() ? local_double : static_field_double); Sum += (ab_true[index] || func_sb_true() ? local_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? local_double : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? local_double : ab[index]); Sum += (ab_true[index] || func_sb_true() ? local_double : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? static_field_double : 3.1); Sum += (ab_true[index] || func_sb_true() ? static_field_double : -5.31); Sum += (ab_true[index] || func_sb_true() ? static_field_double : local_double); Sum += (ab_true[index] || func_sb_true() ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_411() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? static_field_double : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? static_field_double : ab[index]); Sum += (ab_true[index] || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : 3.1); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : -5.31); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : local_double); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || func_sb_true() ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : 3.1); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : -5.31); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : local_double); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : static_field_double); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : ab[index]); Sum += (ab_true[index] || func_sb_true() ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_412() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_true() ? ab[index] : 3.1); Sum += (ab_true[index] || func_sb_true() ? ab[index] : -5.31); Sum += (ab_true[index] || func_sb_true() ? ab[index] : local_double); Sum += (ab_true[index] || func_sb_true() ? ab[index] : static_field_double); Sum += (ab_true[index] || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? ab[index] : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? ab[index] : ab[index]); Sum += (ab_true[index] || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : 3.1); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : -5.31); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : local_double); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? 3.1 : 3.1); Sum += (ab_true[index] || func_sb_false() ? 3.1 : -5.31); Sum += (ab_true[index] || func_sb_false() ? 3.1 : local_double); Sum += (ab_true[index] || func_sb_false() ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_413() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? 3.1 : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? 3.1 : ab[index]); Sum += (ab_true[index] || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? -5.31 : 3.1); Sum += (ab_true[index] || func_sb_false() ? -5.31 : -5.31); Sum += (ab_true[index] || func_sb_false() ? -5.31 : local_double); Sum += (ab_true[index] || func_sb_false() ? -5.31 : static_field_double); Sum += (ab_true[index] || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? -5.31 : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? -5.31 : ab[index]); Sum += (ab_true[index] || func_sb_false() ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? local_double : 3.1); Sum += (ab_true[index] || func_sb_false() ? local_double : -5.31); Sum += (ab_true[index] || func_sb_false() ? local_double : local_double); Sum += (ab_true[index] || func_sb_false() ? local_double : static_field_double); Sum += (ab_true[index] || func_sb_false() ? local_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? local_double : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? local_double : ab[index]); Sum += (ab_true[index] || func_sb_false() ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_414() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_false() ? static_field_double : 3.1); Sum += (ab_true[index] || func_sb_false() ? static_field_double : -5.31); Sum += (ab_true[index] || func_sb_false() ? static_field_double : local_double); Sum += (ab_true[index] || func_sb_false() ? static_field_double : static_field_double); Sum += (ab_true[index] || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? static_field_double : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? static_field_double : ab[index]); Sum += (ab_true[index] || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : 3.1); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : -5.31); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : local_double); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : 3.1); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : -5.31); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : local_double); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_415() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : ab[index]); Sum += (ab_true[index] || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? ab[index] : 3.1); Sum += (ab_true[index] || func_sb_false() ? ab[index] : -5.31); Sum += (ab_true[index] || func_sb_false() ? ab[index] : local_double); Sum += (ab_true[index] || func_sb_false() ? ab[index] : static_field_double); Sum += (ab_true[index] || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? ab[index] : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? ab[index] : ab[index]); Sum += (ab_true[index] || func_sb_false() ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : 3.1); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : -5.31); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : local_double); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || func_sb_false() ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_416() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? 3.1 : 3.1); Sum += (ab_true[index] || ab_true[index] ? 3.1 : -5.31); Sum += (ab_true[index] || ab_true[index] ? 3.1 : local_double); Sum += (ab_true[index] || ab_true[index] ? 3.1 : static_field_double); Sum += (ab_true[index] || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? 3.1 : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? 3.1 : ab[index]); Sum += (ab_true[index] || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? -5.31 : 3.1); Sum += (ab_true[index] || ab_true[index] ? -5.31 : -5.31); Sum += (ab_true[index] || ab_true[index] ? -5.31 : local_double); Sum += (ab_true[index] || ab_true[index] ? -5.31 : static_field_double); Sum += (ab_true[index] || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? -5.31 : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? -5.31 : ab[index]); Sum += (ab_true[index] || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? local_double : 3.1); Sum += (ab_true[index] || ab_true[index] ? local_double : -5.31); Sum += (ab_true[index] || ab_true[index] ? local_double : local_double); Sum += (ab_true[index] || ab_true[index] ? local_double : static_field_double); return Sum; } static double Sub_Funclet_417() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? local_double : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? local_double : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? local_double : ab[index]); Sum += (ab_true[index] || ab_true[index] ? local_double : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? static_field_double : 3.1); Sum += (ab_true[index] || ab_true[index] ? static_field_double : -5.31); Sum += (ab_true[index] || ab_true[index] ? static_field_double : local_double); Sum += (ab_true[index] || ab_true[index] ? static_field_double : static_field_double); Sum += (ab_true[index] || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? static_field_double : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? static_field_double : ab[index]); Sum += (ab_true[index] || ab_true[index] ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : 3.1); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : -5.31); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : local_double); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || ab_true[index] ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_418() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : 3.1); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : -5.31); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : local_double); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : static_field_double); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : ab[index]); Sum += (ab_true[index] || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? ab[index] : 3.1); Sum += (ab_true[index] || ab_true[index] ? ab[index] : -5.31); Sum += (ab_true[index] || ab_true[index] ? ab[index] : local_double); Sum += (ab_true[index] || ab_true[index] ? ab[index] : static_field_double); Sum += (ab_true[index] || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? ab[index] : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? ab[index] : ab[index]); Sum += (ab_true[index] || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : 3.1); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : -5.31); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : local_double); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_419() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? 3.1 : 3.1); Sum += (ab_true[index] || ab_false[index] ? 3.1 : -5.31); Sum += (ab_true[index] || ab_false[index] ? 3.1 : local_double); Sum += (ab_true[index] || ab_false[index] ? 3.1 : static_field_double); Sum += (ab_true[index] || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? 3.1 : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? 3.1 : ab[index]); Sum += (ab_true[index] || ab_false[index] ? 3.1 : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? -5.31 : 3.1); Sum += (ab_true[index] || ab_false[index] ? -5.31 : -5.31); Sum += (ab_true[index] || ab_false[index] ? -5.31 : local_double); Sum += (ab_true[index] || ab_false[index] ? -5.31 : static_field_double); Sum += (ab_true[index] || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? -5.31 : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? -5.31 : ab[index]); Sum += (ab_true[index] || ab_false[index] ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_420() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_false[index] ? local_double : 3.1); Sum += (ab_true[index] || ab_false[index] ? local_double : -5.31); Sum += (ab_true[index] || ab_false[index] ? local_double : local_double); Sum += (ab_true[index] || ab_false[index] ? local_double : static_field_double); Sum += (ab_true[index] || ab_false[index] ? local_double : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? local_double : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? local_double : ab[index]); Sum += (ab_true[index] || ab_false[index] ? local_double : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? static_field_double : 3.1); Sum += (ab_true[index] || ab_false[index] ? static_field_double : -5.31); Sum += (ab_true[index] || ab_false[index] ? static_field_double : local_double); Sum += (ab_true[index] || ab_false[index] ? static_field_double : static_field_double); Sum += (ab_true[index] || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? static_field_double : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? static_field_double : ab[index]); Sum += (ab_true[index] || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : 3.1); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : -5.31); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : local_double); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_421() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (ab_true[index] || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : 3.1); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : -5.31); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : local_double); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : static_field_double); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : ab[index]); Sum += (ab_true[index] || ab_false[index] ? simple_func_double() : ab[index - 1]); Sum += (ab_true[index] || ab_false[index] ? ab[index] : 3.1); Sum += (ab_true[index] || ab_false[index] ? ab[index] : -5.31); Sum += (ab_true[index] || ab_false[index] ? ab[index] : local_double); Sum += (ab_true[index] || ab_false[index] ? ab[index] : static_field_double); Sum += (ab_true[index] || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? ab[index] : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? ab[index] : ab[index]); Sum += (ab_true[index] || ab_false[index] ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_422() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : 3.1); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : -5.31); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : local_double); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (ab_true[index] || ab_false[index] ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || true ? 3.1 : 3.1); Sum += (ab_false[index] || true ? 3.1 : -5.31); Sum += (ab_false[index] || true ? 3.1 : local_double); Sum += (ab_false[index] || true ? 3.1 : static_field_double); Sum += (ab_false[index] || true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || true ? 3.1 : ab[index]); Sum += (ab_false[index] || true ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || true ? -5.31 : 3.1); Sum += (ab_false[index] || true ? -5.31 : -5.31); Sum += (ab_false[index] || true ? -5.31 : local_double); Sum += (ab_false[index] || true ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_423() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || true ? -5.31 : ab[index]); Sum += (ab_false[index] || true ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || true ? local_double : 3.1); Sum += (ab_false[index] || true ? local_double : -5.31); Sum += (ab_false[index] || true ? local_double : local_double); Sum += (ab_false[index] || true ? local_double : static_field_double); Sum += (ab_false[index] || true ? local_double : t1_i.mfd); Sum += (ab_false[index] || true ? local_double : simple_func_double()); Sum += (ab_false[index] || true ? local_double : ab[index]); Sum += (ab_false[index] || true ? local_double : ab[index - 1]); Sum += (ab_false[index] || true ? static_field_double : 3.1); Sum += (ab_false[index] || true ? static_field_double : -5.31); Sum += (ab_false[index] || true ? static_field_double : local_double); Sum += (ab_false[index] || true ? static_field_double : static_field_double); Sum += (ab_false[index] || true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || true ? static_field_double : ab[index]); Sum += (ab_false[index] || true ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_424() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || true ? t1_i.mfd : local_double); Sum += (ab_false[index] || true ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || true ? simple_func_double() : 3.1); Sum += (ab_false[index] || true ? simple_func_double() : -5.31); Sum += (ab_false[index] || true ? simple_func_double() : local_double); Sum += (ab_false[index] || true ? simple_func_double() : static_field_double); Sum += (ab_false[index] || true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || true ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || true ? ab[index] : 3.1); Sum += (ab_false[index] || true ? ab[index] : -5.31); Sum += (ab_false[index] || true ? ab[index] : local_double); Sum += (ab_false[index] || true ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_425() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || true ? ab[index] : ab[index]); Sum += (ab_false[index] || true ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || true ? ab[index - 1] : local_double); Sum += (ab_false[index] || true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || true ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || false ? 3.1 : 3.1); Sum += (ab_false[index] || false ? 3.1 : -5.31); Sum += (ab_false[index] || false ? 3.1 : local_double); Sum += (ab_false[index] || false ? 3.1 : static_field_double); Sum += (ab_false[index] || false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || false ? 3.1 : ab[index]); Sum += (ab_false[index] || false ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_426() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || false ? -5.31 : 3.1); Sum += (ab_false[index] || false ? -5.31 : -5.31); Sum += (ab_false[index] || false ? -5.31 : local_double); Sum += (ab_false[index] || false ? -5.31 : static_field_double); Sum += (ab_false[index] || false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || false ? -5.31 : ab[index]); Sum += (ab_false[index] || false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || false ? local_double : 3.1); Sum += (ab_false[index] || false ? local_double : -5.31); Sum += (ab_false[index] || false ? local_double : local_double); Sum += (ab_false[index] || false ? local_double : static_field_double); Sum += (ab_false[index] || false ? local_double : t1_i.mfd); Sum += (ab_false[index] || false ? local_double : simple_func_double()); Sum += (ab_false[index] || false ? local_double : ab[index]); Sum += (ab_false[index] || false ? local_double : ab[index - 1]); Sum += (ab_false[index] || false ? static_field_double : 3.1); Sum += (ab_false[index] || false ? static_field_double : -5.31); Sum += (ab_false[index] || false ? static_field_double : local_double); Sum += (ab_false[index] || false ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_427() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || false ? static_field_double : ab[index]); Sum += (ab_false[index] || false ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || false ? t1_i.mfd : local_double); Sum += (ab_false[index] || false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || false ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || false ? simple_func_double() : 3.1); Sum += (ab_false[index] || false ? simple_func_double() : -5.31); Sum += (ab_false[index] || false ? simple_func_double() : local_double); Sum += (ab_false[index] || false ? simple_func_double() : static_field_double); Sum += (ab_false[index] || false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || false ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_428() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || false ? ab[index] : 3.1); Sum += (ab_false[index] || false ? ab[index] : -5.31); Sum += (ab_false[index] || false ? ab[index] : local_double); Sum += (ab_false[index] || false ? ab[index] : static_field_double); Sum += (ab_false[index] || false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || false ? ab[index] : ab[index]); Sum += (ab_false[index] || false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || false ? ab[index - 1] : local_double); Sum += (ab_false[index] || false ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || false ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || lb_true ? 3.1 : 3.1); Sum += (ab_false[index] || lb_true ? 3.1 : -5.31); Sum += (ab_false[index] || lb_true ? 3.1 : local_double); Sum += (ab_false[index] || lb_true ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_429() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || lb_true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || lb_true ? 3.1 : ab[index]); Sum += (ab_false[index] || lb_true ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || lb_true ? -5.31 : 3.1); Sum += (ab_false[index] || lb_true ? -5.31 : -5.31); Sum += (ab_false[index] || lb_true ? -5.31 : local_double); Sum += (ab_false[index] || lb_true ? -5.31 : static_field_double); Sum += (ab_false[index] || lb_true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || lb_true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || lb_true ? -5.31 : ab[index]); Sum += (ab_false[index] || lb_true ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || lb_true ? local_double : 3.1); Sum += (ab_false[index] || lb_true ? local_double : -5.31); Sum += (ab_false[index] || lb_true ? local_double : local_double); Sum += (ab_false[index] || lb_true ? local_double : static_field_double); Sum += (ab_false[index] || lb_true ? local_double : t1_i.mfd); Sum += (ab_false[index] || lb_true ? local_double : simple_func_double()); Sum += (ab_false[index] || lb_true ? local_double : ab[index]); Sum += (ab_false[index] || lb_true ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_430() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_true ? static_field_double : 3.1); Sum += (ab_false[index] || lb_true ? static_field_double : -5.31); Sum += (ab_false[index] || lb_true ? static_field_double : local_double); Sum += (ab_false[index] || lb_true ? static_field_double : static_field_double); Sum += (ab_false[index] || lb_true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || lb_true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || lb_true ? static_field_double : ab[index]); Sum += (ab_false[index] || lb_true ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || lb_true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || lb_true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || lb_true ? t1_i.mfd : local_double); Sum += (ab_false[index] || lb_true ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || lb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || lb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || lb_true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || lb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || lb_true ? simple_func_double() : 3.1); Sum += (ab_false[index] || lb_true ? simple_func_double() : -5.31); Sum += (ab_false[index] || lb_true ? simple_func_double() : local_double); Sum += (ab_false[index] || lb_true ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_431() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || lb_true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || lb_true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || lb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || lb_true ? ab[index] : 3.1); Sum += (ab_false[index] || lb_true ? ab[index] : -5.31); Sum += (ab_false[index] || lb_true ? ab[index] : local_double); Sum += (ab_false[index] || lb_true ? ab[index] : static_field_double); Sum += (ab_false[index] || lb_true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || lb_true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || lb_true ? ab[index] : ab[index]); Sum += (ab_false[index] || lb_true ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || lb_true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || lb_true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || lb_true ? ab[index - 1] : local_double); Sum += (ab_false[index] || lb_true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || lb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || lb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || lb_true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || lb_true ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_432() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? 3.1 : 3.1); Sum += (ab_false[index] || lb_false ? 3.1 : -5.31); Sum += (ab_false[index] || lb_false ? 3.1 : local_double); Sum += (ab_false[index] || lb_false ? 3.1 : static_field_double); Sum += (ab_false[index] || lb_false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || lb_false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || lb_false ? 3.1 : ab[index]); Sum += (ab_false[index] || lb_false ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || lb_false ? -5.31 : 3.1); Sum += (ab_false[index] || lb_false ? -5.31 : -5.31); Sum += (ab_false[index] || lb_false ? -5.31 : local_double); Sum += (ab_false[index] || lb_false ? -5.31 : static_field_double); Sum += (ab_false[index] || lb_false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || lb_false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || lb_false ? -5.31 : ab[index]); Sum += (ab_false[index] || lb_false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || lb_false ? local_double : 3.1); Sum += (ab_false[index] || lb_false ? local_double : -5.31); Sum += (ab_false[index] || lb_false ? local_double : local_double); Sum += (ab_false[index] || lb_false ? local_double : static_field_double); return Sum; } static double Sub_Funclet_433() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? local_double : t1_i.mfd); Sum += (ab_false[index] || lb_false ? local_double : simple_func_double()); Sum += (ab_false[index] || lb_false ? local_double : ab[index]); Sum += (ab_false[index] || lb_false ? local_double : ab[index - 1]); Sum += (ab_false[index] || lb_false ? static_field_double : 3.1); Sum += (ab_false[index] || lb_false ? static_field_double : -5.31); Sum += (ab_false[index] || lb_false ? static_field_double : local_double); Sum += (ab_false[index] || lb_false ? static_field_double : static_field_double); Sum += (ab_false[index] || lb_false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || lb_false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || lb_false ? static_field_double : ab[index]); Sum += (ab_false[index] || lb_false ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || lb_false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || lb_false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || lb_false ? t1_i.mfd : local_double); Sum += (ab_false[index] || lb_false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || lb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || lb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || lb_false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || lb_false ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_434() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? simple_func_double() : 3.1); Sum += (ab_false[index] || lb_false ? simple_func_double() : -5.31); Sum += (ab_false[index] || lb_false ? simple_func_double() : local_double); Sum += (ab_false[index] || lb_false ? simple_func_double() : static_field_double); Sum += (ab_false[index] || lb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || lb_false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || lb_false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || lb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || lb_false ? ab[index] : 3.1); Sum += (ab_false[index] || lb_false ? ab[index] : -5.31); Sum += (ab_false[index] || lb_false ? ab[index] : local_double); Sum += (ab_false[index] || lb_false ? ab[index] : static_field_double); Sum += (ab_false[index] || lb_false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || lb_false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || lb_false ? ab[index] : ab[index]); Sum += (ab_false[index] || lb_false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || lb_false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || lb_false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || lb_false ? ab[index - 1] : local_double); Sum += (ab_false[index] || lb_false ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_435() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || lb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || lb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || lb_false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || lb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? 3.1 : 3.1); Sum += (ab_false[index] || sfb_true ? 3.1 : -5.31); Sum += (ab_false[index] || sfb_true ? 3.1 : local_double); Sum += (ab_false[index] || sfb_true ? 3.1 : static_field_double); Sum += (ab_false[index] || sfb_true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || sfb_true ? 3.1 : ab[index]); Sum += (ab_false[index] || sfb_true ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? -5.31 : 3.1); Sum += (ab_false[index] || sfb_true ? -5.31 : -5.31); Sum += (ab_false[index] || sfb_true ? -5.31 : local_double); Sum += (ab_false[index] || sfb_true ? -5.31 : static_field_double); Sum += (ab_false[index] || sfb_true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || sfb_true ? -5.31 : ab[index]); Sum += (ab_false[index] || sfb_true ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_436() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_true ? local_double : 3.1); Sum += (ab_false[index] || sfb_true ? local_double : -5.31); Sum += (ab_false[index] || sfb_true ? local_double : local_double); Sum += (ab_false[index] || sfb_true ? local_double : static_field_double); Sum += (ab_false[index] || sfb_true ? local_double : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? local_double : simple_func_double()); Sum += (ab_false[index] || sfb_true ? local_double : ab[index]); Sum += (ab_false[index] || sfb_true ? local_double : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? static_field_double : 3.1); Sum += (ab_false[index] || sfb_true ? static_field_double : -5.31); Sum += (ab_false[index] || sfb_true ? static_field_double : local_double); Sum += (ab_false[index] || sfb_true ? static_field_double : static_field_double); Sum += (ab_false[index] || sfb_true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || sfb_true ? static_field_double : ab[index]); Sum += (ab_false[index] || sfb_true ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : local_double); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_437() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || sfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? simple_func_double() : 3.1); Sum += (ab_false[index] || sfb_true ? simple_func_double() : -5.31); Sum += (ab_false[index] || sfb_true ? simple_func_double() : local_double); Sum += (ab_false[index] || sfb_true ? simple_func_double() : static_field_double); Sum += (ab_false[index] || sfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || sfb_true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || sfb_true ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || sfb_true ? ab[index] : 3.1); Sum += (ab_false[index] || sfb_true ? ab[index] : -5.31); Sum += (ab_false[index] || sfb_true ? ab[index] : local_double); Sum += (ab_false[index] || sfb_true ? ab[index] : static_field_double); Sum += (ab_false[index] || sfb_true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || sfb_true ? ab[index] : ab[index]); Sum += (ab_false[index] || sfb_true ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_438() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : local_double); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || sfb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? 3.1 : 3.1); Sum += (ab_false[index] || sfb_false ? 3.1 : -5.31); Sum += (ab_false[index] || sfb_false ? 3.1 : local_double); Sum += (ab_false[index] || sfb_false ? 3.1 : static_field_double); Sum += (ab_false[index] || sfb_false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || sfb_false ? 3.1 : ab[index]); Sum += (ab_false[index] || sfb_false ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? -5.31 : 3.1); Sum += (ab_false[index] || sfb_false ? -5.31 : -5.31); Sum += (ab_false[index] || sfb_false ? -5.31 : local_double); Sum += (ab_false[index] || sfb_false ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_439() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || sfb_false ? -5.31 : ab[index]); Sum += (ab_false[index] || sfb_false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? local_double : 3.1); Sum += (ab_false[index] || sfb_false ? local_double : -5.31); Sum += (ab_false[index] || sfb_false ? local_double : local_double); Sum += (ab_false[index] || sfb_false ? local_double : static_field_double); Sum += (ab_false[index] || sfb_false ? local_double : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? local_double : simple_func_double()); Sum += (ab_false[index] || sfb_false ? local_double : ab[index]); Sum += (ab_false[index] || sfb_false ? local_double : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? static_field_double : 3.1); Sum += (ab_false[index] || sfb_false ? static_field_double : -5.31); Sum += (ab_false[index] || sfb_false ? static_field_double : local_double); Sum += (ab_false[index] || sfb_false ? static_field_double : static_field_double); Sum += (ab_false[index] || sfb_false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || sfb_false ? static_field_double : ab[index]); Sum += (ab_false[index] || sfb_false ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_440() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : local_double); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || sfb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? simple_func_double() : 3.1); Sum += (ab_false[index] || sfb_false ? simple_func_double() : -5.31); Sum += (ab_false[index] || sfb_false ? simple_func_double() : local_double); Sum += (ab_false[index] || sfb_false ? simple_func_double() : static_field_double); Sum += (ab_false[index] || sfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || sfb_false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || sfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? ab[index] : 3.1); Sum += (ab_false[index] || sfb_false ? ab[index] : -5.31); Sum += (ab_false[index] || sfb_false ? ab[index] : local_double); Sum += (ab_false[index] || sfb_false ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_441() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || sfb_false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || sfb_false ? ab[index] : ab[index]); Sum += (ab_false[index] || sfb_false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : local_double); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || sfb_false ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_442() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? local_double : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_443() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_444() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : 3.1); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : -5.31); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : local_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_true ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : static_field_double); return Sum; } static double Sub_Funclet_445() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? local_double : ab[index - 1]); return Sum; } static double Sub_Funclet_446() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : static_field_double); return Sum; } static double Sub_Funclet_447() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : 3.1); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : -5.31); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : local_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || t1_i.mfb_false ? ab[index - 1] : ab[index - 1]); return Sum; } static double Sub_Funclet_448() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? 3.1 : 3.1); Sum += (ab_false[index] || func_sb_true() ? 3.1 : -5.31); Sum += (ab_false[index] || func_sb_true() ? 3.1 : local_double); Sum += (ab_false[index] || func_sb_true() ? 3.1 : static_field_double); Sum += (ab_false[index] || func_sb_true() ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? 3.1 : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? 3.1 : ab[index]); Sum += (ab_false[index] || func_sb_true() ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? -5.31 : 3.1); Sum += (ab_false[index] || func_sb_true() ? -5.31 : -5.31); Sum += (ab_false[index] || func_sb_true() ? -5.31 : local_double); Sum += (ab_false[index] || func_sb_true() ? -5.31 : static_field_double); Sum += (ab_false[index] || func_sb_true() ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? -5.31 : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? -5.31 : ab[index]); Sum += (ab_false[index] || func_sb_true() ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? local_double : 3.1); Sum += (ab_false[index] || func_sb_true() ? local_double : -5.31); Sum += (ab_false[index] || func_sb_true() ? local_double : local_double); Sum += (ab_false[index] || func_sb_true() ? local_double : static_field_double); return Sum; } static double Sub_Funclet_449() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? local_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? local_double : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? local_double : ab[index]); Sum += (ab_false[index] || func_sb_true() ? local_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? static_field_double : 3.1); Sum += (ab_false[index] || func_sb_true() ? static_field_double : -5.31); Sum += (ab_false[index] || func_sb_true() ? static_field_double : local_double); Sum += (ab_false[index] || func_sb_true() ? static_field_double : static_field_double); Sum += (ab_false[index] || func_sb_true() ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? static_field_double : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? static_field_double : ab[index]); Sum += (ab_false[index] || func_sb_true() ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : 3.1); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : -5.31); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : local_double); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || func_sb_true() ? t1_i.mfd : ab[index - 1]); return Sum; } static double Sub_Funclet_450() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : 3.1); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : -5.31); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : local_double); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : static_field_double); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : ab[index]); Sum += (ab_false[index] || func_sb_true() ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? ab[index] : 3.1); Sum += (ab_false[index] || func_sb_true() ? ab[index] : -5.31); Sum += (ab_false[index] || func_sb_true() ? ab[index] : local_double); Sum += (ab_false[index] || func_sb_true() ? ab[index] : static_field_double); Sum += (ab_false[index] || func_sb_true() ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? ab[index] : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? ab[index] : ab[index]); Sum += (ab_false[index] || func_sb_true() ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : 3.1); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : -5.31); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : local_double); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : static_field_double); return Sum; } static double Sub_Funclet_451() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || func_sb_true() ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? 3.1 : 3.1); Sum += (ab_false[index] || func_sb_false() ? 3.1 : -5.31); Sum += (ab_false[index] || func_sb_false() ? 3.1 : local_double); Sum += (ab_false[index] || func_sb_false() ? 3.1 : static_field_double); Sum += (ab_false[index] || func_sb_false() ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? 3.1 : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? 3.1 : ab[index]); Sum += (ab_false[index] || func_sb_false() ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? -5.31 : 3.1); Sum += (ab_false[index] || func_sb_false() ? -5.31 : -5.31); Sum += (ab_false[index] || func_sb_false() ? -5.31 : local_double); Sum += (ab_false[index] || func_sb_false() ? -5.31 : static_field_double); Sum += (ab_false[index] || func_sb_false() ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? -5.31 : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? -5.31 : ab[index]); Sum += (ab_false[index] || func_sb_false() ? -5.31 : ab[index - 1]); return Sum; } static double Sub_Funclet_452() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_false() ? local_double : 3.1); Sum += (ab_false[index] || func_sb_false() ? local_double : -5.31); Sum += (ab_false[index] || func_sb_false() ? local_double : local_double); Sum += (ab_false[index] || func_sb_false() ? local_double : static_field_double); Sum += (ab_false[index] || func_sb_false() ? local_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? local_double : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? local_double : ab[index]); Sum += (ab_false[index] || func_sb_false() ? local_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? static_field_double : 3.1); Sum += (ab_false[index] || func_sb_false() ? static_field_double : -5.31); Sum += (ab_false[index] || func_sb_false() ? static_field_double : local_double); Sum += (ab_false[index] || func_sb_false() ? static_field_double : static_field_double); Sum += (ab_false[index] || func_sb_false() ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? static_field_double : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? static_field_double : ab[index]); Sum += (ab_false[index] || func_sb_false() ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : 3.1); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : -5.31); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : local_double); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : static_field_double); return Sum; } static double Sub_Funclet_453() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || func_sb_false() ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : 3.1); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : -5.31); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : local_double); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : static_field_double); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : ab[index]); Sum += (ab_false[index] || func_sb_false() ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || func_sb_false() ? ab[index] : 3.1); Sum += (ab_false[index] || func_sb_false() ? ab[index] : -5.31); Sum += (ab_false[index] || func_sb_false() ? ab[index] : local_double); Sum += (ab_false[index] || func_sb_false() ? ab[index] : static_field_double); Sum += (ab_false[index] || func_sb_false() ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? ab[index] : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? ab[index] : ab[index]); Sum += (ab_false[index] || func_sb_false() ? ab[index] : ab[index - 1]); return Sum; } static double Sub_Funclet_454() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : 3.1); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : -5.31); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : local_double); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || func_sb_false() ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? 3.1 : 3.1); Sum += (ab_false[index] || ab_true[index] ? 3.1 : -5.31); Sum += (ab_false[index] || ab_true[index] ? 3.1 : local_double); Sum += (ab_false[index] || ab_true[index] ? 3.1 : static_field_double); Sum += (ab_false[index] || ab_true[index] ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? 3.1 : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? 3.1 : ab[index]); Sum += (ab_false[index] || ab_true[index] ? 3.1 : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? -5.31 : 3.1); Sum += (ab_false[index] || ab_true[index] ? -5.31 : -5.31); Sum += (ab_false[index] || ab_true[index] ? -5.31 : local_double); Sum += (ab_false[index] || ab_true[index] ? -5.31 : static_field_double); return Sum; } static double Sub_Funclet_455() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_true[index] ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? -5.31 : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? -5.31 : ab[index]); Sum += (ab_false[index] || ab_true[index] ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? local_double : 3.1); Sum += (ab_false[index] || ab_true[index] ? local_double : -5.31); Sum += (ab_false[index] || ab_true[index] ? local_double : local_double); Sum += (ab_false[index] || ab_true[index] ? local_double : static_field_double); Sum += (ab_false[index] || ab_true[index] ? local_double : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? local_double : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? local_double : ab[index]); Sum += (ab_false[index] || ab_true[index] ? local_double : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? static_field_double : 3.1); Sum += (ab_false[index] || ab_true[index] ? static_field_double : -5.31); Sum += (ab_false[index] || ab_true[index] ? static_field_double : local_double); Sum += (ab_false[index] || ab_true[index] ? static_field_double : static_field_double); Sum += (ab_false[index] || ab_true[index] ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? static_field_double : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? static_field_double : ab[index]); Sum += (ab_false[index] || ab_true[index] ? static_field_double : ab[index - 1]); return Sum; } static double Sub_Funclet_456() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : 3.1); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : -5.31); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : local_double); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || ab_true[index] ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : 3.1); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : -5.31); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : local_double); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : static_field_double); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : ab[index]); Sum += (ab_false[index] || ab_true[index] ? simple_func_double() : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? ab[index] : 3.1); Sum += (ab_false[index] || ab_true[index] ? ab[index] : -5.31); Sum += (ab_false[index] || ab_true[index] ? ab[index] : local_double); Sum += (ab_false[index] || ab_true[index] ? ab[index] : static_field_double); return Sum; } static double Sub_Funclet_457() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_true[index] ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? ab[index] : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? ab[index] : ab[index]); Sum += (ab_false[index] || ab_true[index] ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : 3.1); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : -5.31); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : local_double); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || ab_true[index] ? ab[index - 1] : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? 3.1 : 3.1); Sum += (ab_false[index] || ab_false[index] ? 3.1 : -5.31); Sum += (ab_false[index] || ab_false[index] ? 3.1 : local_double); Sum += (ab_false[index] || ab_false[index] ? 3.1 : static_field_double); Sum += (ab_false[index] || ab_false[index] ? 3.1 : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? 3.1 : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? 3.1 : ab[index]); Sum += (ab_false[index] || ab_false[index] ? 3.1 : ab[index - 1]); return Sum; } static double Sub_Funclet_458() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_false[index] ? -5.31 : 3.1); Sum += (ab_false[index] || ab_false[index] ? -5.31 : -5.31); Sum += (ab_false[index] || ab_false[index] ? -5.31 : local_double); Sum += (ab_false[index] || ab_false[index] ? -5.31 : static_field_double); Sum += (ab_false[index] || ab_false[index] ? -5.31 : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? -5.31 : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? -5.31 : ab[index]); Sum += (ab_false[index] || ab_false[index] ? -5.31 : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? local_double : 3.1); Sum += (ab_false[index] || ab_false[index] ? local_double : -5.31); Sum += (ab_false[index] || ab_false[index] ? local_double : local_double); Sum += (ab_false[index] || ab_false[index] ? local_double : static_field_double); Sum += (ab_false[index] || ab_false[index] ? local_double : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? local_double : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? local_double : ab[index]); Sum += (ab_false[index] || ab_false[index] ? local_double : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? static_field_double : 3.1); Sum += (ab_false[index] || ab_false[index] ? static_field_double : -5.31); Sum += (ab_false[index] || ab_false[index] ? static_field_double : local_double); Sum += (ab_false[index] || ab_false[index] ? static_field_double : static_field_double); return Sum; } static double Sub_Funclet_459() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_false[index] ? static_field_double : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? static_field_double : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? static_field_double : ab[index]); Sum += (ab_false[index] || ab_false[index] ? static_field_double : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : 3.1); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : -5.31); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : local_double); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : static_field_double); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : ab[index]); Sum += (ab_false[index] || ab_false[index] ? t1_i.mfd : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : 3.1); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : -5.31); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : local_double); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : static_field_double); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : ab[index]); Sum += (ab_false[index] || ab_false[index] ? simple_func_double() : ab[index - 1]); return Sum; } static double Sub_Funclet_460() { double Sum = 0.0; int index = 1; double local_double = -5.2; bool lb_false = false; bool lb_true = true; testout1 t1_i = new testout1(); bool[] ab_false = new bool[3]; bool[] ab_true = new bool[3]; ab_true[0] = true; ab_true[1] = true; ab_true[2] = true; double[] ab = new double[3]; ab[0] = 21.2; ab[1] = -27.645; ab[2] = -31.987; static_field_double = 7.7777; sfb_false = false; sfb_true = true; t1_i.mfd = -13.777; t1_i.mfb_false = false; t1_i.mfb_true = true; Sum += (ab_false[index] || ab_false[index] ? ab[index] : 3.1); Sum += (ab_false[index] || ab_false[index] ? ab[index] : -5.31); Sum += (ab_false[index] || ab_false[index] ? ab[index] : local_double); Sum += (ab_false[index] || ab_false[index] ? ab[index] : static_field_double); Sum += (ab_false[index] || ab_false[index] ? ab[index] : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? ab[index] : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? ab[index] : ab[index]); Sum += (ab_false[index] || ab_false[index] ? ab[index] : ab[index - 1]); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : 3.1); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : -5.31); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : local_double); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : static_field_double); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : t1_i.mfd); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : simple_func_double()); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : ab[index]); Sum += (ab_false[index] || ab_false[index] ? ab[index - 1] : ab[index - 1]); return Sum; } public static int Main() { double Sum = 0; Sum += Sub_Funclet_0(); Sum += Sub_Funclet_1(); Sum += Sub_Funclet_2(); Sum += Sub_Funclet_3(); Sum += Sub_Funclet_4(); Sum += Sub_Funclet_5(); Sum += Sub_Funclet_6(); Sum += Sub_Funclet_7(); Sum += Sub_Funclet_8(); Sum += Sub_Funclet_9(); Sum += Sub_Funclet_10(); Sum += Sub_Funclet_11(); Sum += Sub_Funclet_12(); Sum += Sub_Funclet_13(); Sum += Sub_Funclet_14(); Sum += Sub_Funclet_15(); Sum += Sub_Funclet_16(); Sum += Sub_Funclet_17(); Sum += Sub_Funclet_18(); Sum += Sub_Funclet_19(); Sum += Sub_Funclet_20(); Sum += Sub_Funclet_21(); Sum += Sub_Funclet_22(); Sum += Sub_Funclet_23(); Sum += Sub_Funclet_24(); Sum += Sub_Funclet_25(); Sum += Sub_Funclet_26(); Sum += Sub_Funclet_27(); Sum += Sub_Funclet_28(); Sum += Sub_Funclet_29(); Sum += Sub_Funclet_30(); Sum += Sub_Funclet_31(); Sum += Sub_Funclet_32(); Sum += Sub_Funclet_33(); Sum += Sub_Funclet_34(); Sum += Sub_Funclet_35(); Sum += Sub_Funclet_36(); Sum += Sub_Funclet_37(); Sum += Sub_Funclet_38(); Sum += Sub_Funclet_39(); Sum += Sub_Funclet_40(); Sum += Sub_Funclet_41(); Sum += Sub_Funclet_42(); Sum += Sub_Funclet_43(); Sum += Sub_Funclet_44(); Sum += Sub_Funclet_45(); Sum += Sub_Funclet_46(); Sum += Sub_Funclet_47(); Sum += Sub_Funclet_48(); Sum += Sub_Funclet_49(); Sum += Sub_Funclet_50(); Sum += Sub_Funclet_51(); Sum += Sub_Funclet_52(); Sum += Sub_Funclet_53(); Sum += Sub_Funclet_54(); Sum += Sub_Funclet_55(); Sum += Sub_Funclet_56(); Sum += Sub_Funclet_57(); Sum += Sub_Funclet_58(); Sum += Sub_Funclet_59(); Sum += Sub_Funclet_60(); Sum += Sub_Funclet_61(); Sum += Sub_Funclet_62(); Sum += Sub_Funclet_63(); Sum += Sub_Funclet_64(); Sum += Sub_Funclet_65(); Sum += Sub_Funclet_66(); Sum += Sub_Funclet_67(); Sum += Sub_Funclet_68(); Sum += Sub_Funclet_69(); Sum += Sub_Funclet_70(); Sum += Sub_Funclet_71(); Sum += Sub_Funclet_72(); Sum += Sub_Funclet_73(); Sum += Sub_Funclet_74(); Sum += Sub_Funclet_75(); Sum += Sub_Funclet_76(); Sum += Sub_Funclet_77(); Sum += Sub_Funclet_78(); Sum += Sub_Funclet_79(); Sum += Sub_Funclet_80(); Sum += Sub_Funclet_81(); Sum += Sub_Funclet_82(); Sum += Sub_Funclet_83(); Sum += Sub_Funclet_84(); Sum += Sub_Funclet_85(); Sum += Sub_Funclet_86(); Sum += Sub_Funclet_87(); Sum += Sub_Funclet_88(); Sum += Sub_Funclet_89(); Sum += Sub_Funclet_90(); Sum += Sub_Funclet_91(); Sum += Sub_Funclet_92(); Sum += Sub_Funclet_93(); Sum += Sub_Funclet_94(); Sum += Sub_Funclet_95(); Sum += Sub_Funclet_96(); Sum += Sub_Funclet_97(); Sum += Sub_Funclet_98(); Sum += Sub_Funclet_99(); Sum += Sub_Funclet_100(); Sum += Sub_Funclet_101(); Sum += Sub_Funclet_102(); Sum += Sub_Funclet_103(); Sum += Sub_Funclet_104(); Sum += Sub_Funclet_105(); Sum += Sub_Funclet_106(); Sum += Sub_Funclet_107(); Sum += Sub_Funclet_108(); Sum += Sub_Funclet_109(); Sum += Sub_Funclet_110(); Sum += Sub_Funclet_111(); Sum += Sub_Funclet_112(); Sum += Sub_Funclet_113(); Sum += Sub_Funclet_114(); Sum += Sub_Funclet_115(); Sum += Sub_Funclet_116(); Sum += Sub_Funclet_117(); Sum += Sub_Funclet_118(); Sum += Sub_Funclet_119(); Sum += Sub_Funclet_120(); Sum += Sub_Funclet_121(); Sum += Sub_Funclet_122(); Sum += Sub_Funclet_123(); Sum += Sub_Funclet_124(); Sum += Sub_Funclet_125(); Sum += Sub_Funclet_126(); Sum += Sub_Funclet_127(); Sum += Sub_Funclet_128(); Sum += Sub_Funclet_129(); Sum += Sub_Funclet_130(); Sum += Sub_Funclet_131(); Sum += Sub_Funclet_132(); Sum += Sub_Funclet_133(); Sum += Sub_Funclet_134(); Sum += Sub_Funclet_135(); Sum += Sub_Funclet_136(); Sum += Sub_Funclet_137(); Sum += Sub_Funclet_138(); Sum += Sub_Funclet_139(); Sum += Sub_Funclet_140(); Sum += Sub_Funclet_141(); Sum += Sub_Funclet_142(); Sum += Sub_Funclet_143(); Sum += Sub_Funclet_144(); Sum += Sub_Funclet_145(); Sum += Sub_Funclet_146(); Sum += Sub_Funclet_147(); Sum += Sub_Funclet_148(); Sum += Sub_Funclet_149(); Sum += Sub_Funclet_150(); Sum += Sub_Funclet_151(); Sum += Sub_Funclet_152(); Sum += Sub_Funclet_153(); Sum += Sub_Funclet_154(); Sum += Sub_Funclet_155(); Sum += Sub_Funclet_156(); Sum += Sub_Funclet_157(); Sum += Sub_Funclet_158(); Sum += Sub_Funclet_159(); Sum += Sub_Funclet_160(); Sum += Sub_Funclet_161(); Sum += Sub_Funclet_162(); Sum += Sub_Funclet_163(); Sum += Sub_Funclet_164(); Sum += Sub_Funclet_165(); Sum += Sub_Funclet_166(); Sum += Sub_Funclet_167(); Sum += Sub_Funclet_168(); Sum += Sub_Funclet_169(); Sum += Sub_Funclet_170(); Sum += Sub_Funclet_171(); Sum += Sub_Funclet_172(); Sum += Sub_Funclet_173(); Sum += Sub_Funclet_174(); Sum += Sub_Funclet_175(); Sum += Sub_Funclet_176(); Sum += Sub_Funclet_177(); Sum += Sub_Funclet_178(); Sum += Sub_Funclet_179(); Sum += Sub_Funclet_180(); Sum += Sub_Funclet_181(); Sum += Sub_Funclet_182(); Sum += Sub_Funclet_183(); Sum += Sub_Funclet_184(); Sum += Sub_Funclet_185(); Sum += Sub_Funclet_186(); Sum += Sub_Funclet_187(); Sum += Sub_Funclet_188(); Sum += Sub_Funclet_189(); Sum += Sub_Funclet_190(); Sum += Sub_Funclet_191(); Sum += Sub_Funclet_192(); Sum += Sub_Funclet_193(); Sum += Sub_Funclet_194(); Sum += Sub_Funclet_195(); Sum += Sub_Funclet_196(); Sum += Sub_Funclet_197(); Sum += Sub_Funclet_198(); Sum += Sub_Funclet_199(); Sum += Sub_Funclet_200(); Sum += Sub_Funclet_201(); Sum += Sub_Funclet_202(); Sum += Sub_Funclet_203(); Sum += Sub_Funclet_204(); Sum += Sub_Funclet_205(); Sum += Sub_Funclet_206(); Sum += Sub_Funclet_207(); Sum += Sub_Funclet_208(); Sum += Sub_Funclet_209(); Sum += Sub_Funclet_210(); Sum += Sub_Funclet_211(); Sum += Sub_Funclet_212(); Sum += Sub_Funclet_213(); Sum += Sub_Funclet_214(); Sum += Sub_Funclet_215(); Sum += Sub_Funclet_216(); Sum += Sub_Funclet_217(); Sum += Sub_Funclet_218(); Sum += Sub_Funclet_219(); Sum += Sub_Funclet_220(); Sum += Sub_Funclet_221(); Sum += Sub_Funclet_222(); Sum += Sub_Funclet_223(); Sum += Sub_Funclet_224(); Sum += Sub_Funclet_225(); Sum += Sub_Funclet_226(); Sum += Sub_Funclet_227(); Sum += Sub_Funclet_228(); Sum += Sub_Funclet_229(); Sum += Sub_Funclet_230(); Sum += Sub_Funclet_231(); Sum += Sub_Funclet_232(); Sum += Sub_Funclet_233(); Sum += Sub_Funclet_234(); Sum += Sub_Funclet_235(); Sum += Sub_Funclet_236(); Sum += Sub_Funclet_237(); Sum += Sub_Funclet_238(); Sum += Sub_Funclet_239(); Sum += Sub_Funclet_240(); Sum += Sub_Funclet_241(); Sum += Sub_Funclet_242(); Sum += Sub_Funclet_243(); Sum += Sub_Funclet_244(); Sum += Sub_Funclet_245(); Sum += Sub_Funclet_246(); Sum += Sub_Funclet_247(); Sum += Sub_Funclet_248(); Sum += Sub_Funclet_249(); Sum += Sub_Funclet_250(); Sum += Sub_Funclet_251(); Sum += Sub_Funclet_252(); Sum += Sub_Funclet_253(); Sum += Sub_Funclet_254(); Sum += Sub_Funclet_255(); Sum += Sub_Funclet_256(); Sum += Sub_Funclet_257(); Sum += Sub_Funclet_258(); Sum += Sub_Funclet_259(); Sum += Sub_Funclet_260(); Sum += Sub_Funclet_261(); Sum += Sub_Funclet_262(); Sum += Sub_Funclet_263(); Sum += Sub_Funclet_264(); Sum += Sub_Funclet_265(); Sum += Sub_Funclet_266(); Sum += Sub_Funclet_267(); Sum += Sub_Funclet_268(); Sum += Sub_Funclet_269(); Sum += Sub_Funclet_270(); Sum += Sub_Funclet_271(); Sum += Sub_Funclet_272(); Sum += Sub_Funclet_273(); Sum += Sub_Funclet_274(); Sum += Sub_Funclet_275(); Sum += Sub_Funclet_276(); Sum += Sub_Funclet_277(); Sum += Sub_Funclet_278(); Sum += Sub_Funclet_279(); Sum += Sub_Funclet_280(); Sum += Sub_Funclet_281(); Sum += Sub_Funclet_282(); Sum += Sub_Funclet_283(); Sum += Sub_Funclet_284(); Sum += Sub_Funclet_285(); Sum += Sub_Funclet_286(); Sum += Sub_Funclet_287(); Sum += Sub_Funclet_288(); Sum += Sub_Funclet_289(); Sum += Sub_Funclet_290(); Sum += Sub_Funclet_291(); Sum += Sub_Funclet_292(); Sum += Sub_Funclet_293(); Sum += Sub_Funclet_294(); Sum += Sub_Funclet_295(); Sum += Sub_Funclet_296(); Sum += Sub_Funclet_297(); Sum += Sub_Funclet_298(); Sum += Sub_Funclet_299(); Sum += Sub_Funclet_300(); Sum += Sub_Funclet_301(); Sum += Sub_Funclet_302(); Sum += Sub_Funclet_303(); Sum += Sub_Funclet_304(); Sum += Sub_Funclet_305(); Sum += Sub_Funclet_306(); Sum += Sub_Funclet_307(); Sum += Sub_Funclet_308(); Sum += Sub_Funclet_309(); Sum += Sub_Funclet_310(); Sum += Sub_Funclet_311(); Sum += Sub_Funclet_312(); Sum += Sub_Funclet_313(); Sum += Sub_Funclet_314(); Sum += Sub_Funclet_315(); Sum += Sub_Funclet_316(); Sum += Sub_Funclet_317(); Sum += Sub_Funclet_318(); Sum += Sub_Funclet_319(); Sum += Sub_Funclet_320(); Sum += Sub_Funclet_321(); Sum += Sub_Funclet_322(); Sum += Sub_Funclet_323(); Sum += Sub_Funclet_324(); Sum += Sub_Funclet_325(); Sum += Sub_Funclet_326(); Sum += Sub_Funclet_327(); Sum += Sub_Funclet_328(); Sum += Sub_Funclet_329(); Sum += Sub_Funclet_330(); Sum += Sub_Funclet_331(); Sum += Sub_Funclet_332(); Sum += Sub_Funclet_333(); Sum += Sub_Funclet_334(); Sum += Sub_Funclet_335(); Sum += Sub_Funclet_336(); Sum += Sub_Funclet_337(); Sum += Sub_Funclet_338(); Sum += Sub_Funclet_339(); Sum += Sub_Funclet_340(); Sum += Sub_Funclet_341(); Sum += Sub_Funclet_342(); Sum += Sub_Funclet_343(); Sum += Sub_Funclet_344(); Sum += Sub_Funclet_345(); Sum += Sub_Funclet_346(); Sum += Sub_Funclet_347(); Sum += Sub_Funclet_348(); Sum += Sub_Funclet_349(); Sum += Sub_Funclet_350(); Sum += Sub_Funclet_351(); Sum += Sub_Funclet_352(); Sum += Sub_Funclet_353(); Sum += Sub_Funclet_354(); Sum += Sub_Funclet_355(); Sum += Sub_Funclet_356(); Sum += Sub_Funclet_357(); Sum += Sub_Funclet_358(); Sum += Sub_Funclet_359(); Sum += Sub_Funclet_360(); Sum += Sub_Funclet_361(); Sum += Sub_Funclet_362(); Sum += Sub_Funclet_363(); Sum += Sub_Funclet_364(); Sum += Sub_Funclet_365(); Sum += Sub_Funclet_366(); Sum += Sub_Funclet_367(); Sum += Sub_Funclet_368(); Sum += Sub_Funclet_369(); Sum += Sub_Funclet_370(); Sum += Sub_Funclet_371(); Sum += Sub_Funclet_372(); Sum += Sub_Funclet_373(); Sum += Sub_Funclet_374(); Sum += Sub_Funclet_375(); Sum += Sub_Funclet_376(); Sum += Sub_Funclet_377(); Sum += Sub_Funclet_378(); Sum += Sub_Funclet_379(); Sum += Sub_Funclet_380(); Sum += Sub_Funclet_381(); Sum += Sub_Funclet_382(); Sum += Sub_Funclet_383(); Sum += Sub_Funclet_384(); Sum += Sub_Funclet_385(); Sum += Sub_Funclet_386(); Sum += Sub_Funclet_387(); Sum += Sub_Funclet_388(); Sum += Sub_Funclet_389(); Sum += Sub_Funclet_390(); Sum += Sub_Funclet_391(); Sum += Sub_Funclet_392(); Sum += Sub_Funclet_393(); Sum += Sub_Funclet_394(); Sum += Sub_Funclet_395(); Sum += Sub_Funclet_396(); Sum += Sub_Funclet_397(); Sum += Sub_Funclet_398(); Sum += Sub_Funclet_399(); Sum += Sub_Funclet_400(); Sum += Sub_Funclet_401(); Sum += Sub_Funclet_402(); Sum += Sub_Funclet_403(); Sum += Sub_Funclet_404(); Sum += Sub_Funclet_405(); Sum += Sub_Funclet_406(); Sum += Sub_Funclet_407(); Sum += Sub_Funclet_408(); Sum += Sub_Funclet_409(); Sum += Sub_Funclet_410(); Sum += Sub_Funclet_411(); Sum += Sub_Funclet_412(); Sum += Sub_Funclet_413(); Sum += Sub_Funclet_414(); Sum += Sub_Funclet_415(); Sum += Sub_Funclet_416(); Sum += Sub_Funclet_417(); Sum += Sub_Funclet_418(); Sum += Sub_Funclet_419(); Sum += Sub_Funclet_420(); Sum += Sub_Funclet_421(); Sum += Sub_Funclet_422(); Sum += Sub_Funclet_423(); Sum += Sub_Funclet_424(); Sum += Sub_Funclet_425(); Sum += Sub_Funclet_426(); Sum += Sub_Funclet_427(); Sum += Sub_Funclet_428(); Sum += Sub_Funclet_429(); Sum += Sub_Funclet_430(); Sum += Sub_Funclet_431(); Sum += Sub_Funclet_432(); Sum += Sub_Funclet_433(); Sum += Sub_Funclet_434(); Sum += Sub_Funclet_435(); Sum += Sub_Funclet_436(); Sum += Sub_Funclet_437(); Sum += Sub_Funclet_438(); Sum += Sub_Funclet_439(); Sum += Sub_Funclet_440(); Sum += Sub_Funclet_441(); Sum += Sub_Funclet_442(); Sum += Sub_Funclet_443(); Sum += Sub_Funclet_444(); Sum += Sub_Funclet_445(); Sum += Sub_Funclet_446(); Sum += Sub_Funclet_447(); Sum += Sub_Funclet_448(); Sum += Sub_Funclet_449(); Sum += Sub_Funclet_450(); Sum += Sub_Funclet_451(); Sum += Sub_Funclet_452(); Sum += Sub_Funclet_453(); Sum += Sub_Funclet_454(); Sum += Sub_Funclet_455(); Sum += Sub_Funclet_456(); Sum += Sub_Funclet_457(); Sum += Sub_Funclet_458(); Sum += Sub_Funclet_459(); Sum += Sub_Funclet_460(); if ((Sum > -3032.5) && (Sum < -3031.5)) { Console.WriteLine("PASSED"); return 100; } else { Console.WriteLine("FAILED"); return 1; } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/mono/mono/tests/ackermann.cs
// $Id$ // http://www.bagley.org/~doug/shootout/ public class ackermann { public static int Main(string[] args) { int NUM = 8; if (args.Length > 0) NUM = System.Int32.Parse (args [0]); //return Ack(3, NUM) != 2045? 1: 0; System.Console.WriteLine("Ack(3," + NUM + "): " + Ack(3, NUM)); return 0; } public static int Ack(int M, int N) { if (M == 0) return( N + 1 ); if (N == 0) return( Ack(M - 1, 1) ); return( Ack(M - 1, Ack(M, (N - 1))) ); } }
// $Id$ // http://www.bagley.org/~doug/shootout/ public class ackermann { public static int Main(string[] args) { int NUM = 8; if (args.Length > 0) NUM = System.Int32.Parse (args [0]); //return Ack(3, NUM) != 2045? 1: 0; System.Console.WriteLine("Ack(3," + NUM + "): " + Ack(3, NUM)); return 0; } public static int Ack(int M, int N) { if (M == 0) return( N + 1 ); if (N == 0) return( Ack(M - 1, 1) ); return( Ack(M - 1, Ack(M, (N - 1))) ); } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.Composition.Runtime/tests/System/Composition/ExportTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Composition; using Xunit; namespace System.Compostition.Runtime.Tests { public class ExportTests { [Fact] public void Ctor_Value_Action() { int exportActionCalled = 0; var export = new Export<int>(1, () => exportActionCalled++); Assert.Equal(1, export.Value); Assert.Equal(0, exportActionCalled); } [Fact] public void Dispose_MultipleTimes_InvokesDisposeAction() { int exportActionCalled = 0; Export<int> export = new Export<int>(1, () => exportActionCalled++); Assert.Equal(0, exportActionCalled); export.Dispose(); Assert.Equal(1, exportActionCalled); export.Dispose(); Assert.Equal(2, exportActionCalled); } [Fact] public void Dispose_NullAction_Nop() { Export<int> export = new Export<int>(1, null); export.Dispose(); export.Dispose(); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Composition; using Xunit; namespace System.Compostition.Runtime.Tests { public class ExportTests { [Fact] public void Ctor_Value_Action() { int exportActionCalled = 0; var export = new Export<int>(1, () => exportActionCalled++); Assert.Equal(1, export.Value); Assert.Equal(0, exportActionCalled); } [Fact] public void Dispose_MultipleTimes_InvokesDisposeAction() { int exportActionCalled = 0; Export<int> export = new Export<int>(1, () => exportActionCalled++); Assert.Equal(0, exportActionCalled); export.Dispose(); Assert.Equal(1, exportActionCalled); export.Dispose(); Assert.Equal(2, exportActionCalled); } [Fact] public void Dispose_NullAction_Nop() { Export<int> export = new Export<int>(1, null); export.Dispose(); export.Dispose(); } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetTimestamp.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [GeneratedDllImport(Libraries.SystemNative, EntryPoint = "SystemNative_GetTimestamp")] [SuppressGCTransition] internal static partial ulong GetTimestamp(); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [GeneratedDllImport(Libraries.SystemNative, EntryPoint = "SystemNative_GetTimestamp")] [SuppressGCTransition] internal static partial ulong GetTimestamp(); } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/Loader/classloader/regressions/dev10_724989/dev10_724989.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; //==================== Cases of nested classes ====================// class Outer1 { protected int field; public class Inner { public int Method(Outer1 param) { return (++param.field); } } } class Outer2 { protected int field; public class Inner<U> where U : Outer2 { public int Method(U param) { return (++param.field); } } } class Outer3<T> { protected int field; public class Inner { public int Method(Outer3<T> param) { return (++param.field); } } } class Outer4<T> { protected int field; public class Inner<U> where U : Outer4<T> { public int Method(U param) { return (++param.field); } } } //==================== Cases of derived classes ====================// class Base1 { protected int field; } class Derived1 : Base1 { public class Inner { public int Method(Derived1 param) { return (++param.field); } } } class Base2 { protected int field; } class Derived2<T> : Base2 { public class Inner { public int Method(Derived2<T> param) { return (++param.field); } } } class Base3<T> { protected int field; } class Derived3 : Base3<string> { public class Inner { public int Method(Derived3 param) { return (++param.field); } } } class Base4<T> { protected int field; } class Derived4<T> : Base4<T> { public class Inner { public int Method(Derived4<T> param) { return (++param.field); } } } public class Test_dev10_724989 { static bool Success = true; static void NestedClassesTest() { int res; //==================== Cases of nested classes ====================// Outer1.Inner inner1 = new Outer1.Inner(); res = inner1.Method(new Outer1()); Console.WriteLine("Outer1.Inner.Method(new Outer1()) = " + res); if (res != 1) Success = false; Outer2.Inner<Outer2> inner2 = new Outer2.Inner<Outer2>(); res = inner2.Method(new Outer2()); Console.WriteLine("Outer2.Inner<Outer2>.Method(new Outer2()) = " + res); if (res != 1) Success = false; Outer3<string>.Inner inner3 = new Outer3<string>.Inner(); res = inner3.Method(new Outer3<string>()); Console.WriteLine("Outer3<string>.Inner.Method(new Outer3<string>()) = " + res); if (res != 1) Success = false; Outer4<string>.Inner<Outer4<string>> inner4 = new Outer4<string>.Inner<Outer4<string>>(); res = inner4.Method(new Outer4<string>()); Console.WriteLine("Outer4<string>.Inner<Outer4<string>>.Method(new Outer4<string>()) = " + res); if (res != 1) Success = false; } static void DerivedClassesTest() { int res; //==================== Cases of derived classes ====================// Derived1.Inner inner1 = new Derived1.Inner(); res = inner1.Method(new Derived1()); Console.WriteLine("Derived1.Inner.Method(new Derived1()) = " + res); if (res != 1) Success = false; Derived2<string>.Inner inner2 = new Derived2<string>.Inner(); res = inner2.Method(new Derived2<string>()); Console.WriteLine("Derived2<string>.Inner.Method(new Derived2<string>()) = " + res); if (res != 1) Success = false; Derived3.Inner inner3 = new Derived3.Inner(); res = inner3.Method(new Derived3()); Console.WriteLine("Derived3.Inner.Method(new Derived3()) = " + res); if (res != 1) Success = false; Derived4<string>.Inner inner4 = new Derived4<string>.Inner(); res = inner4.Method(new Derived4<string>()); Console.WriteLine("Derived4<string>.Inner.Method(new Derived4<string>()) = " + res); if (res != 1) Success = false; } static int Main() { NestedClassesTest(); Console.WriteLine(); DerivedClassesTest(); Console.WriteLine(); if (Success) { Console.WriteLine("Pass"); return 100; } Console.WriteLine("Fail"); return -1; } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; //==================== Cases of nested classes ====================// class Outer1 { protected int field; public class Inner { public int Method(Outer1 param) { return (++param.field); } } } class Outer2 { protected int field; public class Inner<U> where U : Outer2 { public int Method(U param) { return (++param.field); } } } class Outer3<T> { protected int field; public class Inner { public int Method(Outer3<T> param) { return (++param.field); } } } class Outer4<T> { protected int field; public class Inner<U> where U : Outer4<T> { public int Method(U param) { return (++param.field); } } } //==================== Cases of derived classes ====================// class Base1 { protected int field; } class Derived1 : Base1 { public class Inner { public int Method(Derived1 param) { return (++param.field); } } } class Base2 { protected int field; } class Derived2<T> : Base2 { public class Inner { public int Method(Derived2<T> param) { return (++param.field); } } } class Base3<T> { protected int field; } class Derived3 : Base3<string> { public class Inner { public int Method(Derived3 param) { return (++param.field); } } } class Base4<T> { protected int field; } class Derived4<T> : Base4<T> { public class Inner { public int Method(Derived4<T> param) { return (++param.field); } } } public class Test_dev10_724989 { static bool Success = true; static void NestedClassesTest() { int res; //==================== Cases of nested classes ====================// Outer1.Inner inner1 = new Outer1.Inner(); res = inner1.Method(new Outer1()); Console.WriteLine("Outer1.Inner.Method(new Outer1()) = " + res); if (res != 1) Success = false; Outer2.Inner<Outer2> inner2 = new Outer2.Inner<Outer2>(); res = inner2.Method(new Outer2()); Console.WriteLine("Outer2.Inner<Outer2>.Method(new Outer2()) = " + res); if (res != 1) Success = false; Outer3<string>.Inner inner3 = new Outer3<string>.Inner(); res = inner3.Method(new Outer3<string>()); Console.WriteLine("Outer3<string>.Inner.Method(new Outer3<string>()) = " + res); if (res != 1) Success = false; Outer4<string>.Inner<Outer4<string>> inner4 = new Outer4<string>.Inner<Outer4<string>>(); res = inner4.Method(new Outer4<string>()); Console.WriteLine("Outer4<string>.Inner<Outer4<string>>.Method(new Outer4<string>()) = " + res); if (res != 1) Success = false; } static void DerivedClassesTest() { int res; //==================== Cases of derived classes ====================// Derived1.Inner inner1 = new Derived1.Inner(); res = inner1.Method(new Derived1()); Console.WriteLine("Derived1.Inner.Method(new Derived1()) = " + res); if (res != 1) Success = false; Derived2<string>.Inner inner2 = new Derived2<string>.Inner(); res = inner2.Method(new Derived2<string>()); Console.WriteLine("Derived2<string>.Inner.Method(new Derived2<string>()) = " + res); if (res != 1) Success = false; Derived3.Inner inner3 = new Derived3.Inner(); res = inner3.Method(new Derived3()); Console.WriteLine("Derived3.Inner.Method(new Derived3()) = " + res); if (res != 1) Success = false; Derived4<string>.Inner inner4 = new Derived4<string>.Inner(); res = inner4.Method(new Derived4<string>()); Console.WriteLine("Derived4<string>.Inner.Method(new Derived4<string>()) = " + res); if (res != 1) Success = false; } static int Main() { NestedClassesTest(); Console.WriteLine(); DerivedClassesTest(); Console.WriteLine(); if (Success) { Console.WriteLine("Pass"); return 100; } Console.WriteLine("Fail"); return -1; } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b13178/b13178.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/Methodical/cctor/misc/assemname_cs_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="assemname.cs" /> <ProjectReference Include="testlib.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="assemname.cs" /> <ProjectReference Include="testlib.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/GC/Performance/Tests/ServerSpin.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Threading; public class Node { public Node Left, Right; private GCHandle gch; public static Random rand = new Random(191919); public Node() { GCHandleType type = GCHandleType.Normal; if (rand.Next() % 3 == 0) { type = GCHandleType.Pinned; } //int size = (int)(Math.Pow(2,(rand.Next()%18))); int size = 0; gch = GCHandle.Alloc(new byte[size], type); } ~Node() { if (gch.IsAllocated) { gch.Free(); } } public static Node CreateTree(int depth) { if (depth<=0) { return null; } Node root = null; try { root = new Node(); } catch (OutOfMemoryException) { Console.WriteLine("OOM"); return null; } root.Left = CreateTree(depth-1); root.Right = CreateTree(depth-1); return root; } public static Node FindRandomNode(Node root, int depth) { int iters = rand.Next() % (depth-1); Node cur = root; for (int i=0; i<iters; i++) { if (cur.Left==null || cur.Right== null) { break; } if (rand.Next() % 2 == 0) { cur = cur.Left; } else { cur = cur.Right; } } return cur; } } public class ServerSpin { int depth; int numIterations; int numThreads; int maxObjectSize; public ServerSpin(int depth, int numIterations, int numThreads, int maxObjectSize) { this.depth = depth; this.numIterations = numIterations; this.numThreads = numThreads; this.maxObjectSize = maxObjectSize; } public ServerSpin(int depth, int numIterations, int numThreads) : this(depth, numIterations, numThreads, 1024*1024) { } public static void Usage() { Console.WriteLine("USAGE: ServerSpin.exe <tree depth> <num iterations> <num threads> [max object size]"); Console.WriteLine("\tdefaults to: 7, 100, 2"); } public static void Main(string[] args) { // defaults int depth = 7; int numIterations = 100; int numThreads = 2; if (args.Length==3) { Int32.TryParse(args[0], out depth); if (depth<=1) { Usage(); return; } Int32.TryParse(args[1], out numIterations); if (numIterations <= 0) { Usage(); return; } Int32.TryParse(args[2], out numThreads); if (numThreads < 1) { Usage(); return; } } else if (args.Length!=0) { Usage(); return; } ServerSpin test = new ServerSpin(depth, numIterations, numThreads); test.RunTest(); } public void RunTest() { Thread[] threads = new Thread[numThreads]; for (int i=0; i<numThreads; i++) { threads[i] = new Thread(new ThreadStart(DoWork)); threads[i].Start(); Console.WriteLine("Start thread {0}", i); } for (int i=0; i<numThreads; i++) { threads[i].Join(); Console.WriteLine("Done thread {0}", i); } } private void DoWork() { // create initial tree Node root = Node.CreateTree(depth); if (root==null) { return; } for (int i=0; i<numIterations; i++) { // replace subtree Node.FindRandomNode(root, depth).Left = Node.CreateTree(depth-1); // delete subtree Node.FindRandomNode(root, depth).Left = null; // replace subtree Node.FindRandomNode(root, depth).Right = Node.CreateTree(depth-2); // delete subtree Node.FindRandomNode(root, depth).Right = null; // replace subtree Node.FindRandomNode(root, depth).Left = Node.CreateTree(depth-3); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using System.Threading; public class Node { public Node Left, Right; private GCHandle gch; public static Random rand = new Random(191919); public Node() { GCHandleType type = GCHandleType.Normal; if (rand.Next() % 3 == 0) { type = GCHandleType.Pinned; } //int size = (int)(Math.Pow(2,(rand.Next()%18))); int size = 0; gch = GCHandle.Alloc(new byte[size], type); } ~Node() { if (gch.IsAllocated) { gch.Free(); } } public static Node CreateTree(int depth) { if (depth<=0) { return null; } Node root = null; try { root = new Node(); } catch (OutOfMemoryException) { Console.WriteLine("OOM"); return null; } root.Left = CreateTree(depth-1); root.Right = CreateTree(depth-1); return root; } public static Node FindRandomNode(Node root, int depth) { int iters = rand.Next() % (depth-1); Node cur = root; for (int i=0; i<iters; i++) { if (cur.Left==null || cur.Right== null) { break; } if (rand.Next() % 2 == 0) { cur = cur.Left; } else { cur = cur.Right; } } return cur; } } public class ServerSpin { int depth; int numIterations; int numThreads; int maxObjectSize; public ServerSpin(int depth, int numIterations, int numThreads, int maxObjectSize) { this.depth = depth; this.numIterations = numIterations; this.numThreads = numThreads; this.maxObjectSize = maxObjectSize; } public ServerSpin(int depth, int numIterations, int numThreads) : this(depth, numIterations, numThreads, 1024*1024) { } public static void Usage() { Console.WriteLine("USAGE: ServerSpin.exe <tree depth> <num iterations> <num threads> [max object size]"); Console.WriteLine("\tdefaults to: 7, 100, 2"); } public static void Main(string[] args) { // defaults int depth = 7; int numIterations = 100; int numThreads = 2; if (args.Length==3) { Int32.TryParse(args[0], out depth); if (depth<=1) { Usage(); return; } Int32.TryParse(args[1], out numIterations); if (numIterations <= 0) { Usage(); return; } Int32.TryParse(args[2], out numThreads); if (numThreads < 1) { Usage(); return; } } else if (args.Length!=0) { Usage(); return; } ServerSpin test = new ServerSpin(depth, numIterations, numThreads); test.RunTest(); } public void RunTest() { Thread[] threads = new Thread[numThreads]; for (int i=0; i<numThreads; i++) { threads[i] = new Thread(new ThreadStart(DoWork)); threads[i].Start(); Console.WriteLine("Start thread {0}", i); } for (int i=0; i<numThreads; i++) { threads[i].Join(); Console.WriteLine("Done thread {0}", i); } } private void DoWork() { // create initial tree Node root = Node.CreateTree(depth); if (root==null) { return; } for (int i=0; i<numIterations; i++) { // replace subtree Node.FindRandomNode(root, depth).Left = Node.CreateTree(depth-1); // delete subtree Node.FindRandomNode(root, depth).Left = null; // replace subtree Node.FindRandomNode(root, depth).Right = Node.CreateTree(depth-2); // delete subtree Node.FindRandomNode(root, depth).Right = null; // replace subtree Node.FindRandomNode(root, depth).Left = Node.CreateTree(depth-3); } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/Microsoft.Extensions.Hosting.Systemd/Directory.Build.props
<Project> <Import Project="..\Directory.Build.props" /> <PropertyGroup> <PackageTags>hosting</PackageTags> <IncludePlatformAttributes>true</IncludePlatformAttributes> </PropertyGroup> </Project>
<Project> <Import Project="..\Directory.Build.props" /> <PropertyGroup> <PackageTags>hosting</PackageTags> <IncludePlatformAttributes>true</IncludePlatformAttributes> </PropertyGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/LocalAppContextSwitches.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; namespace System { internal static partial class LocalAppContextSwitches { private static int s_binaryFormatterEnabled; public static bool BinaryFormatterEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] get => GetCachedSwitchValue("System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization", ref s_binaryFormatterEnabled); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; namespace System { internal static partial class LocalAppContextSwitches { private static int s_binaryFormatterEnabled; public static bool BinaryFormatterEnabled { [MethodImpl(MethodImplOptions.AggressiveInlining)] get => GetCachedSwitchValue("System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization", ref s_binaryFormatterEnabled); } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/coreclr/pal/src/libunwind/src/hppa/Lresume.c
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gresume.c" #endif
#define UNW_LOCAL_ONLY #include <libunwind.h> #if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY) #include "Gresume.c" #endif
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/IInternalConfigConfigurationFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; namespace System.Configuration.Internal { public interface IInternalConfigConfigurationFactory { Configuration Create(Type typeConfigHost, params object[] hostInitConfigurationParams); string NormalizeLocationSubPath(string subPath, IConfigErrorInfo errorInfo); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; namespace System.Configuration.Internal { public interface IInternalConfigConfigurationFactory { Configuration Create(Type typeConfigHost, params object[] hostInitConfigurationParams); string NormalizeLocationSubPath(string subPath, IConfigErrorInfo errorInfo); } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/jit64/opt/cse/mixedexpr1_d_loop_try.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>Full</DebugType> <Optimize>False</Optimize> <NoStandardLib>True</NoStandardLib> <Noconfig>True</Noconfig> <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants> </PropertyGroup> <ItemGroup> <Compile Include="mixedexpr1.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>Full</DebugType> <Optimize>False</Optimize> <NoStandardLib>True</NoStandardLib> <Noconfig>True</Noconfig> <DefineConstants>$(DefineConstants);LOOP;TRY</DefineConstants> </PropertyGroup> <ItemGroup> <Compile Include="mixedexpr1.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/Common/src/System/Security/Cryptography/Asn1/Pkcs7/ContentInfoAsn.xml
<?xml version="1.0" encoding="utf-8" ?> <asn:Sequence xmlns:asn="http://schemas.dot.net/asnxml/201808/" name="ContentInfoAsn" namespace="System.Security.Cryptography.Asn1.Pkcs7"> <!-- https://tools.ietf.org/html/rfc5652#section-3 ContentInfo ::= SEQUENCE { contentType ContentType, content[0] EXPLICIT ANY DEFINED BY contentType } ContentType ::= OBJECT IDENTIFIER --> <asn:ObjectIdentifier name="ContentType" backingType="string" /> <asn:AnyValue name="Content" explicitTag="0" /> </asn:Sequence>
<?xml version="1.0" encoding="utf-8" ?> <asn:Sequence xmlns:asn="http://schemas.dot.net/asnxml/201808/" name="ContentInfoAsn" namespace="System.Security.Cryptography.Asn1.Pkcs7"> <!-- https://tools.ietf.org/html/rfc5652#section-3 ContentInfo ::= SEQUENCE { contentType ContentType, content[0] EXPLICIT ANY DEFINED BY contentType } ContentType ::= OBJECT IDENTIFIER --> <asn:ObjectIdentifier name="ContentType" backingType="string" /> <asn:AnyValue name="Content" explicitTag="0" /> </asn:Sequence>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics042.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - CastClass </Area> // <Title> Nullable type with castclass expr </Title> // <Description> // checking type of ImplementAllInterface<int> using cast expr // </Description> // <RelatedBugs> </RelatedBugs> //<Expects Status=success></Expects> // <Code> using System.Runtime.InteropServices; using System; internal class NullableTest { private static bool BoxUnboxToNQ<T>(T o) { return Helper.Compare((ImplementAllInterface<int>)(ValueType)(object)o, Helper.Create(default(ImplementAllInterface<int>))); } private static bool BoxUnboxToQ<T>(T o) { return Helper.Compare((ImplementAllInterface<int>?)(ValueType)(object)o, Helper.Create(default(ImplementAllInterface<int>))); } private static int Main() { ImplementAllInterface<int>? s = Helper.Create(default(ImplementAllInterface<int>)); if (BoxUnboxToNQ(s) && BoxUnboxToQ(s)) return ExitCode.Passed; else return ExitCode.Failed; } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // <Area> Nullable - CastClass </Area> // <Title> Nullable type with castclass expr </Title> // <Description> // checking type of ImplementAllInterface<int> using cast expr // </Description> // <RelatedBugs> </RelatedBugs> //<Expects Status=success></Expects> // <Code> using System.Runtime.InteropServices; using System; internal class NullableTest { private static bool BoxUnboxToNQ<T>(T o) { return Helper.Compare((ImplementAllInterface<int>)(ValueType)(object)o, Helper.Create(default(ImplementAllInterface<int>))); } private static bool BoxUnboxToQ<T>(T o) { return Helper.Compare((ImplementAllInterface<int>?)(ValueType)(object)o, Helper.Create(default(ImplementAllInterface<int>))); } private static int Main() { ImplementAllInterface<int>? s = Helper.Create(default(ImplementAllInterface<int>)); if (BoxUnboxToNQ(s) && BoxUnboxToQ(s)) return ExitCode.Passed; else return ExitCode.Failed; } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/HardwareIntrinsics/X86/Sse2/MoveScalar.UInt64_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="MoveScalar.UInt64.cs" /> <Compile Include="TestTableSse2.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="MoveScalar.UInt64.cs" /> <Compile Include="TestTableSse2.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/jit64/opt/cg/il/ldftn_dbg.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="ldftn.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="ldftn.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.Data.Common/src/System/Data/DataError.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; namespace System.Data { /// <summary> /// Represents an custom error that can be associated with a <see cref='System.Data.DataRow'/>. /// </summary> internal sealed class DataError { private string _rowError = string.Empty; // column-level errors private int _count; private ColumnError[]? _errorList; internal const int initialCapacity = 1; internal DataError() { } internal DataError(string rowError) { SetText(rowError); } [AllowNull] internal string Text { get { return _rowError; } set { SetText(value); } } internal bool HasErrors => _rowError.Length != 0 || _count != 0; // this method resets the error to the new value. internal void SetColumnError(DataColumn column, string? error) { Debug.Assert(column != null, "Invalid (null) argument"); Debug.Assert(column.Table != null, "Invalid (loose) column"); if (error == null || error.Length == 0) { // remove error from the collection Clear(column); } else { if (_errorList == null) { _errorList = new ColumnError[initialCapacity]; } int i = IndexOf(column); _errorList[i]._column = column; _errorList[i]._error = error; column._errors++; if (i == _count) { _count++; } } } internal string GetColumnError(DataColumn column) { for (int i = 0; i < _count; i++) { if (_errorList![i]._column == column) { return _errorList[i]._error; } } return string.Empty; } internal void Clear(DataColumn column) { if (_count == 0) { return; } for (int i = 0; i < _count; i++) { if (_errorList![i]._column == column) { Array.Copy(_errorList, i + 1, _errorList, i, _count - i - 1); _count--; column._errors--; Debug.Assert(column._errors >= 0, "missing error counts"); } } } internal void Clear() { for (int i = 0; i < _count; i++) { _errorList![i]._column._errors--; Debug.Assert(_errorList[i]._column._errors >= 0, "missing error counts"); } _count = 0; _rowError = string.Empty; } internal DataColumn[] GetColumnsInError() { var cols = new DataColumn[_count]; for (int i = 0; i < _count; i++) { cols[i] = _errorList![i]._column; } return cols; } /// <summary> /// Sets the error message for the <see cref='System.Data.DataError'/>. /// </summary> private void SetText(string? errorText) { if (null == errorText) { errorText = string.Empty; } _rowError = errorText; } internal int IndexOf(DataColumn column) { // try to find the column for (int i = 0; i < _count; i++) { if (_errorList![i]._column == column) { return i; } } if (_count >= _errorList!.Length) { int newCapacity = Math.Min(_count * 2, column.Table!.Columns.Count); var biggerList = new ColumnError[newCapacity]; Array.Copy(_errorList, biggerList, _count); _errorList = biggerList; } return _count; } internal struct ColumnError { internal DataColumn _column; internal string _error; }; } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Diagnostics; using System.Diagnostics.CodeAnalysis; namespace System.Data { /// <summary> /// Represents an custom error that can be associated with a <see cref='System.Data.DataRow'/>. /// </summary> internal sealed class DataError { private string _rowError = string.Empty; // column-level errors private int _count; private ColumnError[]? _errorList; internal const int initialCapacity = 1; internal DataError() { } internal DataError(string rowError) { SetText(rowError); } [AllowNull] internal string Text { get { return _rowError; } set { SetText(value); } } internal bool HasErrors => _rowError.Length != 0 || _count != 0; // this method resets the error to the new value. internal void SetColumnError(DataColumn column, string? error) { Debug.Assert(column != null, "Invalid (null) argument"); Debug.Assert(column.Table != null, "Invalid (loose) column"); if (error == null || error.Length == 0) { // remove error from the collection Clear(column); } else { if (_errorList == null) { _errorList = new ColumnError[initialCapacity]; } int i = IndexOf(column); _errorList[i]._column = column; _errorList[i]._error = error; column._errors++; if (i == _count) { _count++; } } } internal string GetColumnError(DataColumn column) { for (int i = 0; i < _count; i++) { if (_errorList![i]._column == column) { return _errorList[i]._error; } } return string.Empty; } internal void Clear(DataColumn column) { if (_count == 0) { return; } for (int i = 0; i < _count; i++) { if (_errorList![i]._column == column) { Array.Copy(_errorList, i + 1, _errorList, i, _count - i - 1); _count--; column._errors--; Debug.Assert(column._errors >= 0, "missing error counts"); } } } internal void Clear() { for (int i = 0; i < _count; i++) { _errorList![i]._column._errors--; Debug.Assert(_errorList[i]._column._errors >= 0, "missing error counts"); } _count = 0; _rowError = string.Empty; } internal DataColumn[] GetColumnsInError() { var cols = new DataColumn[_count]; for (int i = 0; i < _count; i++) { cols[i] = _errorList![i]._column; } return cols; } /// <summary> /// Sets the error message for the <see cref='System.Data.DataError'/>. /// </summary> private void SetText(string? errorText) { if (null == errorText) { errorText = string.Empty; } _rowError = errorText; } internal int IndexOf(DataColumn column) { // try to find the column for (int i = 0; i < _count; i++) { if (_errorList![i]._column == column) { return i; } } if (_count >= _errorList!.Length) { int newCapacity = Math.Min(_count * 2, column.Table!.Columns.Count); var biggerList = new ColumnError[newCapacity]; Array.Copy(_errorList, biggerList, _count); _errorList = biggerList; } return _count; } internal struct ColumnError { internal DataColumn _column; internal string _error; }; } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest777/Generated777.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated777.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated777.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/HardwareIntrinsics/General/Vector64_1/op_Inequality.Int32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void op_InequalityInt32() { var test = new VectorBooleanBinaryOpTest__op_InequalityInt32(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBooleanBinaryOpTest__op_InequalityInt32 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private GCHandle inHandle1; private GCHandle inHandle2; private ulong alignment; public DataTable(Int32[] inArray1, Int32[] inArray2, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int32>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int32>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int32, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int32, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector64<Int32> _fld1; public Vector64<Int32> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref testStruct._fld1), ref Unsafe.As<Int32, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref testStruct._fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); return testStruct; } public void RunStructFldScenario(VectorBooleanBinaryOpTest__op_InequalityInt32 testClass) { var result = _fld1 != _fld2; testClass.ValidateResult(_fld1, _fld2, result); } } private static readonly int LargestVectorSize = 8; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector64<Int32>>() / sizeof(Int32); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector64<Int32>>() / sizeof(Int32); private static Int32[] _data1 = new Int32[Op1ElementCount]; private static Int32[] _data2 = new Int32[Op2ElementCount]; private static Vector64<Int32> _clsVar1; private static Vector64<Int32> _clsVar2; private Vector64<Int32> _fld1; private Vector64<Int32> _fld2; private DataTable _dataTable; static VectorBooleanBinaryOpTest__op_InequalityInt32() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _clsVar1), ref Unsafe.As<Int32, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _clsVar2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); } public VectorBooleanBinaryOpTest__op_InequalityInt32() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _fld1), ref Unsafe.As<Int32, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } _dataTable = new DataTable(_data1, _data2, LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Unsafe.Read<Vector64<Int32>>(_dataTable.inArray1Ptr) != Unsafe.Read<Vector64<Int32>>(_dataTable.inArray2Ptr); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, result); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(Vector64<Int32>).GetMethod("op_Inequality", new Type[] { typeof(Vector64<Int32>), typeof(Vector64<Int32>) }) .Invoke(null, new object[] { Unsafe.Read<Vector64<Int32>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector64<Int32>>(_dataTable.inArray2Ptr) }); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, (bool)(result)); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = _clsVar1 != _clsVar2; ValidateResult(_clsVar1, _clsVar2, result); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector64<Int32>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector64<Int32>>(_dataTable.inArray2Ptr); var result = op1 != op2; ValidateResult(op1, op2, result); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBooleanBinaryOpTest__op_InequalityInt32(); var result = test._fld1 != test._fld2; ValidateResult(test._fld1, test._fld2, result); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = _fld1 != _fld2; ValidateResult(_fld1, _fld2, result); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = test._fld1 != test._fld2; ValidateResult(test._fld1, test._fld2, result); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector64<Int32> op1, Vector64<Int32> op2, bool result, [CallerMemberName] string method = "") { Int32[] inArray1 = new Int32[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), op2); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(void* op1, void* op2, bool result, [CallerMemberName] string method = "") { Int32[] inArray1 = new Int32[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector64<Int32>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector64<Int32>>()); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(Int32[] left, Int32[] right, bool result, [CallerMemberName] string method = "") { bool succeeded = true; var expectedResult = true; for (var i = 0; i < Op1ElementCount; i++) { expectedResult |= (left[i] != right[i]); } succeeded = (expectedResult == result); if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector64)}.op_Inequality<Int32>(Vector64<Int32>, Vector64<Int32>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({result})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void op_InequalityInt32() { var test = new VectorBooleanBinaryOpTest__op_InequalityInt32(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBooleanBinaryOpTest__op_InequalityInt32 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private GCHandle inHandle1; private GCHandle inHandle2; private ulong alignment; public DataTable(Int32[] inArray1, Int32[] inArray2, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int32>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int32>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int32, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int32, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector64<Int32> _fld1; public Vector64<Int32> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref testStruct._fld1), ref Unsafe.As<Int32, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref testStruct._fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); return testStruct; } public void RunStructFldScenario(VectorBooleanBinaryOpTest__op_InequalityInt32 testClass) { var result = _fld1 != _fld2; testClass.ValidateResult(_fld1, _fld2, result); } } private static readonly int LargestVectorSize = 8; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector64<Int32>>() / sizeof(Int32); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector64<Int32>>() / sizeof(Int32); private static Int32[] _data1 = new Int32[Op1ElementCount]; private static Int32[] _data2 = new Int32[Op2ElementCount]; private static Vector64<Int32> _clsVar1; private static Vector64<Int32> _clsVar2; private Vector64<Int32> _fld1; private Vector64<Int32> _fld2; private DataTable _dataTable; static VectorBooleanBinaryOpTest__op_InequalityInt32() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _clsVar1), ref Unsafe.As<Int32, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _clsVar2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); } public VectorBooleanBinaryOpTest__op_InequalityInt32() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _fld1), ref Unsafe.As<Int32, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int32>, byte>(ref _fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int32>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt32(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } _dataTable = new DataTable(_data1, _data2, LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Unsafe.Read<Vector64<Int32>>(_dataTable.inArray1Ptr) != Unsafe.Read<Vector64<Int32>>(_dataTable.inArray2Ptr); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, result); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(Vector64<Int32>).GetMethod("op_Inequality", new Type[] { typeof(Vector64<Int32>), typeof(Vector64<Int32>) }) .Invoke(null, new object[] { Unsafe.Read<Vector64<Int32>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector64<Int32>>(_dataTable.inArray2Ptr) }); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, (bool)(result)); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = _clsVar1 != _clsVar2; ValidateResult(_clsVar1, _clsVar2, result); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector64<Int32>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector64<Int32>>(_dataTable.inArray2Ptr); var result = op1 != op2; ValidateResult(op1, op2, result); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBooleanBinaryOpTest__op_InequalityInt32(); var result = test._fld1 != test._fld2; ValidateResult(test._fld1, test._fld2, result); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = _fld1 != _fld2; ValidateResult(_fld1, _fld2, result); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = test._fld1 != test._fld2; ValidateResult(test._fld1, test._fld2, result); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector64<Int32> op1, Vector64<Int32> op2, bool result, [CallerMemberName] string method = "") { Int32[] inArray1 = new Int32[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), op2); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(void* op1, void* op2, bool result, [CallerMemberName] string method = "") { Int32[] inArray1 = new Int32[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector64<Int32>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector64<Int32>>()); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(Int32[] left, Int32[] right, bool result, [CallerMemberName] string method = "") { bool succeeded = true; var expectedResult = true; for (var i = 0; i < Op1ElementCount; i++) { expectedResult |= (left[i] != right[i]); } succeeded = (expectedResult == result); if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector64)}.op_Inequality<Int32>(Vector64<Int32>, Vector64<Int32>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({result})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/mono/mono/metadata/w32file-win32.c
/** * \file * Windows File IO internal calls. * * Copyright 2016 Microsoft * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <config.h> #include <glib.h> #include <winsock2.h> #include <windows.h> #include <mono/utils/w32subset.h> #include "icall-decl.h" void mono_w32file_init (void) { } gpointer mono_w32file_create(const gunichar2 *name, guint32 fileaccess, guint32 sharemode, guint32 createmode, guint32 attrs) { gpointer res; MONO_ENTER_GC_SAFE; res = CreateFileW (name, fileaccess, sharemode, NULL, createmode, attrs, NULL); MONO_EXIT_GC_SAFE; return res; } gboolean mono_w32file_close (gpointer handle) { gboolean res; MONO_ENTER_GC_SAFE; res = CloseHandle (handle); MONO_EXIT_GC_SAFE; return res; } static void win32_io_interrupt_handler (gpointer ignored) { } gboolean mono_w32file_write (gpointer handle, gconstpointer buffer, guint32 numbytes, guint32 *byteswritten, gint32 *win32error) { gboolean res; MonoThreadInfo *info = mono_thread_info_current (); gboolean alerted = FALSE; if (info) { mono_thread_info_install_interrupt (win32_io_interrupt_handler, NULL, &alerted); if (alerted) { SetLastError (ERROR_OPERATION_ABORTED); *win32error = ERROR_OPERATION_ABORTED; return FALSE; } mono_win32_enter_blocking_io_call (info, handle); } MONO_ENTER_GC_SAFE; if (info && mono_thread_info_is_interrupt_state (info)) { res = FALSE; SetLastError (ERROR_OPERATION_ABORTED); } else { res = WriteFile (handle, buffer, numbytes, (PDWORD)byteswritten, NULL); } if (!res) *win32error = GetLastError (); MONO_EXIT_GC_SAFE; if (info) { mono_win32_leave_blocking_io_call (info, handle); mono_thread_info_uninstall_interrupt (&alerted); } return res; }
/** * \file * Windows File IO internal calls. * * Copyright 2016 Microsoft * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include <config.h> #include <glib.h> #include <winsock2.h> #include <windows.h> #include <mono/utils/w32subset.h> #include "icall-decl.h" void mono_w32file_init (void) { } gpointer mono_w32file_create(const gunichar2 *name, guint32 fileaccess, guint32 sharemode, guint32 createmode, guint32 attrs) { gpointer res; MONO_ENTER_GC_SAFE; res = CreateFileW (name, fileaccess, sharemode, NULL, createmode, attrs, NULL); MONO_EXIT_GC_SAFE; return res; } gboolean mono_w32file_close (gpointer handle) { gboolean res; MONO_ENTER_GC_SAFE; res = CloseHandle (handle); MONO_EXIT_GC_SAFE; return res; } static void win32_io_interrupt_handler (gpointer ignored) { } gboolean mono_w32file_write (gpointer handle, gconstpointer buffer, guint32 numbytes, guint32 *byteswritten, gint32 *win32error) { gboolean res; MonoThreadInfo *info = mono_thread_info_current (); gboolean alerted = FALSE; if (info) { mono_thread_info_install_interrupt (win32_io_interrupt_handler, NULL, &alerted); if (alerted) { SetLastError (ERROR_OPERATION_ABORTED); *win32error = ERROR_OPERATION_ABORTED; return FALSE; } mono_win32_enter_blocking_io_call (info, handle); } MONO_ENTER_GC_SAFE; if (info && mono_thread_info_is_interrupt_state (info)) { res = FALSE; SetLastError (ERROR_OPERATION_ABORTED); } else { res = WriteFile (handle, buffer, numbytes, (PDWORD)byteswritten, NULL); } if (!res) *win32error = GetLastError (); MONO_EXIT_GC_SAFE; if (info) { mono_win32_leave_blocking_io_call (info, handle); mono_thread_info_uninstall_interrupt (&alerted); } return res; }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/coreclr/pal/src/libunwind/include/libunwind-sh.h
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery Copyright (C) 2012 Tommi Rantala <[email protected]> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #ifndef LIBUNWIND_H #define LIBUNWIND_H #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif #include <inttypes.h> #include <stddef.h> #include <ucontext.h> #define UNW_TARGET sh #define UNW_TARGET_SH 1 #define _U_TDEP_QP_TRUE 0 /* see libunwind-dynamic.h */ /* This needs to be big enough to accommodate "struct cursor", while leaving some slack for future expansion. Changing this value will require recompiling all users of this library. Stack allocation is relatively cheap and unwind-state copying is relatively rare, so we want to err on making it rather too big than too small. */ #define UNW_TDEP_CURSOR_LEN 4096 typedef uint32_t unw_word_t; typedef int32_t unw_sword_t; typedef long double unw_tdep_fpreg_t; typedef enum { UNW_SH_R0, UNW_SH_R1, UNW_SH_R2, UNW_SH_R3, UNW_SH_R4, UNW_SH_R5, UNW_SH_R6, UNW_SH_R7, UNW_SH_R8, UNW_SH_R9, UNW_SH_R10, UNW_SH_R11, UNW_SH_R12, UNW_SH_R13, UNW_SH_R14, UNW_SH_R15, UNW_SH_PC, UNW_SH_PR, UNW_TDEP_LAST_REG = UNW_SH_PR, UNW_TDEP_IP = UNW_SH_PR, UNW_TDEP_SP = UNW_SH_R15, UNW_TDEP_EH = UNW_SH_R0 } sh_regnum_t; #define UNW_TDEP_NUM_EH_REGS 2 typedef ucontext_t unw_tdep_context_t; #define unw_tdep_getcontext(uc) (getcontext (uc), 0) typedef struct unw_tdep_save_loc { /* Additional target-dependent info on a save location. */ } unw_tdep_save_loc_t; #include "libunwind-dynamic.h" typedef struct { /* no sh-specific auxiliary proc-info */ } unw_tdep_proc_info_t; #include "libunwind-common.h" #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) extern int unw_tdep_is_fpreg (int); #if defined(__cplusplus) || defined(c_plusplus) } #endif #endif /* LIBUNWIND_H */
/* libunwind - a platform-independent unwind library Copyright (C) 2008 CodeSourcery Copyright (C) 2012 Tommi Rantala <[email protected]> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #ifndef LIBUNWIND_H #define LIBUNWIND_H #if defined(__cplusplus) || defined(c_plusplus) extern "C" { #endif #include <inttypes.h> #include <stddef.h> #include <ucontext.h> #define UNW_TARGET sh #define UNW_TARGET_SH 1 #define _U_TDEP_QP_TRUE 0 /* see libunwind-dynamic.h */ /* This needs to be big enough to accommodate "struct cursor", while leaving some slack for future expansion. Changing this value will require recompiling all users of this library. Stack allocation is relatively cheap and unwind-state copying is relatively rare, so we want to err on making it rather too big than too small. */ #define UNW_TDEP_CURSOR_LEN 4096 typedef uint32_t unw_word_t; typedef int32_t unw_sword_t; typedef long double unw_tdep_fpreg_t; typedef enum { UNW_SH_R0, UNW_SH_R1, UNW_SH_R2, UNW_SH_R3, UNW_SH_R4, UNW_SH_R5, UNW_SH_R6, UNW_SH_R7, UNW_SH_R8, UNW_SH_R9, UNW_SH_R10, UNW_SH_R11, UNW_SH_R12, UNW_SH_R13, UNW_SH_R14, UNW_SH_R15, UNW_SH_PC, UNW_SH_PR, UNW_TDEP_LAST_REG = UNW_SH_PR, UNW_TDEP_IP = UNW_SH_PR, UNW_TDEP_SP = UNW_SH_R15, UNW_TDEP_EH = UNW_SH_R0 } sh_regnum_t; #define UNW_TDEP_NUM_EH_REGS 2 typedef ucontext_t unw_tdep_context_t; #define unw_tdep_getcontext(uc) (getcontext (uc), 0) typedef struct unw_tdep_save_loc { /* Additional target-dependent info on a save location. */ } unw_tdep_save_loc_t; #include "libunwind-dynamic.h" typedef struct { /* no sh-specific auxiliary proc-info */ } unw_tdep_proc_info_t; #include "libunwind-common.h" #define unw_tdep_is_fpreg UNW_ARCH_OBJ(is_fpreg) extern int unw_tdep_is_fpreg (int); #if defined(__cplusplus) || defined(c_plusplus) } #endif #endif /* LIBUNWIND_H */
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/Methodical/Invoke/25params/25param1a_cs_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="25param1a.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="25param1a.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkMinimum)</TargetFrameworks> <DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(TargetOS)' == 'Browser'">true</DebuggerSupport> </PropertyGroup> <ItemGroup> <Compile Include="BoundedChannelTests.cs" /> <Compile Include="ChannelClosedExceptionTests.cs" /> <Compile Include="ChannelTestBase.cs" /> <Compile Include="ChannelTests.cs" /> <Compile Include="TestBase.cs" /> <Compile Include="UnboundedChannelTests.cs" /> <Compile Include="DebugAttributeTests.cs" /> <Compile Include="$(CommonTestPath)System\Diagnostics\DebuggerAttributes.cs" Link="Common\System\Diagnostics\DebuggerAttributes.cs" /> </ItemGroup> <ItemGroup Condition="'$(TargetFramework)' == '$(NetCoreAppCurrent)'"> <Compile Include="Stress.cs" /> <Compile Include="ChannelClosedExceptionTests.netcoreapp.cs" /> <Compile Include="ChannelTestBase.netcoreapp.cs" /> </ItemGroup> <ItemGroup Condition="'$(TargetFramework)' == '$(NetFrameworkMinimum)'"> <ProjectReference Include="..\src\System.Threading.Channels.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkMinimum)</TargetFrameworks> <DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(TargetOS)' == 'Browser'">true</DebuggerSupport> </PropertyGroup> <ItemGroup> <Compile Include="BoundedChannelTests.cs" /> <Compile Include="ChannelClosedExceptionTests.cs" /> <Compile Include="ChannelTestBase.cs" /> <Compile Include="ChannelTests.cs" /> <Compile Include="TestBase.cs" /> <Compile Include="UnboundedChannelTests.cs" /> <Compile Include="DebugAttributeTests.cs" /> <Compile Include="$(CommonTestPath)System\Diagnostics\DebuggerAttributes.cs" Link="Common\System\Diagnostics\DebuggerAttributes.cs" /> </ItemGroup> <ItemGroup Condition="'$(TargetFramework)' == '$(NetCoreAppCurrent)'"> <Compile Include="Stress.cs" /> <Compile Include="ChannelClosedExceptionTests.netcoreapp.cs" /> <Compile Include="ChannelTestBase.netcoreapp.cs" /> </ItemGroup> <ItemGroup Condition="'$(TargetFramework)' == '$(NetFrameworkMinimum)'"> <ProjectReference Include="..\src\System.Threading.Channels.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Modules/Ecma/EcmaModule.MetadataTables.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System.Threading; namespace System.Reflection.TypeLoading.Ecma { /// <summary> /// Base class for all Module objects created by a MetadataLoadContext and get its metadata from a PEReader. /// </summary> internal sealed partial class EcmaModule { internal MetadataTable<EcmaDefinitionType, EcmaModule> TypeDefTable { get { return _lazyTypeDefTable ?? Interlocked.CompareExchange(ref _lazyTypeDefTable, CreateTable<EcmaDefinitionType>(TableIndex.TypeDef), null) ?? _lazyTypeDefTable; } } private volatile MetadataTable<EcmaDefinitionType, EcmaModule>? _lazyTypeDefTable; private void EnsureTypeDefTableFullyFilled() { if (!_typeDefTableFullyFilled) { foreach (TypeDefinitionHandle h in Reader.TypeDefinitions) { h.ResolveTypeDef(this); } _typeDefTableFullyFilled = true; } } private bool _typeDefTableFullyFilled; // Only gets set true if EnsureTypeDefTableFullyFilled() fills the table. False negative just means some unnecessary work is done. internal MetadataTable<RoDefinitionType, EcmaModule> TypeRefTable { get { return _lazyTypeRefTable ?? Interlocked.CompareExchange(ref _lazyTypeRefTable, CreateTable<RoDefinitionType>(TableIndex.TypeRef), null) ?? _lazyTypeRefTable; } } private volatile MetadataTable<RoDefinitionType, EcmaModule>? _lazyTypeRefTable; internal MetadataTable<EcmaGenericParameterType, EcmaModule> GenericParamTable { get { return _lazyGenericParamTable ?? Interlocked.CompareExchange(ref _lazyGenericParamTable, CreateTable<EcmaGenericParameterType>(TableIndex.GenericParam), null) ?? _lazyGenericParamTable; } } private volatile MetadataTable<EcmaGenericParameterType, EcmaModule>? _lazyGenericParamTable; internal MetadataTable<RoAssembly, EcmaModule> AssemblyRefTable { get { return _lazyAssemblyRefTable ?? Interlocked.CompareExchange(ref _lazyAssemblyRefTable, CreateTable<RoAssembly>(TableIndex.AssemblyRef), null) ?? _lazyAssemblyRefTable; } } private volatile MetadataTable<RoAssembly, EcmaModule>? _lazyAssemblyRefTable; private MetadataTable<T, EcmaModule> CreateTable<T>(TableIndex tableIndex) where T : class { return new MetadataTable<T, EcmaModule>(Reader.GetTableRowCount(tableIndex)); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Reflection.Metadata; using System.Reflection.Metadata.Ecma335; using System.Threading; namespace System.Reflection.TypeLoading.Ecma { /// <summary> /// Base class for all Module objects created by a MetadataLoadContext and get its metadata from a PEReader. /// </summary> internal sealed partial class EcmaModule { internal MetadataTable<EcmaDefinitionType, EcmaModule> TypeDefTable { get { return _lazyTypeDefTable ?? Interlocked.CompareExchange(ref _lazyTypeDefTable, CreateTable<EcmaDefinitionType>(TableIndex.TypeDef), null) ?? _lazyTypeDefTable; } } private volatile MetadataTable<EcmaDefinitionType, EcmaModule>? _lazyTypeDefTable; private void EnsureTypeDefTableFullyFilled() { if (!_typeDefTableFullyFilled) { foreach (TypeDefinitionHandle h in Reader.TypeDefinitions) { h.ResolveTypeDef(this); } _typeDefTableFullyFilled = true; } } private bool _typeDefTableFullyFilled; // Only gets set true if EnsureTypeDefTableFullyFilled() fills the table. False negative just means some unnecessary work is done. internal MetadataTable<RoDefinitionType, EcmaModule> TypeRefTable { get { return _lazyTypeRefTable ?? Interlocked.CompareExchange(ref _lazyTypeRefTable, CreateTable<RoDefinitionType>(TableIndex.TypeRef), null) ?? _lazyTypeRefTable; } } private volatile MetadataTable<RoDefinitionType, EcmaModule>? _lazyTypeRefTable; internal MetadataTable<EcmaGenericParameterType, EcmaModule> GenericParamTable { get { return _lazyGenericParamTable ?? Interlocked.CompareExchange(ref _lazyGenericParamTable, CreateTable<EcmaGenericParameterType>(TableIndex.GenericParam), null) ?? _lazyGenericParamTable; } } private volatile MetadataTable<EcmaGenericParameterType, EcmaModule>? _lazyGenericParamTable; internal MetadataTable<RoAssembly, EcmaModule> AssemblyRefTable { get { return _lazyAssemblyRefTable ?? Interlocked.CompareExchange(ref _lazyAssemblyRefTable, CreateTable<RoAssembly>(TableIndex.AssemblyRef), null) ?? _lazyAssemblyRefTable; } } private volatile MetadataTable<RoAssembly, EcmaModule>? _lazyAssemblyRefTable; private MetadataTable<T, EcmaModule> CreateTable<T>(TableIndex tableIndex) where T : class { return new MetadataTable<T, EcmaModule>(Reader.GetTableRowCount(tableIndex)); } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/mono/mono/tests/verifier/unverifiable_stack_2_ret.il
// invalid CIL which breaks the ECMA-335 rules. // This CIL should fail verification by a conforming CLI verifier. .assembly '_generated' { .hash algorithm 0x00008004 .ver 0:0:0:0 } .class Class extends [mscorlib]System.Object { .field public int32 fld } .method public static int32 Foo(int32 x) cil managed { .maxstack 2 ldarg.0 ldarg.0 ret // invalid, stack with two elements. } .method public static void Main() cil managed { .entrypoint .maxstack 2 ldarg.0 call int32 Foo(int32) pop ret }
// invalid CIL which breaks the ECMA-335 rules. // This CIL should fail verification by a conforming CLI verifier. .assembly '_generated' { .hash algorithm 0x00008004 .ver 0:0:0:0 } .class Class extends [mscorlib]System.Object { .field public int32 fld } .method public static int32 Foo(int32 x) cil managed { .maxstack 2 ldarg.0 ldarg.0 ret // invalid, stack with two elements. } .method public static void Main() cil managed { .entrypoint .maxstack 2 ldarg.0 call int32 Foo(int32) pop ret }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/Common/src/Interop/Windows/BCrypt/Interop.BCryptHashData.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class BCrypt { internal static NTSTATUS BCryptHashData(SafeBCryptHashHandle hHash, ReadOnlySpan<byte> pbInput, int cbInput, int dwFlags) => BCryptHashData(hHash, ref MemoryMarshal.GetReference(pbInput), cbInput, dwFlags); [GeneratedDllImport(Libraries.BCrypt, StringMarshalling = StringMarshalling.Utf16)] private static partial NTSTATUS BCryptHashData(SafeBCryptHashHandle hHash, ref byte pbInput, int cbInput, int dwFlags); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; using Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class BCrypt { internal static NTSTATUS BCryptHashData(SafeBCryptHashHandle hHash, ReadOnlySpan<byte> pbInput, int cbInput, int dwFlags) => BCryptHashData(hHash, ref MemoryMarshal.GetReference(pbInput), cbInput, dwFlags); [GeneratedDllImport(Libraries.BCrypt, StringMarshalling = StringMarshalling.Utf16)] private static partial NTSTATUS BCryptHashData(SafeBCryptHashHandle hHash, ref byte pbInput, int cbInput, int dwFlags); } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/Regression/CLR-x86-JIT/V1.1-M1-Beta1/b140118/b140118.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern legacy library mscorlib {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly 'b140118' {} .assembly extern xunit.core {} .class ILGEN_0x1c9344b9 { .field static int16[] field_0x0 .method static int32 Method_0xcf54fbcb() { .maxstack 13 .locals (int8 local_0x3,unsigned int8[] local_0x4,native int local_0x8) ldc.i4 0xad970933 stloc local_0x3 ldc.i4 255 newarr [mscorlib]System.Byte stloc local_0x4 ldc.i4 0x3bed5030 stloc local_0x8 ldc.i4 255 newarr [mscorlib]System.Int16 stsfld int16[] ILGEN_0x1c9344b9::field_0x0 Start_Orphan_0: ldsfld int16[] ILGEN_0x1c9344b9::field_0x0 ldloc local_0x3 ldloc local_0x8 blt.un Branch_0x2 ldloc local_0x4 ldlen ldc.i4.1 sub br Branch_0x3 Branch_0x2: ldsfld int16[] ILGEN_0x1c9344b9::field_0x0 ldlen ldc.i4.1 sub Branch_0x3: ldelema [mscorlib]System.Int16 Start_Orphan_3: ldsfld int16[] ILGEN_0x1c9344b9::field_0x0 ldc.i4 55 ldc.i4 0x6cedf978 stelem.i2 Branch_0x5: End_Orphan_3: ldloc local_0x8 Start_Orphan_6: ldloca local_0x8 pop End_Orphan_6: stind.i2 End_Orphan_0: ldc.i4 55 EOM: ret } .method static int32 Main() { .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) .entrypoint .maxstack 20 call int32 ILGEN_0x1c9344b9::Method_0xcf54fbcb() pop ldc.i4 100 ret } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern legacy library mscorlib {} .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly 'b140118' {} .assembly extern xunit.core {} .class ILGEN_0x1c9344b9 { .field static int16[] field_0x0 .method static int32 Method_0xcf54fbcb() { .maxstack 13 .locals (int8 local_0x3,unsigned int8[] local_0x4,native int local_0x8) ldc.i4 0xad970933 stloc local_0x3 ldc.i4 255 newarr [mscorlib]System.Byte stloc local_0x4 ldc.i4 0x3bed5030 stloc local_0x8 ldc.i4 255 newarr [mscorlib]System.Int16 stsfld int16[] ILGEN_0x1c9344b9::field_0x0 Start_Orphan_0: ldsfld int16[] ILGEN_0x1c9344b9::field_0x0 ldloc local_0x3 ldloc local_0x8 blt.un Branch_0x2 ldloc local_0x4 ldlen ldc.i4.1 sub br Branch_0x3 Branch_0x2: ldsfld int16[] ILGEN_0x1c9344b9::field_0x0 ldlen ldc.i4.1 sub Branch_0x3: ldelema [mscorlib]System.Int16 Start_Orphan_3: ldsfld int16[] ILGEN_0x1c9344b9::field_0x0 ldc.i4 55 ldc.i4 0x6cedf978 stelem.i2 Branch_0x5: End_Orphan_3: ldloc local_0x8 Start_Orphan_6: ldloca local_0x8 pop End_Orphan_6: stind.i2 End_Orphan_0: ldc.i4 55 EOM: ret } .method static int32 Main() { .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) .entrypoint .maxstack 20 call int32 ILGEN_0x1c9344b9::Method_0xcf54fbcb() pop ldc.i4 100 ret } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1142/Generated1142.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN FORWARDER ASSEMBLIES: //TEST ASSEMBLY: .assembly Generated1142 { .hash algorithm 0x00008004 } .assembly extern xunit.core {} .class public BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class public BaseClass1 extends BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void BaseClass0::.ctor() ret } } .class public G3_C1614`1<T0> extends class G2_C620`2<!T0,!T0> { .method public hidebysig newslot virtual instance string ClassMethod4624() cil managed noinlining { ldstr "G3_C1614::ClassMethod4624.17090()" ret } .method public hidebysig newslot virtual instance string 'G2_C620<T0,T0>.ClassMethod2599'() cil managed noinlining { .override method instance string class G2_C620`2<!T0,!T0>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G2_C620`2<!T0,!T0>::.ctor() ret } } .class public G2_C620`2<T0, T1> extends class G1_C11`2<!T1,!T0> implements class IBase2`2<class BaseClass0,class BaseClass1>, class IBase1`1<!T1> { .method public hidebysig newslot virtual instance string Method7<M0>() cil managed noinlining { ldstr "G2_C620::Method7.10703<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig virtual instance string Method4() cil managed noinlining { ldstr "G2_C620::Method4.10704()" ret } .method public hidebysig newslot virtual instance string Method5() cil managed noinlining { ldstr "G2_C620::Method5.10705()" ret } .method public hidebysig newslot virtual instance string Method6<M0>() cil managed noinlining { ldstr "G2_C620::Method6.10706<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase1<T1>.Method6'<M0>() cil managed noinlining { .override method instance string class IBase1`1<!T1>::Method6<[1]>() ldstr "G2_C620::Method6.MI.10707<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod2599() cil managed noinlining { ldstr "G2_C620::ClassMethod2599.10708()" ret } .method public hidebysig newslot virtual instance string ClassMethod2600<M0>() cil managed noinlining { ldstr "G2_C620::ClassMethod2600.10709<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod2601<M0>() cil managed noinlining { ldstr "G2_C620::ClassMethod2601.10710<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G1_C11`2<!T1,!T0>::.ctor() ret } } .class public G1_C11`2<T0, T1> implements class IBase2`2<class BaseClass1,!T1>, class IBase1`1<class BaseClass0> { .method public hidebysig newslot virtual instance string Method7<M0>() cil managed noinlining { ldstr "G1_C11::Method7.4854<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase2<class BaseClass1,T1>.Method7'<M0>() cil managed noinlining { .override method instance string class IBase2`2<class BaseClass1,!T1>::Method7<[1]>() ldstr "G1_C11::Method7.MI.4855<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig virtual instance string Method4() cil managed noinlining { ldstr "G1_C11::Method4.4856()" ret } .method public hidebysig newslot virtual instance string 'IBase1<class BaseClass0>.Method4'() cil managed noinlining { .override method instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ret } .method public hidebysig virtual instance string Method5() cil managed noinlining { ldstr "G1_C11::Method5.4858()" ret } .method public hidebysig virtual instance string Method6<M0>() cil managed noinlining { ldstr "G1_C11::Method6.4859<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase1<class BaseClass0>.Method6'<M0>() cil managed noinlining { .override method instance string class IBase1`1<class BaseClass0>::Method6<[1]>() ldstr "G1_C11::Method6.MI.4860<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1344<M0>() cil managed noinlining { ldstr "G1_C11::ClassMethod1344.4861<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1345<M0>() cil managed noinlining { ldstr "G1_C11::ClassMethod1345.4862<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class interface public abstract IBase2`2<+T0, -T1> { .method public hidebysig newslot abstract virtual instance string Method7<M0>() cil managed { } } .class interface public abstract IBase1`1<+T0> { .method public hidebysig newslot abstract virtual instance string Method4() cil managed { } .method public hidebysig newslot abstract virtual instance string Method5() cil managed { } .method public hidebysig newslot abstract virtual instance string Method6<M0>() cil managed { } } .class public auto ansi beforefieldinit Generated1142 { .method static void M.BaseClass0<(BaseClass0)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass0<(BaseClass0)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.BaseClass1<(BaseClass1)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass1<(BaseClass1)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1614.T<T0,(class G3_C1614`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 15 .locals init (string[] actualResults) ldc.i4.s 10 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1614.T<T0,(class G3_C1614`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 10 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod4624() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 9 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1614.A<(class G3_C1614`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 15 .locals init (string[] actualResults) ldc.i4.s 10 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1614.A<(class G3_C1614`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 10 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod4624() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 9 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1614.B<(class G3_C1614`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 15 .locals init (string[] actualResults) ldc.i4.s 10 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1614.B<(class G3_C1614`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 10 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod4624() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 9 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.T.T<T0,T1,(class G2_C620`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.T.T<T0,T1,(class G2_C620`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.A.T<T1,(class G2_C620`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.A.T<T1,(class G2_C620`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.A.A<(class G2_C620`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.A.A<(class G2_C620`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.A.B<(class G2_C620`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.A.B<(class G2_C620`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.B.T<T1,(class G2_C620`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.B.T<T1,(class G2_C620`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.B.A<(class G2_C620`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.B.A<(class G2_C620`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.B.B<(class G2_C620`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.B.B<(class G2_C620`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.T.T<T0,T1,(class G1_C11`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.T.T<T0,T1,(class G1_C11`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.A.T<T1,(class G1_C11`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.A.T<T1,(class G1_C11`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.A.A<(class G1_C11`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.A.A<(class G1_C11`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.A.B<(class G1_C11`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.A.B<(class G1_C11`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.B.T<T1,(class G1_C11`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.B.T<T1,(class G1_C11`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.B.A<(class G1_C11`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.B.A<(class G1_C11`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.B.B<(class G1_C11`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.B.B<(class G1_C11`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method public hidebysig static void MethodCallingTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calling Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1614`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod4624() ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G3_C1614`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod4624() ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void ConstrainedCallsTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Constrained Calls Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1614`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass0,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.A<class G3_C1614`1<class BaseClass0>>(!!0,string) newobj instance void class G3_C1614`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.B<class G3_C1614`1<class BaseClass1>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.B<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.T<class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.A<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.B<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.B<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void StructConstrainedInterfaceCallsTest() cil managed { .maxstack 10 ldstr "===================== Struct Constrained Interface Calls Test =====================" call void [mscorlib]System.Console::WriteLine(string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void CalliTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calli Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1614`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod4624() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G3_C1614`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod4624() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static int32 Main() cil managed { .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) .entrypoint .maxstack 10 call void Generated1142::MethodCallingTest() call void Generated1142::ConstrainedCallsTest() call void Generated1142::StructConstrainedInterfaceCallsTest() call void Generated1142::CalliTest() ldc.i4 100 ret } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN FORWARDER ASSEMBLIES: //TEST ASSEMBLY: .assembly Generated1142 { .hash algorithm 0x00008004 } .assembly extern xunit.core {} .class public BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class public BaseClass1 extends BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void BaseClass0::.ctor() ret } } .class public G3_C1614`1<T0> extends class G2_C620`2<!T0,!T0> { .method public hidebysig newslot virtual instance string ClassMethod4624() cil managed noinlining { ldstr "G3_C1614::ClassMethod4624.17090()" ret } .method public hidebysig newslot virtual instance string 'G2_C620<T0,T0>.ClassMethod2599'() cil managed noinlining { .override method instance string class G2_C620`2<!T0,!T0>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G2_C620`2<!T0,!T0>::.ctor() ret } } .class public G2_C620`2<T0, T1> extends class G1_C11`2<!T1,!T0> implements class IBase2`2<class BaseClass0,class BaseClass1>, class IBase1`1<!T1> { .method public hidebysig newslot virtual instance string Method7<M0>() cil managed noinlining { ldstr "G2_C620::Method7.10703<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig virtual instance string Method4() cil managed noinlining { ldstr "G2_C620::Method4.10704()" ret } .method public hidebysig newslot virtual instance string Method5() cil managed noinlining { ldstr "G2_C620::Method5.10705()" ret } .method public hidebysig newslot virtual instance string Method6<M0>() cil managed noinlining { ldstr "G2_C620::Method6.10706<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase1<T1>.Method6'<M0>() cil managed noinlining { .override method instance string class IBase1`1<!T1>::Method6<[1]>() ldstr "G2_C620::Method6.MI.10707<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod2599() cil managed noinlining { ldstr "G2_C620::ClassMethod2599.10708()" ret } .method public hidebysig newslot virtual instance string ClassMethod2600<M0>() cil managed noinlining { ldstr "G2_C620::ClassMethod2600.10709<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod2601<M0>() cil managed noinlining { ldstr "G2_C620::ClassMethod2601.10710<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G1_C11`2<!T1,!T0>::.ctor() ret } } .class public G1_C11`2<T0, T1> implements class IBase2`2<class BaseClass1,!T1>, class IBase1`1<class BaseClass0> { .method public hidebysig newslot virtual instance string Method7<M0>() cil managed noinlining { ldstr "G1_C11::Method7.4854<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase2<class BaseClass1,T1>.Method7'<M0>() cil managed noinlining { .override method instance string class IBase2`2<class BaseClass1,!T1>::Method7<[1]>() ldstr "G1_C11::Method7.MI.4855<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig virtual instance string Method4() cil managed noinlining { ldstr "G1_C11::Method4.4856()" ret } .method public hidebysig newslot virtual instance string 'IBase1<class BaseClass0>.Method4'() cil managed noinlining { .override method instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ret } .method public hidebysig virtual instance string Method5() cil managed noinlining { ldstr "G1_C11::Method5.4858()" ret } .method public hidebysig virtual instance string Method6<M0>() cil managed noinlining { ldstr "G1_C11::Method6.4859<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase1<class BaseClass0>.Method6'<M0>() cil managed noinlining { .override method instance string class IBase1`1<class BaseClass0>::Method6<[1]>() ldstr "G1_C11::Method6.MI.4860<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1344<M0>() cil managed noinlining { ldstr "G1_C11::ClassMethod1344.4861<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1345<M0>() cil managed noinlining { ldstr "G1_C11::ClassMethod1345.4862<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class interface public abstract IBase2`2<+T0, -T1> { .method public hidebysig newslot abstract virtual instance string Method7<M0>() cil managed { } } .class interface public abstract IBase1`1<+T0> { .method public hidebysig newslot abstract virtual instance string Method4() cil managed { } .method public hidebysig newslot abstract virtual instance string Method5() cil managed { } .method public hidebysig newslot abstract virtual instance string Method6<M0>() cil managed { } } .class public auto ansi beforefieldinit Generated1142 { .method static void M.BaseClass0<(BaseClass0)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass0<(BaseClass0)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.BaseClass1<(BaseClass1)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass1<(BaseClass1)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1614.T<T0,(class G3_C1614`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 15 .locals init (string[] actualResults) ldc.i4.s 10 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1614.T<T0,(class G3_C1614`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 10 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::ClassMethod4624() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 9 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<!!T0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1614.A<(class G3_C1614`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 15 .locals init (string[] actualResults) ldc.i4.s 10 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1614.A<(class G3_C1614`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 10 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod4624() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 9 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1614.B<(class G3_C1614`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 15 .locals init (string[] actualResults) ldc.i4.s 10 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1614.B<(class G3_C1614`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 10 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod4624() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 9 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1614`1<class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.T.T<T0,T1,(class G2_C620`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.T.T<T0,T1,(class G2_C620`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.A.T<T1,(class G2_C620`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.A.T<T1,(class G2_C620`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.A.A<(class G2_C620`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.A.A<(class G2_C620`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.A.B<(class G2_C620`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.A.B<(class G2_C620`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.B.T<T1,(class G2_C620`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.B.T<T1,(class G2_C620`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.B.A<(class G2_C620`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.B.A<(class G2_C620`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C620.B.B<(class G2_C620`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 14 .locals init (string[] actualResults) ldc.i4.s 9 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C620.B.B<(class G2_C620`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 9 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 7 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 8 ldarga.s 0 constrained. !!W callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.T.T<T0,T1,(class G1_C11`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.T.T<T0,T1,(class G1_C11`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.A.T<T1,(class G1_C11`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.A.T<T1,(class G1_C11`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.A.A<(class G1_C11`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.A.A<(class G1_C11`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.A.B<(class G1_C11`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.A.B<(class G1_C11`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.B.T<T1,(class G1_C11`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.B.T<T1,(class G1_C11`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.B.A<(class G1_C11`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.B.A<(class G1_C11`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C11.B.B<(class G1_C11`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C11.B.B<(class G1_C11`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method public hidebysig static void MethodCallingTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calling Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1614`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod4624() ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass0> callvirt instance string class G3_C1614`1<class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G3_C1614`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod4624() ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod2599() ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1614`1<class BaseClass1> callvirt instance string class G3_C1614`1<class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C620`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C620`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C11`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C11`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void ConstrainedCallsTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Constrained Calls Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1614`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass0,class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.A<class G3_C1614`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.T<class BaseClass0,class G3_C1614`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.A<class G3_C1614`1<class BaseClass0>>(!!0,string) newobj instance void class G3_C1614`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass1,class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.B<class G3_C1614`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.T<class BaseClass1,class G3_C1614`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G3_C1614::ClassMethod2599.MI.17091()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G3_C1614::ClassMethod4624.17090()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G3_C1614.B<class G3_C1614`1<class BaseClass1>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.A<class G2_C620`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.A.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass1,class G2_C620`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.B<class G2_C620`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.B<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass1,class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.T<class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.A<class G2_C620`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::Method4.10704()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.A<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.T.T<class BaseClass1,class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G2_C620::ClassMethod2599.10708()#G2_C620::ClassMethod2600.10709<System.Object>()#G2_C620::ClassMethod2601.10710<System.Object>()#G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.10706<System.Object>()#G2_C620::Method7.10703<System.Object>()#" call void Generated1142::M.G2_C620.B.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass1,class G2_C620`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C620::Method4.10704()#G2_C620::Method5.10705()#G2_C620::Method6.MI.10707<System.Object>()#" call void Generated1142::M.IBase1.B<class G2_C620`2<class BaseClass1,class BaseClass1>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.A.B<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.A<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::ClassMethod1344.4861<System.Object>()#G1_C11::ClassMethod1345.4862<System.Object>()#G1_C11::Method4.4856()#G1_C11::Method5.4858()#G1_C11::Method6.4859<System.Object>()#G1_C11::Method7.4854<System.Object>()#" call void Generated1142::M.G1_C11.B.B<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.B.B<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.T<class BaseClass0,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method4.MI.4857()#G1_C11::Method5.4858()#G1_C11::Method6.MI.4860<System.Object>()#" call void Generated1142::M.IBase1.A<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.T<class BaseClass1,class G1_C11`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C11::Method7.MI.4855<System.Object>()#" call void Generated1142::M.IBase2.A.B<class G1_C11`2<class BaseClass1,class BaseClass1>>(!!0,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void StructConstrainedInterfaceCallsTest() cil managed { .maxstack 10 ldstr "===================== Struct Constrained Interface Calls Test =====================" call void [mscorlib]System.Console::WriteLine(string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void CalliTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calli Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1614`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod4624() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass0>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass0> on type class G3_C1614`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G3_C1614`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod4624() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G3_C1614::ClassMethod4624.17090()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod2601<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod2600<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod2599() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G3_C1614::ClassMethod2599.MI.17091()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method5() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method4() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::Method7<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod1345<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1614`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1614`1<class BaseClass1>::ClassMethod1344<object>() calli default string(class G3_C1614`1<class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G3_C1614`1<class BaseClass1> on type class G3_C1614`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass0,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C620`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2601<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::ClassMethod2601.10710<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2600<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::ClassMethod2600.10709<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod2599() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::ClassMethod2599.10708()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method6.10706<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method7.10703<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C620`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C620`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G2_C620`2<class BaseClass1,class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method4.10704()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method5.10705()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C620`2<class BaseClass1,class BaseClass1>) ldstr "G2_C620::Method6.MI.10707<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C620`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass0,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass0>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C11`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1345<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1345.4862<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::ClassMethod1344<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::ClassMethod1344.4861<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method6.4859<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method4.4856()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C11`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C11`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.4854<System.Object>()" ldstr "class G1_C11`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method4.MI.4857()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method5.4858()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method6.MI.4860<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C11`2<class BaseClass1,class BaseClass1>) ldstr "G1_C11::Method7.MI.4855<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C11`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static int32 Main() cil managed { .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) .entrypoint .maxstack 10 call void Generated1142::MethodCallingTest() call void Generated1142::ConstrainedCallsTest() call void Generated1142::StructConstrainedInterfaceCallsTest() call void Generated1142::CalliTest() ldc.i4 100 ret } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/coreclr/vm/virtualcallstub.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: VirtualCallStub.h // // // See code:VirtualCallStubManager for details // // ============================================================================ #ifndef _VIRTUAL_CALL_STUB_H #define _VIRTUAL_CALL_STUB_H #define CHAIN_LOOKUP #if defined(TARGET_X86) // If this is uncommented, leaves a file "StubLog_<pid>.log" with statistics on the behavior // of stub-based interface dispatch. //#define STUB_LOGGING #endif #include "stubmgr.h" ///////////////////////////////////////////////////////////////////////////////////// // Forward class declarations class FastTable; class BucketTable; class Entry; class Prober; class VirtualCallStubManager; class VirtualCallStubManagerManager; struct LookupHolder; struct DispatchHolder; struct ResolveHolder; struct VTableCallHolder; ///////////////////////////////////////////////////////////////////////////////////// // Forward function declarations extern "C" void InContextTPQuickDispatchAsmStub(); extern "C" PCODE STDCALL VSD_ResolveWorker(TransitionBlock * pTransitionBlock, TADDR siteAddrForRegisterIndirect, size_t token #ifndef TARGET_X86 , UINT_PTR flags #endif ); ///////////////////////////////////////////////////////////////////////////////////// #if defined(TARGET_X86) || defined(TARGET_AMD64) typedef INT32 DISPL; #endif ///////////////////////////////////////////////////////////////////////////////////// // Represents the struct that is added to the resolve cache // NOTE: If you change the layout of this struct, you'll need to update various // ASM helpers in VirtualCallStubCpu that rely on offsets of members. // struct ResolveCacheElem { void *pMT; size_t token; // DispatchToken void *target; // These are used for chaining ResolveCacheElem *pNext; ResolveCacheElem *Next() { LIMITED_METHOD_CONTRACT; return VolatileLoad(&pNext); } #ifdef _DEBUG UINT16 debug_hash; UINT16 debug_index; #endif // _DEBUG BOOL Equals(size_t token, void *pMT) { LIMITED_METHOD_CONTRACT; return (this->pMT == pMT && this->token == token); } BOOL Equals(ResolveCacheElem *pElem) { WRAPPER_NO_CONTRACT; return Equals(pElem->token, pElem->pMT); } }; enum { e_resolveCacheElem_sizeof_mt = sizeof(void *), e_resolveCacheElem_sizeof_token = sizeof(size_t), e_resolveCacheElem_sizeof_target = sizeof(void *), e_resolveCacheElem_sizeof_next = sizeof(ResolveCacheElem *), e_resolveCacheElem_offset_mt = 0, e_resolveCacheElem_offset_token = e_resolveCacheElem_offset_mt + e_resolveCacheElem_sizeof_mt, e_resolveCacheElem_offset_target = e_resolveCacheElem_offset_token + e_resolveCacheElem_sizeof_token, e_resolveCacheElem_offset_next = e_resolveCacheElem_offset_target + e_resolveCacheElem_sizeof_target, }; ///////////////////////////////////////////////////////////////////////////////////// // A utility class to help manipulate a call site struct StubCallSite { friend class VirtualCallStubManager; private: // On x86 are four possible kinds of callsites when you take into account all features // Relative: direct call, e.g. "call addr". Not used currently. // RelativeIndirect (JmpRel): indirect call through a relative address, e.g. "call [addr]" // RegisterIndirect: indirect call through a register, e.g. "call [eax]" // DelegateCallSite: anything else, tail called through a register by shuffle thunk, e.g. "jmp [eax]" // // On all other platforms we always use an indirect call through an indirection cell // In these cases all calls are made by the platform equivalent of "call [addr]". // // DelegateCallSite are particular in that they can come in a variety of forms: // a direct delegate call has a sequence defined by the jit but a multicast or wrapper delegate // are defined in a stub and have a different shape // PTR_PCODE m_siteAddr; // Stores the address of an indirection cell PCODE m_returnAddr; public: #if defined(TARGET_X86) StubCallSite(TADDR siteAddrForRegisterIndirect, PCODE returnAddr); PCODE GetCallerAddress(); #else // !defined(TARGET_X86) // On platforms where we always use an indirection cell things // are much simpler - the siteAddr always stores a pointer to a // value that in turn points to the indirection cell. StubCallSite(TADDR siteAddr, PCODE returnAddr) { LIMITED_METHOD_CONTRACT; m_siteAddr = dac_cast<PTR_PCODE>(siteAddr); m_returnAddr = returnAddr; } PCODE GetCallerAddress() { LIMITED_METHOD_CONTRACT; return m_returnAddr; } #endif // !defined(TARGET_X86) PCODE GetSiteTarget() { WRAPPER_NO_CONTRACT; return *(GetIndirectCell()); } void SetSiteTarget(PCODE newTarget); PTR_PCODE GetIndirectCell() { LIMITED_METHOD_CONTRACT; return dac_cast<PTR_PCODE>(m_siteAddr); } PTR_PCODE * GetIndirectCellAddress() { LIMITED_METHOD_CONTRACT; return &m_siteAddr; } PCODE GetReturnAddress() { LIMITED_METHOD_CONTRACT; return m_returnAddr; } }; // These are the assembly language entry points that the stubs use when they want to go into the EE extern "C" void ResolveWorkerAsmStub(); // resolve a token and transfer control to that method extern "C" void ResolveWorkerChainLookupAsmStub(); // for chaining of entries in the cache #ifdef TARGET_X86 extern "C" void BackPatchWorkerAsmStub(); // backpatch a call site to point to a different stub #ifdef TARGET_UNIX extern "C" void BackPatchWorkerStaticStub(PCODE returnAddr, TADDR siteAddrForRegisterIndirect); #endif // TARGET_UNIX #endif // TARGET_X86 typedef VPTR(class VirtualCallStubManager) PTR_VirtualCallStubManager; // VirtualCallStubManager is the heart of the stub dispatch logic. See the book of the runtime entry // // file:../../doc/BookOfTheRuntime/ClassLoader/VirtualStubDispatchDesign.doc // // The basic idea is that a call to an interface (it could also be used for virtual calls in general, but we // do not do this), is simply the code // // call [DispatchCell] // // Where we make sure 'DispatchCell' points at stubs that will do the right thing. DispatchCell is writable // so we can udpate the code over time. There are three basic types of stubs that the dispatch cell can point // to. // * Lookup: The intial stub that has no 'fast path' and simply pushes a ID for interface being called // and calls into the runtime at code:VirtualCallStubManager.ResolveWorkerStatic. // * Dispatch: Lookup stubs are patched to this stub which has a fast path that checks for a particular // Method Table and if that fails jumps to code that // * Decrements a 'missCount' (starts out as code:STUB_MISS_COUNT_VALUE). If this count goes to zero // code:VirtualCallStubManager.BackPatchWorkerStatic is called, morphs it into a resolve stub // (however since this decrementing logic is SHARED among all dispatch stubs, it may take // multiples of code:STUB_MISS_COUNT_VALUE if mulitple call sites are actively polymorphic (this // seems unlikley). // * Calls a resolve stub (Whenever a dispatch stub is created, it always has a cooresponding resolve // stub (but the resolve stubs are shared among many dispatch stubs). // * Resolve: see code:ResolveStub. This looks up the Method table in a process wide cache (see // code:ResolveCacheElem, and if found, jumps to it. This code path is about 17 instructions long (so // pretty fast, but certainly much slower than a normal call). If the method table is not found in // the cache, it calls into the runtime code:VirtualCallStubManager.ResolveWorkerStatic, which // populates it. // So the general progression is call site's cells // * start out life pointing to a lookup stub // * On first call they get updated into a dispatch stub. When this misses, it calls a resolve stub, // which populates a resovle stub's cache, but does not update the call site' cell (thus it is still // pointing at the dispatch cell. // * After code:STUB_MISS_COUNT_VALUE misses, we update the call site's cell to point directly at the // resolve stub (thus avoiding the overhead of the quick check that always seems to be failing and // the miss count update). // // QUESTION: What is the lifetimes of the various stubs and hash table entries? // // QUESTION: There does not seem to be any logic that will change a call site's cell once it becomes a // Resolve stub. Thus once a particular call site becomes a Resolve stub we live with the Resolve stub's // (in)efficiency forever. // // see code:#StubDispatchNotes for more class VirtualCallStubManager : public StubManager { friend class VirtualCallStubManagerManager; friend class VirtualCallStubManagerIterator; #if defined(DACCESS_COMPILE) friend class ClrDataAccess; friend class DacDbiInterfaceImpl; #endif // DACCESS_COMPILE VPTR_VTABLE_CLASS(VirtualCallStubManager, StubManager) public: #ifdef _DEBUG virtual const char * DbgGetName() { LIMITED_METHOD_CONTRACT; return "VirtualCallStubManager"; } #endif // The reason for our existence, return a callstub for type id and slot number // where type id = 0 for the class contract (i.e. a virtual call), and type id > 0 for an // interface invoke where the id indicates which interface it is. // // The function is idempotent, i.e. // you'll get the same callstub twice if you call it with identical inputs. PCODE GetCallStub(TypeHandle ownerType, MethodDesc *pMD); PCODE GetCallStub(TypeHandle ownerType, DWORD slot); // Stubs for vtable-based virtual calls with no lookups PCODE GetVTableCallStub(DWORD slot); // Generate an fresh indirection cell. BYTE* GenerateStubIndirection(PCODE stub, BOOL fUseRecycledCell = FALSE); // Set up static data structures - called during EEStartup static void InitStatic(); static void UninitStatic(); // Per instance initialization - called during AppDomain::Init and ::Uninit and for collectible loader allocators void Init(BaseDomain* pDomain, LoaderAllocator *pLoaderAllocator); void Uninit(); //@TODO: the logging should be tied into the VMs normal loggin mechanisms, //@TODO: for now we just always write a short log file called "StubLog_<pid>.log" static void StartupLogging(); static void LoggingDump(); static void FinishLogging(); static void ResetCache(); // Reclaim/rearrange any structures that can only be done during a gc sync point. // This is the mechanism we are using to avoid synchronization of alot of our // cache and hash table accesses. We are requiring that during a gc sync point we are not // executing any stub code at all, hence at this time we are serialized on a single thread (gc) // and no other thread is accessing the data structures. static void ReclaimAll(); void Reclaim(); #ifndef DACCESS_COMPILE VirtualCallStubManager() : StubManager(), lookup_rangeList(), resolve_rangeList(), dispatch_rangeList(), cache_entry_rangeList(), vtable_rangeList(), parentDomain(NULL), m_loaderAllocator(NULL), m_initialReservedMemForHeaps(NULL), m_FreeIndCellList(NULL), m_RecycledIndCellList(NULL), indcell_heap(NULL), cache_entry_heap(NULL), lookup_heap(NULL), dispatch_heap(NULL), resolve_heap(NULL), #ifdef TARGET_AMD64 m_fShouldAllocateLongJumpDispatchStubs(FALSE), #endif lookups(NULL), cache_entries(NULL), dispatchers(NULL), resolvers(NULL), m_counters(NULL), m_cur_counter_block(NULL), m_cur_counter_block_for_reclaim(NULL), m_cur_counter_block_for_reclaim_index(NULL), m_pNext(NULL) { LIMITED_METHOD_CONTRACT; ZeroMemory(&stats, sizeof(stats)); } ~VirtualCallStubManager(); #endif // !DACCESS_COMPILE enum StubKind { SK_UNKNOWN, SK_LOOKUP, // Lookup Stubs are SLOW stubs that simply call into the runtime to do all work. SK_DISPATCH, // Dispatch Stubs have a fast check for one type otherwise jumps to runtime. Works for monomorphic sites SK_RESOLVE, // Resolve Stubs do a hash lookup before fallling back to the runtime. Works for polymorphic sites. SK_VTABLECALL, // Stub that jumps to a target method using vtable-based indirections. Works for non-interface calls. SK_BREAKPOINT }; // peek at the assembly code and predict which kind of a stub we have StubKind predictStubKind(PCODE stubStartAddress); /* know thine own stubs. It is possible that when multiple virtualcallstub managers are built that these may need to become non-static, and the callers modified accordingly */ StubKind getStubKind(PCODE stubStartAddress, BOOL usePredictStubKind = TRUE) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; // This method can called with stubStartAddress==NULL, e.g. when handling null reference exceptions // caused by IP=0. Early out for this case to avoid confusing handled access violations inside predictStubKind. if (PCODEToPINSTR(stubStartAddress) == NULL) return SK_UNKNOWN; // Rather than calling IsInRange(stubStartAddress) for each possible stub kind // we can peek at the assembly code and predict which kind of a stub we have StubKind predictedKind = (usePredictStubKind) ? predictStubKind(stubStartAddress) : SK_UNKNOWN; if (predictedKind == SK_DISPATCH) { if (isDispatchingStub(stubStartAddress)) return SK_DISPATCH; } else if (predictedKind == SK_LOOKUP) { if (isLookupStub(stubStartAddress)) return SK_LOOKUP; } else if (predictedKind == SK_RESOLVE) { if (isResolvingStub(stubStartAddress)) return SK_RESOLVE; } else if (predictedKind == SK_VTABLECALL) { if (isVTableCallStub(stubStartAddress)) return SK_VTABLECALL; } // This is the slow case. If the predict returned SK_UNKNOWN, SK_BREAKPOINT, // or the predict was found to be incorrect when checked against the RangeLists // (isXXXStub), then we'll check each stub heap in sequence. if (isDispatchingStub(stubStartAddress)) return SK_DISPATCH; else if (isLookupStub(stubStartAddress)) return SK_LOOKUP; else if (isResolvingStub(stubStartAddress)) return SK_RESOLVE; else if (isVTableCallStub(stubStartAddress)) return SK_VTABLECALL; return SK_UNKNOWN; } inline BOOL isStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return (getStubKind(stubStartAddress) != SK_UNKNOWN); } BOOL isDispatchingStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetDispatchRangeList()->IsInRange(stubStartAddress); } BOOL isResolvingStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetResolveRangeList()->IsInRange(stubStartAddress); } BOOL isLookupStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetLookupRangeList()->IsInRange(stubStartAddress); } BOOL isVTableCallStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetVTableCallRangeList()->IsInRange(stubStartAddress); } static BOOL isDispatchingStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_DISPATCH; } static BOOL isResolvingStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_RESOLVE; } static BOOL isLookupStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_LOOKUP; } static BOOL isVtableCallStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_VTABLECALL; } //use range lists to track the chunks of memory that are part of each heap LockedRangeList lookup_rangeList; LockedRangeList resolve_rangeList; LockedRangeList dispatch_rangeList; LockedRangeList cache_entry_rangeList; LockedRangeList vtable_rangeList; // Get dac-ized pointers to rangelist. RangeList* GetLookupRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, lookup_rangeList); return PTR_RangeList(addr); } RangeList* GetResolveRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, resolve_rangeList); return PTR_RangeList(addr); } RangeList* GetDispatchRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, dispatch_rangeList); return PTR_RangeList(addr); } RangeList* GetCacheEntryRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, cache_entry_rangeList); return PTR_RangeList(addr); } RangeList* GetVTableCallRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, vtable_rangeList); return PTR_RangeList(addr); } private: //allocate and initialize a stub of the desired kind DispatchHolder *GenerateDispatchStub(PCODE addrOfCode, PCODE addrOfFail, void *pMTExpected, size_t dispatchToken, bool *pMayHaveReenteredCooperativeGCMode); #ifdef TARGET_AMD64 // Used to allocate a long jump dispatch stub. See comment around // m_fShouldAllocateLongJumpDispatchStubs for explaination. DispatchHolder *GenerateDispatchStubLong(PCODE addrOfCode, PCODE addrOfFail, void *pMTExpected, size_t dispatchToken, bool *pMayHaveReenteredCooperativeGCMode); #endif ResolveHolder *GenerateResolveStub(PCODE addrOfResolver, PCODE addrOfPatcher, size_t dispatchToken #if defined(TARGET_X86) && !defined(UNIX_X86_ABI) , size_t stackArgumentsSize #endif ); LookupHolder *GenerateLookupStub(PCODE addrOfResolver, size_t dispatchToken); VTableCallHolder* GenerateVTableCallStub(DWORD slot); template <typename STUB_HOLDER> void AddToCollectibleVSDRangeList(STUB_HOLDER *holder) { if (m_loaderAllocator->IsCollectible()) { parentDomain->GetCollectibleVSDRanges()->AddRange(reinterpret_cast<BYTE *>(holder->stub()), reinterpret_cast<BYTE *>(holder->stub()) + holder->stub()->size(), this); } } // The resolve cache is static across all AppDomains ResolveCacheElem *GenerateResolveCacheElem(void *addrOfCode, void *pMTExpected, size_t token, bool *pMayHaveReenteredCooperativeGCMode); ResolveCacheElem *GetResolveCacheElem(void *pMT, size_t token, void *target); //Given a dispatch token, an object and a method table, determine the //target address to go to. The return value (BOOL) states whether this address //is cacheable or not. static BOOL Resolver(MethodTable * pMT, DispatchToken token, OBJECTREF * protectedObj, PCODE * ppTarget, BOOL throwOnConflict); // This can be used to find a target without needing the ability to throw static BOOL TraceResolver(Object *pObj, DispatchToken token, TraceDestination *trace); public: // Return the MethodDesc corresponding to this token. static MethodDesc *GetRepresentativeMethodDescFromToken(DispatchToken token, MethodTable *pMT); static MethodDesc *GetInterfaceMethodDescFromToken(DispatchToken token); static MethodTable *GetTypeFromToken(DispatchToken token); //This is used to get the token out of a stub static size_t GetTokenFromStub(PCODE stub); //This is used to get the token out of a stub and we know the stub manager and stub kind static size_t GetTokenFromStubQuick(VirtualCallStubManager * pMgr, PCODE stub, StubKind kind); // General utility functions // Quick lookup in the cache. NOTHROW, GC_NOTRIGGER static PCODE CacheLookup(size_t token, UINT16 tokenHash, MethodTable *pMT); // Full exhaustive lookup. THROWS, GC_TRIGGERS static PCODE GetTarget(DispatchToken token, MethodTable *pMT, BOOL throwOnConflict); private: // Given a dispatch token, return true if the token represents an interface, false if just a slot. static BOOL IsInterfaceToken(DispatchToken token); // Given a dispatch token, return true if the token represents a slot on the target. static BOOL IsClassToken(DispatchToken token); #ifdef CHAIN_LOOKUP static ResolveCacheElem* __fastcall PromoteChainEntry(ResolveCacheElem *pElem); #endif // Flags used by the non-x86 versions of VSD_ResolveWorker #define SDF_ResolveBackPatch (0x01) #define SDF_ResolvePromoteChain (0x02) #define SDF_ResolveFlags (0x03) // These method needs to call the instance methods. friend PCODE VSD_ResolveWorker(TransitionBlock * pTransitionBlock, TADDR siteAddrForRegisterIndirect, size_t token #ifndef TARGET_X86 , UINT_PTR flags #endif ); #if defined(TARGET_X86) && defined(TARGET_UNIX) friend void BackPatchWorkerStaticStub(PCODE returnAddr, TADDR siteAddrForRegisterIndirect); #endif //These are the entrypoints that the stubs actually end up calling via the // xxxAsmStub methods above static void STDCALL BackPatchWorkerStatic(PCODE returnAddr, TADDR siteAddrForRegisterIndirect); public: PCODE ResolveWorker(StubCallSite* pCallSite, OBJECTREF *protectedObj, DispatchToken token, StubKind stubKind); void BackPatchWorker(StubCallSite* pCallSite); //Change the callsite to point to stub void BackPatchSite(StubCallSite* pCallSite, PCODE stub); public: /* the following two public functions are to support tracing or stepping thru stubs via the debugger. */ virtual BOOL CheckIsStub_Internal(PCODE stubStartAddress); virtual BOOL TraceManager(Thread *thread, TraceDestination *trace, T_CONTEXT *pContext, BYTE **pRetAddr); size_t GetSize() { LIMITED_METHOD_CONTRACT; size_t retval=0; if(indcell_heap) retval+=indcell_heap->GetSize(); if(cache_entry_heap) retval+=cache_entry_heap->GetSize(); if(lookup_heap) retval+=lookup_heap->GetSize(); if(dispatch_heap) retval+=dispatch_heap->GetSize(); if(resolve_heap) retval+=resolve_heap->GetSize(); return retval; }; private: /* the following two private functions are to support tracing or stepping thru stubs via the debugger. */ virtual BOOL DoTraceStub(PCODE stubStartAddress, TraceDestination *trace); private: // The parent domain of this manager PTR_BaseDomain parentDomain; PTR_LoaderAllocator m_loaderAllocator; BYTE * m_initialReservedMemForHeaps; static const UINT32 INDCELLS_PER_BLOCK = 32; // 32 indirection cells per block. CrstExplicitInit m_indCellLock; // List of free indirection cells. The cells were directly allocated from the loader heap // (code:VirtualCallStubManager::GenerateStubIndirection) BYTE * m_FreeIndCellList; // List of recycled indirection cells. The cells were recycled from finalized dynamic methods // (code:LCGMethodResolver::RecycleIndCells). BYTE * m_RecycledIndCellList; #ifndef DACCESS_COMPILE // This methods returns the a free cell from m_FreeIndCellList. It returns NULL if the list is empty. BYTE * GetOneFreeIndCell() { WRAPPER_NO_CONTRACT; return GetOneIndCell(&m_FreeIndCellList); } // This methods returns the a recycled cell from m_RecycledIndCellList. It returns NULL if the list is empty. BYTE * GetOneRecycledIndCell() { WRAPPER_NO_CONTRACT; return GetOneIndCell(&m_RecycledIndCellList); } // This methods returns the a cell from ppList. It returns NULL if the list is empty. BYTE * GetOneIndCell(BYTE ** ppList) { CONTRACT (BYTE*) { NOTHROW; GC_NOTRIGGER; MODE_ANY; PRECONDITION(CheckPointer(ppList)); PRECONDITION(m_indCellLock.OwnedByCurrentThread()); } CONTRACT_END; BYTE * temp = *ppList; if (temp) { BYTE * pNext = *((BYTE **)temp); *ppList = pNext; RETURN temp; } RETURN NULL; } // insert a linked list of indirection cells at the beginning of m_FreeIndCellList void InsertIntoFreeIndCellList(BYTE * head, BYTE * tail) { WRAPPER_NO_CONTRACT; InsertIntoIndCellList(&m_FreeIndCellList, head, tail); } // insert a linked list of indirection cells at the beginning of ppList void InsertIntoIndCellList(BYTE ** ppList, BYTE * head, BYTE * tail) { CONTRACTL { NOTHROW; GC_NOTRIGGER; PRECONDITION(CheckPointer(ppList)); PRECONDITION(CheckPointer(head)); PRECONDITION(CheckPointer(tail)); PRECONDITION(m_indCellLock.OwnedByCurrentThread()); } CONTRACTL_END; BYTE * temphead = *ppList; *((BYTE**)tail) = temphead; *ppList = head; } #endif // !DACCESS_COMPILE PTR_LoaderHeap indcell_heap; // indirection cells go here PTR_LoaderHeap cache_entry_heap; // resolve cache elem entries go here PTR_LoaderHeap lookup_heap; // lookup stubs go here PTR_LoaderHeap dispatch_heap; // dispatch stubs go here PTR_LoaderHeap resolve_heap; // resolve stubs go here PTR_LoaderHeap vtable_heap; // vtable-based jump stubs go here #ifdef TARGET_AMD64 // When we layout the stub heaps, we put them close together in a sequential order // so that we maximize performance with respect to branch predictions. On AMD64, // dispatch stubs use a rel32 jump on failure to the resolve stub. This works for // a while because of the ordering, but as soon as we have to start allocating more // memory for either the dispatch or resolve heaps we have a chance that we'll be // further away than a rel32 jump can reach, because we're in a 64-bit address // space. As such, this flag will indicate when we allocate the first dispatch stub // that cannot reach a resolve stub, and when this happens we'll switch over to // allocating the larger version of the dispatch stub which contains an abs64 jump. //@TODO: This is a bit of a workaround, but the limitations of LoaderHeap require that we //@TODO: take this approach. Hopefully in Orcas we'll have a chance to rewrite LoaderHeap. BOOL m_fShouldAllocateLongJumpDispatchStubs; // Defaults to FALSE. #endif BucketTable * lookups; // hash table of lookups keyed by tokens BucketTable * cache_entries; // hash table of dispatch token/target structs for dispatch cache BucketTable * dispatchers; // hash table of dispatching stubs keyed by tokens/actualtype BucketTable * resolvers; // hash table of resolvers keyed by tokens/resolverstub BucketTable * vtableCallers; // hash table of vtable call stubs keyed by slot values // This structure is used to keep track of the fail counters. // We only need one fail counter per ResolveStub, // and most programs use less than 250 ResolveStubs // We allocate these on the main heap using "new counter block" struct counter_block { static const UINT32 MAX_COUNTER_ENTRIES = 256-2; // 254 counters should be enough for most cases. counter_block * next; // the next block UINT32 used; // the index of the next free entry INT32 block[MAX_COUNTER_ENTRIES]; // the counters }; counter_block *m_counters; // linked list of counter blocks of failure counters counter_block *m_cur_counter_block; // current block for updating counts counter_block *m_cur_counter_block_for_reclaim; // current block for updating UINT32 m_cur_counter_block_for_reclaim_index; // index into the current block for updating // Used to keep track of all the VCSManager objects in the system. PTR_VirtualCallStubManager m_pNext; // Linked list pointer public: // Given a stub address, find the VCSManager that owns it. static VirtualCallStubManager *FindStubManager(PCODE addr, StubKind* wbStubKind = NULL, BOOL usePredictStubKind = TRUE); #ifndef DACCESS_COMPILE // insert a linked list of indirection cells at the beginning of m_RecycledIndCellList void InsertIntoRecycledIndCellList_Locked(BYTE * head, BYTE * tail) { CONTRACTL { NOTHROW; GC_TRIGGERS; MODE_ANY; } CONTRACTL_END; CrstHolder lh(&m_indCellLock); InsertIntoIndCellList(&m_RecycledIndCellList, head, tail); } #endif // !DACCESS_COMPILE // These are the counters for keeping statistics struct { UINT32 site_counter; //# of call sites UINT32 stub_lookup_counter; //# of lookup stubs UINT32 stub_poly_counter; //# of resolve stubs UINT32 stub_mono_counter; //# of dispatch stubs UINT32 stub_vtable_counter; //# of vtable call stubs UINT32 site_write; //# of call site backpatch writes UINT32 site_write_poly; //# of call site backpatch writes to point to resolve stubs UINT32 site_write_mono; //# of call site backpatch writes to point to dispatch stubs UINT32 worker_call; //# of calls into ResolveWorker UINT32 worker_call_no_patch; //# of times call_worker resulted in no patch UINT32 worker_collide_to_mono; //# of times we converted a poly stub to a mono stub instead of writing the cache entry UINT32 stub_space; //# of bytes of stubs UINT32 cache_entry_counter; //# of cache structs UINT32 cache_entry_space; //# of bytes used by cache lookup structs } stats; void LogStats(); #ifdef DACCESS_COMPILE protected: virtual void DoEnumMemoryRegions(CLRDataEnumMemoryFlags flags); virtual LPCWSTR GetStubManagerName(PCODE addr) { WRAPPER_NO_CONTRACT; CONSISTENCY_CHECK(isStub(addr)); if (isLookupStub(addr)) { return W("VSD_LookupStub"); } else if (isDispatchingStub(addr)) { return W("VSD_DispatchStub"); } else { CONSISTENCY_CHECK(isResolvingStub(addr)); return W("VSD_ResolveStub"); } } #endif }; /******************************************************************************************************** ********************************************************************************************************/ typedef VPTR(class VirtualCallStubManagerManager) PTR_VirtualCallStubManagerManager; class VirtualCallStubManagerIterator; class VirtualCallStubManagerManager : public StubManager { VPTR_VTABLE_CLASS(VirtualCallStubManagerManager, StubManager) friend class StubManager; friend class VirtualCallStubManager; friend class VirtualCallStubManagerIterator; friend class StubManagerIterator; public: virtual BOOL TraceManager(Thread *thread, TraceDestination *trace, T_CONTEXT *pContext, BYTE **pRetAddr); virtual BOOL CheckIsStub_Internal(PCODE stubStartAddress); virtual BOOL DoTraceStub(PCODE stubStartAddress, TraceDestination *trace); static MethodDesc *Entry2MethodDesc(PCODE stubStartAddress, MethodTable *pMT); #ifdef DACCESS_COMPILE virtual void DoEnumMemoryRegions(CLRDataEnumMemoryFlags flags); virtual LPCWSTR GetStubManagerName(PCODE addr) { WRAPPER_NO_CONTRACT; return FindVirtualCallStubManager(addr)->GetStubManagerName(addr); } #endif private: // Used to keep track of all the VCSManager objects in the system. PTR_VirtualCallStubManager m_pManagers; // Head of the linked list #ifndef DACCESS_COMPILE // Ctor. This is only used by StaticInit. VirtualCallStubManagerManager(); #endif // A cache element to quickly check the last matched manager. Volatile<VirtualCallStubManager*> m_pCacheElem; // RW lock for reading entries and removing them. SimpleRWLock m_RWLock; // This will look through all the managers in an intelligent fashion to // find the manager that owns the address. VirtualCallStubManager *FindVirtualCallStubManager(PCODE stubAddress); protected: // Add a VCSManager to the linked list. void AddStubManager(VirtualCallStubManager *pMgr); // Remove a VCSManager from the linked list. void RemoveStubManager(VirtualCallStubManager *pMgr); VirtualCallStubManager *FirstManager() { WRAPPER_NO_CONTRACT; return m_pManagers; } #ifndef DACCESS_COMPILE static void InitStatic(); #endif public: SPTR_DECL(VirtualCallStubManagerManager, g_pManager); static VirtualCallStubManagerManager *GlobalManager() { LIMITED_METHOD_DAC_CONTRACT; CONSISTENCY_CHECK(CheckPointer(g_pManager)); return g_pManager; } VirtualCallStubManagerIterator IterateVirtualCallStubManagers(); #ifdef _DEBUG // Debug helper to help identify stub-managers. virtual const char * DbgGetName() { LIMITED_METHOD_CONTRACT; return "VirtualCallStubManagerManager"; } #endif }; /******************************************************************************************************** ********************************************************************************************************/ class VirtualCallStubManagerIterator { friend class VirtualCallStubManagerManager; public: BOOL Next(); VirtualCallStubManager *Current(); // Copy ctor inline VirtualCallStubManagerIterator(const VirtualCallStubManagerIterator &it); protected: inline VirtualCallStubManagerIterator(VirtualCallStubManagerManager *pMgr); BOOL m_fIsStart; VirtualCallStubManager *m_pCurMgr; }; ///////////////////////////////////////////////////////////////////////////////////////////// // Ctor inline VirtualCallStubManagerIterator::VirtualCallStubManagerIterator(VirtualCallStubManagerManager *pMgr) : m_fIsStart(TRUE), m_pCurMgr(pMgr->m_pManagers) { LIMITED_METHOD_DAC_CONTRACT; CONSISTENCY_CHECK(CheckPointer(pMgr)); } ///////////////////////////////////////////////////////////////////////////////////////////// // Copy ctor inline VirtualCallStubManagerIterator::VirtualCallStubManagerIterator(const VirtualCallStubManagerIterator &it) : m_fIsStart(it.m_fIsStart), m_pCurMgr(it.m_pCurMgr) { LIMITED_METHOD_DAC_CONTRACT; } /******************************************************************************************************** #StubDispatchNotes A note on approach. The cache and hash tables used by the stub and lookup mechanism are designed with an eye to minimizing interlocking and/or syncing and/or locking operations. They are intended to run in a highly concurrent environment. Since there is no magic, some tradeoffs and and some implementation constraints are required. The basic notion is that if all reads and writes are atomic and if all functions and operations operate correctly in the face of commutative reorderings of the visibility of all reads and writes across threads, then we don't have to interlock, sync, or serialize. Our approximation of this is: 1. All reads and all writes to tables must be atomic. This effectively limits the actual entry size in a table to be a pointer or a pointer sized thing. 2. All functions, like comparisons for equality or computation of hash values must function correctly in the face of concurrent updating of the underlying table. This is accomplished by making the underlying structures/entries effectively immutable, if concurrency is in anyway possible. By effectively immutatable, we mean that the stub or token structure is either immutable or that if it is ever written, all possibley concurrent writes are attempting to write the same value (atomically) or that the competing (atomic) values do not affect correctness, and that the function operates correctly whether or not any of the writes have taken place (is visible yet). The constraint we maintain is that all competeing updates (and their visibility or lack thereof) do not alter the correctness of the program. 3. All tables are inexact. The counts they hold (e.g. number of contained entries) may be inaccurrate, but that inaccurracy cannot affect their correctness. Table modifications, such as insertion of an new entry may not succeed, but such failures cannot affect correctness. This implies that just because a stub/entry is not present in a table, e.g. has been removed, that does not mean that it is not in use. It also implies that internal table structures, such as discarded hash table buckets, cannot be freely recycled since another concurrent thread may still be walking thru it. 4. Occassionaly it is necessary to pick up the pieces that have been dropped on the floor so to speak, e.g. actually recycle hash buckets that aren't in use. Since we have a natural sync point already in the GC, we use that to provide cleanup points. We need to make sure that code that is walking our structures is not a GC safe point. Hence if the GC calls back into us inside the GC sync point, we know that nobody is inside our stuctures and we can safely rearrange and recycle things. ********************************************************************************************************/ //initial and increment value for fail stub counters #ifdef STUB_LOGGING extern UINT32 STUB_MISS_COUNT_VALUE; extern UINT32 STUB_COLLIDE_WRITE_PCT; extern UINT32 STUB_COLLIDE_MONO_PCT; #else // !STUB_LOGGING #define STUB_MISS_COUNT_VALUE 100 #define STUB_COLLIDE_WRITE_PCT 100 #define STUB_COLLIDE_MONO_PCT 0 #endif // !STUB_LOGGING //size and mask of the cache used by resolve stubs // CALL_STUB_CACHE_SIZE must be equal to 2^CALL_STUB_CACHE_NUM_BITS #define CALL_STUB_CACHE_NUM_BITS 12 //10 #define CALL_STUB_CACHE_SIZE 4096 //1024 #define CALL_STUB_CACHE_MASK (CALL_STUB_CACHE_SIZE-1) #define CALL_STUB_CACHE_PROBES 5 //min sizes for BucketTable and buckets and the growth and hashing constants #define CALL_STUB_MIN_BUCKETS 32 #define CALL_STUB_MIN_ENTRIES 4 //this is so that the very first growth will jump from 4 to 32 entries, then double from there. #define CALL_STUB_SECONDARY_ENTRIES 8 #define CALL_STUB_GROWTH_FACTOR 2 #define CALL_STUB_LOAD_FACTOR 90 #define CALL_STUB_HASH_CONST1 1327 #define CALL_STUB_HASH_CONST2 43627 #define LARGE_PRIME 7199369 //internal layout of buckets=size-1,count,entries.... #define CALL_STUB_MASK_INDEX 0 #define CALL_STUB_COUNT_INDEX 1 #define CALL_STUB_DEAD_LINK 2 #define CALL_STUB_FIRST_INDEX 3 //marker entries in cache and hash tables #define CALL_STUB_EMPTY_ENTRY 0 // number of successes for a chained element before it gets moved to the front #define CALL_STUB_CACHE_INITIAL_SUCCESS_COUNT (0x100) /******************************************************************************************************* Entry is an abstract class. We will make specific subclasses for each kind of entry. Entries hold references to stubs or tokens. The principle thing they provide is a virtual Equals function that is used by the caching and hashing tables within which the stubs and tokens are stored. Entries are typically stack allocated by the routines that call into the hash and caching functions, and the functions stuff stubs into the entry to do the comparisons. Essentially specific entry subclasses supply a vtable to a stub as and when needed. This means we don't have to have vtables attached to stubs. Summarizing so far, there is a struct for each kind of stub or token of the form XXXXStub. They provide that actual storage layouts. There is a stuct in which each stub which has code is containted of the form XXXXHolder. They provide alignment and anciliary storage for the stub code. There is a subclass of Entry for each kind of stub or token, of the form XXXXEntry. They provide the specific implementations of the virtual functions declared in Entry. */ class Entry { public: //access and compare the keys of the entry virtual BOOL Equals(size_t keyA, size_t keyB)=0; virtual size_t KeyA()=0; virtual size_t KeyB()=0; //contents is the struct or token that the entry exposes virtual void SetContents(size_t contents)=0; }; /* define the platform specific Stubs and stub holders */ #include <virtualcallstubcpu.hpp> #if USES_LOOKUP_STUBS /********************************************************************************************** LookupEntry wraps LookupStubs and provide the concrete implementation of the abstract class Entry. Virtual and interface call sites when they are first jitted point to LookupStubs. The hash table that contains look up stubs is keyed by token, hence the Equals function uses the embedded token in the stub for comparison purposes. Since we are willing to allow duplicates in the hash table (as long as they are relatively rare) we do use direct comparison of the tokens rather than extracting the fields from within the tokens, for perf reasons. */ class LookupEntry : public Entry { public: //Creates an entry that wraps lookup stub s LookupEntry(size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isLookupStubStatic((PCODE)s)); stub = (LookupStub*) s; } //default contructor to allow stack and inline allocation of lookup entries LookupEntry() {LIMITED_METHOD_CONTRACT; stub = NULL;} //implementations of abstract class Entry BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } size_t KeyB() { WRAPPER_NO_CONTRACT; return (size_t)0; } void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isLookupStubStatic((PCODE)contents)); stub = LookupHolder::FromLookupEntry((PCODE)contents)->stub(); } //extract the token of the underlying lookup stub inline size_t Token() { LIMITED_METHOD_CONTRACT; return stub ? stub->token() : 0; } private: LookupStub* stub; //the stub the entry wrapping }; #endif // USES_LOOKUP_STUBS class VTableCallEntry : public Entry { public: //Creates an entry that wraps vtable call stub VTableCallEntry(size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isVtableCallStubStatic((PCODE)s)); stub = (VTableCallStub*)s; } //default contructor to allow stack and inline allocation of vtable call entries VTableCallEntry() { LIMITED_METHOD_CONTRACT; stub = NULL; } //implementations of abstract class Entry BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } size_t KeyB() { WRAPPER_NO_CONTRACT; return (size_t)0; } void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isVtableCallStubStatic((PCODE)contents)); stub = VTableCallHolder::FromVTableCallEntry((PCODE)contents)->stub(); } //extract the token of the underlying lookup stub inline size_t Token() { LIMITED_METHOD_CONTRACT; return stub ? stub->token() : 0; } private: VTableCallStub* stub; //the stub the entry wrapping }; /********************************************************************************************** ResolveCacheEntry wraps a ResolveCacheElem and provides lookup functionality for entries that were created that may be added to the ResolveCache */ class ResolveCacheEntry : public Entry { public: ResolveCacheEntry(size_t elem) { LIMITED_METHOD_CONTRACT; _ASSERTE(elem != 0); pElem = (ResolveCacheElem*) elem; } //default contructor to allow stack and inline allocation of lookup entries ResolveCacheEntry() { LIMITED_METHOD_CONTRACT; pElem = NULL; } //access and compare the keys of the entry virtual BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return pElem && (keyA == KeyA()) && (keyB == KeyB()); } virtual size_t KeyA() { LIMITED_METHOD_CONTRACT; return pElem != NULL ? pElem->token : 0; } virtual size_t KeyB() { LIMITED_METHOD_CONTRACT; return pElem != NULL ? (size_t) pElem->pMT : 0; } //contents is the struct or token that the entry exposes virtual void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; pElem = (ResolveCacheElem*) contents; } inline const BYTE *Target() { LIMITED_METHOD_CONTRACT; return pElem != NULL ? (const BYTE *)pElem->target : NULL; } private: ResolveCacheElem *pElem; }; /********************************************************************************************** ResolveEntry wraps ResolveStubs and provide the concrete implementation of the abstract class Entry. Polymorphic call sites and monomorphic calls that fail end up in a ResolveStub. Resolve stubs are stored in hash tables keyed by token, hence the Equals function uses the embedded token in the stub for comparison purposes. Since we are willing to allow duplicates in the hash table (as long as they are relatively rare) we do use direct comparison of the tokens rather than extracting the fields from within the tokens, for perf reasons. */ class ResolveEntry : public Entry { public: //Creates an entry that wraps resolve stub s ResolveEntry (size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isResolvingStubStatic((PCODE)s)); stub = (ResolveStub*) s; } //default contructor to allow stack and inline allocation of resovler entries ResolveEntry() { LIMITED_METHOD_CONTRACT; stub = CALL_STUB_EMPTY_ENTRY; } //implementations of abstract class Entry inline BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } inline size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } inline size_t KeyB() { WRAPPER_NO_CONTRACT; return (size_t)0; } void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isResolvingStubStatic((PCODE)contents)); stub = ResolveHolder::FromResolveEntry((PCODE)contents)->stub(); } //extract the token of the underlying resolve stub inline size_t Token() { WRAPPER_NO_CONTRACT; return stub ? (size_t)(stub->token()) : 0; } private: ResolveStub* stub; //the stub the entry is wrapping }; /********************************************************************************************** DispatchEntry wraps DispatchStubs and provide the concrete implementation of the abstract class Entry. Monomorphic and mostly monomorphic call sites eventually point to DispatchStubs. Dispatch stubs are placed in hash and cache tables keyed by the expected Method Table and token they are built for. Since we are willing to allow duplicates in the hash table (as long as they are relatively rare) we do use direct comparison of the tokens rather than extracting the fields from within the tokens, for perf reasons.*/ class DispatchEntry : public Entry { public: //Creates an entry that wraps dispatch stub s DispatchEntry (size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isDispatchingStubStatic((PCODE)s)); stub = (DispatchStub*) s; } //default contructor to allow stack and inline allocation of resovler entries DispatchEntry() { LIMITED_METHOD_CONTRACT; stub = CALL_STUB_EMPTY_ENTRY; } //implementations of abstract class Entry inline BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } inline size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } inline size_t KeyB() { WRAPPER_NO_CONTRACT; return ExpectedMT();} void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isDispatchingStubStatic((PCODE)contents)); stub = DispatchHolder::FromDispatchEntry((PCODE)contents)->stub(); } //extract the fields of the underlying dispatch stub inline size_t ExpectedMT() { WRAPPER_NO_CONTRACT; return stub ? (size_t)(stub->expectedMT()) : 0; } size_t Token() { WRAPPER_NO_CONTRACT; if (stub) { ResolveHolder * resolveHolder = ResolveHolder::FromFailEntry(stub->failTarget()); size_t token = resolveHolder->stub()->token(); _ASSERTE(token == VirtualCallStubManager::GetTokenFromStub((PCODE)stub)); return token; } else { return 0; } } inline PCODE Target() { WRAPPER_NO_CONTRACT; return stub ? stub->implTarget() : 0; } private: DispatchStub* stub; }; /************************************************************************************************* DispatchCache is the cache table that the resolve stubs use for inline polymorphic resolution of a call. The cache entry is logically a triplet of (method table, token, impl address) where method table is the type of the calling frame's <this>, token identifies the method being invoked, i.e. is a (type id,slot #) pair, and impl address is the address of the method implementation. */ class DispatchCache { public: static const UINT16 INVALID_HASH = (UINT16)(-1); DispatchCache(); //read and write the cache keyed by (method table,token) pair. inline ResolveCacheElem* Lookup(size_t token, void* mt) { WRAPPER_NO_CONTRACT; return Lookup(token, INVALID_HASH, mt);} ResolveCacheElem* Lookup(size_t token, UINT16 tokenHash, void* mt); enum InsertKind {IK_NONE, IK_DISPATCH, IK_RESOLVE, IK_SHARED, IK_EXTERNAL}; BOOL Insert(ResolveCacheElem* elem, InsertKind insertKind); #ifdef CHAIN_LOOKUP void PromoteChainEntry(ResolveCacheElem* elem); #endif // This is the heavyweight hashing algorithm. Use sparingly. static UINT16 HashToken(size_t token); inline void GetLoadFactor(size_t *total, size_t *used) { LIMITED_METHOD_CONTRACT; *total = CALL_STUB_CACHE_SIZE; size_t count = 0; for (size_t i = 0; i < CALL_STUB_CACHE_SIZE; i++) if (cache[i] != empty) count++; *used = count; } inline void *GetCacheBaseAddr() { LIMITED_METHOD_CONTRACT; return &cache[0]; } inline size_t GetCacheCount() { LIMITED_METHOD_CONTRACT; return CALL_STUB_CACHE_SIZE; } inline ResolveCacheElem *GetCacheEntry(size_t idx) { LIMITED_METHOD_CONTRACT; return VolatileLoad(&cache[idx]); } inline BOOL IsCacheEntryEmpty(size_t idx) { LIMITED_METHOD_CONTRACT; return cache[idx] == empty; } inline void SetCacheEntry(size_t idx, ResolveCacheElem *elem) { LIMITED_METHOD_CONTRACT; #ifdef STUB_LOGGING cacheData[idx].numWrites++; #endif #ifdef CHAIN_LOOKUP CONSISTENCY_CHECK(m_writeLock.OwnedByCurrentThread()); #endif cache[idx] = elem; } inline void ClearCacheEntry(size_t idx) { LIMITED_METHOD_CONTRACT; #ifdef STUB_LOGGING cacheData[idx].numClears++; #endif cache[idx] = empty; } struct { UINT32 insert_cache_external; //# of times Insert was called for IK_EXTERNAL UINT32 insert_cache_shared; //# of times Insert was called for IK_SHARED UINT32 insert_cache_dispatch; //# of times Insert was called for IK_DISPATCH UINT32 insert_cache_resolve; //# of times Insert was called for IK_RESOLVE UINT32 insert_cache_hit; //# of times Insert found an empty cache entry UINT32 insert_cache_miss; //# of times Insert already had a matching cache entry UINT32 insert_cache_collide; //# of times Insert found a used cache entry UINT32 insert_cache_write; //# of times Insert wrote a cache entry } stats; void LogStats(); // Unlocked iterator of entries. Use only when read/write access to the cache // is safe. This would typically be at GC sync points, currently needed during // appdomain unloading. class Iterator { public: Iterator(DispatchCache *pCache); inline BOOL IsValid() { WRAPPER_NO_CONTRACT; return (m_curBucket < (INT32)m_pCache->GetCacheCount()); } void Next(); // Unlink the current entry. // **NOTE** Using this method implicitly performs a call to Next to move // past the unlinked entry. Thus, one could accidentally skip // entries unless you take this into consideration. ResolveCacheElem *UnlinkEntry(); inline ResolveCacheElem *Entry() { LIMITED_METHOD_CONTRACT; CONSISTENCY_CHECK(IsValid()); return *m_ppCurElem; } private: void NextValidBucket(); inline void NextBucket() { LIMITED_METHOD_CONTRACT; m_curBucket++; m_ppCurElem = &m_pCache->cache[m_curBucket]; } DispatchCache *m_pCache; INT32 m_curBucket; ResolveCacheElem **m_ppCurElem; }; private: #ifdef CHAIN_LOOKUP Crst m_writeLock; #endif //the following hash computation is also inlined in the resolve stub in asm (SO NO TOUCHIE) inline static UINT16 HashMT(UINT16 tokenHash, void* mt) { LIMITED_METHOD_CONTRACT; UINT16 hash; size_t mtHash = (size_t) mt; mtHash = (((mtHash >> CALL_STUB_CACHE_NUM_BITS) + mtHash) >> LOG2_PTRSIZE) & CALL_STUB_CACHE_MASK; hash = (UINT16) mtHash; hash ^= (tokenHash & CALL_STUB_CACHE_MASK); return hash; } ResolveCacheElem* cache[CALL_STUB_CACHE_SIZE]; //must be first ResolveCacheElem* empty; //empty entry, initialized to fail all comparisons #ifdef STUB_LOGGING public: struct CacheEntryData { UINT32 numWrites; UINT16 numClears; }; CacheEntryData cacheData[CALL_STUB_CACHE_SIZE]; #endif // STUB_LOGGING }; /************************************************************************************************** The hash tables are accessed via instances of the Prober. Prober is a probe into a bucket of the hash table, and therefore has an index which is the current probe position. It includes a count of the number of probes done in that bucket so far and a stride to step thru the bucket with. To do comparisons, it has a reference to an entry with which it can do comparisons (Equals(...)) of the entries (stubs) inside the hash table. It also has the key pair (keyA, keyB) that it is looking for. Typically, an entry of the appropriate type is created on the stack and then the prober is created passing in a reference to the entry. The prober is used for a complete operation, such as look for and find an entry (stub), creating and inserting it as necessary. The initial index and the stride are orthogonal hashes of the key pair, i.e. we are doing a varient of double hashing. When we initialize the prober (see FormHash below) we set the initial probe based on one hash. The stride (used as a modulo addition of the probe position) is based on a different hash and is such that it will vist every location in the bucket before repeating. Hence it is imperative that the bucket size and the stride be relative prime wrt each other. We have chosen to make bucket sizes a power of 2, so we force stride to be odd. Note -- it must be assumed that multiple probers are walking the same tables and buckets at the same time. Additionally, the counts may not be accurate, and there may be duplicates in the tables. Since the tables do not allow concurrrent deletion, some of the concurrency issues are ameliorated. */ class Prober { friend class FastTable; friend class BucketTable; public: Prober(Entry* e) {LIMITED_METHOD_CONTRACT; comparer = e;} //find the requested entry, if not there return CALL_STUB_EMPTY_ENTRY size_t Find(); //add the entry into the bucket, if it is not already in the bucket. //return the entry actually in the bucket (existing or added) size_t Add(size_t entry); private: //return the bucket (FastTable*) that the prober is currently walking inline size_t* items() {LIMITED_METHOD_CONTRACT; return &base[-CALL_STUB_FIRST_INDEX];} //are there more probes possible, or have we probed everything in the bucket inline BOOL NoMore() {LIMITED_METHOD_CONTRACT; return probes>mask;} //both probes and mask are (-1) //advance the probe to a new place in the bucket inline BOOL Next() { WRAPPER_NO_CONTRACT; index = (index + stride) & mask; probes++; return !NoMore(); } inline size_t Read() { LIMITED_METHOD_CONTRACT; _ASSERTE(base); return VolatileLoad(&base[index]); } //initialize a prober across a bucket (table) for the specified keys. void InitProber(size_t key1, size_t key2, size_t* table); //set up the initial index and stride and probe count inline void FormHash() { LIMITED_METHOD_CONTRACT; probes = 0; //these two hash functions have not been formally measured for effectiveness //but they are at least orthogonal size_t a = ((keyA>>16) + keyA); size_t b = ((keyB>>16) ^ keyB); index = (((a*CALL_STUB_HASH_CONST1)>>4)+((b*CALL_STUB_HASH_CONST2)>>4)+CALL_STUB_HASH_CONST1) & mask; stride = ((a+(b*CALL_STUB_HASH_CONST1)+CALL_STUB_HASH_CONST2) | 1) & mask; } //atomically grab an empty slot so we can insert a new entry into the bucket BOOL GrabEntry(size_t entryValue); size_t keyA; //key pair we are looking for size_t keyB; size_t* base; //we have our own pointer to the bucket, so races don't matter. // We won't care if we do the lookup in an // outdated bucket (has grown out from under us). // All that will happen is possibly dropping an entry // on the floor or adding a duplicate. size_t index; //current probe point in the bucket size_t stride; //amount to step on each successive probe, must be relatively prime wrt the bucket size size_t mask; //size of bucket - 1 size_t probes; //number probes - 1 Entry* comparer;//used to compare an entry against the sought after key pair }; /******************************************************************************************************** FastTable is used to implement the buckets of a BucketTable, a bucketized hash table. A FastTable is an array of entries (contents). The first two slots of contents store the size-1 and count of entries actually in the FastTable. Note that the count may be inaccurate and there may be duplicates. Careful attention must be paid to eliminate the need for interlocked or serialized or locked operations in face of concurrency. */ #ifdef _MSC_VER #pragma warning(push) #pragma warning(disable : 4200) // disable zero-sized array warning #endif // _MSC_VER class FastTable { friend class BucketTable; public: private: FastTable() { LIMITED_METHOD_CONTRACT; } ~FastTable() { LIMITED_METHOD_CONTRACT; } //initialize a prober for the specified keys. inline BOOL SetUpProber(size_t keyA, size_t keyB, Prober* probe) { CONTRACTL { NOTHROW; GC_NOTRIGGER; FORBID_FAULT; } CONTRACTL_END; _ASSERTE(probe); _ASSERTE(contents); probe->InitProber(keyA, keyB, &contents[0]); return TRUE; } //find the requested entry (keys of prober), if not there return CALL_STUB_EMPTY_ENTRY size_t Find(Prober* probe); //add the entry, if it is not already there. Probe is used to search. //Return the entry actually containted (existing or added) size_t Add(size_t entry, Prober* probe); void IncrementCount(); // Create a FastTable with space for numberOfEntries. Please note that this method // does not throw on OOM. **YOU MUST CHECK FOR NULL RETURN** static FastTable* MakeTable(size_t numberOfEntries) { CONTRACTL { THROWS; GC_TRIGGERS; INJECT_FAULT(COMPlusThrowOM();); } CONTRACTL_END; size_t size = CALL_STUB_MIN_ENTRIES; while (size < numberOfEntries) {size = size<<1;} // if (size == CALL_STUB_MIN_ENTRIES) // size += 3; size_t* bucket = new size_t[(sizeof(FastTable)/sizeof(size_t))+size+CALL_STUB_FIRST_INDEX]; FastTable* table = new (bucket) FastTable(); table->InitializeContents(size); return table; } //Initialize as empty void InitializeContents(size_t size) { LIMITED_METHOD_CONTRACT; memset(&contents[0], CALL_STUB_EMPTY_ENTRY, (size+CALL_STUB_FIRST_INDEX)*sizeof(BYTE*)); contents[CALL_STUB_MASK_INDEX] = size-1; } inline size_t tableMask() {LIMITED_METHOD_CONTRACT; return (size_t) (contents[CALL_STUB_MASK_INDEX]);} inline size_t tableSize() {LIMITED_METHOD_CONTRACT; return tableMask()+1;} inline size_t tableCount() {LIMITED_METHOD_CONTRACT; return (size_t) (contents[CALL_STUB_COUNT_INDEX]);} inline BOOL isFull() { LIMITED_METHOD_CONTRACT; return (tableCount()+1) * 100 / CALL_STUB_LOAD_FACTOR >= tableSize(); } //we store (size-1) in bucket[CALL_STUB_MASK_INDEX==0], //we store the used count in bucket[CALL_STUB_COUNT_INDEX==1], //we have an unused cell to use as a temp at bucket[CALL_STUB_DEAD_LINK==2], //and the table starts at bucket[CALL_STUB_FIRST_INDEX==3], size_t contents[0]; }; #ifdef _MSC_VER #pragma warning(pop) #endif /****************************************************************************************************** BucketTable is a bucketized hash table. It uses FastTables for its buckets. The hash tables used by the VirtualCallStubManager are BucketTables. The number of buckets is fixed at the time the table is created. The actual buckets are allocated as needed, and grow as necessary. The reason for using buckets is primarily to reduce the cost of growing, since only a single bucket is actually grown at any given time. Since the hash tables are accessed infrequently, the load factor that controls growth is quite high (90%). Since we use hashing to pick the bucket, and we use hashing to lookup inside the bucket, it is important that the hashing function used here is orthogonal to the ones used in the buckets themselves (see FastTable::FormHash). */ class BucketTable { public: BucketTable(size_t numberOfBuckets) { WRAPPER_NO_CONTRACT; size_t size = CALL_STUB_MIN_BUCKETS; while (size < numberOfBuckets) {size = size<<1;} buckets = AllocateBuckets(size); // Initialize statistics counters memset(&stats, 0, sizeof(stats)); } ~BucketTable() { LIMITED_METHOD_CONTRACT; if(buckets != NULL) { size_t size = bucketCount()+CALL_STUB_FIRST_INDEX; for(size_t ix = CALL_STUB_FIRST_INDEX; ix < size; ix++) delete (FastTable*)(buckets[ix]); delete buckets; } } //initialize a prober for the specified keys. BOOL SetUpProber(size_t keyA, size_t keyB, Prober *prober); //find the requested entry (keys of prober), if not there return CALL_STUB_EMPTY_ENTRY inline size_t Find(Prober* probe) {WRAPPER_NO_CONTRACT; return probe->Find();} //add the entry, if it is not already there. Probe is used to search. size_t Add(size_t entry, Prober* probe); //reclaim abandoned buckets. Buckets are abaondoned when they need to grow. //needs to be called inside a gc sync point. static void Reclaim(); struct { UINT32 bucket_space; //# of bytes in caches and tables, not including the stubs themselves UINT32 bucket_space_dead; //# of bytes of abandoned buckets not yet recycled. } stats; void LogStats(); private: inline size_t bucketMask() {LIMITED_METHOD_CONTRACT; return (size_t) (buckets[CALL_STUB_MASK_INDEX]);} inline size_t bucketCount() {LIMITED_METHOD_CONTRACT; return bucketMask()+1;} inline size_t ComputeBucketIndex(size_t keyA, size_t keyB) { LIMITED_METHOD_CONTRACT; size_t a = ((keyA>>16) + keyA); size_t b = ((keyB>>16) ^ keyB); return CALL_STUB_FIRST_INDEX+(((((a*CALL_STUB_HASH_CONST2)>>5)^((b*CALL_STUB_HASH_CONST1)>>5))+CALL_STUB_HASH_CONST2) & bucketMask()); } //grows the bucket referenced by probe. BOOL GetMoreSpace(const Prober* probe); //creates storage in which to store references to the buckets static size_t* AllocateBuckets(size_t size) { LIMITED_METHOD_CONTRACT; size_t* buckets = new size_t[size+CALL_STUB_FIRST_INDEX]; if (buckets != NULL) { memset(&buckets[0], CALL_STUB_EMPTY_ENTRY, (size+CALL_STUB_FIRST_INDEX)*sizeof(void*)); buckets[CALL_STUB_MASK_INDEX] = size-1; } return buckets; } inline size_t Read(size_t index) { LIMITED_METHOD_CONTRACT; CONSISTENCY_CHECK(index <= bucketMask()+CALL_STUB_FIRST_INDEX); return VolatileLoad(&buckets[index]); } #ifdef _MSC_VER #pragma warning(disable: 4267) //work-around for the compiler #endif inline void Write(size_t index, size_t value) { LIMITED_METHOD_CONTRACT; CONSISTENCY_CHECK(index <= bucketMask()+CALL_STUB_FIRST_INDEX); VolatileStore(&buckets[index], value); } #ifdef _MSC_VER #pragma warning(default: 4267) #endif // We store (#buckets-1) in bucket[CALL_STUB_MASK_INDEX ==0] // We have two unused cells at bucket[CALL_STUB_COUNT_INDEX ==1] // and bucket[CALL_STUB_DEAD_LINK ==2] // and the table starts at bucket[CALL_STUB_FIRST_INDEX ==3] // the number of elements is bucket[CALL_STUB_MASK_INDEX]+CALL_STUB_FIRST_INDEX size_t* buckets; static FastTable* dead; //linked list head of to be deleted (abandoned) buckets }; #endif // !_VIRTUAL_CALL_STUB_H
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // File: VirtualCallStub.h // // // See code:VirtualCallStubManager for details // // ============================================================================ #ifndef _VIRTUAL_CALL_STUB_H #define _VIRTUAL_CALL_STUB_H #define CHAIN_LOOKUP #if defined(TARGET_X86) // If this is uncommented, leaves a file "StubLog_<pid>.log" with statistics on the behavior // of stub-based interface dispatch. //#define STUB_LOGGING #endif #include "stubmgr.h" ///////////////////////////////////////////////////////////////////////////////////// // Forward class declarations class FastTable; class BucketTable; class Entry; class Prober; class VirtualCallStubManager; class VirtualCallStubManagerManager; struct LookupHolder; struct DispatchHolder; struct ResolveHolder; struct VTableCallHolder; ///////////////////////////////////////////////////////////////////////////////////// // Forward function declarations extern "C" void InContextTPQuickDispatchAsmStub(); extern "C" PCODE STDCALL VSD_ResolveWorker(TransitionBlock * pTransitionBlock, TADDR siteAddrForRegisterIndirect, size_t token #ifndef TARGET_X86 , UINT_PTR flags #endif ); ///////////////////////////////////////////////////////////////////////////////////// #if defined(TARGET_X86) || defined(TARGET_AMD64) typedef INT32 DISPL; #endif ///////////////////////////////////////////////////////////////////////////////////// // Represents the struct that is added to the resolve cache // NOTE: If you change the layout of this struct, you'll need to update various // ASM helpers in VirtualCallStubCpu that rely on offsets of members. // struct ResolveCacheElem { void *pMT; size_t token; // DispatchToken void *target; // These are used for chaining ResolveCacheElem *pNext; ResolveCacheElem *Next() { LIMITED_METHOD_CONTRACT; return VolatileLoad(&pNext); } #ifdef _DEBUG UINT16 debug_hash; UINT16 debug_index; #endif // _DEBUG BOOL Equals(size_t token, void *pMT) { LIMITED_METHOD_CONTRACT; return (this->pMT == pMT && this->token == token); } BOOL Equals(ResolveCacheElem *pElem) { WRAPPER_NO_CONTRACT; return Equals(pElem->token, pElem->pMT); } }; enum { e_resolveCacheElem_sizeof_mt = sizeof(void *), e_resolveCacheElem_sizeof_token = sizeof(size_t), e_resolveCacheElem_sizeof_target = sizeof(void *), e_resolveCacheElem_sizeof_next = sizeof(ResolveCacheElem *), e_resolveCacheElem_offset_mt = 0, e_resolveCacheElem_offset_token = e_resolveCacheElem_offset_mt + e_resolveCacheElem_sizeof_mt, e_resolveCacheElem_offset_target = e_resolveCacheElem_offset_token + e_resolveCacheElem_sizeof_token, e_resolveCacheElem_offset_next = e_resolveCacheElem_offset_target + e_resolveCacheElem_sizeof_target, }; ///////////////////////////////////////////////////////////////////////////////////// // A utility class to help manipulate a call site struct StubCallSite { friend class VirtualCallStubManager; private: // On x86 are four possible kinds of callsites when you take into account all features // Relative: direct call, e.g. "call addr". Not used currently. // RelativeIndirect (JmpRel): indirect call through a relative address, e.g. "call [addr]" // RegisterIndirect: indirect call through a register, e.g. "call [eax]" // DelegateCallSite: anything else, tail called through a register by shuffle thunk, e.g. "jmp [eax]" // // On all other platforms we always use an indirect call through an indirection cell // In these cases all calls are made by the platform equivalent of "call [addr]". // // DelegateCallSite are particular in that they can come in a variety of forms: // a direct delegate call has a sequence defined by the jit but a multicast or wrapper delegate // are defined in a stub and have a different shape // PTR_PCODE m_siteAddr; // Stores the address of an indirection cell PCODE m_returnAddr; public: #if defined(TARGET_X86) StubCallSite(TADDR siteAddrForRegisterIndirect, PCODE returnAddr); PCODE GetCallerAddress(); #else // !defined(TARGET_X86) // On platforms where we always use an indirection cell things // are much simpler - the siteAddr always stores a pointer to a // value that in turn points to the indirection cell. StubCallSite(TADDR siteAddr, PCODE returnAddr) { LIMITED_METHOD_CONTRACT; m_siteAddr = dac_cast<PTR_PCODE>(siteAddr); m_returnAddr = returnAddr; } PCODE GetCallerAddress() { LIMITED_METHOD_CONTRACT; return m_returnAddr; } #endif // !defined(TARGET_X86) PCODE GetSiteTarget() { WRAPPER_NO_CONTRACT; return *(GetIndirectCell()); } void SetSiteTarget(PCODE newTarget); PTR_PCODE GetIndirectCell() { LIMITED_METHOD_CONTRACT; return dac_cast<PTR_PCODE>(m_siteAddr); } PTR_PCODE * GetIndirectCellAddress() { LIMITED_METHOD_CONTRACT; return &m_siteAddr; } PCODE GetReturnAddress() { LIMITED_METHOD_CONTRACT; return m_returnAddr; } }; // These are the assembly language entry points that the stubs use when they want to go into the EE extern "C" void ResolveWorkerAsmStub(); // resolve a token and transfer control to that method extern "C" void ResolveWorkerChainLookupAsmStub(); // for chaining of entries in the cache #ifdef TARGET_X86 extern "C" void BackPatchWorkerAsmStub(); // backpatch a call site to point to a different stub #ifdef TARGET_UNIX extern "C" void BackPatchWorkerStaticStub(PCODE returnAddr, TADDR siteAddrForRegisterIndirect); #endif // TARGET_UNIX #endif // TARGET_X86 typedef VPTR(class VirtualCallStubManager) PTR_VirtualCallStubManager; // VirtualCallStubManager is the heart of the stub dispatch logic. See the book of the runtime entry // // file:../../doc/BookOfTheRuntime/ClassLoader/VirtualStubDispatchDesign.doc // // The basic idea is that a call to an interface (it could also be used for virtual calls in general, but we // do not do this), is simply the code // // call [DispatchCell] // // Where we make sure 'DispatchCell' points at stubs that will do the right thing. DispatchCell is writable // so we can udpate the code over time. There are three basic types of stubs that the dispatch cell can point // to. // * Lookup: The intial stub that has no 'fast path' and simply pushes a ID for interface being called // and calls into the runtime at code:VirtualCallStubManager.ResolveWorkerStatic. // * Dispatch: Lookup stubs are patched to this stub which has a fast path that checks for a particular // Method Table and if that fails jumps to code that // * Decrements a 'missCount' (starts out as code:STUB_MISS_COUNT_VALUE). If this count goes to zero // code:VirtualCallStubManager.BackPatchWorkerStatic is called, morphs it into a resolve stub // (however since this decrementing logic is SHARED among all dispatch stubs, it may take // multiples of code:STUB_MISS_COUNT_VALUE if mulitple call sites are actively polymorphic (this // seems unlikley). // * Calls a resolve stub (Whenever a dispatch stub is created, it always has a cooresponding resolve // stub (but the resolve stubs are shared among many dispatch stubs). // * Resolve: see code:ResolveStub. This looks up the Method table in a process wide cache (see // code:ResolveCacheElem, and if found, jumps to it. This code path is about 17 instructions long (so // pretty fast, but certainly much slower than a normal call). If the method table is not found in // the cache, it calls into the runtime code:VirtualCallStubManager.ResolveWorkerStatic, which // populates it. // So the general progression is call site's cells // * start out life pointing to a lookup stub // * On first call they get updated into a dispatch stub. When this misses, it calls a resolve stub, // which populates a resovle stub's cache, but does not update the call site' cell (thus it is still // pointing at the dispatch cell. // * After code:STUB_MISS_COUNT_VALUE misses, we update the call site's cell to point directly at the // resolve stub (thus avoiding the overhead of the quick check that always seems to be failing and // the miss count update). // // QUESTION: What is the lifetimes of the various stubs and hash table entries? // // QUESTION: There does not seem to be any logic that will change a call site's cell once it becomes a // Resolve stub. Thus once a particular call site becomes a Resolve stub we live with the Resolve stub's // (in)efficiency forever. // // see code:#StubDispatchNotes for more class VirtualCallStubManager : public StubManager { friend class VirtualCallStubManagerManager; friend class VirtualCallStubManagerIterator; #if defined(DACCESS_COMPILE) friend class ClrDataAccess; friend class DacDbiInterfaceImpl; #endif // DACCESS_COMPILE VPTR_VTABLE_CLASS(VirtualCallStubManager, StubManager) public: #ifdef _DEBUG virtual const char * DbgGetName() { LIMITED_METHOD_CONTRACT; return "VirtualCallStubManager"; } #endif // The reason for our existence, return a callstub for type id and slot number // where type id = 0 for the class contract (i.e. a virtual call), and type id > 0 for an // interface invoke where the id indicates which interface it is. // // The function is idempotent, i.e. // you'll get the same callstub twice if you call it with identical inputs. PCODE GetCallStub(TypeHandle ownerType, MethodDesc *pMD); PCODE GetCallStub(TypeHandle ownerType, DWORD slot); // Stubs for vtable-based virtual calls with no lookups PCODE GetVTableCallStub(DWORD slot); // Generate an fresh indirection cell. BYTE* GenerateStubIndirection(PCODE stub, BOOL fUseRecycledCell = FALSE); // Set up static data structures - called during EEStartup static void InitStatic(); static void UninitStatic(); // Per instance initialization - called during AppDomain::Init and ::Uninit and for collectible loader allocators void Init(BaseDomain* pDomain, LoaderAllocator *pLoaderAllocator); void Uninit(); //@TODO: the logging should be tied into the VMs normal loggin mechanisms, //@TODO: for now we just always write a short log file called "StubLog_<pid>.log" static void StartupLogging(); static void LoggingDump(); static void FinishLogging(); static void ResetCache(); // Reclaim/rearrange any structures that can only be done during a gc sync point. // This is the mechanism we are using to avoid synchronization of alot of our // cache and hash table accesses. We are requiring that during a gc sync point we are not // executing any stub code at all, hence at this time we are serialized on a single thread (gc) // and no other thread is accessing the data structures. static void ReclaimAll(); void Reclaim(); #ifndef DACCESS_COMPILE VirtualCallStubManager() : StubManager(), lookup_rangeList(), resolve_rangeList(), dispatch_rangeList(), cache_entry_rangeList(), vtable_rangeList(), parentDomain(NULL), m_loaderAllocator(NULL), m_initialReservedMemForHeaps(NULL), m_FreeIndCellList(NULL), m_RecycledIndCellList(NULL), indcell_heap(NULL), cache_entry_heap(NULL), lookup_heap(NULL), dispatch_heap(NULL), resolve_heap(NULL), #ifdef TARGET_AMD64 m_fShouldAllocateLongJumpDispatchStubs(FALSE), #endif lookups(NULL), cache_entries(NULL), dispatchers(NULL), resolvers(NULL), m_counters(NULL), m_cur_counter_block(NULL), m_cur_counter_block_for_reclaim(NULL), m_cur_counter_block_for_reclaim_index(NULL), m_pNext(NULL) { LIMITED_METHOD_CONTRACT; ZeroMemory(&stats, sizeof(stats)); } ~VirtualCallStubManager(); #endif // !DACCESS_COMPILE enum StubKind { SK_UNKNOWN, SK_LOOKUP, // Lookup Stubs are SLOW stubs that simply call into the runtime to do all work. SK_DISPATCH, // Dispatch Stubs have a fast check for one type otherwise jumps to runtime. Works for monomorphic sites SK_RESOLVE, // Resolve Stubs do a hash lookup before fallling back to the runtime. Works for polymorphic sites. SK_VTABLECALL, // Stub that jumps to a target method using vtable-based indirections. Works for non-interface calls. SK_BREAKPOINT }; // peek at the assembly code and predict which kind of a stub we have StubKind predictStubKind(PCODE stubStartAddress); /* know thine own stubs. It is possible that when multiple virtualcallstub managers are built that these may need to become non-static, and the callers modified accordingly */ StubKind getStubKind(PCODE stubStartAddress, BOOL usePredictStubKind = TRUE) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; // This method can called with stubStartAddress==NULL, e.g. when handling null reference exceptions // caused by IP=0. Early out for this case to avoid confusing handled access violations inside predictStubKind. if (PCODEToPINSTR(stubStartAddress) == NULL) return SK_UNKNOWN; // Rather than calling IsInRange(stubStartAddress) for each possible stub kind // we can peek at the assembly code and predict which kind of a stub we have StubKind predictedKind = (usePredictStubKind) ? predictStubKind(stubStartAddress) : SK_UNKNOWN; if (predictedKind == SK_DISPATCH) { if (isDispatchingStub(stubStartAddress)) return SK_DISPATCH; } else if (predictedKind == SK_LOOKUP) { if (isLookupStub(stubStartAddress)) return SK_LOOKUP; } else if (predictedKind == SK_RESOLVE) { if (isResolvingStub(stubStartAddress)) return SK_RESOLVE; } else if (predictedKind == SK_VTABLECALL) { if (isVTableCallStub(stubStartAddress)) return SK_VTABLECALL; } // This is the slow case. If the predict returned SK_UNKNOWN, SK_BREAKPOINT, // or the predict was found to be incorrect when checked against the RangeLists // (isXXXStub), then we'll check each stub heap in sequence. if (isDispatchingStub(stubStartAddress)) return SK_DISPATCH; else if (isLookupStub(stubStartAddress)) return SK_LOOKUP; else if (isResolvingStub(stubStartAddress)) return SK_RESOLVE; else if (isVTableCallStub(stubStartAddress)) return SK_VTABLECALL; return SK_UNKNOWN; } inline BOOL isStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return (getStubKind(stubStartAddress) != SK_UNKNOWN); } BOOL isDispatchingStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetDispatchRangeList()->IsInRange(stubStartAddress); } BOOL isResolvingStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetResolveRangeList()->IsInRange(stubStartAddress); } BOOL isLookupStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetLookupRangeList()->IsInRange(stubStartAddress); } BOOL isVTableCallStub(PCODE stubStartAddress) { WRAPPER_NO_CONTRACT; SUPPORTS_DAC; return GetVTableCallRangeList()->IsInRange(stubStartAddress); } static BOOL isDispatchingStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_DISPATCH; } static BOOL isResolvingStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_RESOLVE; } static BOOL isLookupStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_LOOKUP; } static BOOL isVtableCallStubStatic(PCODE addr) { WRAPPER_NO_CONTRACT; StubKind stubKind; FindStubManager(addr, &stubKind); return stubKind == SK_VTABLECALL; } //use range lists to track the chunks of memory that are part of each heap LockedRangeList lookup_rangeList; LockedRangeList resolve_rangeList; LockedRangeList dispatch_rangeList; LockedRangeList cache_entry_rangeList; LockedRangeList vtable_rangeList; // Get dac-ized pointers to rangelist. RangeList* GetLookupRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, lookup_rangeList); return PTR_RangeList(addr); } RangeList* GetResolveRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, resolve_rangeList); return PTR_RangeList(addr); } RangeList* GetDispatchRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, dispatch_rangeList); return PTR_RangeList(addr); } RangeList* GetCacheEntryRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, cache_entry_rangeList); return PTR_RangeList(addr); } RangeList* GetVTableCallRangeList() { SUPPORTS_DAC; TADDR addr = PTR_HOST_MEMBER_TADDR(VirtualCallStubManager, this, vtable_rangeList); return PTR_RangeList(addr); } private: //allocate and initialize a stub of the desired kind DispatchHolder *GenerateDispatchStub(PCODE addrOfCode, PCODE addrOfFail, void *pMTExpected, size_t dispatchToken, bool *pMayHaveReenteredCooperativeGCMode); #ifdef TARGET_AMD64 // Used to allocate a long jump dispatch stub. See comment around // m_fShouldAllocateLongJumpDispatchStubs for explaination. DispatchHolder *GenerateDispatchStubLong(PCODE addrOfCode, PCODE addrOfFail, void *pMTExpected, size_t dispatchToken, bool *pMayHaveReenteredCooperativeGCMode); #endif ResolveHolder *GenerateResolveStub(PCODE addrOfResolver, PCODE addrOfPatcher, size_t dispatchToken #if defined(TARGET_X86) && !defined(UNIX_X86_ABI) , size_t stackArgumentsSize #endif ); LookupHolder *GenerateLookupStub(PCODE addrOfResolver, size_t dispatchToken); VTableCallHolder* GenerateVTableCallStub(DWORD slot); template <typename STUB_HOLDER> void AddToCollectibleVSDRangeList(STUB_HOLDER *holder) { if (m_loaderAllocator->IsCollectible()) { parentDomain->GetCollectibleVSDRanges()->AddRange(reinterpret_cast<BYTE *>(holder->stub()), reinterpret_cast<BYTE *>(holder->stub()) + holder->stub()->size(), this); } } // The resolve cache is static across all AppDomains ResolveCacheElem *GenerateResolveCacheElem(void *addrOfCode, void *pMTExpected, size_t token, bool *pMayHaveReenteredCooperativeGCMode); ResolveCacheElem *GetResolveCacheElem(void *pMT, size_t token, void *target); //Given a dispatch token, an object and a method table, determine the //target address to go to. The return value (BOOL) states whether this address //is cacheable or not. static BOOL Resolver(MethodTable * pMT, DispatchToken token, OBJECTREF * protectedObj, PCODE * ppTarget, BOOL throwOnConflict); // This can be used to find a target without needing the ability to throw static BOOL TraceResolver(Object *pObj, DispatchToken token, TraceDestination *trace); public: // Return the MethodDesc corresponding to this token. static MethodDesc *GetRepresentativeMethodDescFromToken(DispatchToken token, MethodTable *pMT); static MethodDesc *GetInterfaceMethodDescFromToken(DispatchToken token); static MethodTable *GetTypeFromToken(DispatchToken token); //This is used to get the token out of a stub static size_t GetTokenFromStub(PCODE stub); //This is used to get the token out of a stub and we know the stub manager and stub kind static size_t GetTokenFromStubQuick(VirtualCallStubManager * pMgr, PCODE stub, StubKind kind); // General utility functions // Quick lookup in the cache. NOTHROW, GC_NOTRIGGER static PCODE CacheLookup(size_t token, UINT16 tokenHash, MethodTable *pMT); // Full exhaustive lookup. THROWS, GC_TRIGGERS static PCODE GetTarget(DispatchToken token, MethodTable *pMT, BOOL throwOnConflict); private: // Given a dispatch token, return true if the token represents an interface, false if just a slot. static BOOL IsInterfaceToken(DispatchToken token); // Given a dispatch token, return true if the token represents a slot on the target. static BOOL IsClassToken(DispatchToken token); #ifdef CHAIN_LOOKUP static ResolveCacheElem* __fastcall PromoteChainEntry(ResolveCacheElem *pElem); #endif // Flags used by the non-x86 versions of VSD_ResolveWorker #define SDF_ResolveBackPatch (0x01) #define SDF_ResolvePromoteChain (0x02) #define SDF_ResolveFlags (0x03) // These method needs to call the instance methods. friend PCODE VSD_ResolveWorker(TransitionBlock * pTransitionBlock, TADDR siteAddrForRegisterIndirect, size_t token #ifndef TARGET_X86 , UINT_PTR flags #endif ); #if defined(TARGET_X86) && defined(TARGET_UNIX) friend void BackPatchWorkerStaticStub(PCODE returnAddr, TADDR siteAddrForRegisterIndirect); #endif //These are the entrypoints that the stubs actually end up calling via the // xxxAsmStub methods above static void STDCALL BackPatchWorkerStatic(PCODE returnAddr, TADDR siteAddrForRegisterIndirect); public: PCODE ResolveWorker(StubCallSite* pCallSite, OBJECTREF *protectedObj, DispatchToken token, StubKind stubKind); void BackPatchWorker(StubCallSite* pCallSite); //Change the callsite to point to stub void BackPatchSite(StubCallSite* pCallSite, PCODE stub); public: /* the following two public functions are to support tracing or stepping thru stubs via the debugger. */ virtual BOOL CheckIsStub_Internal(PCODE stubStartAddress); virtual BOOL TraceManager(Thread *thread, TraceDestination *trace, T_CONTEXT *pContext, BYTE **pRetAddr); size_t GetSize() { LIMITED_METHOD_CONTRACT; size_t retval=0; if(indcell_heap) retval+=indcell_heap->GetSize(); if(cache_entry_heap) retval+=cache_entry_heap->GetSize(); if(lookup_heap) retval+=lookup_heap->GetSize(); if(dispatch_heap) retval+=dispatch_heap->GetSize(); if(resolve_heap) retval+=resolve_heap->GetSize(); return retval; }; private: /* the following two private functions are to support tracing or stepping thru stubs via the debugger. */ virtual BOOL DoTraceStub(PCODE stubStartAddress, TraceDestination *trace); private: // The parent domain of this manager PTR_BaseDomain parentDomain; PTR_LoaderAllocator m_loaderAllocator; BYTE * m_initialReservedMemForHeaps; static const UINT32 INDCELLS_PER_BLOCK = 32; // 32 indirection cells per block. CrstExplicitInit m_indCellLock; // List of free indirection cells. The cells were directly allocated from the loader heap // (code:VirtualCallStubManager::GenerateStubIndirection) BYTE * m_FreeIndCellList; // List of recycled indirection cells. The cells were recycled from finalized dynamic methods // (code:LCGMethodResolver::RecycleIndCells). BYTE * m_RecycledIndCellList; #ifndef DACCESS_COMPILE // This methods returns the a free cell from m_FreeIndCellList. It returns NULL if the list is empty. BYTE * GetOneFreeIndCell() { WRAPPER_NO_CONTRACT; return GetOneIndCell(&m_FreeIndCellList); } // This methods returns the a recycled cell from m_RecycledIndCellList. It returns NULL if the list is empty. BYTE * GetOneRecycledIndCell() { WRAPPER_NO_CONTRACT; return GetOneIndCell(&m_RecycledIndCellList); } // This methods returns the a cell from ppList. It returns NULL if the list is empty. BYTE * GetOneIndCell(BYTE ** ppList) { CONTRACT (BYTE*) { NOTHROW; GC_NOTRIGGER; MODE_ANY; PRECONDITION(CheckPointer(ppList)); PRECONDITION(m_indCellLock.OwnedByCurrentThread()); } CONTRACT_END; BYTE * temp = *ppList; if (temp) { BYTE * pNext = *((BYTE **)temp); *ppList = pNext; RETURN temp; } RETURN NULL; } // insert a linked list of indirection cells at the beginning of m_FreeIndCellList void InsertIntoFreeIndCellList(BYTE * head, BYTE * tail) { WRAPPER_NO_CONTRACT; InsertIntoIndCellList(&m_FreeIndCellList, head, tail); } // insert a linked list of indirection cells at the beginning of ppList void InsertIntoIndCellList(BYTE ** ppList, BYTE * head, BYTE * tail) { CONTRACTL { NOTHROW; GC_NOTRIGGER; PRECONDITION(CheckPointer(ppList)); PRECONDITION(CheckPointer(head)); PRECONDITION(CheckPointer(tail)); PRECONDITION(m_indCellLock.OwnedByCurrentThread()); } CONTRACTL_END; BYTE * temphead = *ppList; *((BYTE**)tail) = temphead; *ppList = head; } #endif // !DACCESS_COMPILE PTR_LoaderHeap indcell_heap; // indirection cells go here PTR_LoaderHeap cache_entry_heap; // resolve cache elem entries go here PTR_LoaderHeap lookup_heap; // lookup stubs go here PTR_LoaderHeap dispatch_heap; // dispatch stubs go here PTR_LoaderHeap resolve_heap; // resolve stubs go here PTR_LoaderHeap vtable_heap; // vtable-based jump stubs go here #ifdef TARGET_AMD64 // When we layout the stub heaps, we put them close together in a sequential order // so that we maximize performance with respect to branch predictions. On AMD64, // dispatch stubs use a rel32 jump on failure to the resolve stub. This works for // a while because of the ordering, but as soon as we have to start allocating more // memory for either the dispatch or resolve heaps we have a chance that we'll be // further away than a rel32 jump can reach, because we're in a 64-bit address // space. As such, this flag will indicate when we allocate the first dispatch stub // that cannot reach a resolve stub, and when this happens we'll switch over to // allocating the larger version of the dispatch stub which contains an abs64 jump. //@TODO: This is a bit of a workaround, but the limitations of LoaderHeap require that we //@TODO: take this approach. Hopefully in Orcas we'll have a chance to rewrite LoaderHeap. BOOL m_fShouldAllocateLongJumpDispatchStubs; // Defaults to FALSE. #endif BucketTable * lookups; // hash table of lookups keyed by tokens BucketTable * cache_entries; // hash table of dispatch token/target structs for dispatch cache BucketTable * dispatchers; // hash table of dispatching stubs keyed by tokens/actualtype BucketTable * resolvers; // hash table of resolvers keyed by tokens/resolverstub BucketTable * vtableCallers; // hash table of vtable call stubs keyed by slot values // This structure is used to keep track of the fail counters. // We only need one fail counter per ResolveStub, // and most programs use less than 250 ResolveStubs // We allocate these on the main heap using "new counter block" struct counter_block { static const UINT32 MAX_COUNTER_ENTRIES = 256-2; // 254 counters should be enough for most cases. counter_block * next; // the next block UINT32 used; // the index of the next free entry INT32 block[MAX_COUNTER_ENTRIES]; // the counters }; counter_block *m_counters; // linked list of counter blocks of failure counters counter_block *m_cur_counter_block; // current block for updating counts counter_block *m_cur_counter_block_for_reclaim; // current block for updating UINT32 m_cur_counter_block_for_reclaim_index; // index into the current block for updating // Used to keep track of all the VCSManager objects in the system. PTR_VirtualCallStubManager m_pNext; // Linked list pointer public: // Given a stub address, find the VCSManager that owns it. static VirtualCallStubManager *FindStubManager(PCODE addr, StubKind* wbStubKind = NULL, BOOL usePredictStubKind = TRUE); #ifndef DACCESS_COMPILE // insert a linked list of indirection cells at the beginning of m_RecycledIndCellList void InsertIntoRecycledIndCellList_Locked(BYTE * head, BYTE * tail) { CONTRACTL { NOTHROW; GC_TRIGGERS; MODE_ANY; } CONTRACTL_END; CrstHolder lh(&m_indCellLock); InsertIntoIndCellList(&m_RecycledIndCellList, head, tail); } #endif // !DACCESS_COMPILE // These are the counters for keeping statistics struct { UINT32 site_counter; //# of call sites UINT32 stub_lookup_counter; //# of lookup stubs UINT32 stub_poly_counter; //# of resolve stubs UINT32 stub_mono_counter; //# of dispatch stubs UINT32 stub_vtable_counter; //# of vtable call stubs UINT32 site_write; //# of call site backpatch writes UINT32 site_write_poly; //# of call site backpatch writes to point to resolve stubs UINT32 site_write_mono; //# of call site backpatch writes to point to dispatch stubs UINT32 worker_call; //# of calls into ResolveWorker UINT32 worker_call_no_patch; //# of times call_worker resulted in no patch UINT32 worker_collide_to_mono; //# of times we converted a poly stub to a mono stub instead of writing the cache entry UINT32 stub_space; //# of bytes of stubs UINT32 cache_entry_counter; //# of cache structs UINT32 cache_entry_space; //# of bytes used by cache lookup structs } stats; void LogStats(); #ifdef DACCESS_COMPILE protected: virtual void DoEnumMemoryRegions(CLRDataEnumMemoryFlags flags); virtual LPCWSTR GetStubManagerName(PCODE addr) { WRAPPER_NO_CONTRACT; CONSISTENCY_CHECK(isStub(addr)); if (isLookupStub(addr)) { return W("VSD_LookupStub"); } else if (isDispatchingStub(addr)) { return W("VSD_DispatchStub"); } else { CONSISTENCY_CHECK(isResolvingStub(addr)); return W("VSD_ResolveStub"); } } #endif }; /******************************************************************************************************** ********************************************************************************************************/ typedef VPTR(class VirtualCallStubManagerManager) PTR_VirtualCallStubManagerManager; class VirtualCallStubManagerIterator; class VirtualCallStubManagerManager : public StubManager { VPTR_VTABLE_CLASS(VirtualCallStubManagerManager, StubManager) friend class StubManager; friend class VirtualCallStubManager; friend class VirtualCallStubManagerIterator; friend class StubManagerIterator; public: virtual BOOL TraceManager(Thread *thread, TraceDestination *trace, T_CONTEXT *pContext, BYTE **pRetAddr); virtual BOOL CheckIsStub_Internal(PCODE stubStartAddress); virtual BOOL DoTraceStub(PCODE stubStartAddress, TraceDestination *trace); static MethodDesc *Entry2MethodDesc(PCODE stubStartAddress, MethodTable *pMT); #ifdef DACCESS_COMPILE virtual void DoEnumMemoryRegions(CLRDataEnumMemoryFlags flags); virtual LPCWSTR GetStubManagerName(PCODE addr) { WRAPPER_NO_CONTRACT; return FindVirtualCallStubManager(addr)->GetStubManagerName(addr); } #endif private: // Used to keep track of all the VCSManager objects in the system. PTR_VirtualCallStubManager m_pManagers; // Head of the linked list #ifndef DACCESS_COMPILE // Ctor. This is only used by StaticInit. VirtualCallStubManagerManager(); #endif // A cache element to quickly check the last matched manager. Volatile<VirtualCallStubManager*> m_pCacheElem; // RW lock for reading entries and removing them. SimpleRWLock m_RWLock; // This will look through all the managers in an intelligent fashion to // find the manager that owns the address. VirtualCallStubManager *FindVirtualCallStubManager(PCODE stubAddress); protected: // Add a VCSManager to the linked list. void AddStubManager(VirtualCallStubManager *pMgr); // Remove a VCSManager from the linked list. void RemoveStubManager(VirtualCallStubManager *pMgr); VirtualCallStubManager *FirstManager() { WRAPPER_NO_CONTRACT; return m_pManagers; } #ifndef DACCESS_COMPILE static void InitStatic(); #endif public: SPTR_DECL(VirtualCallStubManagerManager, g_pManager); static VirtualCallStubManagerManager *GlobalManager() { LIMITED_METHOD_DAC_CONTRACT; CONSISTENCY_CHECK(CheckPointer(g_pManager)); return g_pManager; } VirtualCallStubManagerIterator IterateVirtualCallStubManagers(); #ifdef _DEBUG // Debug helper to help identify stub-managers. virtual const char * DbgGetName() { LIMITED_METHOD_CONTRACT; return "VirtualCallStubManagerManager"; } #endif }; /******************************************************************************************************** ********************************************************************************************************/ class VirtualCallStubManagerIterator { friend class VirtualCallStubManagerManager; public: BOOL Next(); VirtualCallStubManager *Current(); // Copy ctor inline VirtualCallStubManagerIterator(const VirtualCallStubManagerIterator &it); protected: inline VirtualCallStubManagerIterator(VirtualCallStubManagerManager *pMgr); BOOL m_fIsStart; VirtualCallStubManager *m_pCurMgr; }; ///////////////////////////////////////////////////////////////////////////////////////////// // Ctor inline VirtualCallStubManagerIterator::VirtualCallStubManagerIterator(VirtualCallStubManagerManager *pMgr) : m_fIsStart(TRUE), m_pCurMgr(pMgr->m_pManagers) { LIMITED_METHOD_DAC_CONTRACT; CONSISTENCY_CHECK(CheckPointer(pMgr)); } ///////////////////////////////////////////////////////////////////////////////////////////// // Copy ctor inline VirtualCallStubManagerIterator::VirtualCallStubManagerIterator(const VirtualCallStubManagerIterator &it) : m_fIsStart(it.m_fIsStart), m_pCurMgr(it.m_pCurMgr) { LIMITED_METHOD_DAC_CONTRACT; } /******************************************************************************************************** #StubDispatchNotes A note on approach. The cache and hash tables used by the stub and lookup mechanism are designed with an eye to minimizing interlocking and/or syncing and/or locking operations. They are intended to run in a highly concurrent environment. Since there is no magic, some tradeoffs and and some implementation constraints are required. The basic notion is that if all reads and writes are atomic and if all functions and operations operate correctly in the face of commutative reorderings of the visibility of all reads and writes across threads, then we don't have to interlock, sync, or serialize. Our approximation of this is: 1. All reads and all writes to tables must be atomic. This effectively limits the actual entry size in a table to be a pointer or a pointer sized thing. 2. All functions, like comparisons for equality or computation of hash values must function correctly in the face of concurrent updating of the underlying table. This is accomplished by making the underlying structures/entries effectively immutable, if concurrency is in anyway possible. By effectively immutatable, we mean that the stub or token structure is either immutable or that if it is ever written, all possibley concurrent writes are attempting to write the same value (atomically) or that the competing (atomic) values do not affect correctness, and that the function operates correctly whether or not any of the writes have taken place (is visible yet). The constraint we maintain is that all competeing updates (and their visibility or lack thereof) do not alter the correctness of the program. 3. All tables are inexact. The counts they hold (e.g. number of contained entries) may be inaccurrate, but that inaccurracy cannot affect their correctness. Table modifications, such as insertion of an new entry may not succeed, but such failures cannot affect correctness. This implies that just because a stub/entry is not present in a table, e.g. has been removed, that does not mean that it is not in use. It also implies that internal table structures, such as discarded hash table buckets, cannot be freely recycled since another concurrent thread may still be walking thru it. 4. Occassionaly it is necessary to pick up the pieces that have been dropped on the floor so to speak, e.g. actually recycle hash buckets that aren't in use. Since we have a natural sync point already in the GC, we use that to provide cleanup points. We need to make sure that code that is walking our structures is not a GC safe point. Hence if the GC calls back into us inside the GC sync point, we know that nobody is inside our stuctures and we can safely rearrange and recycle things. ********************************************************************************************************/ //initial and increment value for fail stub counters #ifdef STUB_LOGGING extern UINT32 STUB_MISS_COUNT_VALUE; extern UINT32 STUB_COLLIDE_WRITE_PCT; extern UINT32 STUB_COLLIDE_MONO_PCT; #else // !STUB_LOGGING #define STUB_MISS_COUNT_VALUE 100 #define STUB_COLLIDE_WRITE_PCT 100 #define STUB_COLLIDE_MONO_PCT 0 #endif // !STUB_LOGGING //size and mask of the cache used by resolve stubs // CALL_STUB_CACHE_SIZE must be equal to 2^CALL_STUB_CACHE_NUM_BITS #define CALL_STUB_CACHE_NUM_BITS 12 //10 #define CALL_STUB_CACHE_SIZE 4096 //1024 #define CALL_STUB_CACHE_MASK (CALL_STUB_CACHE_SIZE-1) #define CALL_STUB_CACHE_PROBES 5 //min sizes for BucketTable and buckets and the growth and hashing constants #define CALL_STUB_MIN_BUCKETS 32 #define CALL_STUB_MIN_ENTRIES 4 //this is so that the very first growth will jump from 4 to 32 entries, then double from there. #define CALL_STUB_SECONDARY_ENTRIES 8 #define CALL_STUB_GROWTH_FACTOR 2 #define CALL_STUB_LOAD_FACTOR 90 #define CALL_STUB_HASH_CONST1 1327 #define CALL_STUB_HASH_CONST2 43627 #define LARGE_PRIME 7199369 //internal layout of buckets=size-1,count,entries.... #define CALL_STUB_MASK_INDEX 0 #define CALL_STUB_COUNT_INDEX 1 #define CALL_STUB_DEAD_LINK 2 #define CALL_STUB_FIRST_INDEX 3 //marker entries in cache and hash tables #define CALL_STUB_EMPTY_ENTRY 0 // number of successes for a chained element before it gets moved to the front #define CALL_STUB_CACHE_INITIAL_SUCCESS_COUNT (0x100) /******************************************************************************************************* Entry is an abstract class. We will make specific subclasses for each kind of entry. Entries hold references to stubs or tokens. The principle thing they provide is a virtual Equals function that is used by the caching and hashing tables within which the stubs and tokens are stored. Entries are typically stack allocated by the routines that call into the hash and caching functions, and the functions stuff stubs into the entry to do the comparisons. Essentially specific entry subclasses supply a vtable to a stub as and when needed. This means we don't have to have vtables attached to stubs. Summarizing so far, there is a struct for each kind of stub or token of the form XXXXStub. They provide that actual storage layouts. There is a stuct in which each stub which has code is containted of the form XXXXHolder. They provide alignment and anciliary storage for the stub code. There is a subclass of Entry for each kind of stub or token, of the form XXXXEntry. They provide the specific implementations of the virtual functions declared in Entry. */ class Entry { public: //access and compare the keys of the entry virtual BOOL Equals(size_t keyA, size_t keyB)=0; virtual size_t KeyA()=0; virtual size_t KeyB()=0; //contents is the struct or token that the entry exposes virtual void SetContents(size_t contents)=0; }; /* define the platform specific Stubs and stub holders */ #include <virtualcallstubcpu.hpp> #if USES_LOOKUP_STUBS /********************************************************************************************** LookupEntry wraps LookupStubs and provide the concrete implementation of the abstract class Entry. Virtual and interface call sites when they are first jitted point to LookupStubs. The hash table that contains look up stubs is keyed by token, hence the Equals function uses the embedded token in the stub for comparison purposes. Since we are willing to allow duplicates in the hash table (as long as they are relatively rare) we do use direct comparison of the tokens rather than extracting the fields from within the tokens, for perf reasons. */ class LookupEntry : public Entry { public: //Creates an entry that wraps lookup stub s LookupEntry(size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isLookupStubStatic((PCODE)s)); stub = (LookupStub*) s; } //default contructor to allow stack and inline allocation of lookup entries LookupEntry() {LIMITED_METHOD_CONTRACT; stub = NULL;} //implementations of abstract class Entry BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } size_t KeyB() { WRAPPER_NO_CONTRACT; return (size_t)0; } void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isLookupStubStatic((PCODE)contents)); stub = LookupHolder::FromLookupEntry((PCODE)contents)->stub(); } //extract the token of the underlying lookup stub inline size_t Token() { LIMITED_METHOD_CONTRACT; return stub ? stub->token() : 0; } private: LookupStub* stub; //the stub the entry wrapping }; #endif // USES_LOOKUP_STUBS class VTableCallEntry : public Entry { public: //Creates an entry that wraps vtable call stub VTableCallEntry(size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isVtableCallStubStatic((PCODE)s)); stub = (VTableCallStub*)s; } //default contructor to allow stack and inline allocation of vtable call entries VTableCallEntry() { LIMITED_METHOD_CONTRACT; stub = NULL; } //implementations of abstract class Entry BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } size_t KeyB() { WRAPPER_NO_CONTRACT; return (size_t)0; } void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isVtableCallStubStatic((PCODE)contents)); stub = VTableCallHolder::FromVTableCallEntry((PCODE)contents)->stub(); } //extract the token of the underlying lookup stub inline size_t Token() { LIMITED_METHOD_CONTRACT; return stub ? stub->token() : 0; } private: VTableCallStub* stub; //the stub the entry wrapping }; /********************************************************************************************** ResolveCacheEntry wraps a ResolveCacheElem and provides lookup functionality for entries that were created that may be added to the ResolveCache */ class ResolveCacheEntry : public Entry { public: ResolveCacheEntry(size_t elem) { LIMITED_METHOD_CONTRACT; _ASSERTE(elem != 0); pElem = (ResolveCacheElem*) elem; } //default contructor to allow stack and inline allocation of lookup entries ResolveCacheEntry() { LIMITED_METHOD_CONTRACT; pElem = NULL; } //access and compare the keys of the entry virtual BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return pElem && (keyA == KeyA()) && (keyB == KeyB()); } virtual size_t KeyA() { LIMITED_METHOD_CONTRACT; return pElem != NULL ? pElem->token : 0; } virtual size_t KeyB() { LIMITED_METHOD_CONTRACT; return pElem != NULL ? (size_t) pElem->pMT : 0; } //contents is the struct or token that the entry exposes virtual void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; pElem = (ResolveCacheElem*) contents; } inline const BYTE *Target() { LIMITED_METHOD_CONTRACT; return pElem != NULL ? (const BYTE *)pElem->target : NULL; } private: ResolveCacheElem *pElem; }; /********************************************************************************************** ResolveEntry wraps ResolveStubs and provide the concrete implementation of the abstract class Entry. Polymorphic call sites and monomorphic calls that fail end up in a ResolveStub. Resolve stubs are stored in hash tables keyed by token, hence the Equals function uses the embedded token in the stub for comparison purposes. Since we are willing to allow duplicates in the hash table (as long as they are relatively rare) we do use direct comparison of the tokens rather than extracting the fields from within the tokens, for perf reasons. */ class ResolveEntry : public Entry { public: //Creates an entry that wraps resolve stub s ResolveEntry (size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isResolvingStubStatic((PCODE)s)); stub = (ResolveStub*) s; } //default contructor to allow stack and inline allocation of resovler entries ResolveEntry() { LIMITED_METHOD_CONTRACT; stub = CALL_STUB_EMPTY_ENTRY; } //implementations of abstract class Entry inline BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } inline size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } inline size_t KeyB() { WRAPPER_NO_CONTRACT; return (size_t)0; } void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isResolvingStubStatic((PCODE)contents)); stub = ResolveHolder::FromResolveEntry((PCODE)contents)->stub(); } //extract the token of the underlying resolve stub inline size_t Token() { WRAPPER_NO_CONTRACT; return stub ? (size_t)(stub->token()) : 0; } private: ResolveStub* stub; //the stub the entry is wrapping }; /********************************************************************************************** DispatchEntry wraps DispatchStubs and provide the concrete implementation of the abstract class Entry. Monomorphic and mostly monomorphic call sites eventually point to DispatchStubs. Dispatch stubs are placed in hash and cache tables keyed by the expected Method Table and token they are built for. Since we are willing to allow duplicates in the hash table (as long as they are relatively rare) we do use direct comparison of the tokens rather than extracting the fields from within the tokens, for perf reasons.*/ class DispatchEntry : public Entry { public: //Creates an entry that wraps dispatch stub s DispatchEntry (size_t s) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isDispatchingStubStatic((PCODE)s)); stub = (DispatchStub*) s; } //default contructor to allow stack and inline allocation of resovler entries DispatchEntry() { LIMITED_METHOD_CONTRACT; stub = CALL_STUB_EMPTY_ENTRY; } //implementations of abstract class Entry inline BOOL Equals(size_t keyA, size_t keyB) { WRAPPER_NO_CONTRACT; return stub && (keyA == KeyA()) && (keyB == KeyB()); } inline size_t KeyA() { WRAPPER_NO_CONTRACT; return Token(); } inline size_t KeyB() { WRAPPER_NO_CONTRACT; return ExpectedMT();} void SetContents(size_t contents) { LIMITED_METHOD_CONTRACT; _ASSERTE(VirtualCallStubManager::isDispatchingStubStatic((PCODE)contents)); stub = DispatchHolder::FromDispatchEntry((PCODE)contents)->stub(); } //extract the fields of the underlying dispatch stub inline size_t ExpectedMT() { WRAPPER_NO_CONTRACT; return stub ? (size_t)(stub->expectedMT()) : 0; } size_t Token() { WRAPPER_NO_CONTRACT; if (stub) { ResolveHolder * resolveHolder = ResolveHolder::FromFailEntry(stub->failTarget()); size_t token = resolveHolder->stub()->token(); _ASSERTE(token == VirtualCallStubManager::GetTokenFromStub((PCODE)stub)); return token; } else { return 0; } } inline PCODE Target() { WRAPPER_NO_CONTRACT; return stub ? stub->implTarget() : 0; } private: DispatchStub* stub; }; /************************************************************************************************* DispatchCache is the cache table that the resolve stubs use for inline polymorphic resolution of a call. The cache entry is logically a triplet of (method table, token, impl address) where method table is the type of the calling frame's <this>, token identifies the method being invoked, i.e. is a (type id,slot #) pair, and impl address is the address of the method implementation. */ class DispatchCache { public: static const UINT16 INVALID_HASH = (UINT16)(-1); DispatchCache(); //read and write the cache keyed by (method table,token) pair. inline ResolveCacheElem* Lookup(size_t token, void* mt) { WRAPPER_NO_CONTRACT; return Lookup(token, INVALID_HASH, mt);} ResolveCacheElem* Lookup(size_t token, UINT16 tokenHash, void* mt); enum InsertKind {IK_NONE, IK_DISPATCH, IK_RESOLVE, IK_SHARED, IK_EXTERNAL}; BOOL Insert(ResolveCacheElem* elem, InsertKind insertKind); #ifdef CHAIN_LOOKUP void PromoteChainEntry(ResolveCacheElem* elem); #endif // This is the heavyweight hashing algorithm. Use sparingly. static UINT16 HashToken(size_t token); inline void GetLoadFactor(size_t *total, size_t *used) { LIMITED_METHOD_CONTRACT; *total = CALL_STUB_CACHE_SIZE; size_t count = 0; for (size_t i = 0; i < CALL_STUB_CACHE_SIZE; i++) if (cache[i] != empty) count++; *used = count; } inline void *GetCacheBaseAddr() { LIMITED_METHOD_CONTRACT; return &cache[0]; } inline size_t GetCacheCount() { LIMITED_METHOD_CONTRACT; return CALL_STUB_CACHE_SIZE; } inline ResolveCacheElem *GetCacheEntry(size_t idx) { LIMITED_METHOD_CONTRACT; return VolatileLoad(&cache[idx]); } inline BOOL IsCacheEntryEmpty(size_t idx) { LIMITED_METHOD_CONTRACT; return cache[idx] == empty; } inline void SetCacheEntry(size_t idx, ResolveCacheElem *elem) { LIMITED_METHOD_CONTRACT; #ifdef STUB_LOGGING cacheData[idx].numWrites++; #endif #ifdef CHAIN_LOOKUP CONSISTENCY_CHECK(m_writeLock.OwnedByCurrentThread()); #endif cache[idx] = elem; } inline void ClearCacheEntry(size_t idx) { LIMITED_METHOD_CONTRACT; #ifdef STUB_LOGGING cacheData[idx].numClears++; #endif cache[idx] = empty; } struct { UINT32 insert_cache_external; //# of times Insert was called for IK_EXTERNAL UINT32 insert_cache_shared; //# of times Insert was called for IK_SHARED UINT32 insert_cache_dispatch; //# of times Insert was called for IK_DISPATCH UINT32 insert_cache_resolve; //# of times Insert was called for IK_RESOLVE UINT32 insert_cache_hit; //# of times Insert found an empty cache entry UINT32 insert_cache_miss; //# of times Insert already had a matching cache entry UINT32 insert_cache_collide; //# of times Insert found a used cache entry UINT32 insert_cache_write; //# of times Insert wrote a cache entry } stats; void LogStats(); // Unlocked iterator of entries. Use only when read/write access to the cache // is safe. This would typically be at GC sync points, currently needed during // appdomain unloading. class Iterator { public: Iterator(DispatchCache *pCache); inline BOOL IsValid() { WRAPPER_NO_CONTRACT; return (m_curBucket < (INT32)m_pCache->GetCacheCount()); } void Next(); // Unlink the current entry. // **NOTE** Using this method implicitly performs a call to Next to move // past the unlinked entry. Thus, one could accidentally skip // entries unless you take this into consideration. ResolveCacheElem *UnlinkEntry(); inline ResolveCacheElem *Entry() { LIMITED_METHOD_CONTRACT; CONSISTENCY_CHECK(IsValid()); return *m_ppCurElem; } private: void NextValidBucket(); inline void NextBucket() { LIMITED_METHOD_CONTRACT; m_curBucket++; m_ppCurElem = &m_pCache->cache[m_curBucket]; } DispatchCache *m_pCache; INT32 m_curBucket; ResolveCacheElem **m_ppCurElem; }; private: #ifdef CHAIN_LOOKUP Crst m_writeLock; #endif //the following hash computation is also inlined in the resolve stub in asm (SO NO TOUCHIE) inline static UINT16 HashMT(UINT16 tokenHash, void* mt) { LIMITED_METHOD_CONTRACT; UINT16 hash; size_t mtHash = (size_t) mt; mtHash = (((mtHash >> CALL_STUB_CACHE_NUM_BITS) + mtHash) >> LOG2_PTRSIZE) & CALL_STUB_CACHE_MASK; hash = (UINT16) mtHash; hash ^= (tokenHash & CALL_STUB_CACHE_MASK); return hash; } ResolveCacheElem* cache[CALL_STUB_CACHE_SIZE]; //must be first ResolveCacheElem* empty; //empty entry, initialized to fail all comparisons #ifdef STUB_LOGGING public: struct CacheEntryData { UINT32 numWrites; UINT16 numClears; }; CacheEntryData cacheData[CALL_STUB_CACHE_SIZE]; #endif // STUB_LOGGING }; /************************************************************************************************** The hash tables are accessed via instances of the Prober. Prober is a probe into a bucket of the hash table, and therefore has an index which is the current probe position. It includes a count of the number of probes done in that bucket so far and a stride to step thru the bucket with. To do comparisons, it has a reference to an entry with which it can do comparisons (Equals(...)) of the entries (stubs) inside the hash table. It also has the key pair (keyA, keyB) that it is looking for. Typically, an entry of the appropriate type is created on the stack and then the prober is created passing in a reference to the entry. The prober is used for a complete operation, such as look for and find an entry (stub), creating and inserting it as necessary. The initial index and the stride are orthogonal hashes of the key pair, i.e. we are doing a varient of double hashing. When we initialize the prober (see FormHash below) we set the initial probe based on one hash. The stride (used as a modulo addition of the probe position) is based on a different hash and is such that it will vist every location in the bucket before repeating. Hence it is imperative that the bucket size and the stride be relative prime wrt each other. We have chosen to make bucket sizes a power of 2, so we force stride to be odd. Note -- it must be assumed that multiple probers are walking the same tables and buckets at the same time. Additionally, the counts may not be accurate, and there may be duplicates in the tables. Since the tables do not allow concurrrent deletion, some of the concurrency issues are ameliorated. */ class Prober { friend class FastTable; friend class BucketTable; public: Prober(Entry* e) {LIMITED_METHOD_CONTRACT; comparer = e;} //find the requested entry, if not there return CALL_STUB_EMPTY_ENTRY size_t Find(); //add the entry into the bucket, if it is not already in the bucket. //return the entry actually in the bucket (existing or added) size_t Add(size_t entry); private: //return the bucket (FastTable*) that the prober is currently walking inline size_t* items() {LIMITED_METHOD_CONTRACT; return &base[-CALL_STUB_FIRST_INDEX];} //are there more probes possible, or have we probed everything in the bucket inline BOOL NoMore() {LIMITED_METHOD_CONTRACT; return probes>mask;} //both probes and mask are (-1) //advance the probe to a new place in the bucket inline BOOL Next() { WRAPPER_NO_CONTRACT; index = (index + stride) & mask; probes++; return !NoMore(); } inline size_t Read() { LIMITED_METHOD_CONTRACT; _ASSERTE(base); return VolatileLoad(&base[index]); } //initialize a prober across a bucket (table) for the specified keys. void InitProber(size_t key1, size_t key2, size_t* table); //set up the initial index and stride and probe count inline void FormHash() { LIMITED_METHOD_CONTRACT; probes = 0; //these two hash functions have not been formally measured for effectiveness //but they are at least orthogonal size_t a = ((keyA>>16) + keyA); size_t b = ((keyB>>16) ^ keyB); index = (((a*CALL_STUB_HASH_CONST1)>>4)+((b*CALL_STUB_HASH_CONST2)>>4)+CALL_STUB_HASH_CONST1) & mask; stride = ((a+(b*CALL_STUB_HASH_CONST1)+CALL_STUB_HASH_CONST2) | 1) & mask; } //atomically grab an empty slot so we can insert a new entry into the bucket BOOL GrabEntry(size_t entryValue); size_t keyA; //key pair we are looking for size_t keyB; size_t* base; //we have our own pointer to the bucket, so races don't matter. // We won't care if we do the lookup in an // outdated bucket (has grown out from under us). // All that will happen is possibly dropping an entry // on the floor or adding a duplicate. size_t index; //current probe point in the bucket size_t stride; //amount to step on each successive probe, must be relatively prime wrt the bucket size size_t mask; //size of bucket - 1 size_t probes; //number probes - 1 Entry* comparer;//used to compare an entry against the sought after key pair }; /******************************************************************************************************** FastTable is used to implement the buckets of a BucketTable, a bucketized hash table. A FastTable is an array of entries (contents). The first two slots of contents store the size-1 and count of entries actually in the FastTable. Note that the count may be inaccurate and there may be duplicates. Careful attention must be paid to eliminate the need for interlocked or serialized or locked operations in face of concurrency. */ #ifdef _MSC_VER #pragma warning(push) #pragma warning(disable : 4200) // disable zero-sized array warning #endif // _MSC_VER class FastTable { friend class BucketTable; public: private: FastTable() { LIMITED_METHOD_CONTRACT; } ~FastTable() { LIMITED_METHOD_CONTRACT; } //initialize a prober for the specified keys. inline BOOL SetUpProber(size_t keyA, size_t keyB, Prober* probe) { CONTRACTL { NOTHROW; GC_NOTRIGGER; FORBID_FAULT; } CONTRACTL_END; _ASSERTE(probe); _ASSERTE(contents); probe->InitProber(keyA, keyB, &contents[0]); return TRUE; } //find the requested entry (keys of prober), if not there return CALL_STUB_EMPTY_ENTRY size_t Find(Prober* probe); //add the entry, if it is not already there. Probe is used to search. //Return the entry actually containted (existing or added) size_t Add(size_t entry, Prober* probe); void IncrementCount(); // Create a FastTable with space for numberOfEntries. Please note that this method // does not throw on OOM. **YOU MUST CHECK FOR NULL RETURN** static FastTable* MakeTable(size_t numberOfEntries) { CONTRACTL { THROWS; GC_TRIGGERS; INJECT_FAULT(COMPlusThrowOM();); } CONTRACTL_END; size_t size = CALL_STUB_MIN_ENTRIES; while (size < numberOfEntries) {size = size<<1;} // if (size == CALL_STUB_MIN_ENTRIES) // size += 3; size_t* bucket = new size_t[(sizeof(FastTable)/sizeof(size_t))+size+CALL_STUB_FIRST_INDEX]; FastTable* table = new (bucket) FastTable(); table->InitializeContents(size); return table; } //Initialize as empty void InitializeContents(size_t size) { LIMITED_METHOD_CONTRACT; memset(&contents[0], CALL_STUB_EMPTY_ENTRY, (size+CALL_STUB_FIRST_INDEX)*sizeof(BYTE*)); contents[CALL_STUB_MASK_INDEX] = size-1; } inline size_t tableMask() {LIMITED_METHOD_CONTRACT; return (size_t) (contents[CALL_STUB_MASK_INDEX]);} inline size_t tableSize() {LIMITED_METHOD_CONTRACT; return tableMask()+1;} inline size_t tableCount() {LIMITED_METHOD_CONTRACT; return (size_t) (contents[CALL_STUB_COUNT_INDEX]);} inline BOOL isFull() { LIMITED_METHOD_CONTRACT; return (tableCount()+1) * 100 / CALL_STUB_LOAD_FACTOR >= tableSize(); } //we store (size-1) in bucket[CALL_STUB_MASK_INDEX==0], //we store the used count in bucket[CALL_STUB_COUNT_INDEX==1], //we have an unused cell to use as a temp at bucket[CALL_STUB_DEAD_LINK==2], //and the table starts at bucket[CALL_STUB_FIRST_INDEX==3], size_t contents[0]; }; #ifdef _MSC_VER #pragma warning(pop) #endif /****************************************************************************************************** BucketTable is a bucketized hash table. It uses FastTables for its buckets. The hash tables used by the VirtualCallStubManager are BucketTables. The number of buckets is fixed at the time the table is created. The actual buckets are allocated as needed, and grow as necessary. The reason for using buckets is primarily to reduce the cost of growing, since only a single bucket is actually grown at any given time. Since the hash tables are accessed infrequently, the load factor that controls growth is quite high (90%). Since we use hashing to pick the bucket, and we use hashing to lookup inside the bucket, it is important that the hashing function used here is orthogonal to the ones used in the buckets themselves (see FastTable::FormHash). */ class BucketTable { public: BucketTable(size_t numberOfBuckets) { WRAPPER_NO_CONTRACT; size_t size = CALL_STUB_MIN_BUCKETS; while (size < numberOfBuckets) {size = size<<1;} buckets = AllocateBuckets(size); // Initialize statistics counters memset(&stats, 0, sizeof(stats)); } ~BucketTable() { LIMITED_METHOD_CONTRACT; if(buckets != NULL) { size_t size = bucketCount()+CALL_STUB_FIRST_INDEX; for(size_t ix = CALL_STUB_FIRST_INDEX; ix < size; ix++) delete (FastTable*)(buckets[ix]); delete buckets; } } //initialize a prober for the specified keys. BOOL SetUpProber(size_t keyA, size_t keyB, Prober *prober); //find the requested entry (keys of prober), if not there return CALL_STUB_EMPTY_ENTRY inline size_t Find(Prober* probe) {WRAPPER_NO_CONTRACT; return probe->Find();} //add the entry, if it is not already there. Probe is used to search. size_t Add(size_t entry, Prober* probe); //reclaim abandoned buckets. Buckets are abaondoned when they need to grow. //needs to be called inside a gc sync point. static void Reclaim(); struct { UINT32 bucket_space; //# of bytes in caches and tables, not including the stubs themselves UINT32 bucket_space_dead; //# of bytes of abandoned buckets not yet recycled. } stats; void LogStats(); private: inline size_t bucketMask() {LIMITED_METHOD_CONTRACT; return (size_t) (buckets[CALL_STUB_MASK_INDEX]);} inline size_t bucketCount() {LIMITED_METHOD_CONTRACT; return bucketMask()+1;} inline size_t ComputeBucketIndex(size_t keyA, size_t keyB) { LIMITED_METHOD_CONTRACT; size_t a = ((keyA>>16) + keyA); size_t b = ((keyB>>16) ^ keyB); return CALL_STUB_FIRST_INDEX+(((((a*CALL_STUB_HASH_CONST2)>>5)^((b*CALL_STUB_HASH_CONST1)>>5))+CALL_STUB_HASH_CONST2) & bucketMask()); } //grows the bucket referenced by probe. BOOL GetMoreSpace(const Prober* probe); //creates storage in which to store references to the buckets static size_t* AllocateBuckets(size_t size) { LIMITED_METHOD_CONTRACT; size_t* buckets = new size_t[size+CALL_STUB_FIRST_INDEX]; if (buckets != NULL) { memset(&buckets[0], CALL_STUB_EMPTY_ENTRY, (size+CALL_STUB_FIRST_INDEX)*sizeof(void*)); buckets[CALL_STUB_MASK_INDEX] = size-1; } return buckets; } inline size_t Read(size_t index) { LIMITED_METHOD_CONTRACT; CONSISTENCY_CHECK(index <= bucketMask()+CALL_STUB_FIRST_INDEX); return VolatileLoad(&buckets[index]); } #ifdef _MSC_VER #pragma warning(disable: 4267) //work-around for the compiler #endif inline void Write(size_t index, size_t value) { LIMITED_METHOD_CONTRACT; CONSISTENCY_CHECK(index <= bucketMask()+CALL_STUB_FIRST_INDEX); VolatileStore(&buckets[index], value); } #ifdef _MSC_VER #pragma warning(default: 4267) #endif // We store (#buckets-1) in bucket[CALL_STUB_MASK_INDEX ==0] // We have two unused cells at bucket[CALL_STUB_COUNT_INDEX ==1] // and bucket[CALL_STUB_DEAD_LINK ==2] // and the table starts at bucket[CALL_STUB_FIRST_INDEX ==3] // the number of elements is bucket[CALL_STUB_MASK_INDEX]+CALL_STUB_FIRST_INDEX size_t* buckets; static FastTable* dead; //linked list head of to be deleted (abandoned) buckets }; #endif // !_VIRTUAL_CALL_STUB_H
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./eng/pipelines/libraries/helix-queues-setup.yml
parameters: jobTemplate: '' variables: [] osGroup: '' osSubgroup: '' archType: '' container: '' pool: '' platform: '' runtimeFlavorDisplayName: '' shouldContinueOnError: false dependOnEvaluatePaths: false jobParameters: {} jobs: - template: ${{ parameters.jobTemplate }} parameters: variables: ${{ parameters.variables }} osGroup: ${{ parameters.osGroup }} osSubgroup: ${{ parameters.osSubgroup }} archType: ${{ parameters.archType }} container: ${{ parameters.container }} pool: ${{ parameters.pool }} platform: ${{ parameters.platform }} shouldContinueOnError: ${{ parameters.shouldContinueOnError }} dependOnEvaluatePaths: ${{ parameters.dependOnEvaluatePaths}} runtimeFlavorDisplayName: ${{ parameters.runtimeFlavorDisplayName }} helixQueues: # Linux arm - ${{ if eq(parameters.platform, 'Linux_arm') }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Debian.10.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-arm32v7-20210304164340-6616c63 - (Debian.11.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-arm32v7-20210304164347-5a7c380 # Linux armv6 - ${{ if eq(parameters.platform, 'Linux_armv6') }}: # - ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}: - (Raspbian.10.Armv6.Open)[email protected]/dotnet-buildtools/prereqs:raspbian-10-helix-arm32v6-20211215185610-60748cc # Linux arm64 - ${{ if eq(parameters.platform, 'Linux_arm64') }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Ubuntu.2110.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.10-helix-arm64v8-20211116135000-0f8d97e - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Ubuntu.1804.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm64v8-20210106155927-56c6673 # Linux musl x64 - ${{ if eq(parameters.platform, 'Linux_musl_x64') }}: - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Alpine.314.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-amd64-20210910135833-1848e19 - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Alpine.313.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.13-helix-amd64-20210910135845-8a6f4f3 # Linux musl arm64 - ${{ if and(eq(parameters.platform, 'Linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }}: - (Alpine.313.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.13-helix-arm64v8-20210910135808-8a6f4f3 - (Alpine.314.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-arm64v8-20210910135810-8a6f4f3 # Linux x64 - ${{ if eq(parameters.platform, 'Linux_x64') }}: - ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }}: - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - (Centos.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-8-helix-20201229003624-c1bf759 - RedHat.7.Amd64.Open - SLES.15.Amd64.Open - (Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210913123654-4f64125 - (Ubuntu.2110.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.10-helix-amd64-20211116135132-0f8d97e - (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-bfcd90a-20200121150006 - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Centos.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-8-helix-20201229003624-c1bf759 - SLES.15.Amd64.Open - (Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210913123654-4f64125 - (Ubuntu.2110.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.04-helix-amd64-20210922170909-34a2d72 - (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64-20210304164428-5a7c380 - (Mariner.1.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-1.0-helix-20210528192219-92bf620 - (openSUSE.15.2.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64-20211018152525-9cc02fe - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix-20210714125435-dde38af - RedHat.7.Amd64.Open - (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673 - Ubuntu.1804.Amd64.Open - ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }}: # Limiting interp runs as we don't need as much coverage. - (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673 # Linux s390x - ${{ if eq(parameters.platform, 'Linux_s390x') }}: - Ubuntu.2004.S390X.Experimental.Open # OSX arm64 - ${{ if eq(parameters.platform, 'OSX_arm64') }}: - OSX.1200.ARM64.Open # OSX x64 - ${{ if eq(parameters.platform, 'OSX_x64') }}: - OSX.1200.Amd64.Open # Android - ${{ if in(parameters.platform, 'Android_x86', 'Android_x64') }}: - Ubuntu.1804.Amd64.Android.29.Open - ${{ if in(parameters.platform, 'Android_arm', 'Android_arm64') }}: - Windows.10.Amd64.Android.Open # iOS Simulator/Mac Catalyst arm64 - ${{ if in(parameters.platform, 'MacCatalyst_arm64', 'iOSSimulator_arm64') }}: - OSX.1100.Arm64.Open # iOS/tvOS simulator x64/x86 & MacCatalyst x64 - ${{ if in(parameters.platform, 'iOSSimulator_x64', 'iOSSimulator_x86', 'tvOSSimulator_x64', 'MacCatalyst_x64') }}: - OSX.1015.Amd64.Open # iOS devices - ${{ if in(parameters.platform, 'iOS_arm64') }}: - OSX.1015.Amd64.Iphone.Open # tvOS devices - ${{ if in(parameters.platform, 'tvOS_arm64') }}: - OSX.1015.Amd64.AppleTV.Open # windows x64 - ${{ if eq(parameters.platform, 'windows_x64') }}: # netcoreapp - ${{ if notIn(parameters.jobParameters.framework, 'net48') }}: # libraries on mono outerloop - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - Windows.81.Amd64.Open - Windows.Amd64.Server2022.Open # libraries on coreclr (outerloop and innerloop), or libraries on mono innerloop - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.10.Amd64.ServerRS5.Open - ${{ if ne(parameters.jobParameters.testScope, 'outerloop') }}: - Windows.Amd64.Server2022.Open - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.81.Amd64.Open - Windows.10.Amd64.Server19H1.ES.Open - Windows.11.Amd64.ClientPre.Open - ${{ if eq(parameters.jobParameters.testScope, 'outerloop') }}: - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c - ${{ if ne(parameters.jobParameters.runtimeFlavor, 'mono') }}: - (Windows.Nano.1809.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-08e8e40-20200107182504 # .NETFramework - ${{ if eq(parameters.jobParameters.framework, 'net48') }}: - Windows.10.Amd64.Client21H1.Open # windows x86 - ${{ if eq(parameters.platform, 'windows_x86') }}: # netcoreapp - ${{ if notIn(parameters.jobParameters.framework, 'net48') }}: # mono outerloop - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - Windows.7.Amd64.Open - Windows.10.Amd64.ServerRS5.Open # libraries on coreclr (outerloop and innerloop), or libraries on mono innerloop - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.10.Amd64.ServerRS5.Open - Windows.Amd64.Server2022.Open - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.10.Amd64.Server19H1.ES.Open - Windows.7.Amd64.Open # .NETFramework - ${{ if eq(parameters.jobParameters.framework, 'net48') }}: - Windows.10.Amd64.Client21H1.Open # windows arm - ${{ if eq(parameters.platform, 'windows_arm') }}: - Windows.10.Arm64v8.Open # windows arm64 - ${{ if eq(parameters.platform, 'windows_arm64') }}: - Windows.10.Arm64.Open # WebAssembly - ${{ if eq(parameters.platform, 'Browser_wasm') }}: - Ubuntu.1804.Amd64.Open # WebAssembly windows - ${{ if eq(parameters.platform, 'Browser_wasm_win') }}: - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-webassembly-amd64-20210702131541-6837048 ${{ insert }}: ${{ parameters.jobParameters }}
parameters: jobTemplate: '' variables: [] osGroup: '' osSubgroup: '' archType: '' container: '' pool: '' platform: '' runtimeFlavorDisplayName: '' shouldContinueOnError: false dependOnEvaluatePaths: false jobParameters: {} jobs: - template: ${{ parameters.jobTemplate }} parameters: variables: ${{ parameters.variables }} osGroup: ${{ parameters.osGroup }} osSubgroup: ${{ parameters.osSubgroup }} archType: ${{ parameters.archType }} container: ${{ parameters.container }} pool: ${{ parameters.pool }} platform: ${{ parameters.platform }} shouldContinueOnError: ${{ parameters.shouldContinueOnError }} dependOnEvaluatePaths: ${{ parameters.dependOnEvaluatePaths}} runtimeFlavorDisplayName: ${{ parameters.runtimeFlavorDisplayName }} helixQueues: # Linux arm - ${{ if eq(parameters.platform, 'Linux_arm') }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Debian.10.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-arm32v7-20210304164340-6616c63 - (Debian.11.Arm32.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-arm32v7-20210304164347-5a7c380 # Linux armv6 - ${{ if eq(parameters.platform, 'Linux_armv6') }}: # - ${{ if eq(parameters.jobParameters.isFullMatrix, true) }}: - (Raspbian.10.Armv6.Open)[email protected]/dotnet-buildtools/prereqs:raspbian-10-helix-arm32v6-20211215185610-60748cc # Linux arm64 - ${{ if eq(parameters.platform, 'Linux_arm64') }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Ubuntu.2110.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.10-helix-arm64v8-20211116135000-0f8d97e - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Ubuntu.1804.ArmArch.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-16.04-helix-arm64v8-20210106155927-56c6673 # Linux musl x64 - ${{ if eq(parameters.platform, 'Linux_musl_x64') }}: - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Alpine.314.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-amd64-20210910135833-1848e19 - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Alpine.313.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.13-helix-amd64-20210910135845-8a6f4f3 # Linux musl arm64 - ${{ if and(eq(parameters.platform, 'Linux_musl_arm64'), or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true))) }}: - (Alpine.313.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.13-helix-arm64v8-20210910135808-8a6f4f3 - (Alpine.314.Arm64.Open)[email protected]/dotnet-buildtools/prereqs:alpine-3.14-helix-arm64v8-20210910135810-8a6f4f3 # Linux x64 - ${{ if eq(parameters.platform, 'Linux_x64') }}: - ${{ if and(eq(parameters.jobParameters.interpreter, ''), ne(parameters.jobParameters.isSingleFile, true)) }}: - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - (Centos.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-8-helix-20201229003624-c1bf759 - RedHat.7.Amd64.Open - SLES.15.Amd64.Open - (Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210913123654-4f64125 - (Ubuntu.2110.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.10-helix-amd64-20211116135132-0f8d97e - (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-bfcd90a-20200121150006 - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Centos.8.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-8-helix-20201229003624-c1bf759 - SLES.15.Amd64.Open - (Fedora.34.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:fedora-34-helix-20210913123654-4f64125 - (Ubuntu.2110.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:ubuntu-21.04-helix-amd64-20210922170909-34a2d72 - (Debian.11.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-11-helix-amd64-20210304164428-5a7c380 - (Mariner.1.0.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:cbl-mariner-1.0-helix-20210528192219-92bf620 - (openSUSE.15.2.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:opensuse-15.2-helix-amd64-20211018152525-9cc02fe - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - (Centos.7.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:centos-7-mlnet-helix-20210714125435-dde38af - RedHat.7.Amd64.Open - (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673 - Ubuntu.1804.Amd64.Open - ${{ if or(eq(parameters.jobParameters.interpreter, 'true'), eq(parameters.jobParameters.isSingleFile, true)) }}: # Limiting interp runs as we don't need as much coverage. - (Debian.10.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:debian-10-helix-amd64-20210304164434-56c6673 # Linux s390x - ${{ if eq(parameters.platform, 'Linux_s390x') }}: - Ubuntu.2004.S390X.Experimental.Open # OSX arm64 - ${{ if eq(parameters.platform, 'OSX_arm64') }}: - OSX.1200.ARM64.Open # OSX x64 - ${{ if eq(parameters.platform, 'OSX_x64') }}: - OSX.1200.Amd64.Open # Android - ${{ if in(parameters.platform, 'Android_x86', 'Android_x64') }}: - Ubuntu.1804.Amd64.Android.29.Open - ${{ if in(parameters.platform, 'Android_arm', 'Android_arm64') }}: - Windows.10.Amd64.Android.Open # iOS Simulator/Mac Catalyst arm64 - ${{ if in(parameters.platform, 'MacCatalyst_arm64', 'iOSSimulator_arm64') }}: - OSX.1100.Arm64.Open # iOS/tvOS simulator x64/x86 & MacCatalyst x64 - ${{ if in(parameters.platform, 'iOSSimulator_x64', 'iOSSimulator_x86', 'tvOSSimulator_x64', 'MacCatalyst_x64') }}: - OSX.1015.Amd64.Open # iOS devices - ${{ if in(parameters.platform, 'iOS_arm64') }}: - OSX.1015.Amd64.Iphone.Open # tvOS devices - ${{ if in(parameters.platform, 'tvOS_arm64') }}: - OSX.1015.Amd64.AppleTV.Open # windows x64 - ${{ if eq(parameters.platform, 'windows_x64') }}: # netcoreapp - ${{ if notIn(parameters.jobParameters.framework, 'net48') }}: # libraries on mono outerloop - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - Windows.81.Amd64.Open - Windows.Amd64.Server2022.Open # libraries on coreclr (outerloop and innerloop), or libraries on mono innerloop - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.10.Amd64.ServerRS5.Open - ${{ if ne(parameters.jobParameters.testScope, 'outerloop') }}: - Windows.Amd64.Server2022.Open - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.81.Amd64.Open - Windows.10.Amd64.Server19H1.ES.Open - Windows.11.Amd64.ClientPre.Open - ${{ if eq(parameters.jobParameters.testScope, 'outerloop') }}: - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-amd64-20200904200251-272704c - ${{ if ne(parameters.jobParameters.runtimeFlavor, 'mono') }}: - (Windows.Nano.1809.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:nanoserver-1809-helix-amd64-08e8e40-20200107182504 # .NETFramework - ${{ if eq(parameters.jobParameters.framework, 'net48') }}: - Windows.10.Amd64.Client21H1.Open # windows x86 - ${{ if eq(parameters.platform, 'windows_x86') }}: # netcoreapp - ${{ if notIn(parameters.jobParameters.framework, 'net48') }}: # mono outerloop - ${{ if and(eq(parameters.jobParameters.testScope, 'outerloop'), eq(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - Windows.7.Amd64.Open - Windows.10.Amd64.ServerRS5.Open # libraries on coreclr (outerloop and innerloop), or libraries on mono innerloop - ${{ if or(ne(parameters.jobParameters.testScope, 'outerloop'), ne(parameters.jobParameters.runtimeFlavor, 'mono')) }}: - ${{ if or(eq(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.10.Amd64.ServerRS5.Open - Windows.Amd64.Server2022.Open - ${{ if or(ne(parameters.jobParameters.isExtraPlatforms, true), eq(parameters.jobParameters.includeAllPlatforms, true)) }}: - Windows.10.Amd64.Server19H1.ES.Open - Windows.7.Amd64.Open # .NETFramework - ${{ if eq(parameters.jobParameters.framework, 'net48') }}: - Windows.10.Amd64.Client21H1.Open # windows arm - ${{ if eq(parameters.platform, 'windows_arm') }}: - Windows.10.Arm64v8.Open # windows arm64 - ${{ if eq(parameters.platform, 'windows_arm64') }}: - Windows.10.Arm64.Open # WebAssembly - ${{ if eq(parameters.platform, 'Browser_wasm') }}: - Ubuntu.1804.Amd64.Open # WebAssembly windows - ${{ if eq(parameters.platform, 'Browser_wasm_win') }}: - (Windows.Server.Core.1909.Amd64.Open)[email protected]/dotnet-buildtools/prereqs:windowsservercore-2004-helix-webassembly-amd64-20210702131541-6837048 ${{ insert }}: ${{ parameters.jobParameters }}
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.DirectoryServices/src/System/DirectoryServices/DirectorySearcher.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using System.Collections; using System.Collections.Specialized; using System.DirectoryServices.Interop; using System.ComponentModel; using INTPTR_INTPTRCAST = System.IntPtr; using System.Diagnostics.CodeAnalysis; namespace System.DirectoryServices { /// <devdoc> /// Performs queries against the Active Directory hierarchy. /// </devdoc> public class DirectorySearcher : Component { private DirectoryEntry? _searchRoot; private string? _filter = defaultFilter; private StringCollection? _propertiesToLoad; private bool _disposed; private static readonly TimeSpan s_minusOneSecond = new TimeSpan(0, 0, -1); // search preference variables private SearchScope _scope = System.DirectoryServices.SearchScope.Subtree; private bool _scopeSpecified; private int _sizeLimit; private TimeSpan _serverTimeLimit = s_minusOneSecond; private TimeSpan _clientTimeout = s_minusOneSecond; private int _pageSize; private TimeSpan _serverPageTimeLimit = s_minusOneSecond; private ReferralChasingOption _referralChasing = ReferralChasingOption.External; private SortOption _sort = new SortOption(); private bool _cacheResults = true; private bool _cacheResultsSpecified; private bool _rootEntryAllocated; // true: if a temporary entry inside Searcher has been created private string? _assertDefaultNamingContext; private string _attributeScopeQuery = ""; private bool _attributeScopeQuerySpecified; private DereferenceAlias _derefAlias = DereferenceAlias.Never; private SecurityMasks _securityMask = SecurityMasks.None; private ExtendedDN _extendedDN = ExtendedDN.None; private DirectorySynchronization? _sync; internal bool directorySynchronizationSpecified; private DirectoryVirtualListView? _vlv; internal bool directoryVirtualListViewSpecified; internal SearchResultCollection? searchResult; private const string defaultFilter = "(objectClass=*)"; /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, /// <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default values. /// </devdoc> public DirectorySearcher() : this(null, defaultFilter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with /// <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> set to the given value. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot) : this(searchRoot, defaultFilter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with /// <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/> set to the respective given values. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot, string? filter) : this(searchRoot, filter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with /// <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to its default /// value, and <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, and <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> set to the respective given values. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad) : this(searchRoot, filter, propertiesToLoad, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, /// <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/> set to the given value. /// </devdoc> public DirectorySearcher(string? filter) : this(null, filter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> /// and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/> and <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> set to the respective given values. /// </devdoc> public DirectorySearcher(string? filter, string[]? propertiesToLoad) : this(null, filter, propertiesToLoad, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> set to its default /// value, and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to the respective given values. /// </devdoc> public DirectorySearcher(string? filter, string[]? propertiesToLoad, SearchScope scope) : this(null, filter, propertiesToLoad, scope) { } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with the <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> properties set to the given /// values. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad, SearchScope scope) { _searchRoot = searchRoot; _filter = filter; if (propertiesToLoad != null) PropertiesToLoad.AddRange(propertiesToLoad); this.SearchScope = scope; } protected override void Dispose(bool disposing) { // safe to call while finalizing or disposing // if (!_disposed && disposing) { if (_rootEntryAllocated) _searchRoot!.Dispose(); _rootEntryAllocated = false; _disposed = true; } base.Dispose(disposing); } /// <devdoc> /// Gets or sets a value indicating whether the result should be cached on the /// client machine. /// </devdoc> [DefaultValue(true)] public bool CacheResults { get => _cacheResults; set { // user explicitly set CacheResults to true and also want VLV if (directoryVirtualListViewSpecified == true && value == true) throw new ArgumentException(SR.DSBadCacheResultsVLV); _cacheResults = value; _cacheResultsSpecified = true; } } /// <devdoc> /// Gets or sets the maximum amount of time that the client waits for /// the server to return results. If the server does not respond within this time, /// the search is aborted, and no results are returned. /// </devdoc> public TimeSpan ClientTimeout { get => _clientTimeout; set { // prevent integer overflow if (value.TotalSeconds > int.MaxValue) { throw new ArgumentException(SR.TimespanExceedMax, nameof(value)); } _clientTimeout = value; } } /// <devdoc> /// Gets or sets a value indicating whether the search should retrieve only the names of requested /// properties or the names and values of requested properties. /// </devdoc> [DefaultValue(false)] public bool PropertyNamesOnly { get; set; } /// <devdoc> /// Gets or sets the Lightweight Directory Access Protocol (LDAP) filter string format. /// </devdoc> [DefaultValue(defaultFilter)] public string? Filter { get => _filter; set { if (value == null || value.Length == 0) value = defaultFilter; _filter = value; } } /// <devdoc> /// Gets or sets the page size in a paged search. /// </devdoc> [DefaultValue(0)] public int PageSize { get => _pageSize; set { if (value < 0) throw new ArgumentException(SR.DSBadPageSize); // specify non-zero pagesize explicitly and also want dirsync if (directorySynchronizationSpecified == true && value != 0) throw new ArgumentException(SR.DSBadPageSizeDirsync); _pageSize = value; } } /// <devdoc> /// Gets the set of properties retrieved during the search. By default, the <see cref='System.DirectoryServices.DirectoryEntry.Path'/> /// and <see cref='System.DirectoryServices.DirectoryEntry.Name'/> properties are retrieved. /// </devdoc> [Editor("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public StringCollection PropertiesToLoad { get { if (_propertiesToLoad == null) { _propertiesToLoad = new StringCollection(); } return _propertiesToLoad; } } /// <devdoc> /// Gets or sets how referrals are chased. /// </devdoc> [DefaultValue(ReferralChasingOption.External)] public ReferralChasingOption ReferralChasing { get => _referralChasing; set { if (value != ReferralChasingOption.None && value != ReferralChasingOption.Subordinate && value != ReferralChasingOption.External && value != ReferralChasingOption.All) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(ReferralChasingOption)); _referralChasing = value; } } /// <devdoc> /// Gets or sets the scope of the search that should be observed by the server. /// </devdoc> [DefaultValue(SearchScope.Subtree)] public SearchScope SearchScope { get => _scope; set { if (value < SearchScope.Base || value > SearchScope.Subtree) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(SearchScope)); // user explicitly set SearchScope to something other than Base and also want to do ASQ, it is not supported if (_attributeScopeQuerySpecified == true && value != SearchScope.Base) { throw new ArgumentException(SR.DSBadASQSearchScope); } _scope = value; _scopeSpecified = true; } } /// <devdoc> /// Gets or sets the time limit that the server should observe to search a page of results (as /// opposed to the time limit for the entire search). /// </devdoc> public TimeSpan ServerPageTimeLimit { get => _serverPageTimeLimit; set { // prevent integer overflow if (value.TotalSeconds > int.MaxValue) { throw new ArgumentException(SR.TimespanExceedMax, nameof(value)); } _serverPageTimeLimit = value; } } /// <devdoc> /// Gets or sets the maximum amount of time the server spends searching. If the /// time limit is reached, only entries found up to that point will be returned. /// </devdoc> public TimeSpan ServerTimeLimit { get => _serverTimeLimit; set { // prevent integer overflow if (value.TotalSeconds > int.MaxValue) { throw new ArgumentException(SR.TimespanExceedMax, nameof(value)); } _serverTimeLimit = value; } } /// <devdoc> /// Gets or sets the maximum number of objects that the /// server should return in a search. /// </devdoc> [DefaultValue(0)] public int SizeLimit { get => _sizeLimit; set { if (value < 0) throw new ArgumentException(SR.DSBadSizeLimit); _sizeLimit = value; } } /// <devdoc> /// Gets or sets the node in the Active Directory hierarchy /// at which the search will start. /// </devdoc> [DefaultValue(null)] public DirectoryEntry? SearchRoot { get { if (_searchRoot == null && !DesignMode) { // get the default naming context. This should be the default root for the search. DirectoryEntry rootDSE = new DirectoryEntry("LDAP://RootDSE", true, null, null, AuthenticationTypes.Secure); //SECREVIEW: Searching the root of the DS will demand browse permissions // on "*" or "LDAP://RootDSE". string defaultNamingContext = (string)rootDSE.Properties["defaultNamingContext"][0]!; rootDSE.Dispose(); _searchRoot = new DirectoryEntry("LDAP://" + defaultNamingContext, true, null, null, AuthenticationTypes.Secure); _rootEntryAllocated = true; _assertDefaultNamingContext = "LDAP://" + defaultNamingContext; } return _searchRoot; } set { if (_rootEntryAllocated) _searchRoot!.Dispose(); _rootEntryAllocated = false; _assertDefaultNamingContext = null; _searchRoot = value; } } /// <devdoc> /// Gets the property on which the results should be sorted. /// </devdoc> [TypeConverter(typeof(ExpandableObjectConverter))] public SortOption Sort { get => _sort; set => _sort = value ?? throw new ArgumentNullException(nameof(value)); } /// <devdoc> /// Gets or sets a value indicating whether searches should be carried out in an asynchronous /// way. /// </devdoc> [DefaultValue(false)] public bool Asynchronous { get; set; } /// <devdoc> /// Gets or sets a value indicating whether the search should also return deleted objects that match the search /// filter. /// </devdoc> [DefaultValue(false)] public bool Tombstone { get; set; } /// <devdoc> /// Gets or sets an attribute name to indicate that an attribute-scoped query search should be /// performed. /// </devdoc> [DefaultValue("")] [AllowNull] public string AttributeScopeQuery { get => _attributeScopeQuery; set { if (value == null) value = ""; // user explicitly set AttributeScopeQuery and value is not null or empty string if (value.Length != 0) { if (_scopeSpecified == true && SearchScope != SearchScope.Base) { throw new ArgumentException(SR.DSBadASQSearchScope); } // if user did not explicitly set search scope _scope = SearchScope.Base; _attributeScopeQuerySpecified = true; } else // user explicitly sets the value to default one and doesn't want to do asq { _attributeScopeQuerySpecified = false; } _attributeScopeQuery = value; } } /// <devdoc> /// Gets or sets a value to indicate how the aliases of found objects are to be /// resolved. /// </devdoc> [DefaultValue(DereferenceAlias.Never)] public DereferenceAlias DerefAlias { get => _derefAlias; set { if (value < DereferenceAlias.Never || value > DereferenceAlias.Always) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(DereferenceAlias)); _derefAlias = value; } } /// <devdoc> /// Gets or sets a value to indicate the search should return security access information for the specified /// attributes. /// </devdoc> [DefaultValue(SecurityMasks.None)] public SecurityMasks SecurityMasks { get => _securityMask; set { // make sure the behavior is consistent with native ADSI if (value > (SecurityMasks.None | SecurityMasks.Owner | SecurityMasks.Group | SecurityMasks.Dacl | SecurityMasks.Sacl)) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(SecurityMasks)); _securityMask = value; } } /// <devdoc> /// Gets or sets a value to return extended DNs according to the requested /// format. /// </devdoc> [DefaultValue(ExtendedDN.None)] public ExtendedDN ExtendedDN { get => _extendedDN; set { if (value < ExtendedDN.None || value > ExtendedDN.Standard) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(ExtendedDN)); _extendedDN = value; } } /// <devdoc> /// Gets or sets a value to indicate a directory synchronization search, which returns all changes since a specified /// state. /// </devdoc> [DefaultValue(null)] public DirectorySynchronization? DirectorySynchronization { get { // if user specifies dirsync search preference and search is executed if (directorySynchronizationSpecified && searchResult != null) { _sync!.ResetDirectorySynchronizationCookie(searchResult.DirsyncCookie); } return _sync; } set { // specify non-zero pagesize explicitly and also want dirsync if (value != null) { if (PageSize != 0) throw new ArgumentException(SR.DSBadPageSizeDirsync); directorySynchronizationSpecified = true; } else // user explicitly sets the value to default one and doesn't want to do dirsync { directorySynchronizationSpecified = false; } _sync = value; } } /// <devdoc> /// Gets or sets a value to indicate the search should use the LDAP virtual list view (VLV) /// control. /// </devdoc> [DefaultValue(null)] public DirectoryVirtualListView? VirtualListView { get { // if user specifies dirsync search preference and search is executed if (directoryVirtualListViewSpecified && searchResult != null) { DirectoryVirtualListView tempval = searchResult.VLVResponse; _vlv!.Offset = tempval.Offset; _vlv.ApproximateTotal = tempval.ApproximateTotal; _vlv.DirectoryVirtualListViewContext = tempval.DirectoryVirtualListViewContext; if (_vlv.ApproximateTotal != 0) _vlv.TargetPercentage = (int)((double)_vlv.Offset / _vlv.ApproximateTotal * 100); else _vlv.TargetPercentage = 0; } return _vlv; } set { // if user explicitly set CacheResults to true and also want to set VLV if (value != null) { if (_cacheResultsSpecified == true && CacheResults == true) throw new ArgumentException(SR.DSBadCacheResultsVLV); directoryVirtualListViewSpecified = true; // if user does not explicit specify cache results to true and also do vlv, then cache results is default to false _cacheResults = false; } else // user explicitly sets the value to default one and doesn't want to do vlv { directoryVirtualListViewSpecified = false; } _vlv = value; } } /// <devdoc> /// Executes the search and returns only the first entry that is found. /// </devdoc> public SearchResult? FindOne() { DirectorySynchronization? tempsync = null; DirectoryVirtualListView? tempvlv = null; SearchResult? resultEntry = null; SearchResultCollection results = FindAll(false); try { foreach (SearchResult entry in results) { // need to get the dirsync cookie if (directorySynchronizationSpecified) tempsync = DirectorySynchronization; // need to get the vlv response if (directoryVirtualListViewSpecified) tempvlv = VirtualListView; resultEntry = entry; break; } } finally { searchResult = null; // still need to properly release the resource results.Dispose(); } return resultEntry; } /// <devdoc> /// Executes the search and returns a collection of the entries that are found. /// </devdoc> public SearchResultCollection FindAll() => FindAll(true); private SearchResultCollection FindAll(bool findMoreThanOne) { DirectoryEntry clonedRoot = SearchRoot!.CloneBrowsable(); UnsafeNativeMethods.IAds adsObject = clonedRoot.AdsObject; if (!(adsObject is UnsafeNativeMethods.IDirectorySearch)) throw new NotSupportedException(SR.Format(SR.DSSearchUnsupported, SearchRoot.Path)); // this is a little bit hacky, but we need to perform a bind here, so we make sure the LDAP connection that we hold has more than // one reference count, one by SearchResultCollection object, one by DirectorySearcher object. In this way, when user calls // Dispose on SearchResultCollection, the connection is still there instead of reference count dropping to zero and being closed. // It is especially important for virtuallistview case, in order to reuse the vlv response, the search must be performed on the same ldap connection // only do it when vlv is used if (directoryVirtualListViewSpecified) { SearchRoot.Bind(true); } UnsafeNativeMethods.IDirectorySearch adsSearch = (UnsafeNativeMethods.IDirectorySearch)adsObject; SetSearchPreferences(adsSearch, findMoreThanOne); string[]? properties = null; if (PropertiesToLoad.Count > 0) { if (!PropertiesToLoad.Contains("ADsPath")) { // if we don't get this property, we won't be able to return a list of DirectoryEntry objects! PropertiesToLoad.Add("ADsPath"); } properties = new string[PropertiesToLoad.Count]; PropertiesToLoad.CopyTo(properties, 0); } IntPtr resultsHandle; if (properties != null) { adsSearch.ExecuteSearch(Filter, properties, properties.Length, out resultsHandle); } else { adsSearch.ExecuteSearch(Filter, null, -1, out resultsHandle); properties = Array.Empty<string>(); } return new SearchResultCollection(clonedRoot, resultsHandle, properties, this); } private unsafe void SetSearchPreferences(UnsafeNativeMethods.IDirectorySearch adsSearch, bool findMoreThanOne) { ArrayList prefList = new ArrayList(); AdsSearchPreferenceInfo info; // search scope info = default; info.dwSearchPref = (int)AdsSearchPreferences.SEARCH_SCOPE; info.vValue = new AdsValueHelper((int)SearchScope).GetStruct(); prefList.Add(info); // size limit if (_sizeLimit != 0 || !findMoreThanOne) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.SIZE_LIMIT; info.vValue = new AdsValueHelper(findMoreThanOne ? SizeLimit : 1).GetStruct(); prefList.Add(info); } // time limit if (ServerTimeLimit >= new TimeSpan(0)) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.TIME_LIMIT; info.vValue = new AdsValueHelper((int)ServerTimeLimit.TotalSeconds).GetStruct(); prefList.Add(info); } // propertyNamesOnly info = default; info.dwSearchPref = (int)AdsSearchPreferences.ATTRIBTYPES_ONLY; info.vValue = new AdsValueHelper(PropertyNamesOnly).GetStruct(); prefList.Add(info); // Timeout if (ClientTimeout >= new TimeSpan(0)) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.TIMEOUT; info.vValue = new AdsValueHelper((int)ClientTimeout.TotalSeconds).GetStruct(); prefList.Add(info); } // page size if (PageSize != 0) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.PAGESIZE; info.vValue = new AdsValueHelper(PageSize).GetStruct(); prefList.Add(info); } // page time limit if (ServerPageTimeLimit >= new TimeSpan(0)) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.PAGED_TIME_LIMIT; info.vValue = new AdsValueHelper((int)ServerPageTimeLimit.TotalSeconds).GetStruct(); prefList.Add(info); } // chase referrals info = default; info.dwSearchPref = (int)AdsSearchPreferences.CHASE_REFERRALS; info.vValue = new AdsValueHelper((int)ReferralChasing).GetStruct(); prefList.Add(info); // asynchronous if (Asynchronous == true) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.ASYNCHRONOUS; info.vValue = new AdsValueHelper(Asynchronous).GetStruct(); prefList.Add(info); } // tombstone if (Tombstone == true) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.TOMBSTONE; info.vValue = new AdsValueHelper(Tombstone).GetStruct(); prefList.Add(info); } // attributescopequery if (_attributeScopeQuerySpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.ATTRIBUTE_QUERY; info.vValue = new AdsValueHelper(AttributeScopeQuery, AdsType.ADSTYPE_CASE_IGNORE_STRING).GetStruct(); prefList.Add(info); } // derefalias if (DerefAlias != DereferenceAlias.Never) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.DEREF_ALIASES; info.vValue = new AdsValueHelper((int)DerefAlias).GetStruct(); prefList.Add(info); } // securitymask if (SecurityMasks != SecurityMasks.None) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.SECURITY_MASK; info.vValue = new AdsValueHelper((int)SecurityMasks).GetStruct(); prefList.Add(info); } // extendeddn if (ExtendedDN != ExtendedDN.None) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.EXTENDED_DN; info.vValue = new AdsValueHelper((int)ExtendedDN).GetStruct(); prefList.Add(info); } // dirsync if (directorySynchronizationSpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.DIRSYNC; info.vValue = new AdsValueHelper(DirectorySynchronization!.GetDirectorySynchronizationCookie(), AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); prefList.Add(info); if (DirectorySynchronization.Option != DirectorySynchronizationOptions.None) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.DIRSYNC_FLAG; info.vValue = new AdsValueHelper((int)DirectorySynchronization.Option).GetStruct(); prefList.Add(info); } } IntPtr ptrToFree = (IntPtr)0; IntPtr ptrVLVToFree = (IntPtr)0; IntPtr ptrVLVContexToFree = (IntPtr)0; try { // sort if (Sort.PropertyName != null && Sort.PropertyName.Length > 0) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.SORT_ON; AdsSortKey sortKey = default; sortKey.pszAttrType = Marshal.StringToCoTaskMemUni(Sort.PropertyName); ptrToFree = sortKey.pszAttrType; // so we can free it later. sortKey.pszReserved = (IntPtr)0; sortKey.fReverseOrder = (Sort.Direction == SortDirection.Descending) ? -1 : 0; byte[] sortKeyBytes = new byte[Marshal.SizeOf(sortKey)]; Marshal.Copy((INTPTR_INTPTRCAST)(&sortKey), sortKeyBytes, 0, sortKeyBytes.Length); info.vValue = new AdsValueHelper(sortKeyBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); prefList.Add(info); } // vlv if (directoryVirtualListViewSpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.VLV; AdsVLV vlvValue = new AdsVLV(); vlvValue.beforeCount = _vlv!.BeforeCount; vlvValue.afterCount = _vlv.AfterCount; vlvValue.offset = _vlv.Offset; //we need to treat the empty string as null here if (_vlv.Target.Length != 0) vlvValue.target = Marshal.StringToCoTaskMemUni(_vlv.Target); else vlvValue.target = IntPtr.Zero; ptrVLVToFree = vlvValue.target; if (_vlv.DirectoryVirtualListViewContext == null) { vlvValue.contextIDlength = 0; vlvValue.contextID = (IntPtr)0; } else { vlvValue.contextIDlength = _vlv.DirectoryVirtualListViewContext._context.Length; vlvValue.contextID = Marshal.AllocCoTaskMem(vlvValue.contextIDlength); ptrVLVContexToFree = vlvValue.contextID; Marshal.Copy(_vlv.DirectoryVirtualListViewContext._context, 0, vlvValue.contextID, vlvValue.contextIDlength); } IntPtr vlvPtr = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(AdsVLV))); byte[] vlvBytes = new byte[Marshal.SizeOf(vlvValue)]; try { Marshal.StructureToPtr(vlvValue, vlvPtr, false); Marshal.Copy(vlvPtr, vlvBytes, 0, vlvBytes.Length); } finally { Marshal.FreeHGlobal(vlvPtr); } info.vValue = new AdsValueHelper(vlvBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); prefList.Add(info); } // cacheResults if (_cacheResultsSpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.CACHE_RESULTS; info.vValue = new AdsValueHelper(CacheResults).GetStruct(); prefList.Add(info); } // // now make the call // AdsSearchPreferenceInfo[] prefs = new AdsSearchPreferenceInfo[prefList.Count]; for (int i = 0; i < prefList.Count; i++) { prefs[i] = (AdsSearchPreferenceInfo)prefList[i]!; } DoSetSearchPrefs(adsSearch, prefs); } finally { if (ptrToFree != (IntPtr)0) Marshal.FreeCoTaskMem(ptrToFree); if (ptrVLVToFree != (IntPtr)0) Marshal.FreeCoTaskMem(ptrVLVToFree); if (ptrVLVContexToFree != (IntPtr)0) Marshal.FreeCoTaskMem(ptrVLVContexToFree); } } private static void DoSetSearchPrefs(UnsafeNativeMethods.IDirectorySearch adsSearch, AdsSearchPreferenceInfo[] prefs) { int structSize = Marshal.SizeOf(typeof(AdsSearchPreferenceInfo)); IntPtr ptr = Marshal.AllocHGlobal((IntPtr)(structSize * prefs.Length)); try { IntPtr tempPtr = ptr; for (int i = 0; i < prefs.Length; i++) { Marshal.StructureToPtr(prefs[i], tempPtr, false); tempPtr = IntPtr.Add(tempPtr, structSize); } adsSearch.SetSearchPreference(ptr, prefs.Length); // Check for the result status for all preferences tempPtr = ptr; for (int i = 0; i < prefs.Length; i++) { int status = Marshal.ReadInt32(tempPtr, 32); if (status != 0) { string property = prefs[i].dwSearchPref switch { (int)AdsSearchPreferences.SEARCH_SCOPE => "SearchScope", (int)AdsSearchPreferences.SIZE_LIMIT => "SizeLimit", (int)AdsSearchPreferences.TIME_LIMIT => "ServerTimeLimit", (int)AdsSearchPreferences.ATTRIBTYPES_ONLY => "PropertyNamesOnly", (int)AdsSearchPreferences.TIMEOUT => "ClientTimeout", (int)AdsSearchPreferences.PAGESIZE => "PageSize", (int)AdsSearchPreferences.PAGED_TIME_LIMIT => "ServerPageTimeLimit", (int)AdsSearchPreferences.CHASE_REFERRALS => "ReferralChasing", (int)AdsSearchPreferences.SORT_ON => "Sort", (int)AdsSearchPreferences.CACHE_RESULTS => "CacheResults", (int)AdsSearchPreferences.ASYNCHRONOUS => "Asynchronous", (int)AdsSearchPreferences.TOMBSTONE => "Tombstone", (int)AdsSearchPreferences.ATTRIBUTE_QUERY => "AttributeScopeQuery", (int)AdsSearchPreferences.DEREF_ALIASES => "DerefAlias", (int)AdsSearchPreferences.SECURITY_MASK => "SecurityMasks", (int)AdsSearchPreferences.EXTENDED_DN => "ExtendedDn", (int)AdsSearchPreferences.DIRSYNC => "DirectorySynchronization", (int)AdsSearchPreferences.DIRSYNC_FLAG => "DirectorySynchronizationFlag", (int)AdsSearchPreferences.VLV => "VirtualListView", _ => "", }; throw new InvalidOperationException(SR.Format(SR.DSSearchPreferencesNotAccepted, property)); } tempPtr = IntPtr.Add(tempPtr, structSize); } } finally { Marshal.FreeHGlobal(ptr); } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.InteropServices; using System.Collections; using System.Collections.Specialized; using System.DirectoryServices.Interop; using System.ComponentModel; using INTPTR_INTPTRCAST = System.IntPtr; using System.Diagnostics.CodeAnalysis; namespace System.DirectoryServices { /// <devdoc> /// Performs queries against the Active Directory hierarchy. /// </devdoc> public class DirectorySearcher : Component { private DirectoryEntry? _searchRoot; private string? _filter = defaultFilter; private StringCollection? _propertiesToLoad; private bool _disposed; private static readonly TimeSpan s_minusOneSecond = new TimeSpan(0, 0, -1); // search preference variables private SearchScope _scope = System.DirectoryServices.SearchScope.Subtree; private bool _scopeSpecified; private int _sizeLimit; private TimeSpan _serverTimeLimit = s_minusOneSecond; private TimeSpan _clientTimeout = s_minusOneSecond; private int _pageSize; private TimeSpan _serverPageTimeLimit = s_minusOneSecond; private ReferralChasingOption _referralChasing = ReferralChasingOption.External; private SortOption _sort = new SortOption(); private bool _cacheResults = true; private bool _cacheResultsSpecified; private bool _rootEntryAllocated; // true: if a temporary entry inside Searcher has been created private string? _assertDefaultNamingContext; private string _attributeScopeQuery = ""; private bool _attributeScopeQuerySpecified; private DereferenceAlias _derefAlias = DereferenceAlias.Never; private SecurityMasks _securityMask = SecurityMasks.None; private ExtendedDN _extendedDN = ExtendedDN.None; private DirectorySynchronization? _sync; internal bool directorySynchronizationSpecified; private DirectoryVirtualListView? _vlv; internal bool directoryVirtualListViewSpecified; internal SearchResultCollection? searchResult; private const string defaultFilter = "(objectClass=*)"; /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, /// <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default values. /// </devdoc> public DirectorySearcher() : this(null, defaultFilter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with /// <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> set to the given value. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot) : this(searchRoot, defaultFilter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with /// <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/> set to the respective given values. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot, string? filter) : this(searchRoot, filter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with /// <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to its default /// value, and <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, and <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> set to the respective given values. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad) : this(searchRoot, filter, propertiesToLoad, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, /// <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/> set to the given value. /// </devdoc> public DirectorySearcher(string? filter) : this(null, filter, null, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> /// and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to their default /// values, and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/> and <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/> set to the respective given values. /// </devdoc> public DirectorySearcher(string? filter, string[]? propertiesToLoad) : this(null, filter, propertiesToLoad, System.DirectoryServices.SearchScope.Subtree) { _scopeSpecified = false; } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/> set to its default /// value, and <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> set to the respective given values. /// </devdoc> public DirectorySearcher(string? filter, string[]? propertiesToLoad, SearchScope scope) : this(null, filter, propertiesToLoad, scope) { } /// <devdoc> /// Initializes a new instance of the <see cref='System.DirectoryServices.DirectorySearcher'/> class with the <see cref='System.DirectoryServices.DirectorySearcher.SearchRoot'/>, <see cref='System.DirectoryServices.DirectorySearcher.Filter'/>, <see cref='System.DirectoryServices.DirectorySearcher.PropertiesToLoad'/>, and <see cref='System.DirectoryServices.DirectorySearcher.SearchScope'/> properties set to the given /// values. /// </devdoc> public DirectorySearcher(DirectoryEntry? searchRoot, string? filter, string[]? propertiesToLoad, SearchScope scope) { _searchRoot = searchRoot; _filter = filter; if (propertiesToLoad != null) PropertiesToLoad.AddRange(propertiesToLoad); this.SearchScope = scope; } protected override void Dispose(bool disposing) { // safe to call while finalizing or disposing // if (!_disposed && disposing) { if (_rootEntryAllocated) _searchRoot!.Dispose(); _rootEntryAllocated = false; _disposed = true; } base.Dispose(disposing); } /// <devdoc> /// Gets or sets a value indicating whether the result should be cached on the /// client machine. /// </devdoc> [DefaultValue(true)] public bool CacheResults { get => _cacheResults; set { // user explicitly set CacheResults to true and also want VLV if (directoryVirtualListViewSpecified == true && value == true) throw new ArgumentException(SR.DSBadCacheResultsVLV); _cacheResults = value; _cacheResultsSpecified = true; } } /// <devdoc> /// Gets or sets the maximum amount of time that the client waits for /// the server to return results. If the server does not respond within this time, /// the search is aborted, and no results are returned. /// </devdoc> public TimeSpan ClientTimeout { get => _clientTimeout; set { // prevent integer overflow if (value.TotalSeconds > int.MaxValue) { throw new ArgumentException(SR.TimespanExceedMax, nameof(value)); } _clientTimeout = value; } } /// <devdoc> /// Gets or sets a value indicating whether the search should retrieve only the names of requested /// properties or the names and values of requested properties. /// </devdoc> [DefaultValue(false)] public bool PropertyNamesOnly { get; set; } /// <devdoc> /// Gets or sets the Lightweight Directory Access Protocol (LDAP) filter string format. /// </devdoc> [DefaultValue(defaultFilter)] public string? Filter { get => _filter; set { if (value == null || value.Length == 0) value = defaultFilter; _filter = value; } } /// <devdoc> /// Gets or sets the page size in a paged search. /// </devdoc> [DefaultValue(0)] public int PageSize { get => _pageSize; set { if (value < 0) throw new ArgumentException(SR.DSBadPageSize); // specify non-zero pagesize explicitly and also want dirsync if (directorySynchronizationSpecified == true && value != 0) throw new ArgumentException(SR.DSBadPageSizeDirsync); _pageSize = value; } } /// <devdoc> /// Gets the set of properties retrieved during the search. By default, the <see cref='System.DirectoryServices.DirectoryEntry.Path'/> /// and <see cref='System.DirectoryServices.DirectoryEntry.Name'/> properties are retrieved. /// </devdoc> [Editor("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")] public StringCollection PropertiesToLoad { get { if (_propertiesToLoad == null) { _propertiesToLoad = new StringCollection(); } return _propertiesToLoad; } } /// <devdoc> /// Gets or sets how referrals are chased. /// </devdoc> [DefaultValue(ReferralChasingOption.External)] public ReferralChasingOption ReferralChasing { get => _referralChasing; set { if (value != ReferralChasingOption.None && value != ReferralChasingOption.Subordinate && value != ReferralChasingOption.External && value != ReferralChasingOption.All) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(ReferralChasingOption)); _referralChasing = value; } } /// <devdoc> /// Gets or sets the scope of the search that should be observed by the server. /// </devdoc> [DefaultValue(SearchScope.Subtree)] public SearchScope SearchScope { get => _scope; set { if (value < SearchScope.Base || value > SearchScope.Subtree) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(SearchScope)); // user explicitly set SearchScope to something other than Base and also want to do ASQ, it is not supported if (_attributeScopeQuerySpecified == true && value != SearchScope.Base) { throw new ArgumentException(SR.DSBadASQSearchScope); } _scope = value; _scopeSpecified = true; } } /// <devdoc> /// Gets or sets the time limit that the server should observe to search a page of results (as /// opposed to the time limit for the entire search). /// </devdoc> public TimeSpan ServerPageTimeLimit { get => _serverPageTimeLimit; set { // prevent integer overflow if (value.TotalSeconds > int.MaxValue) { throw new ArgumentException(SR.TimespanExceedMax, nameof(value)); } _serverPageTimeLimit = value; } } /// <devdoc> /// Gets or sets the maximum amount of time the server spends searching. If the /// time limit is reached, only entries found up to that point will be returned. /// </devdoc> public TimeSpan ServerTimeLimit { get => _serverTimeLimit; set { // prevent integer overflow if (value.TotalSeconds > int.MaxValue) { throw new ArgumentException(SR.TimespanExceedMax, nameof(value)); } _serverTimeLimit = value; } } /// <devdoc> /// Gets or sets the maximum number of objects that the /// server should return in a search. /// </devdoc> [DefaultValue(0)] public int SizeLimit { get => _sizeLimit; set { if (value < 0) throw new ArgumentException(SR.DSBadSizeLimit); _sizeLimit = value; } } /// <devdoc> /// Gets or sets the node in the Active Directory hierarchy /// at which the search will start. /// </devdoc> [DefaultValue(null)] public DirectoryEntry? SearchRoot { get { if (_searchRoot == null && !DesignMode) { // get the default naming context. This should be the default root for the search. DirectoryEntry rootDSE = new DirectoryEntry("LDAP://RootDSE", true, null, null, AuthenticationTypes.Secure); //SECREVIEW: Searching the root of the DS will demand browse permissions // on "*" or "LDAP://RootDSE". string defaultNamingContext = (string)rootDSE.Properties["defaultNamingContext"][0]!; rootDSE.Dispose(); _searchRoot = new DirectoryEntry("LDAP://" + defaultNamingContext, true, null, null, AuthenticationTypes.Secure); _rootEntryAllocated = true; _assertDefaultNamingContext = "LDAP://" + defaultNamingContext; } return _searchRoot; } set { if (_rootEntryAllocated) _searchRoot!.Dispose(); _rootEntryAllocated = false; _assertDefaultNamingContext = null; _searchRoot = value; } } /// <devdoc> /// Gets the property on which the results should be sorted. /// </devdoc> [TypeConverter(typeof(ExpandableObjectConverter))] public SortOption Sort { get => _sort; set => _sort = value ?? throw new ArgumentNullException(nameof(value)); } /// <devdoc> /// Gets or sets a value indicating whether searches should be carried out in an asynchronous /// way. /// </devdoc> [DefaultValue(false)] public bool Asynchronous { get; set; } /// <devdoc> /// Gets or sets a value indicating whether the search should also return deleted objects that match the search /// filter. /// </devdoc> [DefaultValue(false)] public bool Tombstone { get; set; } /// <devdoc> /// Gets or sets an attribute name to indicate that an attribute-scoped query search should be /// performed. /// </devdoc> [DefaultValue("")] [AllowNull] public string AttributeScopeQuery { get => _attributeScopeQuery; set { if (value == null) value = ""; // user explicitly set AttributeScopeQuery and value is not null or empty string if (value.Length != 0) { if (_scopeSpecified == true && SearchScope != SearchScope.Base) { throw new ArgumentException(SR.DSBadASQSearchScope); } // if user did not explicitly set search scope _scope = SearchScope.Base; _attributeScopeQuerySpecified = true; } else // user explicitly sets the value to default one and doesn't want to do asq { _attributeScopeQuerySpecified = false; } _attributeScopeQuery = value; } } /// <devdoc> /// Gets or sets a value to indicate how the aliases of found objects are to be /// resolved. /// </devdoc> [DefaultValue(DereferenceAlias.Never)] public DereferenceAlias DerefAlias { get => _derefAlias; set { if (value < DereferenceAlias.Never || value > DereferenceAlias.Always) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(DereferenceAlias)); _derefAlias = value; } } /// <devdoc> /// Gets or sets a value to indicate the search should return security access information for the specified /// attributes. /// </devdoc> [DefaultValue(SecurityMasks.None)] public SecurityMasks SecurityMasks { get => _securityMask; set { // make sure the behavior is consistent with native ADSI if (value > (SecurityMasks.None | SecurityMasks.Owner | SecurityMasks.Group | SecurityMasks.Dacl | SecurityMasks.Sacl)) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(SecurityMasks)); _securityMask = value; } } /// <devdoc> /// Gets or sets a value to return extended DNs according to the requested /// format. /// </devdoc> [DefaultValue(ExtendedDN.None)] public ExtendedDN ExtendedDN { get => _extendedDN; set { if (value < ExtendedDN.None || value > ExtendedDN.Standard) throw new InvalidEnumArgumentException(nameof(value), (int)value, typeof(ExtendedDN)); _extendedDN = value; } } /// <devdoc> /// Gets or sets a value to indicate a directory synchronization search, which returns all changes since a specified /// state. /// </devdoc> [DefaultValue(null)] public DirectorySynchronization? DirectorySynchronization { get { // if user specifies dirsync search preference and search is executed if (directorySynchronizationSpecified && searchResult != null) { _sync!.ResetDirectorySynchronizationCookie(searchResult.DirsyncCookie); } return _sync; } set { // specify non-zero pagesize explicitly and also want dirsync if (value != null) { if (PageSize != 0) throw new ArgumentException(SR.DSBadPageSizeDirsync); directorySynchronizationSpecified = true; } else // user explicitly sets the value to default one and doesn't want to do dirsync { directorySynchronizationSpecified = false; } _sync = value; } } /// <devdoc> /// Gets or sets a value to indicate the search should use the LDAP virtual list view (VLV) /// control. /// </devdoc> [DefaultValue(null)] public DirectoryVirtualListView? VirtualListView { get { // if user specifies dirsync search preference and search is executed if (directoryVirtualListViewSpecified && searchResult != null) { DirectoryVirtualListView tempval = searchResult.VLVResponse; _vlv!.Offset = tempval.Offset; _vlv.ApproximateTotal = tempval.ApproximateTotal; _vlv.DirectoryVirtualListViewContext = tempval.DirectoryVirtualListViewContext; if (_vlv.ApproximateTotal != 0) _vlv.TargetPercentage = (int)((double)_vlv.Offset / _vlv.ApproximateTotal * 100); else _vlv.TargetPercentage = 0; } return _vlv; } set { // if user explicitly set CacheResults to true and also want to set VLV if (value != null) { if (_cacheResultsSpecified == true && CacheResults == true) throw new ArgumentException(SR.DSBadCacheResultsVLV); directoryVirtualListViewSpecified = true; // if user does not explicit specify cache results to true and also do vlv, then cache results is default to false _cacheResults = false; } else // user explicitly sets the value to default one and doesn't want to do vlv { directoryVirtualListViewSpecified = false; } _vlv = value; } } /// <devdoc> /// Executes the search and returns only the first entry that is found. /// </devdoc> public SearchResult? FindOne() { DirectorySynchronization? tempsync = null; DirectoryVirtualListView? tempvlv = null; SearchResult? resultEntry = null; SearchResultCollection results = FindAll(false); try { foreach (SearchResult entry in results) { // need to get the dirsync cookie if (directorySynchronizationSpecified) tempsync = DirectorySynchronization; // need to get the vlv response if (directoryVirtualListViewSpecified) tempvlv = VirtualListView; resultEntry = entry; break; } } finally { searchResult = null; // still need to properly release the resource results.Dispose(); } return resultEntry; } /// <devdoc> /// Executes the search and returns a collection of the entries that are found. /// </devdoc> public SearchResultCollection FindAll() => FindAll(true); private SearchResultCollection FindAll(bool findMoreThanOne) { DirectoryEntry clonedRoot = SearchRoot!.CloneBrowsable(); UnsafeNativeMethods.IAds adsObject = clonedRoot.AdsObject; if (!(adsObject is UnsafeNativeMethods.IDirectorySearch)) throw new NotSupportedException(SR.Format(SR.DSSearchUnsupported, SearchRoot.Path)); // this is a little bit hacky, but we need to perform a bind here, so we make sure the LDAP connection that we hold has more than // one reference count, one by SearchResultCollection object, one by DirectorySearcher object. In this way, when user calls // Dispose on SearchResultCollection, the connection is still there instead of reference count dropping to zero and being closed. // It is especially important for virtuallistview case, in order to reuse the vlv response, the search must be performed on the same ldap connection // only do it when vlv is used if (directoryVirtualListViewSpecified) { SearchRoot.Bind(true); } UnsafeNativeMethods.IDirectorySearch adsSearch = (UnsafeNativeMethods.IDirectorySearch)adsObject; SetSearchPreferences(adsSearch, findMoreThanOne); string[]? properties = null; if (PropertiesToLoad.Count > 0) { if (!PropertiesToLoad.Contains("ADsPath")) { // if we don't get this property, we won't be able to return a list of DirectoryEntry objects! PropertiesToLoad.Add("ADsPath"); } properties = new string[PropertiesToLoad.Count]; PropertiesToLoad.CopyTo(properties, 0); } IntPtr resultsHandle; if (properties != null) { adsSearch.ExecuteSearch(Filter, properties, properties.Length, out resultsHandle); } else { adsSearch.ExecuteSearch(Filter, null, -1, out resultsHandle); properties = Array.Empty<string>(); } return new SearchResultCollection(clonedRoot, resultsHandle, properties, this); } private unsafe void SetSearchPreferences(UnsafeNativeMethods.IDirectorySearch adsSearch, bool findMoreThanOne) { ArrayList prefList = new ArrayList(); AdsSearchPreferenceInfo info; // search scope info = default; info.dwSearchPref = (int)AdsSearchPreferences.SEARCH_SCOPE; info.vValue = new AdsValueHelper((int)SearchScope).GetStruct(); prefList.Add(info); // size limit if (_sizeLimit != 0 || !findMoreThanOne) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.SIZE_LIMIT; info.vValue = new AdsValueHelper(findMoreThanOne ? SizeLimit : 1).GetStruct(); prefList.Add(info); } // time limit if (ServerTimeLimit >= new TimeSpan(0)) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.TIME_LIMIT; info.vValue = new AdsValueHelper((int)ServerTimeLimit.TotalSeconds).GetStruct(); prefList.Add(info); } // propertyNamesOnly info = default; info.dwSearchPref = (int)AdsSearchPreferences.ATTRIBTYPES_ONLY; info.vValue = new AdsValueHelper(PropertyNamesOnly).GetStruct(); prefList.Add(info); // Timeout if (ClientTimeout >= new TimeSpan(0)) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.TIMEOUT; info.vValue = new AdsValueHelper((int)ClientTimeout.TotalSeconds).GetStruct(); prefList.Add(info); } // page size if (PageSize != 0) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.PAGESIZE; info.vValue = new AdsValueHelper(PageSize).GetStruct(); prefList.Add(info); } // page time limit if (ServerPageTimeLimit >= new TimeSpan(0)) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.PAGED_TIME_LIMIT; info.vValue = new AdsValueHelper((int)ServerPageTimeLimit.TotalSeconds).GetStruct(); prefList.Add(info); } // chase referrals info = default; info.dwSearchPref = (int)AdsSearchPreferences.CHASE_REFERRALS; info.vValue = new AdsValueHelper((int)ReferralChasing).GetStruct(); prefList.Add(info); // asynchronous if (Asynchronous == true) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.ASYNCHRONOUS; info.vValue = new AdsValueHelper(Asynchronous).GetStruct(); prefList.Add(info); } // tombstone if (Tombstone == true) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.TOMBSTONE; info.vValue = new AdsValueHelper(Tombstone).GetStruct(); prefList.Add(info); } // attributescopequery if (_attributeScopeQuerySpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.ATTRIBUTE_QUERY; info.vValue = new AdsValueHelper(AttributeScopeQuery, AdsType.ADSTYPE_CASE_IGNORE_STRING).GetStruct(); prefList.Add(info); } // derefalias if (DerefAlias != DereferenceAlias.Never) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.DEREF_ALIASES; info.vValue = new AdsValueHelper((int)DerefAlias).GetStruct(); prefList.Add(info); } // securitymask if (SecurityMasks != SecurityMasks.None) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.SECURITY_MASK; info.vValue = new AdsValueHelper((int)SecurityMasks).GetStruct(); prefList.Add(info); } // extendeddn if (ExtendedDN != ExtendedDN.None) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.EXTENDED_DN; info.vValue = new AdsValueHelper((int)ExtendedDN).GetStruct(); prefList.Add(info); } // dirsync if (directorySynchronizationSpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.DIRSYNC; info.vValue = new AdsValueHelper(DirectorySynchronization!.GetDirectorySynchronizationCookie(), AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); prefList.Add(info); if (DirectorySynchronization.Option != DirectorySynchronizationOptions.None) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.DIRSYNC_FLAG; info.vValue = new AdsValueHelper((int)DirectorySynchronization.Option).GetStruct(); prefList.Add(info); } } IntPtr ptrToFree = (IntPtr)0; IntPtr ptrVLVToFree = (IntPtr)0; IntPtr ptrVLVContexToFree = (IntPtr)0; try { // sort if (Sort.PropertyName != null && Sort.PropertyName.Length > 0) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.SORT_ON; AdsSortKey sortKey = default; sortKey.pszAttrType = Marshal.StringToCoTaskMemUni(Sort.PropertyName); ptrToFree = sortKey.pszAttrType; // so we can free it later. sortKey.pszReserved = (IntPtr)0; sortKey.fReverseOrder = (Sort.Direction == SortDirection.Descending) ? -1 : 0; byte[] sortKeyBytes = new byte[Marshal.SizeOf(sortKey)]; Marshal.Copy((INTPTR_INTPTRCAST)(&sortKey), sortKeyBytes, 0, sortKeyBytes.Length); info.vValue = new AdsValueHelper(sortKeyBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); prefList.Add(info); } // vlv if (directoryVirtualListViewSpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.VLV; AdsVLV vlvValue = new AdsVLV(); vlvValue.beforeCount = _vlv!.BeforeCount; vlvValue.afterCount = _vlv.AfterCount; vlvValue.offset = _vlv.Offset; //we need to treat the empty string as null here if (_vlv.Target.Length != 0) vlvValue.target = Marshal.StringToCoTaskMemUni(_vlv.Target); else vlvValue.target = IntPtr.Zero; ptrVLVToFree = vlvValue.target; if (_vlv.DirectoryVirtualListViewContext == null) { vlvValue.contextIDlength = 0; vlvValue.contextID = (IntPtr)0; } else { vlvValue.contextIDlength = _vlv.DirectoryVirtualListViewContext._context.Length; vlvValue.contextID = Marshal.AllocCoTaskMem(vlvValue.contextIDlength); ptrVLVContexToFree = vlvValue.contextID; Marshal.Copy(_vlv.DirectoryVirtualListViewContext._context, 0, vlvValue.contextID, vlvValue.contextIDlength); } IntPtr vlvPtr = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(AdsVLV))); byte[] vlvBytes = new byte[Marshal.SizeOf(vlvValue)]; try { Marshal.StructureToPtr(vlvValue, vlvPtr, false); Marshal.Copy(vlvPtr, vlvBytes, 0, vlvBytes.Length); } finally { Marshal.FreeHGlobal(vlvPtr); } info.vValue = new AdsValueHelper(vlvBytes, AdsType.ADSTYPE_PROV_SPECIFIC).GetStruct(); prefList.Add(info); } // cacheResults if (_cacheResultsSpecified) { info = default; info.dwSearchPref = (int)AdsSearchPreferences.CACHE_RESULTS; info.vValue = new AdsValueHelper(CacheResults).GetStruct(); prefList.Add(info); } // // now make the call // AdsSearchPreferenceInfo[] prefs = new AdsSearchPreferenceInfo[prefList.Count]; for (int i = 0; i < prefList.Count; i++) { prefs[i] = (AdsSearchPreferenceInfo)prefList[i]!; } DoSetSearchPrefs(adsSearch, prefs); } finally { if (ptrToFree != (IntPtr)0) Marshal.FreeCoTaskMem(ptrToFree); if (ptrVLVToFree != (IntPtr)0) Marshal.FreeCoTaskMem(ptrVLVToFree); if (ptrVLVContexToFree != (IntPtr)0) Marshal.FreeCoTaskMem(ptrVLVContexToFree); } } private static void DoSetSearchPrefs(UnsafeNativeMethods.IDirectorySearch adsSearch, AdsSearchPreferenceInfo[] prefs) { int structSize = Marshal.SizeOf(typeof(AdsSearchPreferenceInfo)); IntPtr ptr = Marshal.AllocHGlobal((IntPtr)(structSize * prefs.Length)); try { IntPtr tempPtr = ptr; for (int i = 0; i < prefs.Length; i++) { Marshal.StructureToPtr(prefs[i], tempPtr, false); tempPtr = IntPtr.Add(tempPtr, structSize); } adsSearch.SetSearchPreference(ptr, prefs.Length); // Check for the result status for all preferences tempPtr = ptr; for (int i = 0; i < prefs.Length; i++) { int status = Marshal.ReadInt32(tempPtr, 32); if (status != 0) { string property = prefs[i].dwSearchPref switch { (int)AdsSearchPreferences.SEARCH_SCOPE => "SearchScope", (int)AdsSearchPreferences.SIZE_LIMIT => "SizeLimit", (int)AdsSearchPreferences.TIME_LIMIT => "ServerTimeLimit", (int)AdsSearchPreferences.ATTRIBTYPES_ONLY => "PropertyNamesOnly", (int)AdsSearchPreferences.TIMEOUT => "ClientTimeout", (int)AdsSearchPreferences.PAGESIZE => "PageSize", (int)AdsSearchPreferences.PAGED_TIME_LIMIT => "ServerPageTimeLimit", (int)AdsSearchPreferences.CHASE_REFERRALS => "ReferralChasing", (int)AdsSearchPreferences.SORT_ON => "Sort", (int)AdsSearchPreferences.CACHE_RESULTS => "CacheResults", (int)AdsSearchPreferences.ASYNCHRONOUS => "Asynchronous", (int)AdsSearchPreferences.TOMBSTONE => "Tombstone", (int)AdsSearchPreferences.ATTRIBUTE_QUERY => "AttributeScopeQuery", (int)AdsSearchPreferences.DEREF_ALIASES => "DerefAlias", (int)AdsSearchPreferences.SECURITY_MASK => "SecurityMasks", (int)AdsSearchPreferences.EXTENDED_DN => "ExtendedDn", (int)AdsSearchPreferences.DIRSYNC => "DirectorySynchronization", (int)AdsSearchPreferences.DIRSYNC_FLAG => "DirectorySynchronizationFlag", (int)AdsSearchPreferences.VLV => "VirtualListView", _ => "", }; throw new InvalidOperationException(SR.Format(SR.DSSearchPreferencesNotAccepted, property)); } tempPtr = IntPtr.Add(tempPtr, structSize); } } finally { Marshal.FreeHGlobal(ptr); } } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/Directed/nullabletypes/isinst2_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="isinst2.cs" /> <Compile Include="Desktop\StructDefinitions.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="isinst2.cs" /> <Compile Include="Desktop\StructDefinitions.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/JsonSerializer.Read.Utf8JsonReader.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Text.Json.Serialization; using System.Text.Json.Serialization.Metadata; namespace System.Text.Json { public static partial class JsonSerializer { /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <typeparamref name="TValue"/>. /// </summary> /// <typeparam name="TValue">The type to deserialize the JSON value into.</typeparam> /// <returns>A <typeparamref name="TValue"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="options">Options to control the serializer behavior during reading.</param> /// <exception cref="JsonException"> /// The JSON is invalid, /// <typeparamref name="TValue"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <typeparamref name="TValue"/> or its serializable members. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> [RequiresUnreferencedCode(SerializationUnreferencedCodeMessage)] public static TValue? Deserialize<TValue>(ref Utf8JsonReader reader, JsonSerializerOptions? options = null) { JsonTypeInfo jsonTypeInfo = GetTypeInfo(options, typeof(TValue)); return Read<TValue>(ref reader, jsonTypeInfo); } /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <paramref name="returnType"/>. /// </summary> /// <returns>A <paramref name="returnType"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="returnType">The type of the object to convert to and return.</param> /// <param name="options">Options to control the serializer behavior during reading.</param> /// <exception cref="ArgumentNullException"> /// <paramref name="returnType"/> is <see langword="null"/>. /// </exception> /// <exception cref="JsonException"> /// The JSON is invalid, /// <paramref name="returnType"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <paramref name="returnType"/> or its serializable members. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> [RequiresUnreferencedCode(SerializationUnreferencedCodeMessage)] public static object? Deserialize(ref Utf8JsonReader reader, Type returnType!!, JsonSerializerOptions? options = null) { JsonTypeInfo jsonTypeInfo = GetTypeInfo(options, returnType); return Read<object?>(ref reader, jsonTypeInfo); } /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <typeparamref name="TValue"/>. /// </summary> /// <typeparam name="TValue">The type to deserialize the JSON value into.</typeparam> /// <returns>A <typeparamref name="TValue"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="jsonTypeInfo">Metadata about the type to convert.</param> /// <exception cref="JsonException"> /// The JSON is invalid, /// <typeparamref name="TValue"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <typeparamref name="TValue"/> or its serializable members. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> public static TValue? Deserialize<TValue>(ref Utf8JsonReader reader, JsonTypeInfo<TValue> jsonTypeInfo!!) { return Read<TValue>(ref reader, jsonTypeInfo); } /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <paramref name="returnType"/>. /// </summary> /// <returns>A <paramref name="returnType"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="returnType">The type of the object to convert to and return.</param> /// <param name="context">A metadata provider for serializable types.</param> /// <exception cref="ArgumentNullException"> /// <paramref name="returnType"/> or <paramref name="context"/> is <see langword="null"/>. /// </exception> /// <exception cref="JsonException"> /// The JSON is invalid, /// <paramref name="returnType"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <paramref name="returnType"/> or its serializable members. /// </exception> /// <exception cref="InvalidOperationException"> /// The <see cref="JsonSerializerContext.GetTypeInfo(Type)"/> method on the provided <paramref name="context"/> /// did not return a compatible <see cref="JsonTypeInfo"/> for <paramref name="returnType"/>. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> public static object? Deserialize(ref Utf8JsonReader reader, Type returnType!!, JsonSerializerContext context!!) { return Read<object>(ref reader, GetTypeInfo(context, returnType)); } private static TValue? Read<TValue>(ref Utf8JsonReader reader, JsonTypeInfo jsonTypeInfo) { ReadStack state = default; state.Initialize(jsonTypeInfo); JsonReaderState readerState = reader.CurrentState; if (readerState.Options.CommentHandling == JsonCommentHandling.Allow) { throw new ArgumentException(SR.JsonSerializerDoesNotSupportComments, nameof(reader)); } // Value copy to overwrite the ref on an exception and undo the destructive reads. Utf8JsonReader restore = reader; ReadOnlySpan<byte> valueSpan = default; ReadOnlySequence<byte> valueSequence = default; try { switch (reader.TokenType) { // A new reader was created and has never been read, // so we need to move to the first token. // (or a reader has terminated and we're about to throw) case JsonTokenType.None: // Using a reader loop the caller has identified a property they wish to // hydrate into a JsonDocument. Move to the value first. case JsonTokenType.PropertyName: { if (!reader.Read()) { ThrowHelper.ThrowJsonReaderException(ref reader, ExceptionResource.ExpectedOneCompleteToken); } break; } } switch (reader.TokenType) { // Any of the "value start" states are acceptable. case JsonTokenType.StartObject: case JsonTokenType.StartArray: { long startingOffset = reader.TokenStartIndex; if (!reader.TrySkip()) { ThrowHelper.ThrowJsonReaderException(ref reader, ExceptionResource.NotEnoughData); } long totalLength = reader.BytesConsumed - startingOffset; ReadOnlySequence<byte> sequence = reader.OriginalSequence; if (sequence.IsEmpty) { valueSpan = reader.OriginalSpan.Slice( checked((int)startingOffset), checked((int)totalLength)); } else { valueSequence = sequence.Slice(startingOffset, totalLength); } Debug.Assert( reader.TokenType == JsonTokenType.EndObject || reader.TokenType == JsonTokenType.EndArray); break; } // Single-token values case JsonTokenType.Number: case JsonTokenType.True: case JsonTokenType.False: case JsonTokenType.Null: { if (reader.HasValueSequence) { valueSequence = reader.ValueSequence; } else { valueSpan = reader.ValueSpan; } break; } // String's ValueSequence/ValueSpan omits the quotes, we need them back. case JsonTokenType.String: { ReadOnlySequence<byte> sequence = reader.OriginalSequence; if (sequence.IsEmpty) { // Since the quoted string fit in a ReadOnlySpan originally // the contents length plus the two quotes can't overflow. int payloadLength = reader.ValueSpan.Length + 2; Debug.Assert(payloadLength > 1); ReadOnlySpan<byte> readerSpan = reader.OriginalSpan; Debug.Assert( readerSpan[(int)reader.TokenStartIndex] == (byte)'"', $"Calculated span starts with {readerSpan[(int)reader.TokenStartIndex]}"); Debug.Assert( readerSpan[(int)reader.TokenStartIndex + payloadLength - 1] == (byte)'"', $"Calculated span ends with {readerSpan[(int)reader.TokenStartIndex + payloadLength - 1]}"); valueSpan = readerSpan.Slice((int)reader.TokenStartIndex, payloadLength); } else { long payloadLength = 2; if (reader.HasValueSequence) { payloadLength += reader.ValueSequence.Length; } else { payloadLength += reader.ValueSpan.Length; } valueSequence = sequence.Slice(reader.TokenStartIndex, payloadLength); Debug.Assert( valueSequence.First.Span[0] == (byte)'"', $"Calculated sequence starts with {valueSequence.First.Span[0]}"); Debug.Assert( valueSequence.ToArray()[payloadLength - 1] == (byte)'"', $"Calculated sequence ends with {valueSequence.ToArray()[payloadLength - 1]}"); } break; } default: { byte displayByte; if (reader.HasValueSequence) { displayByte = reader.ValueSequence.First.Span[0]; } else { displayByte = reader.ValueSpan[0]; } ThrowHelper.ThrowJsonReaderException( ref reader, ExceptionResource.ExpectedStartOfValueNotFound, displayByte); break; } } } catch (JsonReaderException ex) { reader = restore; // Re-throw with Path information. ThrowHelper.ReThrowWithPath(ref state, ex); } int length = valueSpan.IsEmpty ? checked((int)valueSequence.Length) : valueSpan.Length; byte[] rented = ArrayPool<byte>.Shared.Rent(length); Span<byte> rentedSpan = rented.AsSpan(0, length); try { if (valueSpan.IsEmpty) { valueSequence.CopyTo(rentedSpan); } else { valueSpan.CopyTo(rentedSpan); } JsonReaderOptions originalReaderOptions = readerState.Options; var newReader = new Utf8JsonReader(rentedSpan, originalReaderOptions); JsonConverter jsonConverter = state.Current.JsonPropertyInfo!.ConverterBase; TValue? value = ReadCore<TValue>(jsonConverter, ref newReader, jsonTypeInfo.Options, ref state); // The reader should have thrown if we have remaining bytes. Debug.Assert(newReader.BytesConsumed == length); return value; } catch (JsonException) { reader = restore; throw; } finally { rentedSpan.Clear(); ArrayPool<byte>.Shared.Return(rented); } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Text.Json.Serialization; using System.Text.Json.Serialization.Metadata; namespace System.Text.Json { public static partial class JsonSerializer { /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <typeparamref name="TValue"/>. /// </summary> /// <typeparam name="TValue">The type to deserialize the JSON value into.</typeparam> /// <returns>A <typeparamref name="TValue"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="options">Options to control the serializer behavior during reading.</param> /// <exception cref="JsonException"> /// The JSON is invalid, /// <typeparamref name="TValue"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <typeparamref name="TValue"/> or its serializable members. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> [RequiresUnreferencedCode(SerializationUnreferencedCodeMessage)] public static TValue? Deserialize<TValue>(ref Utf8JsonReader reader, JsonSerializerOptions? options = null) { JsonTypeInfo jsonTypeInfo = GetTypeInfo(options, typeof(TValue)); return Read<TValue>(ref reader, jsonTypeInfo); } /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <paramref name="returnType"/>. /// </summary> /// <returns>A <paramref name="returnType"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="returnType">The type of the object to convert to and return.</param> /// <param name="options">Options to control the serializer behavior during reading.</param> /// <exception cref="ArgumentNullException"> /// <paramref name="returnType"/> is <see langword="null"/>. /// </exception> /// <exception cref="JsonException"> /// The JSON is invalid, /// <paramref name="returnType"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <paramref name="returnType"/> or its serializable members. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> [RequiresUnreferencedCode(SerializationUnreferencedCodeMessage)] public static object? Deserialize(ref Utf8JsonReader reader, Type returnType!!, JsonSerializerOptions? options = null) { JsonTypeInfo jsonTypeInfo = GetTypeInfo(options, returnType); return Read<object?>(ref reader, jsonTypeInfo); } /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <typeparamref name="TValue"/>. /// </summary> /// <typeparam name="TValue">The type to deserialize the JSON value into.</typeparam> /// <returns>A <typeparamref name="TValue"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="jsonTypeInfo">Metadata about the type to convert.</param> /// <exception cref="JsonException"> /// The JSON is invalid, /// <typeparamref name="TValue"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <typeparamref name="TValue"/> or its serializable members. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> public static TValue? Deserialize<TValue>(ref Utf8JsonReader reader, JsonTypeInfo<TValue> jsonTypeInfo!!) { return Read<TValue>(ref reader, jsonTypeInfo); } /// <summary> /// Reads one JSON value (including objects or arrays) from the provided reader into a <paramref name="returnType"/>. /// </summary> /// <returns>A <paramref name="returnType"/> representation of the JSON value.</returns> /// <param name="reader">The reader to read.</param> /// <param name="returnType">The type of the object to convert to and return.</param> /// <param name="context">A metadata provider for serializable types.</param> /// <exception cref="ArgumentNullException"> /// <paramref name="returnType"/> or <paramref name="context"/> is <see langword="null"/>. /// </exception> /// <exception cref="JsonException"> /// The JSON is invalid, /// <paramref name="returnType"/> is not compatible with the JSON, /// or a value could not be read from the reader. /// </exception> /// <exception cref="ArgumentException"> /// <paramref name="reader"/> is using unsupported options. /// </exception> /// <exception cref="NotSupportedException"> /// There is no compatible <see cref="System.Text.Json.Serialization.JsonConverter"/> /// for <paramref name="returnType"/> or its serializable members. /// </exception> /// <exception cref="InvalidOperationException"> /// The <see cref="JsonSerializerContext.GetTypeInfo(Type)"/> method on the provided <paramref name="context"/> /// did not return a compatible <see cref="JsonTypeInfo"/> for <paramref name="returnType"/>. /// </exception> /// <remarks> /// <para> /// If the <see cref="Utf8JsonReader.TokenType"/> property of <paramref name="reader"/> /// is <see cref="JsonTokenType.PropertyName"/> or <see cref="JsonTokenType.None"/>, the /// reader will be advanced by one call to <see cref="Utf8JsonReader.Read"/> to determine /// the start of the value. /// </para> /// /// <para> /// Upon completion of this method, <paramref name="reader"/> will be positioned at the /// final token in the JSON value. If an exception is thrown, the reader is reset to /// the state it was in when the method was called. /// </para> /// /// <para> /// This method makes a copy of the data the reader acted on, so there is no caller /// requirement to maintain data integrity beyond the return of this method. /// </para> /// <para> /// The <see cref="JsonReaderOptions"/> used to create the instance of the <see cref="Utf8JsonReader"/> take precedence over the <see cref="JsonSerializerOptions"/> when they conflict. /// Hence, <see cref="JsonReaderOptions.AllowTrailingCommas"/>, <see cref="JsonReaderOptions.MaxDepth"/>, and <see cref="JsonReaderOptions.CommentHandling"/> are used while reading. /// </para> /// </remarks> public static object? Deserialize(ref Utf8JsonReader reader, Type returnType!!, JsonSerializerContext context!!) { return Read<object>(ref reader, GetTypeInfo(context, returnType)); } private static TValue? Read<TValue>(ref Utf8JsonReader reader, JsonTypeInfo jsonTypeInfo) { ReadStack state = default; state.Initialize(jsonTypeInfo); JsonReaderState readerState = reader.CurrentState; if (readerState.Options.CommentHandling == JsonCommentHandling.Allow) { throw new ArgumentException(SR.JsonSerializerDoesNotSupportComments, nameof(reader)); } // Value copy to overwrite the ref on an exception and undo the destructive reads. Utf8JsonReader restore = reader; ReadOnlySpan<byte> valueSpan = default; ReadOnlySequence<byte> valueSequence = default; try { switch (reader.TokenType) { // A new reader was created and has never been read, // so we need to move to the first token. // (or a reader has terminated and we're about to throw) case JsonTokenType.None: // Using a reader loop the caller has identified a property they wish to // hydrate into a JsonDocument. Move to the value first. case JsonTokenType.PropertyName: { if (!reader.Read()) { ThrowHelper.ThrowJsonReaderException(ref reader, ExceptionResource.ExpectedOneCompleteToken); } break; } } switch (reader.TokenType) { // Any of the "value start" states are acceptable. case JsonTokenType.StartObject: case JsonTokenType.StartArray: { long startingOffset = reader.TokenStartIndex; if (!reader.TrySkip()) { ThrowHelper.ThrowJsonReaderException(ref reader, ExceptionResource.NotEnoughData); } long totalLength = reader.BytesConsumed - startingOffset; ReadOnlySequence<byte> sequence = reader.OriginalSequence; if (sequence.IsEmpty) { valueSpan = reader.OriginalSpan.Slice( checked((int)startingOffset), checked((int)totalLength)); } else { valueSequence = sequence.Slice(startingOffset, totalLength); } Debug.Assert( reader.TokenType == JsonTokenType.EndObject || reader.TokenType == JsonTokenType.EndArray); break; } // Single-token values case JsonTokenType.Number: case JsonTokenType.True: case JsonTokenType.False: case JsonTokenType.Null: { if (reader.HasValueSequence) { valueSequence = reader.ValueSequence; } else { valueSpan = reader.ValueSpan; } break; } // String's ValueSequence/ValueSpan omits the quotes, we need them back. case JsonTokenType.String: { ReadOnlySequence<byte> sequence = reader.OriginalSequence; if (sequence.IsEmpty) { // Since the quoted string fit in a ReadOnlySpan originally // the contents length plus the two quotes can't overflow. int payloadLength = reader.ValueSpan.Length + 2; Debug.Assert(payloadLength > 1); ReadOnlySpan<byte> readerSpan = reader.OriginalSpan; Debug.Assert( readerSpan[(int)reader.TokenStartIndex] == (byte)'"', $"Calculated span starts with {readerSpan[(int)reader.TokenStartIndex]}"); Debug.Assert( readerSpan[(int)reader.TokenStartIndex + payloadLength - 1] == (byte)'"', $"Calculated span ends with {readerSpan[(int)reader.TokenStartIndex + payloadLength - 1]}"); valueSpan = readerSpan.Slice((int)reader.TokenStartIndex, payloadLength); } else { long payloadLength = 2; if (reader.HasValueSequence) { payloadLength += reader.ValueSequence.Length; } else { payloadLength += reader.ValueSpan.Length; } valueSequence = sequence.Slice(reader.TokenStartIndex, payloadLength); Debug.Assert( valueSequence.First.Span[0] == (byte)'"', $"Calculated sequence starts with {valueSequence.First.Span[0]}"); Debug.Assert( valueSequence.ToArray()[payloadLength - 1] == (byte)'"', $"Calculated sequence ends with {valueSequence.ToArray()[payloadLength - 1]}"); } break; } default: { byte displayByte; if (reader.HasValueSequence) { displayByte = reader.ValueSequence.First.Span[0]; } else { displayByte = reader.ValueSpan[0]; } ThrowHelper.ThrowJsonReaderException( ref reader, ExceptionResource.ExpectedStartOfValueNotFound, displayByte); break; } } } catch (JsonReaderException ex) { reader = restore; // Re-throw with Path information. ThrowHelper.ReThrowWithPath(ref state, ex); } int length = valueSpan.IsEmpty ? checked((int)valueSequence.Length) : valueSpan.Length; byte[] rented = ArrayPool<byte>.Shared.Rent(length); Span<byte> rentedSpan = rented.AsSpan(0, length); try { if (valueSpan.IsEmpty) { valueSequence.CopyTo(rentedSpan); } else { valueSpan.CopyTo(rentedSpan); } JsonReaderOptions originalReaderOptions = readerState.Options; var newReader = new Utf8JsonReader(rentedSpan, originalReaderOptions); JsonConverter jsonConverter = state.Current.JsonPropertyInfo!.ConverterBase; TValue? value = ReadCore<TValue>(jsonConverter, ref newReader, jsonTypeInfo.Options, ref state); // The reader should have thrown if we have remaining bytes. Debug.Assert(newReader.BytesConsumed == length); return value; } catch (JsonException) { reader = restore; throw; } finally { rentedSpan.Clear(); ArrayPool<byte>.Shared.Return(rented); } } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/Loader/classloader/DefaultInterfaceMethods/constrainedcall/constrained3_gm.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <Compile Include="constrained3_gm.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <ItemGroup> <Compile Include="constrained3_gm.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/Directed/StructABI/FieldListByteNodeTypeMismatchX86.cs
using System.Runtime.CompilerServices; using System.Runtime.InteropServices; public unsafe class FieldListByteNodeTypeMismatchX86 { private static readonly byte* _addr = (byte*)Marshal.AllocHGlobal(20); private static int _result = 100; public static int Main() { int sum = 0; Problem(&sum); return _result; } [MethodImpl(MethodImplOptions.NoInlining)] private static void Problem(int* sum) { // Just a loop with some computations so that we can use // callee-saved registers (which happen to be non-byteable ones). for (int i = 0; i < 10; i++) { var i1 = i ^ i; var i2 = i | i; var i3 = i & i; var i4 = i1 + i + i2 - i3; i4 = i2 ^ i4; *sum += i4; } Sx2x1 s; byte* j = Addr(); int o1 = j[-2]; int o2 = j[-1]; s.Short = j[0]; s.Byte = j[1]; o1 = o1 + o1; o2 = o2 + o2; if (s.Byte != 1) { return; } // Here assertion propagation will make s.Byte into CNS_INT(TYP_INT), yet the RA must // still allocate a byteable register so that it can be saved to the stack correctly. Call(s, 0, 0, o2, o1, j); } [MethodImpl(MethodImplOptions.NoInlining)] private static byte* Addr() { _addr[11] = 1; return _addr + 10; } [MethodImpl(MethodImplOptions.NoInlining)] private static void Call(Sx2x1 s, int i3, int i4, int i5, int i6, byte* i1) { if (s.Byte != 1) { _result = -1; } } private struct Sx2x1 { public short Short; public byte Byte; } }
using System.Runtime.CompilerServices; using System.Runtime.InteropServices; public unsafe class FieldListByteNodeTypeMismatchX86 { private static readonly byte* _addr = (byte*)Marshal.AllocHGlobal(20); private static int _result = 100; public static int Main() { int sum = 0; Problem(&sum); return _result; } [MethodImpl(MethodImplOptions.NoInlining)] private static void Problem(int* sum) { // Just a loop with some computations so that we can use // callee-saved registers (which happen to be non-byteable ones). for (int i = 0; i < 10; i++) { var i1 = i ^ i; var i2 = i | i; var i3 = i & i; var i4 = i1 + i + i2 - i3; i4 = i2 ^ i4; *sum += i4; } Sx2x1 s; byte* j = Addr(); int o1 = j[-2]; int o2 = j[-1]; s.Short = j[0]; s.Byte = j[1]; o1 = o1 + o1; o2 = o2 + o2; if (s.Byte != 1) { return; } // Here assertion propagation will make s.Byte into CNS_INT(TYP_INT), yet the RA must // still allocate a byteable register so that it can be saved to the stack correctly. Call(s, 0, 0, o2, o1, j); } [MethodImpl(MethodImplOptions.NoInlining)] private static byte* Addr() { _addr[11] = 1; return _addr + 10; } [MethodImpl(MethodImplOptions.NoInlining)] private static void Call(Sx2x1 s, int i3, int i4, int i5, int i6, byte* i1) { if (s.Byte != 1) { _result = -1; } } private struct Sx2x1 { public short Short; public byte Byte; } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/coreclr/vm/arm64/excepcpu.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // #ifndef __excepcpu_h__ #define __excepcpu_h__ #define THROW_CONTROL_FOR_THREAD_FUNCTION RedirectForThreadAbort EXTERN_C void RedirectForThreadAbort(); #define STATUS_CLR_GCCOVER_CODE STATUS_ILLEGAL_INSTRUCTION class Thread; class FaultingExceptionFrame; #define INSTALL_EXCEPTION_HANDLING_RECORD(record) #define UNINSTALL_EXCEPTION_HANDLING_RECORD(record) // // On ARM, the COMPlusFrameHandler's work is done by our personality routine. // #define DECLARE_CPFH_EH_RECORD(pCurThread) // // Retrieves the redirected CONTEXT* from the stack frame of one of the // RedirectedHandledJITCaseForXXX_Stub's. // PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(T_DISPATCHER_CONTEXT * pDispatcherContext); PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(T_CONTEXT * pContext); // // Retrieves the FaultingExceptionFrame* from the stack frame of // RedirectForThrowControl or NakedThrowHelper. // FaultingExceptionFrame *GetFrameFromRedirectedStubStackFrame (T_DISPATCHER_CONTEXT *pDispatcherContext); inline PCODE GetAdjustedCallAddress(PCODE returnAddress) { LIMITED_METHOD_CONTRACT; return returnAddress - 4; } BOOL AdjustContextForVirtualStub(EXCEPTION_RECORD *pExceptionRecord, T_CONTEXT *pContext); #endif // __excepcpu_h__
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // #ifndef __excepcpu_h__ #define __excepcpu_h__ #define THROW_CONTROL_FOR_THREAD_FUNCTION RedirectForThreadAbort EXTERN_C void RedirectForThreadAbort(); #define STATUS_CLR_GCCOVER_CODE STATUS_ILLEGAL_INSTRUCTION class Thread; class FaultingExceptionFrame; #define INSTALL_EXCEPTION_HANDLING_RECORD(record) #define UNINSTALL_EXCEPTION_HANDLING_RECORD(record) // // On ARM, the COMPlusFrameHandler's work is done by our personality routine. // #define DECLARE_CPFH_EH_RECORD(pCurThread) // // Retrieves the redirected CONTEXT* from the stack frame of one of the // RedirectedHandledJITCaseForXXX_Stub's. // PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(T_DISPATCHER_CONTEXT * pDispatcherContext); PTR_CONTEXT GetCONTEXTFromRedirectedStubStackFrame(T_CONTEXT * pContext); // // Retrieves the FaultingExceptionFrame* from the stack frame of // RedirectForThrowControl or NakedThrowHelper. // FaultingExceptionFrame *GetFrameFromRedirectedStubStackFrame (T_DISPATCHER_CONTEXT *pDispatcherContext); inline PCODE GetAdjustedCallAddress(PCODE returnAddress) { LIMITED_METHOD_CONTRACT; return returnAddress - 4; } BOOL AdjustContextForVirtualStub(EXCEPTION_RECORD *pExceptionRecord, T_CONTEXT *pContext); #endif // __excepcpu_h__
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1381/Generated1381.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN FORWARDER ASSEMBLIES: //TEST ASSEMBLY: .assembly Generated1381 { .hash algorithm 0x00008004 } .assembly extern xunit.core {} .class public BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class public BaseClass1 extends BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void BaseClass0::.ctor() ret } } .class public G3_C1853`1<T0> extends class G2_C794`2<class BaseClass0,class BaseClass1> implements class IBase1`1<class BaseClass0> { .method public hidebysig virtual instance string Method4() cil managed noinlining { ldstr "G3_C1853::Method4.18355()" ret } .method public hidebysig newslot virtual instance string Method5() cil managed noinlining { ldstr "G3_C1853::Method5.18356()" ret } .method public hidebysig newslot virtual instance string Method6<M0>() cil managed noinlining { ldstr "G3_C1853::Method6.18357<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() ret } } .class public G2_C794`2<T0, T1> extends class G1_C14`2<!T1,class BaseClass1> implements class IBase1`1<!T1>, class IBase2`2<class BaseClass0,!T0> { .method public hidebysig newslot virtual instance string Method4() cil managed noinlining { ldstr "G2_C794::Method4.12338()" ret } .method public hidebysig newslot virtual instance string 'IBase1<T1>.Method4'() cil managed noinlining { .override method instance string class IBase1`1<!T1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ret } .method public hidebysig virtual instance string Method5() cil managed noinlining { ldstr "G2_C794::Method5.12340()" ret } .method public hidebysig newslot virtual instance string 'IBase1<T1>.Method5'() cil managed noinlining { .override method instance string class IBase1`1<!T1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ret } .method public hidebysig newslot virtual instance string Method6<M0>() cil managed noinlining { ldstr "G2_C794::Method6.12342<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig virtual instance string Method7<M0>() cil managed noinlining { ldstr "G2_C794::Method7.12343<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase2<class BaseClass0,T0>.Method7'<M0>() cil managed noinlining { .override method instance string class IBase2`2<class BaseClass0,!T0>::Method7<[1]>() ldstr "G2_C794::Method7.MI.12344<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod2970<M0>() cil managed noinlining { ldstr "G2_C794::ClassMethod2970.12345<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G1_C14`2<!T1,class BaseClass1>::.ctor() ret } } .class interface public abstract IBase1`1<+T0> { .method public hidebysig newslot abstract virtual instance string Method4() cil managed { } .method public hidebysig newslot abstract virtual instance string Method5() cil managed { } .method public hidebysig newslot abstract virtual instance string Method6<M0>() cil managed { } } .class public G1_C14`2<T0, T1> implements class IBase2`2<!T1,class BaseClass1>, class IBase1`1<class BaseClass1> { .method public hidebysig virtual instance string Method7<M0>() cil managed noinlining { ldstr "G1_C14::Method7.4878<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string Method4() cil managed noinlining { ldstr "G1_C14::Method4.4879()" ret } .method public hidebysig newslot virtual instance string Method5() cil managed noinlining { ldstr "G1_C14::Method5.4880()" ret } .method public hidebysig newslot virtual instance string 'IBase1<class BaseClass1>.Method5'() cil managed noinlining { .override method instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ret } .method public hidebysig virtual instance string Method6<M0>() cil managed noinlining { ldstr "G1_C14::Method6.4882<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1350<M0>() cil managed noinlining { ldstr "G1_C14::ClassMethod1350.4883<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1351<M0>() cil managed noinlining { ldstr "G1_C14::ClassMethod1351.4884<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class interface public abstract IBase2`2<+T0, -T1> { .method public hidebysig newslot abstract virtual instance string Method7<M0>() cil managed { } } .class public auto ansi beforefieldinit Generated1381 { .method static void M.BaseClass0<(BaseClass0)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass0<(BaseClass0)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.BaseClass1<(BaseClass1)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass1<(BaseClass1)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1853.T<T0,(class G3_C1853`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1853.T<T0,(class G3_C1853`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1853.A<(class G3_C1853`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1853.A<(class G3_C1853`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1853.B<(class G3_C1853`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1853.B<(class G3_C1853`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.T.T<T0,T1,(class G2_C794`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.T.T<T0,T1,(class G2_C794`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.A.T<T1,(class G2_C794`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.A.T<T1,(class G2_C794`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.A.A<(class G2_C794`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.A.A<(class G2_C794`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.A.B<(class G2_C794`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.A.B<(class G2_C794`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.B.T<T1,(class G2_C794`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.B.T<T1,(class G2_C794`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.B.A<(class G2_C794`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.B.A<(class G2_C794`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.B.B<(class G2_C794`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.B.B<(class G2_C794`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.T.T<T0,T1,(class G1_C14`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.T.T<T0,T1,(class G1_C14`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.A.T<T1,(class G1_C14`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.A.T<T1,(class G1_C14`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.A.A<(class G1_C14`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.A.A<(class G1_C14`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.A.B<(class G1_C14`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.A.B<(class G1_C14`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.B.T<T1,(class G1_C14`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.B.T<T1,(class G1_C14`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.B.A<(class G1_C14`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.B.A<(class G1_C14`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.B.B<(class G1_C14`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.B.B<(class G1_C14`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method public hidebysig static void MethodCallingTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calling Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1853`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G3_C1853`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void ConstrainedCallsTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Constrained Calls Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1853`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.A<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.T<class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.A<class G3_C1853`1<class BaseClass0>>(!!0,string) newobj instance void class G3_C1853`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.A<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.B<class G3_C1853`1<class BaseClass1>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.A<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass1,class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.T<class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.A<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.A<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.A<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void StructConstrainedInterfaceCallsTest() cil managed { .maxstack 10 ldstr "===================== Struct Constrained Interface Calls Test =====================" call void [mscorlib]System.Console::WriteLine(string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void CalliTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calli Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1853`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G3_C1853`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static int32 Main() cil managed { .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) .entrypoint .maxstack 10 call void Generated1381::MethodCallingTest() call void Generated1381::ConstrainedCallsTest() call void Generated1381::StructConstrainedInterfaceCallsTest() call void Generated1381::CalliTest() ldc.i4 100 ret } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN FORWARDER ASSEMBLIES: //TEST ASSEMBLY: .assembly Generated1381 { .hash algorithm 0x00008004 } .assembly extern xunit.core {} .class public BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class public BaseClass1 extends BaseClass0 { .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void BaseClass0::.ctor() ret } } .class public G3_C1853`1<T0> extends class G2_C794`2<class BaseClass0,class BaseClass1> implements class IBase1`1<class BaseClass0> { .method public hidebysig virtual instance string Method4() cil managed noinlining { ldstr "G3_C1853::Method4.18355()" ret } .method public hidebysig newslot virtual instance string Method5() cil managed noinlining { ldstr "G3_C1853::Method5.18356()" ret } .method public hidebysig newslot virtual instance string Method6<M0>() cil managed noinlining { ldstr "G3_C1853::Method6.18357<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() ret } } .class public G2_C794`2<T0, T1> extends class G1_C14`2<!T1,class BaseClass1> implements class IBase1`1<!T1>, class IBase2`2<class BaseClass0,!T0> { .method public hidebysig newslot virtual instance string Method4() cil managed noinlining { ldstr "G2_C794::Method4.12338()" ret } .method public hidebysig newslot virtual instance string 'IBase1<T1>.Method4'() cil managed noinlining { .override method instance string class IBase1`1<!T1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ret } .method public hidebysig virtual instance string Method5() cil managed noinlining { ldstr "G2_C794::Method5.12340()" ret } .method public hidebysig newslot virtual instance string 'IBase1<T1>.Method5'() cil managed noinlining { .override method instance string class IBase1`1<!T1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ret } .method public hidebysig newslot virtual instance string Method6<M0>() cil managed noinlining { ldstr "G2_C794::Method6.12342<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig virtual instance string Method7<M0>() cil managed noinlining { ldstr "G2_C794::Method7.12343<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string 'IBase2<class BaseClass0,T0>.Method7'<M0>() cil managed noinlining { .override method instance string class IBase2`2<class BaseClass0,!T0>::Method7<[1]>() ldstr "G2_C794::Method7.MI.12344<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod2970<M0>() cil managed noinlining { ldstr "G2_C794::ClassMethod2970.12345<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void class G1_C14`2<!T1,class BaseClass1>::.ctor() ret } } .class interface public abstract IBase1`1<+T0> { .method public hidebysig newslot abstract virtual instance string Method4() cil managed { } .method public hidebysig newslot abstract virtual instance string Method5() cil managed { } .method public hidebysig newslot abstract virtual instance string Method6<M0>() cil managed { } } .class public G1_C14`2<T0, T1> implements class IBase2`2<!T1,class BaseClass1>, class IBase1`1<class BaseClass1> { .method public hidebysig virtual instance string Method7<M0>() cil managed noinlining { ldstr "G1_C14::Method7.4878<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string Method4() cil managed noinlining { ldstr "G1_C14::Method4.4879()" ret } .method public hidebysig newslot virtual instance string Method5() cil managed noinlining { ldstr "G1_C14::Method5.4880()" ret } .method public hidebysig newslot virtual instance string 'IBase1<class BaseClass1>.Method5'() cil managed noinlining { .override method instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ret } .method public hidebysig virtual instance string Method6<M0>() cil managed noinlining { ldstr "G1_C14::Method6.4882<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1350<M0>() cil managed noinlining { ldstr "G1_C14::ClassMethod1350.4883<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig newslot virtual instance string ClassMethod1351<M0>() cil managed noinlining { ldstr "G1_C14::ClassMethod1351.4884<" ldtoken !!M0 call class [mscorlib]System.Type [mscorlib]System.Type::GetTypeFromHandle(valuetype [mscorlib]System.RuntimeTypeHandle) call string [mscorlib]System.String::Concat(object,object) ldstr ">()" call string [mscorlib]System.String::Concat(object,object) ret } .method public hidebysig specialname rtspecialname instance void .ctor() cil managed { ldarg.0 call instance void [mscorlib]System.Object::.ctor() ret } } .class interface public abstract IBase2`2<+T0, -T1> { .method public hidebysig newslot abstract virtual instance string Method7<M0>() cil managed { } } .class public auto ansi beforefieldinit Generated1381 { .method static void M.BaseClass0<(BaseClass0)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass0<(BaseClass0)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.BaseClass1<(BaseClass1)W>(!!W inst, string exp) cil managed { .maxstack 5 .locals init (string[] actualResults) ldc.i4.s 0 newarr string stloc.s actualResults ldarg.1 ldstr "M.BaseClass1<(BaseClass1)W>(!!W inst, string exp)" ldc.i4.s 0 ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1853.T<T0,(class G3_C1853`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1853.T<T0,(class G3_C1853`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<!!T0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1853.A<(class G3_C1853`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1853.A<(class G3_C1853`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G3_C1853.B<(class G3_C1853`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G3_C1853.B<(class G3_C1853`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G3_C1853`1<class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.T.T<T0,T1,(class G2_C794`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.T.T<T0,T1,(class G2_C794`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.A.T<T1,(class G2_C794`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.A.T<T1,(class G2_C794`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.A.A<(class G2_C794`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.A.A<(class G2_C794`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.A.B<(class G2_C794`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.A.B<(class G2_C794`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.B.T<T1,(class G2_C794`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.B.T<T1,(class G2_C794`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.B.A<(class G2_C794`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.B.A<(class G2_C794`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G2_C794.B.B<(class G2_C794`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 12 .locals init (string[] actualResults) ldc.i4.s 7 newarr string stloc.s actualResults ldarg.1 ldstr "M.G2_C794.B.B<(class G2_C794`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 7 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod2970<object>() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 6 ldarga.s 0 constrained. !!W callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.T<T0,(class IBase1`1<!!T0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<!!T0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.A<(class IBase1`1<class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 8 .locals init (string[] actualResults) ldc.i4.s 3 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase1.B<(class IBase1`1<class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 3 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.T.T<T0,T1,(class G1_C14`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.T.T<T0,T1,(class G1_C14`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.A.T<T1,(class G1_C14`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.A.T<T1,(class G1_C14`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.A.A<(class G1_C14`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.A.A<(class G1_C14`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.A.B<(class G1_C14`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.A.B<(class G1_C14`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.B.T<T1,(class G1_C14`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.B.T<T1,(class G1_C14`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.B.A<(class G1_C14`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.B.A<(class G1_C14`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.G1_C14.B.B<(class G1_C14`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 11 .locals init (string[] actualResults) ldc.i4.s 6 newarr string stloc.s actualResults ldarg.1 ldstr "M.G1_C14.B.B<(class G1_C14`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 6 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() stelem.ref ldloc.s actualResults ldc.i4.s 1 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() stelem.ref ldloc.s actualResults ldc.i4.s 2 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() stelem.ref ldloc.s actualResults ldc.i4.s 3 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() stelem.ref ldloc.s actualResults ldc.i4.s 4 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() stelem.ref ldloc.s actualResults ldc.i4.s 5 ldarga.s 0 constrained. !!W callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.T.T<T0,T1,(class IBase2`2<!!T0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<!!T0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.T<T1,(class IBase2`2<class BaseClass0,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.A<(class IBase2`2<class BaseClass0,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.A.B<(class IBase2`2<class BaseClass0,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.T<T1,(class IBase2`2<class BaseClass1,!!T1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,!!T1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.A<(class IBase2`2<class BaseClass1,class BaseClass0>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass0>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method static void M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp) cil managed { .maxstack 6 .locals init (string[] actualResults) ldc.i4.s 1 newarr string stloc.s actualResults ldarg.1 ldstr "M.IBase2.B.B<(class IBase2`2<class BaseClass1,class BaseClass1>)W>(!!W 'inst', string exp)" ldc.i4.s 1 ldloc.s actualResults ldc.i4.s 0 ldarga.s 0 constrained. !!W callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() stelem.ref ldloc.s actualResults call void [TestFramework]TestFramework::MethodCallTest(string,string,int32,string[]) ret } .method public hidebysig static void MethodCallingTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calling Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1853`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass0> callvirt instance string class G3_C1853`1<class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G3_C1853`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method6<object>() ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method5() ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method4() ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G3_C1853`1<class BaseClass1> callvirt instance string class G3_C1853`1<class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass0,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass0> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G2_C794`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod2970<object>() ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G2_C794`2<class BaseClass1,class BaseClass1> callvirt instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass0,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass0> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop newobj instance void class G1_C14`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup castclass class G1_C14`2<class BaseClass1,class BaseClass1> callvirt instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass1>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass1>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldloc.0 dup callvirt instance string class IBase1`1<class BaseClass0>::Method4() ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method5() ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) dup callvirt instance string class IBase1`1<class BaseClass0>::Method6<object>() ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) pop ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void ConstrainedCallsTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Constrained Calls Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1853`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.A<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass1,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.B<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G3_C1853`1<class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.T<class BaseClass0,class G3_C1853`1<class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.A<class G3_C1853`1<class BaseClass0>>(!!0,string) newobj instance void class G3_C1853`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#" call void Generated1381::M.IBase1.A<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.B<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G3_C1853`1<class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G3_C1853`1<class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.T<class BaseClass1,class G3_C1853`1<class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G3_C1853::Method4.18355()#G3_C1853::Method5.18356()#G3_C1853::Method6.18357<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G3_C1853.B<class G3_C1853`1<class BaseClass1>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.A<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G2_C794`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.T<class BaseClass1,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.A.B<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass0,class G2_C794`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.A<class G2_C794`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.A.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass1,class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.T<class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.A<class G2_C794`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G2_C794::Method5.12340()#G1_C14::Method6.4882<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method7.MI.12344<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G2_C794::Method4.MI.12339()#G2_C794::Method5.MI.12341()#G2_C794::Method6.12342<System.Object>()#" call void Generated1381::M.IBase1.A<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.T.T<class BaseClass1,class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.T<class BaseClass1,class G2_C794`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G2_C794::ClassMethod2970.12345<System.Object>()#G2_C794::Method4.12338()#G2_C794::Method5.12340()#G2_C794::Method6.12342<System.Object>()#G2_C794::Method7.12343<System.Object>()#" call void Generated1381::M.G2_C794.B.B<class G2_C794`2<class BaseClass1,class BaseClass1>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.A<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass0,class BaseClass0>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.A.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass0,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass0,class BaseClass1>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.A<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass0>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass1,class BaseClass0>>(!!0,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.T.T<class BaseClass1,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::ClassMethod1350.4883<System.Object>()#G1_C14::ClassMethod1351.4884<System.Object>()#G1_C14::Method4.4879()#G1_C14::Method5.4880()#G1_C14::Method6.4882<System.Object>()#G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.G1_C14.B.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass1,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.B.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.T.T<class BaseClass0,class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!2,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.T<class BaseClass1,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method7.4878<System.Object>()#" call void Generated1381::M.IBase2.A.B<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.T<class BaseClass0,class G1_C14`2<class BaseClass1,class BaseClass1>>(!!1,string) ldloc.0 ldstr "G1_C14::Method4.4879()#G1_C14::Method5.MI.4881()#G1_C14::Method6.4882<System.Object>()#" call void Generated1381::M.IBase1.A<class G1_C14`2<class BaseClass1,class BaseClass1>>(!!0,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void StructConstrainedInterfaceCallsTest() cil managed { .maxstack 10 ldstr "===================== Struct Constrained Interface Calls Test =====================" call void [mscorlib]System.Console::WriteLine(string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static void CalliTest() cil managed { .maxstack 10 .locals init (object V_0) ldstr "========================== Method Calli Test ==========================" call void [mscorlib]System.Console::WriteLine(string) newobj instance void class G3_C1853`1<class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method5() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method4() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass0> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass0>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass0> on type class G3_C1853`1<class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G3_C1853`1<class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method4.18355()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method5.18356()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method4.18355()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method6<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method6.18357<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method5() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method5.18356()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method4() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G3_C1853::Method4.18355()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::ClassMethod2970<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::Method7<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::ClassMethod1351<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G3_C1853`1<class BaseClass1> ldloc.0 ldvirtftn instance string class G3_C1853`1<class BaseClass1>::ClassMethod1350<object>() calli default string(class G3_C1853`1<class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G3_C1853`1<class BaseClass1> on type class G3_C1853`1<class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass0,class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass0> on type class G2_C794`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G2_C794`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.MI.12344<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method4.MI.12339()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.MI.12341()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod2970<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::ClassMethod2970.12345<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method7.12343<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method6.12342<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method5.12340()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G2_C794::Method4.12338()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G2_C794`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G2_C794`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G2_C794`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G2_C794`2<class BaseClass1,class BaseClass1> on type class G2_C794`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass0>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass0,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass0,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass0,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass0,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass0>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass0> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass0>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass0>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass0>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) newobj instance void class G1_C14`2<class BaseClass1,class BaseClass1>::.ctor() stloc.0 ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1351<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1351.4884<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::ClassMethod1350<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::ClassMethod1350.4883<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method5.4880()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 castclass class G1_C14`2<class BaseClass1,class BaseClass1> ldloc.0 ldvirtftn instance string class G1_C14`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class G1_C14`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass1,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass1,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass1>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase2`2<class BaseClass0,class BaseClass1>::Method7<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method7.4878<System.Object>()" ldstr "class IBase2`2<class BaseClass0,class BaseClass1> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method4() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method4.4879()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method5() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method5.MI.4881()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldloc.0 ldloc.0 ldvirtftn instance string class IBase1`1<class BaseClass0>::Method6<object>() calli default string(class G1_C14`2<class BaseClass1,class BaseClass1>) ldstr "G1_C14::Method6.4882<System.Object>()" ldstr "class IBase1`1<class BaseClass0> on type class G1_C14`2<class BaseClass1,class BaseClass1>" call void [TestFramework]TestFramework::MethodCallTest(string,string,string) ldstr "========================================================================\n\n" call void [mscorlib]System.Console::WriteLine(string) ret } .method public hidebysig static int32 Main() cil managed { .custom instance void [xunit.core]Xunit.FactAttribute::.ctor() = ( 01 00 00 00 ) .entrypoint .maxstack 10 call void Generated1381::MethodCallingTest() call void Generated1381::ConstrainedCallsTest() call void Generated1381::StructConstrainedInterfaceCallsTest() call void Generated1381::CalliTest() ldc.i4 100 ret } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/opt/virtualstubdispatch/hashcode/cderived10.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace VirtFunc { public class CDerived10 { public override int GetHashCode() { return 10; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; namespace VirtFunc { public class CDerived10 { public override int GetHashCode() { return 10; } } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/libraries/Common/tests/System/Security/Cryptography/AlgorithmImplementations/DSA/DSAKeyFileTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Security.Cryptography.Encryption.RC2.Tests; using System.Text; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.Dsa.Tests { [SkipOnPlatform(TestPlatforms.Browser | TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst, "Not supported on Browser/iOS/tvOS/MacCatalyst")] public static class DSAKeyFileTests { public static bool SupportsFips186_3 => DSAFactory.SupportsFips186_3; [ConditionalFact(typeof(DSAFactory), nameof(DSAFactory.SupportsKeyGeneration))] public static void UseAfterDispose_NewKey() { UseAfterDispose(false); } [Fact] public static void UseAfterDispose_ImportedKey() { UseAfterDispose(true); } private static void UseAfterDispose(bool importKey) { DSA key = importKey ? DSAFactory.Create(DSATestData.GetDSA1024Params()) : DSAFactory.Create(1024); byte[] pkcs8Private; byte[] pkcs8EncryptedPrivate; byte[] subjectPublicKeyInfo; string pwStr = "Hello"; // Because the PBE algorithm uses PBES2 the string->byte encoding is UTF-8. byte[] pwBytes = Encoding.UTF8.GetBytes(pwStr); PbeParameters pbeParameters = new PbeParameters( PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 3072); // Ensure the key was loaded, then dispose it. // Also ensures all of the inputs are valid for the disposed tests. using (key) { pkcs8Private = key.ExportPkcs8PrivateKey(); pkcs8EncryptedPrivate = key.ExportEncryptedPkcs8PrivateKey(pwStr, pbeParameters); subjectPublicKeyInfo = key.ExportSubjectPublicKeyInfo(); } Assert.Throws<ObjectDisposedException>(() => key.ImportPkcs8PrivateKey(pkcs8Private, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey(pwStr, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey(pwBytes, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportSubjectPublicKeyInfo(subjectPublicKeyInfo, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportPkcs8PrivateKey()); Assert.Throws<ObjectDisposedException>(() => key.TryExportPkcs8PrivateKey(pkcs8Private, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportEncryptedPkcs8PrivateKey(pwStr, pbeParameters)); Assert.Throws<ObjectDisposedException>(() => key.TryExportEncryptedPkcs8PrivateKey(pwStr, pbeParameters, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportEncryptedPkcs8PrivateKey(pwBytes, pbeParameters)); Assert.Throws<ObjectDisposedException>(() => key.TryExportEncryptedPkcs8PrivateKey(pwBytes, pbeParameters, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportSubjectPublicKeyInfo()); Assert.Throws<ObjectDisposedException>(() => key.TryExportSubjectPublicKeyInfo(subjectPublicKeyInfo, out _)); // Check encrypted import with the wrong password. // It shouldn't do enough work to realize it was wrong. pwBytes = Array.Empty<byte>(); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey("", pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey(pwBytes, pkcs8EncryptedPrivate, out _)); } [Fact] public static void ReadWriteDsa512Pkcs8() { ReadWriteBase64Pkcs8( @" MIHGAgEAMIGoBgcqhkjOOAQBMIGcAkEA1qi38cr3ppZNB2Y/xpHSL2q81Vw3rvWN IHRnQNgv4U4UY2NifZGSUULc3uOEvgoeBO1b9fRxSG9NmG1CoufflQIVAPq19iXV 1eFkMKHvYw6+M4l8wiT5AkAIRMSQ5S71jgWQLGNtZNHV6yxggqDU87/RzgeOh7Q6 fve77OGaTv4qbZwinTYAg86p9yHzmwW6+XBS3vxnpYorBBYCFC49eoTIW2Z4Xh9v 55aYKyKwy5i8", DSATestData.Dsa512Parameters); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048DeficientXPkcs8() { ReadWriteBase64Pkcs8( @" MIICZAIBADCCAjkGByqGSM44BAEwggIsAoIBAQCU0+SznxcnPo8nsyaS98NNNWGL 0nlUi0c2k5wrpOcpEWyurGAB6VcFwn188MMIvKcCu0cS1LtEihB4tjEVDqtFXJFn imHFHC03HgK7rHDpwsbadXtXgg7I/QluEF7DbAeKT9fdhyTSddMAf5TxL/lhZyk8 ZntGdwfx3Jp8CzS8T8R1sV1RJAp4mlOla2TWnB4Ct8o600GztvbJhvHgZb/mgNh9 7m2VkdjjjlfDesKYOyeUvq/+LHtbbKSbmBJIczJcYd5vggQRAYvpcj/ivagzLBMI iqMqCG0U1vACAQE/UWeGQ/MqzABSXbIvACDZL5wvQIi401oedk3Ni3DAs9LrAiEA 23CgOhWOnMudk9v3Z5bL68pFqHA+gqRYAViO5LaYWrMCggEAPPDxRLcKu9RCYNks TgMq3wpZjmgyPiVK/4cQyejqm+GdDSr5OaoN7HbSB7bqzveCTjZldTVjAcpfmF74 /3r1UYuN8IhaasVw/i5cWVYXDnHydAGUAYyKCkp7D5z5av1+JQJvqAuflya2xN/L xBBeuYaHyml/eXlAwTNbFEMR1H/yHk1cQ8AFhHhrwarkrYWKwGM1HuRCNHC+URVS hpTvzzEtnljU3dHAHig4M/TxSeX5vUVJMEQxthvg2tcXtTjFzVL94ajmYZPonQnB 4Hlo5vcH71YU6D5hEm9qXzk54HZzdFRL4yJcxPjzxQHVolJve7ZNZWp7vf5+cssW 1x6KOAQiAiAAyHG344loXbl9k03XAR+rB2/yfsQoL7AMDWRtKdXk5Q==", DSATestData.Dsa2048DeficientXParameters); } [ConditionalFact(typeof(RC2Factory), nameof(RC2Factory.IsSupported))] public static void ReadWriteDsa512EncryptedPkcs8() { // pbeWithSHA1And40BitRC2-CBC (PKCS12-PBE) ReadBase64EncryptedPkcs8( @" MIHxMBwGCiqGSIb3DQEMAQYwDgQIxVJI9zn2I3oCAggABIHQxWZ9CzDb28iUpwh7 jlX2JTurz7kbP8NkbyuRO1wmnjTDohFek9VSUt+UzmOnl1sQKBg8uqNXzyFsc3Mo me0NEZj19O90HD2+ahdWvlMuPJajYiXHXe4r+EwojEa4/KlMOhIQkv/NGLeIOYsu MmM8IXx9Qg7ztZTNebpceHg0hBrshzFPBvzMCOnErp2YtMixddnBbamIab8wYNPn QBS1HTKE5J9N78nM1DL4L7kE7VlpOezedRpvl+B8pK69QY7DBg98FnUsYPZhD4a+ UCouQg==", "forty", new PbeParameters( PbeEncryptionAlgorithm.Aes128Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.Dsa512Parameters); } [ConditionalFact(typeof(RC2Factory), nameof(RC2Factory.IsSupported))] public static void ReadWriteDsa576EncryptedPkcs8() { // pbeWithSHA1And128BitRC2-CBC (PKCS12-PBE) ReadBase64EncryptedPkcs8( @" MIIBATAcBgoqhkiG9w0BDAEFMA4ECBh9UuBb/JhlAgIIAASB4GqfDHTQYRRbRbdn HJT0o+FUPzleK0noTuW6LXQEaJZscvmKA3fE1HC53qbNemN90RSrwz1fFBaRzhII VWC+E+2uaM/Qi64e0ZqKJ86kE4sIe1AiGPz4PtyBauUYsMUTCuwLnrRyhzYv5d4Q 1aSE3jTZlwsNYmIiWO/+XUVIvNKGxW+DJTVAaI/Zxldxu31BmRt8caIUlrBHcNRI h/A6S/A3PvZuJ3hh4vwneBpk1eeJNuKvjJ5fBza/OQQaiNfef8ad0lJfpQF1i3kL itsfZ16jNKxoJbAx3psVTGdzxnw8", "If I had a trillion dollars...", new PbeParameters( PbeEncryptionAlgorithm.Aes128Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.Dsa576Parameters); } [Fact] public static void ReadWriteDsa1024EncryptedPkcs8() { // pbeWithSHA1AndDES-CBC (PBES1) ReadBase64EncryptedPkcs8( @" MIIBcTAbBgkqhkiG9w0BBQowDgQIEibTj5fv8jUCAggABIIBUPDssHf/llBiWN/M e3cyuqVHA89Zda1Myh/YcKmGWpQgflr2CKOrmsw7nin+9bWlZDYP795EEKSAkCZg ABHwJlTI9BKMUiXQUW8AwM5zqBJb/P/JOG2bFNXsZHUYUNh9g7I5mBwdCAih4D+R QT4YuclwLvQmTewyjLtDGiDF/mC+4kpyBePeO9kfkRUDHiwSNk/efN4ug1xQgwhu 2RXvjJaAYu3JVTp9Gp86suix1gRWMOg+pHCamtCjC4B+91q3LLMdseAoSHmy25/x qE3Db1UI4anCCnyEj/jDA8R6hZTFDjxu6bG0Z66g7I2GBDEYaaB+8x0vtiyu5LXo 6UZ53SX6S+jfIqJoF5YME9zVMoO2kwS/EGvc64+epCGcee1Nx4SGgUcr5HJYz1P4 CU+l4wPQR0rRmYHIJJIvFh5OXk84pV0crsOrekw7tHeNU6DMzw==", "Password > cipher", new PbeParameters( PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.GetDSA1024Params()); } [Fact] public static void ReadWriteDsa1024EncryptedPkcs8_PasswordBytes() { // pbeWithSHA1AndDES-CBC (PBES1) ReadBase64EncryptedPkcs8( @" MIIBcTAbBgkqhkiG9w0BBQowDgQIEibTj5fv8jUCAggABIIBUPDssHf/llBiWN/M e3cyuqVHA89Zda1Myh/YcKmGWpQgflr2CKOrmsw7nin+9bWlZDYP795EEKSAkCZg ABHwJlTI9BKMUiXQUW8AwM5zqBJb/P/JOG2bFNXsZHUYUNh9g7I5mBwdCAih4D+R QT4YuclwLvQmTewyjLtDGiDF/mC+4kpyBePeO9kfkRUDHiwSNk/efN4ug1xQgwhu 2RXvjJaAYu3JVTp9Gp86suix1gRWMOg+pHCamtCjC4B+91q3LLMdseAoSHmy25/x qE3Db1UI4anCCnyEj/jDA8R6hZTFDjxu6bG0Z66g7I2GBDEYaaB+8x0vtiyu5LXo 6UZ53SX6S+jfIqJoF5YME9zVMoO2kwS/EGvc64+epCGcee1Nx4SGgUcr5HJYz1P4 CU+l4wPQR0rRmYHIJJIvFh5OXk84pV0crsOrekw7tHeNU6DMzw==", Encoding.UTF8.GetBytes("Password > cipher"), new PbeParameters( PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.GetDSA1024Params()); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048EncryptedPkcs8() { ReadBase64EncryptedPkcs8( @" MIICkTAbBgkqhkiG9w0BBQMwDgQIiFvwvRtsR00CAggABIICcLdrPIpSA2oPwA7S /SBV43oICErpXe3XIjXwWTCRD+xgzQ1IUxJRHau8kIqz+mYwmN4tG9QZp/kc1HYx 1b72PtNc/NaduA6eT3DNZO7SslpnXkXKdXhMRsyzwawI4QfPlTZsL7bUgn4/O/GQ yN1gHns7AHk6HOO3fLujSSqrosLQOvHkgvsxLJhcBhGTKUZqwA6SFwvWsYKh7ML2 Rwx336Nlzf7wpd49l8meJyZReqJ8Fg4kIhhcJTDAhaxWEdIw1dolshz1FSyZIb75 dhNVrpHtp+fQbWZpMRLGB+6qmWHjfzrSdSRda898P9oLgXpKffXDuFFcW+opW3uV QZ2kM2Xx6NzcvdP4Bp3NKQmaW6inaES/IJvOasJd1KLTKb5Q16kq/0hrRw2fhBoc YxXkO34answHx3Oapx3tJ40fwxi0RjPdEY+qNpMlHLiZrV6/dK6jfo3i9MT7xbQE XLVGx9Yqp2eHNLPKnHuEaeDmOkYhsjVgrVGhDydqrN+9R6K6LOgU2Gxo7M/vhQiL TwE5xKbUF6u82nyjma7DR7P6YDDY/RNfGRBusiMn7xlJs7ssG3ZTa0BBwlh6C4Iw ak2nknIOVBrzyh+FJhcKRyExSDUt39uz0h+HH2MHNBs3gJv/xmURDRmlhwcqF7ZA EDVKgNkAxxCnPVjTUalttxCxTv7FC/vxfN7ulB2uKzicegsf6t/nS6i2dpJjUYDF 8SU3qholnkPCi+bN+pNLtHiTo6o/7dhUf+/Y0DclLakVTduuOBc0v5arTtOB1Qlc /NbPGH1ELzGP6HO8JzNYWabsAuY4AYoXuaTa7F0ygo6t9FP90w==", "Chicken Cannon", new PbeParameters( PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 0x0202), DSATestData.GetDSA2048Params()); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048DeficientXEncryptedPkcs8() { ReadBase64EncryptedPkcs8( @" MIICkjAcBgoqhkiG9w0BDAEDMA4ECIE+VJLKiCq5AgIIAASCAnDa5K+uH8d1SVg6 NUGrayJH9pJ//k8Y8vP6/t7iZBsNnhcBXcntM9CuiXlFGi11utbhW9WLhUEzx9rL qNb09aC0axeUko4JZC27fvr4IrifNURrMXB1D1QOwzZZNggaqsoIsZ/VSdgr6MSL ek8D7YQ9sA0Zjex63H+XN2fiO98doD7foOIM0LbfSc2uue3MS0HYY8GkSIlbbcSq Mk+GjYKRF0kHUOvRVei3CYaFM54X/RbYCV+9JXzRN9Rx33JH/0QqBBmdsE4UTLiZ TUNhu/d/qRZusOVDix+5UiAaQ4juxuvT/rHdLaM/5W65yyH9ARK1qSiQWOYV9cgr bDo3rWwxSAxKmMJt1BfiiN+Zhg9m50lkdLNen2xOJrkvjb1/XJRaqYGFTpWnCcRc iQVhTB+7navPKuUjCPNhhR61ev7zLoahzmqVaRsSxsaBWUyWWysi1RnBZ/Om7xer idEK+c8u8DYBXXzEe/DGzYL7O4pwk6CiszlwQKbLrdS4hb7OpD3ApZsxY+fI5gf1 qpyisiOqbpfk51m8MekT+NyKh24RIa7uCgEm6hP3RN4YHwk+GtW+FLT7Dy095A85 LMW+AUTTx0nzbTr0JrF/xHDYjjR5sxYx7oETgVKaglsErc8GGtiZLJT0mzV7hJ6T RMCochA67WSoCIkJxwvSWyH6c2+9c7SP/Zi7pQqSMgV9KfWker5cFmwvbJGUOHvA BcNFpff98LJz3xpSE8iHr5iynJ4mOfkmMMzRczyVE+xblz1zcTwS5JBDyVRch1Tj dOwrkyNhKY+C3S3Hrg+1jGkxn95eJRPX7giU2GBUdc535JhKZH4=", "watchX", new PbeParameters( PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 0x0101), DSATestData.Dsa2048DeficientXParameters); } [Fact] public static void ReadWriteDsa576SubjectPublicKeyInfo() { ReadWriteBase64SubjectPublicKeyInfo( @" MIIBCjCBuQYHKoZIzjgEATCBrQJJAOIWcwa//Ya7YvQye3eLv6B7pCMj7FZ7EGuV Y4gr3dbX8u5zYPKZiI3p9Aphx40L2EQu+pwyK4aK02ezlB1yt6MyyVTrFikTKwIV AMzc7M9fCyyP4jji8G8iE38X+usbAkkArxfUBhMCB54zA0p3oFjdtLgyrLEUt7jS 065EUd/4XrjdddRHQhg2nUhbIgZQZAYESrTmQH/apaKeldSWTKVZ6BxvfPzahyZl A0wAAkkAgVpUm2/QztrwRLALfP4TUZAtdyfW1/tzYAOk4cTNjfv0MeT/RzPz+pLH ZfDP+UTj7VaoW3WVPrFpASSJhbtfiROY6rXjlkXn", DSATestData.Dsa576Parameters); } [Fact] public static void ReadWriteDsa1024SubjectPublicKeyInfo() { ReadWriteBase64SubjectPublicKeyInfo( @" MIIBtjCCASsGByqGSM44BAEwggEeAoGBAMFtJsdNbBYneZwJGFSOVT/ljHiB2khG Kcr2QxH0snz+9r2w8hIGsP/EmZov7VO0O57ikQxo2ixDaoAY9JOPZHI2n1ZH0AW8 yW4iWQzBXjzU6g0TL12lr2qqCAewzE7zQEr1QvRUaze91qR+ZBEwg325k5fIRWNd fcNtBTfkqEsxAhUA2DwOy3NVHi/jDVH89CNsZRiDrdcCgYBrw2a2Y1VUXgmPH+kO VGm1Z+Cfp52Bfys2e0XezUMBpZyB1pEfdpHTcOFaxpLAS8EYcsFxp/5lTpY9fdpX Wp6YzgJvt9OTSiWGCBNKjsXtaaKu3IlAG2et3kJ/F+2uty169F2asdWeGxPU770X x2QzAmfd41LCDgW4DbPBCf6LnAOBhAACgYBpC7N6kUXgXW57R8RXiYqu3XJQHJ0W 55sa11qHLPAXqpC7+5Dxs7f1wDyH5G6HJWZVJv00FXsm9Zah8Jl/WfPmXvxhWlUt XnVpxf/EWT1aApkRDnHJfhIhpaA/6aaTWu3YjvCzsvedOpntdfe4cebq8mgNltV0 pfTBO6zjtLRN4Q==", DSATestData.GetDSA1024Params()); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048SubjectPublicKeyInfo() { ReadWriteBase64SubjectPublicKeyInfo( @" MIIDRjCCAjkGByqGSM44BAEwggIsAoIBAQCvj7mysUfJbzkjYGOb2qZUT/LNCGtg SjMk9IVZXwLOrzLS1J8t062fU4TdCdAxgtuPCqBs4KD8ojZqWwMb0OL615e63IdK DGeBUpwB4NaXBLQ983GuSps92B6wP12uKDeAESVoZjN7c6gk9+isphmBp8Z2STY9 LX0SzCMFMI0IS+xozDsbPvV3BTpeI0Sfujw+tvjNjqafEWs3SL0jf5f09+kRxBw5 TW99LVO3Z2GPDe1I571/MMZWiUgmSlTADTWKdumCbteRxrbL+MKcJFFzsdjSGUOO WTc851VO9Jx4QKjFXOLl4sM8EKrY2Q8ox8su8UrV7YxOaZK0Hs7GUoj1AiEAyTqy KSNygpl/I1QaOZu/dc7NML4L6VksBwQ+0wIh6ssCggEARKfSLeuinOGdZ40twR8R i6oQ476pTeKcPsNsEKtNaIAEobf0OH/BzJYT5oUf7bvVRTGe3lRLlOT66cEGnnc0 +eavyKC4QGls3/4obhrxrW45Yp0MjGAWrGJfEAus9f90sjJcnZmm2LAxCyaPY+Nf XRyNpmP5SrqQJEzsz5qM5dtUebAG+RMeXqeCIqMuKhA8H+8WkpsVbjIwyVQpXNo+ X5H3G1Z/o7d0uELxKM0NND1UaNuQc0pngDXmXmohzHMB9PU+a2ZxioP/KFpv3onK WuHRuWM6JaNKkm+dKAj5v3ldk2eH/0xyhrx/xKgq+psGyRJRCakjuvPjd1XxV0uv tQOCAQUAAoIBAAEb2FmGosQTFf8BxVSkXlqcRbOOvcwmYLbReIlgToAKb96OAXzt N5P0pvuvu3YT/re6h4QavVmTXRiFiTnACm5GGbZWJHWVXW1yshNL7PWrNBGPYNhL H/JodT8YjoYSVRMthMoKq2gbhVGHM5Txjg2u9rX5V37HyiqmMoG1Oa9YlCg+P7bc xVN9ksi/58ByOsIS7vO3cY01w/3Zn3rgkSzHxHUhpW+lEb4xcS2XmuZ/F6e8xOWB DqnKE43u09eCOe7vI5p3KULSPCgQwpciGVJWRhJ/nEuBYSwSrtwtyR6BFTsKIHwf vAB5Wz646GeWztKawSR/9xIqHq8IECV1FXI=", DSATestData.GetDSA2048Params()); } [Fact] public static void NoFuzzySubjectPublicKeyInfo() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); int bytesRead = -1; byte[] pkcs8 = key.ExportPkcs8PrivateKey(); Assert.ThrowsAny<CryptographicException>( () => key.ImportSubjectPublicKeyInfo(pkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); ReadOnlySpan<byte> passwordBytes = pkcs8.AsSpan(0, 15); byte[] encryptedPkcs8 = key.ExportEncryptedPkcs8PrivateKey( passwordBytes, new PbeParameters( PbeEncryptionAlgorithm.Aes256Cbc, HashAlgorithmName.SHA512, 123)); Assert.ThrowsAny<CryptographicException>( () => key.ImportSubjectPublicKeyInfo(encryptedPkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); } } [Fact] public static void NoFuzzyPkcs8() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); int bytesRead = -1; byte[] spki = key.ExportSubjectPublicKeyInfo(); Assert.ThrowsAny<CryptographicException>( () => key.ImportPkcs8PrivateKey(spki, out bytesRead)); Assert.Equal(-1, bytesRead); ReadOnlySpan<byte> passwordBytes = spki.AsSpan(0, 15); byte[] encryptedPkcs8 = key.ExportEncryptedPkcs8PrivateKey( passwordBytes, new PbeParameters( PbeEncryptionAlgorithm.Aes256Cbc, HashAlgorithmName.SHA512, 123)); Assert.ThrowsAny<CryptographicException>( () => key.ImportPkcs8PrivateKey(encryptedPkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); } } [Fact] public static void NoFuzzyEncryptedPkcs8() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); int bytesRead = -1; byte[] spki = key.ExportSubjectPublicKeyInfo(); byte[] empty = Array.Empty<byte>(); Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey(empty, spki, out bytesRead)); Assert.Equal(-1, bytesRead); byte[] pkcs8 = key.ExportPkcs8PrivateKey(); Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey(empty, pkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); } } [Fact] public static void NoPrivKeyFromPublicOnly() { using (DSA key = DSAFactory.Create()) { DSAParameters dsaParameters = DSATestData.GetDSA1024Params(); dsaParameters.X = null; key.ImportParameters(dsaParameters); Assert.ThrowsAny<CryptographicException>( () => key.ExportPkcs8PrivateKey()); Assert.ThrowsAny<CryptographicException>( () => key.TryExportPkcs8PrivateKey(Span<byte>.Empty, out _)); Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 72), Span<byte>.Empty, out _)); } } [Fact] public static void BadPbeParameters() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); Assert.ThrowsAny<ArgumentNullException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, null)); Assert.ThrowsAny<ArgumentNullException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<char>.Empty, null)); Assert.ThrowsAny<ArgumentNullException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, null, Span<byte>.Empty, out _)); Assert.ThrowsAny<ArgumentNullException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<char>.Empty, null, Span<byte>.Empty, out _)); // PKCS12 requires SHA-1 Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA256, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA256, 72), Span<byte>.Empty, out _)); // PKCS12 requires SHA-1 Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.MD5, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.MD5, 72), Span<byte>.Empty, out _)); // PKCS12 requires a char-based password Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown encryption algorithm Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(0, HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(0, HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown encryption algorithm (negative enum value) Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)(-5), HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)(-5), HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown encryption algorithm (overly-large enum value) Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)15, HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)15, HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown hash algorithm Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, new HashAlgorithmName("Potato"), 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, new HashAlgorithmName("Potato"), 72), Span<byte>.Empty, out _)); } } [Fact] public static void DecryptPkcs12WithBytes() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); string charBased = "hello"; byte[] byteBased = Encoding.UTF8.GetBytes(charBased); byte[] encrypted = key.ExportEncryptedPkcs8PrivateKey( charBased, new PbeParameters( PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 123)); Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey(byteBased, encrypted, out _)); } } [Fact] [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void DecryptPkcs12PbeTooManyIterations() { // pbeWithSHAAnd3-KeyTripleDES-CBC with 600,001 iterations byte[] high3DesIterationKey = Convert.FromBase64String(@" MIIBezAlBgoqhkiG9w0BDAEDMBcEEDH/8QAPoG1utiuJkzA4u4kCAwknwQSCAVD9BOoJTlihH9zP 0AmAXtBa7fjJGnq4tZBJSYmJbNxszTSvM3tEkzyiqFWd6Ptm9bf0cOybad2LXIWnrtlIclGD0ibH earAf1YvAIBFlbDXfVF8v5//XL2R1d8kcp4fqTVKdRunTSvPS0rIFP5Mrfj89WacHO3HQOB6UMMT ZYSdI3qZj+6Rlo0a7/MEO23Y0zR9XLdUhyra+UixzVi05VslPoWn1dsFksbklwtV+IRJ9biMjCta 8fr3uqHmtb57121dA3p4A2dya8bgcHOJlMPsYxJ012GV4twULSyaZz6hXOzVh3AL5uLlrzSkV7ZQ dkOGlpaaJkhGKtkfxRe82w3ZXhuLsVt3vPciDbbF5hIDf8JX7X1aANq5Ka9Tcs3Lyd/FVdkceqn7 KaC843/LqYiSNoD7rBPpSpkyLtldwhqc7o2Wz7tyb1Oj8WF47AJD5OI="); using (DSA key = DSAFactory.Create()) { Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey("test", high3DesIterationKey, out _)); } } [Fact] [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void ReadWriteDsa1024EncryptedPkcs8_Pbes2HighIterations() { // pkcs5PBES2 hmacWithSHA256 aes128-CBC with 600,001 iterations ReadBase64EncryptedPkcs8(@" MIIBtjBgBgkqhkiG9w0BBQ0wUzAyBgkqhkiG9w0BBQwwJQQQ+ZTlQ9PG0lKomeY4b7lpZgIDCSfB MAwGCCqGSIb3DQIJBQAwHQYJYIZIAWUDBAECBBDoHELpGkGH/pPcq1/id3l4BIIBUHF74QMFkUdy XZiUndRy+u2d5KNct89WYj8b3Fb7/VTZQwWRfoIZbC2Of769SMvd2R1ViWNG/ZPX7gxZ2keHFiNL v/Dj6sNdfFGDF8RyPGOzFQSYu/PYteCHMCh4cYtLQqaGARbKQ1R46dfSyBgQ8IFh9Mnz7T57wSSt Af3nJkTjfvS28hjtErrufv0XrLCy95+K/fX80GicWuAsC/sLDbbMiiKWzOlLhug4uX5/gSRM3Oqy LGssZuyeza1fTIgU8NjijYQ/kJJUwEWjjn1PA7BWtDWYaqG5wLyz6z50S6pbpLRelvxV5s9dX1Yq aylTdOmNGHG+7yEVFQ+sgvJJVIG9mz+YP9tBbzm65UvbzPrXSvNldgm2XUF0Z8LZMRqrurKLYjLE +TA4wBPaTRUeF0/9Sgk7MXcKHEjhG+OlTP9MExv6Wq3mIREamzu+EtVcPg==", "test", new PbeParameters( PbeEncryptionAlgorithm.Aes128Cbc, HashAlgorithmName.SHA256, 600_001), DSATestData.GetDSA1024Params()); } private static void ReadBase64EncryptedPkcs8( string base64EncPkcs8, string password, PbeParameters pbeParameters, in DSAParameters expected) { ReadWriteKey( base64EncPkcs8, expected, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportEncryptedPkcs8PrivateKey(password, source, out read), dsa => dsa.ExportEncryptedPkcs8PrivateKey(password, pbeParameters), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportEncryptedPkcs8PrivateKey(password, pbeParameters, destination, out written), isEncrypted: true); } private static void ReadBase64EncryptedPkcs8( string base64EncPkcs8, byte[] passwordBytes, PbeParameters pbeParameters, in DSAParameters expected) { ReadWriteKey( base64EncPkcs8, expected, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportEncryptedPkcs8PrivateKey(passwordBytes, source, out read), dsa => dsa.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters, destination, out written), isEncrypted: true); } private static void ReadWriteBase64SubjectPublicKeyInfo( string base64SubjectPublicKeyInfo, in DSAParameters expected) { DSAParameters expectedPublic = new DSAParameters { P = expected.P, G = expected.G, Q = expected.Q, Y = expected.Y, }; ReadWriteKey( base64SubjectPublicKeyInfo, expectedPublic, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportSubjectPublicKeyInfo(source, out read), dsa => dsa.ExportSubjectPublicKeyInfo(), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportSubjectPublicKeyInfo(destination, out written)); } private static void ReadWriteBase64Pkcs8(string base64Pkcs8, in DSAParameters expected) { ReadWriteKey( base64Pkcs8, expected, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportPkcs8PrivateKey(source, out read), dsa => dsa.ExportPkcs8PrivateKey(), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportPkcs8PrivateKey(destination, out written)); } private static void ReadWriteKey( string base64, in DSAParameters expected, ReadKeyAction readAction, Func<DSA, byte[]> writeArrayFunc, WriteKeyToSpanFunc writeSpanFunc, bool isEncrypted = false) { bool isPrivateKey = expected.X != null; byte[] derBytes = Convert.FromBase64String(base64); byte[] arrayExport; byte[] tooBig; const int OverAllocate = 30; const int WriteShift = 6; using (DSA dsa = DSAFactory.Create()) { readAction(dsa, derBytes, out int bytesRead); Assert.Equal(derBytes.Length, bytesRead); arrayExport = writeArrayFunc(dsa); DSAParameters dsaParameters = dsa.ExportParameters(isPrivateKey); DSAImportExport.AssertKeyEquals(expected, dsaParameters); } // Public key formats are stable. // Private key formats are not, since CNG recomputes the D value // and then all of the CRT parameters. if (!isPrivateKey) { Assert.Equal(derBytes.Length, arrayExport.Length); Assert.Equal(derBytes.ByteArrayToHex(), arrayExport.ByteArrayToHex()); } using (DSA dsa = DSAFactory.Create()) { Assert.ThrowsAny<CryptographicException>( () => readAction(dsa, arrayExport.AsSpan(1), out _)); Assert.ThrowsAny<CryptographicException>( () => readAction(dsa, arrayExport.AsSpan(0, arrayExport.Length - 1), out _)); readAction(dsa, arrayExport, out int bytesRead); Assert.Equal(arrayExport.Length, bytesRead); DSAParameters dsaParameters = dsa.ExportParameters(isPrivateKey); DSAImportExport.AssertKeyEquals(expected, dsaParameters); Assert.False( writeSpanFunc(dsa, Span<byte>.Empty, out int bytesWritten), "Write to empty span"); Assert.Equal(0, bytesWritten); Assert.False( writeSpanFunc( dsa, derBytes.AsSpan(0, Math.Min(derBytes.Length, arrayExport.Length) - 1), out bytesWritten), "Write to too-small span"); Assert.Equal(0, bytesWritten); tooBig = new byte[arrayExport.Length + OverAllocate]; tooBig.AsSpan().Fill(0xC4); Assert.True(writeSpanFunc(dsa, tooBig.AsSpan(WriteShift), out bytesWritten)); Assert.Equal(arrayExport.Length, bytesWritten); Assert.Equal(0xC4, tooBig[WriteShift - 1]); Assert.Equal(0xC4, tooBig[WriteShift + bytesWritten + 1]); // If encrypted, the data should have had a random salt applied, so unstable. // Otherwise, we've normalized the data (even for private keys) so the output // should match what it output previously. if (isEncrypted) { Assert.NotEqual( arrayExport.ByteArrayToHex(), tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex()); } else { Assert.Equal( arrayExport.ByteArrayToHex(), tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex()); } } using (DSA dsa = DSAFactory.Create()) { readAction(dsa, tooBig.AsSpan(WriteShift), out int bytesRead); Assert.Equal(arrayExport.Length, bytesRead); arrayExport.AsSpan().Fill(0xCA); Assert.True( writeSpanFunc(dsa, arrayExport, out int bytesWritten), "Write to precisely allocated Span"); if (isEncrypted) { Assert.NotEqual( tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex(), arrayExport.ByteArrayToHex()); } else { Assert.Equal( tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex(), arrayExport.ByteArrayToHex()); } } } private delegate void ReadKeyAction(DSA dsa, ReadOnlySpan<byte> source, out int bytesRead); private delegate bool WriteKeyToSpanFunc(DSA dsa, Span<byte> destination, out int bytesWritten); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Security.Cryptography.Encryption.RC2.Tests; using System.Text; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.Dsa.Tests { [SkipOnPlatform(TestPlatforms.Browser | TestPlatforms.iOS | TestPlatforms.tvOS | TestPlatforms.MacCatalyst, "Not supported on Browser/iOS/tvOS/MacCatalyst")] public static class DSAKeyFileTests { public static bool SupportsFips186_3 => DSAFactory.SupportsFips186_3; [ConditionalFact(typeof(DSAFactory), nameof(DSAFactory.SupportsKeyGeneration))] public static void UseAfterDispose_NewKey() { UseAfterDispose(false); } [Fact] public static void UseAfterDispose_ImportedKey() { UseAfterDispose(true); } private static void UseAfterDispose(bool importKey) { DSA key = importKey ? DSAFactory.Create(DSATestData.GetDSA1024Params()) : DSAFactory.Create(1024); byte[] pkcs8Private; byte[] pkcs8EncryptedPrivate; byte[] subjectPublicKeyInfo; string pwStr = "Hello"; // Because the PBE algorithm uses PBES2 the string->byte encoding is UTF-8. byte[] pwBytes = Encoding.UTF8.GetBytes(pwStr); PbeParameters pbeParameters = new PbeParameters( PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 3072); // Ensure the key was loaded, then dispose it. // Also ensures all of the inputs are valid for the disposed tests. using (key) { pkcs8Private = key.ExportPkcs8PrivateKey(); pkcs8EncryptedPrivate = key.ExportEncryptedPkcs8PrivateKey(pwStr, pbeParameters); subjectPublicKeyInfo = key.ExportSubjectPublicKeyInfo(); } Assert.Throws<ObjectDisposedException>(() => key.ImportPkcs8PrivateKey(pkcs8Private, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey(pwStr, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey(pwBytes, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportSubjectPublicKeyInfo(subjectPublicKeyInfo, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportPkcs8PrivateKey()); Assert.Throws<ObjectDisposedException>(() => key.TryExportPkcs8PrivateKey(pkcs8Private, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportEncryptedPkcs8PrivateKey(pwStr, pbeParameters)); Assert.Throws<ObjectDisposedException>(() => key.TryExportEncryptedPkcs8PrivateKey(pwStr, pbeParameters, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportEncryptedPkcs8PrivateKey(pwBytes, pbeParameters)); Assert.Throws<ObjectDisposedException>(() => key.TryExportEncryptedPkcs8PrivateKey(pwBytes, pbeParameters, pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ExportSubjectPublicKeyInfo()); Assert.Throws<ObjectDisposedException>(() => key.TryExportSubjectPublicKeyInfo(subjectPublicKeyInfo, out _)); // Check encrypted import with the wrong password. // It shouldn't do enough work to realize it was wrong. pwBytes = Array.Empty<byte>(); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey("", pkcs8EncryptedPrivate, out _)); Assert.Throws<ObjectDisposedException>(() => key.ImportEncryptedPkcs8PrivateKey(pwBytes, pkcs8EncryptedPrivate, out _)); } [Fact] public static void ReadWriteDsa512Pkcs8() { ReadWriteBase64Pkcs8( @" MIHGAgEAMIGoBgcqhkjOOAQBMIGcAkEA1qi38cr3ppZNB2Y/xpHSL2q81Vw3rvWN IHRnQNgv4U4UY2NifZGSUULc3uOEvgoeBO1b9fRxSG9NmG1CoufflQIVAPq19iXV 1eFkMKHvYw6+M4l8wiT5AkAIRMSQ5S71jgWQLGNtZNHV6yxggqDU87/RzgeOh7Q6 fve77OGaTv4qbZwinTYAg86p9yHzmwW6+XBS3vxnpYorBBYCFC49eoTIW2Z4Xh9v 55aYKyKwy5i8", DSATestData.Dsa512Parameters); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048DeficientXPkcs8() { ReadWriteBase64Pkcs8( @" MIICZAIBADCCAjkGByqGSM44BAEwggIsAoIBAQCU0+SznxcnPo8nsyaS98NNNWGL 0nlUi0c2k5wrpOcpEWyurGAB6VcFwn188MMIvKcCu0cS1LtEihB4tjEVDqtFXJFn imHFHC03HgK7rHDpwsbadXtXgg7I/QluEF7DbAeKT9fdhyTSddMAf5TxL/lhZyk8 ZntGdwfx3Jp8CzS8T8R1sV1RJAp4mlOla2TWnB4Ct8o600GztvbJhvHgZb/mgNh9 7m2VkdjjjlfDesKYOyeUvq/+LHtbbKSbmBJIczJcYd5vggQRAYvpcj/ivagzLBMI iqMqCG0U1vACAQE/UWeGQ/MqzABSXbIvACDZL5wvQIi401oedk3Ni3DAs9LrAiEA 23CgOhWOnMudk9v3Z5bL68pFqHA+gqRYAViO5LaYWrMCggEAPPDxRLcKu9RCYNks TgMq3wpZjmgyPiVK/4cQyejqm+GdDSr5OaoN7HbSB7bqzveCTjZldTVjAcpfmF74 /3r1UYuN8IhaasVw/i5cWVYXDnHydAGUAYyKCkp7D5z5av1+JQJvqAuflya2xN/L xBBeuYaHyml/eXlAwTNbFEMR1H/yHk1cQ8AFhHhrwarkrYWKwGM1HuRCNHC+URVS hpTvzzEtnljU3dHAHig4M/TxSeX5vUVJMEQxthvg2tcXtTjFzVL94ajmYZPonQnB 4Hlo5vcH71YU6D5hEm9qXzk54HZzdFRL4yJcxPjzxQHVolJve7ZNZWp7vf5+cssW 1x6KOAQiAiAAyHG344loXbl9k03XAR+rB2/yfsQoL7AMDWRtKdXk5Q==", DSATestData.Dsa2048DeficientXParameters); } [ConditionalFact(typeof(RC2Factory), nameof(RC2Factory.IsSupported))] public static void ReadWriteDsa512EncryptedPkcs8() { // pbeWithSHA1And40BitRC2-CBC (PKCS12-PBE) ReadBase64EncryptedPkcs8( @" MIHxMBwGCiqGSIb3DQEMAQYwDgQIxVJI9zn2I3oCAggABIHQxWZ9CzDb28iUpwh7 jlX2JTurz7kbP8NkbyuRO1wmnjTDohFek9VSUt+UzmOnl1sQKBg8uqNXzyFsc3Mo me0NEZj19O90HD2+ahdWvlMuPJajYiXHXe4r+EwojEa4/KlMOhIQkv/NGLeIOYsu MmM8IXx9Qg7ztZTNebpceHg0hBrshzFPBvzMCOnErp2YtMixddnBbamIab8wYNPn QBS1HTKE5J9N78nM1DL4L7kE7VlpOezedRpvl+B8pK69QY7DBg98FnUsYPZhD4a+ UCouQg==", "forty", new PbeParameters( PbeEncryptionAlgorithm.Aes128Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.Dsa512Parameters); } [ConditionalFact(typeof(RC2Factory), nameof(RC2Factory.IsSupported))] public static void ReadWriteDsa576EncryptedPkcs8() { // pbeWithSHA1And128BitRC2-CBC (PKCS12-PBE) ReadBase64EncryptedPkcs8( @" MIIBATAcBgoqhkiG9w0BDAEFMA4ECBh9UuBb/JhlAgIIAASB4GqfDHTQYRRbRbdn HJT0o+FUPzleK0noTuW6LXQEaJZscvmKA3fE1HC53qbNemN90RSrwz1fFBaRzhII VWC+E+2uaM/Qi64e0ZqKJ86kE4sIe1AiGPz4PtyBauUYsMUTCuwLnrRyhzYv5d4Q 1aSE3jTZlwsNYmIiWO/+XUVIvNKGxW+DJTVAaI/Zxldxu31BmRt8caIUlrBHcNRI h/A6S/A3PvZuJ3hh4vwneBpk1eeJNuKvjJ5fBza/OQQaiNfef8ad0lJfpQF1i3kL itsfZ16jNKxoJbAx3psVTGdzxnw8", "If I had a trillion dollars...", new PbeParameters( PbeEncryptionAlgorithm.Aes128Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.Dsa576Parameters); } [Fact] public static void ReadWriteDsa1024EncryptedPkcs8() { // pbeWithSHA1AndDES-CBC (PBES1) ReadBase64EncryptedPkcs8( @" MIIBcTAbBgkqhkiG9w0BBQowDgQIEibTj5fv8jUCAggABIIBUPDssHf/llBiWN/M e3cyuqVHA89Zda1Myh/YcKmGWpQgflr2CKOrmsw7nin+9bWlZDYP795EEKSAkCZg ABHwJlTI9BKMUiXQUW8AwM5zqBJb/P/JOG2bFNXsZHUYUNh9g7I5mBwdCAih4D+R QT4YuclwLvQmTewyjLtDGiDF/mC+4kpyBePeO9kfkRUDHiwSNk/efN4ug1xQgwhu 2RXvjJaAYu3JVTp9Gp86suix1gRWMOg+pHCamtCjC4B+91q3LLMdseAoSHmy25/x qE3Db1UI4anCCnyEj/jDA8R6hZTFDjxu6bG0Z66g7I2GBDEYaaB+8x0vtiyu5LXo 6UZ53SX6S+jfIqJoF5YME9zVMoO2kwS/EGvc64+epCGcee1Nx4SGgUcr5HJYz1P4 CU+l4wPQR0rRmYHIJJIvFh5OXk84pV0crsOrekw7tHeNU6DMzw==", "Password > cipher", new PbeParameters( PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.GetDSA1024Params()); } [Fact] public static void ReadWriteDsa1024EncryptedPkcs8_PasswordBytes() { // pbeWithSHA1AndDES-CBC (PBES1) ReadBase64EncryptedPkcs8( @" MIIBcTAbBgkqhkiG9w0BBQowDgQIEibTj5fv8jUCAggABIIBUPDssHf/llBiWN/M e3cyuqVHA89Zda1Myh/YcKmGWpQgflr2CKOrmsw7nin+9bWlZDYP795EEKSAkCZg ABHwJlTI9BKMUiXQUW8AwM5zqBJb/P/JOG2bFNXsZHUYUNh9g7I5mBwdCAih4D+R QT4YuclwLvQmTewyjLtDGiDF/mC+4kpyBePeO9kfkRUDHiwSNk/efN4ug1xQgwhu 2RXvjJaAYu3JVTp9Gp86suix1gRWMOg+pHCamtCjC4B+91q3LLMdseAoSHmy25/x qE3Db1UI4anCCnyEj/jDA8R6hZTFDjxu6bG0Z66g7I2GBDEYaaB+8x0vtiyu5LXo 6UZ53SX6S+jfIqJoF5YME9zVMoO2kwS/EGvc64+epCGcee1Nx4SGgUcr5HJYz1P4 CU+l4wPQR0rRmYHIJJIvFh5OXk84pV0crsOrekw7tHeNU6DMzw==", Encoding.UTF8.GetBytes("Password > cipher"), new PbeParameters( PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 12345), DSATestData.GetDSA1024Params()); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048EncryptedPkcs8() { ReadBase64EncryptedPkcs8( @" MIICkTAbBgkqhkiG9w0BBQMwDgQIiFvwvRtsR00CAggABIICcLdrPIpSA2oPwA7S /SBV43oICErpXe3XIjXwWTCRD+xgzQ1IUxJRHau8kIqz+mYwmN4tG9QZp/kc1HYx 1b72PtNc/NaduA6eT3DNZO7SslpnXkXKdXhMRsyzwawI4QfPlTZsL7bUgn4/O/GQ yN1gHns7AHk6HOO3fLujSSqrosLQOvHkgvsxLJhcBhGTKUZqwA6SFwvWsYKh7ML2 Rwx336Nlzf7wpd49l8meJyZReqJ8Fg4kIhhcJTDAhaxWEdIw1dolshz1FSyZIb75 dhNVrpHtp+fQbWZpMRLGB+6qmWHjfzrSdSRda898P9oLgXpKffXDuFFcW+opW3uV QZ2kM2Xx6NzcvdP4Bp3NKQmaW6inaES/IJvOasJd1KLTKb5Q16kq/0hrRw2fhBoc YxXkO34answHx3Oapx3tJ40fwxi0RjPdEY+qNpMlHLiZrV6/dK6jfo3i9MT7xbQE XLVGx9Yqp2eHNLPKnHuEaeDmOkYhsjVgrVGhDydqrN+9R6K6LOgU2Gxo7M/vhQiL TwE5xKbUF6u82nyjma7DR7P6YDDY/RNfGRBusiMn7xlJs7ssG3ZTa0BBwlh6C4Iw ak2nknIOVBrzyh+FJhcKRyExSDUt39uz0h+HH2MHNBs3gJv/xmURDRmlhwcqF7ZA EDVKgNkAxxCnPVjTUalttxCxTv7FC/vxfN7ulB2uKzicegsf6t/nS6i2dpJjUYDF 8SU3qholnkPCi+bN+pNLtHiTo6o/7dhUf+/Y0DclLakVTduuOBc0v5arTtOB1Qlc /NbPGH1ELzGP6HO8JzNYWabsAuY4AYoXuaTa7F0ygo6t9FP90w==", "Chicken Cannon", new PbeParameters( PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 0x0202), DSATestData.GetDSA2048Params()); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048DeficientXEncryptedPkcs8() { ReadBase64EncryptedPkcs8( @" MIICkjAcBgoqhkiG9w0BDAEDMA4ECIE+VJLKiCq5AgIIAASCAnDa5K+uH8d1SVg6 NUGrayJH9pJ//k8Y8vP6/t7iZBsNnhcBXcntM9CuiXlFGi11utbhW9WLhUEzx9rL qNb09aC0axeUko4JZC27fvr4IrifNURrMXB1D1QOwzZZNggaqsoIsZ/VSdgr6MSL ek8D7YQ9sA0Zjex63H+XN2fiO98doD7foOIM0LbfSc2uue3MS0HYY8GkSIlbbcSq Mk+GjYKRF0kHUOvRVei3CYaFM54X/RbYCV+9JXzRN9Rx33JH/0QqBBmdsE4UTLiZ TUNhu/d/qRZusOVDix+5UiAaQ4juxuvT/rHdLaM/5W65yyH9ARK1qSiQWOYV9cgr bDo3rWwxSAxKmMJt1BfiiN+Zhg9m50lkdLNen2xOJrkvjb1/XJRaqYGFTpWnCcRc iQVhTB+7navPKuUjCPNhhR61ev7zLoahzmqVaRsSxsaBWUyWWysi1RnBZ/Om7xer idEK+c8u8DYBXXzEe/DGzYL7O4pwk6CiszlwQKbLrdS4hb7OpD3ApZsxY+fI5gf1 qpyisiOqbpfk51m8MekT+NyKh24RIa7uCgEm6hP3RN4YHwk+GtW+FLT7Dy095A85 LMW+AUTTx0nzbTr0JrF/xHDYjjR5sxYx7oETgVKaglsErc8GGtiZLJT0mzV7hJ6T RMCochA67WSoCIkJxwvSWyH6c2+9c7SP/Zi7pQqSMgV9KfWker5cFmwvbJGUOHvA BcNFpff98LJz3xpSE8iHr5iynJ4mOfkmMMzRczyVE+xblz1zcTwS5JBDyVRch1Tj dOwrkyNhKY+C3S3Hrg+1jGkxn95eJRPX7giU2GBUdc535JhKZH4=", "watchX", new PbeParameters( PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 0x0101), DSATestData.Dsa2048DeficientXParameters); } [Fact] public static void ReadWriteDsa576SubjectPublicKeyInfo() { ReadWriteBase64SubjectPublicKeyInfo( @" MIIBCjCBuQYHKoZIzjgEATCBrQJJAOIWcwa//Ya7YvQye3eLv6B7pCMj7FZ7EGuV Y4gr3dbX8u5zYPKZiI3p9Aphx40L2EQu+pwyK4aK02ezlB1yt6MyyVTrFikTKwIV AMzc7M9fCyyP4jji8G8iE38X+usbAkkArxfUBhMCB54zA0p3oFjdtLgyrLEUt7jS 065EUd/4XrjdddRHQhg2nUhbIgZQZAYESrTmQH/apaKeldSWTKVZ6BxvfPzahyZl A0wAAkkAgVpUm2/QztrwRLALfP4TUZAtdyfW1/tzYAOk4cTNjfv0MeT/RzPz+pLH ZfDP+UTj7VaoW3WVPrFpASSJhbtfiROY6rXjlkXn", DSATestData.Dsa576Parameters); } [Fact] public static void ReadWriteDsa1024SubjectPublicKeyInfo() { ReadWriteBase64SubjectPublicKeyInfo( @" MIIBtjCCASsGByqGSM44BAEwggEeAoGBAMFtJsdNbBYneZwJGFSOVT/ljHiB2khG Kcr2QxH0snz+9r2w8hIGsP/EmZov7VO0O57ikQxo2ixDaoAY9JOPZHI2n1ZH0AW8 yW4iWQzBXjzU6g0TL12lr2qqCAewzE7zQEr1QvRUaze91qR+ZBEwg325k5fIRWNd fcNtBTfkqEsxAhUA2DwOy3NVHi/jDVH89CNsZRiDrdcCgYBrw2a2Y1VUXgmPH+kO VGm1Z+Cfp52Bfys2e0XezUMBpZyB1pEfdpHTcOFaxpLAS8EYcsFxp/5lTpY9fdpX Wp6YzgJvt9OTSiWGCBNKjsXtaaKu3IlAG2et3kJ/F+2uty169F2asdWeGxPU770X x2QzAmfd41LCDgW4DbPBCf6LnAOBhAACgYBpC7N6kUXgXW57R8RXiYqu3XJQHJ0W 55sa11qHLPAXqpC7+5Dxs7f1wDyH5G6HJWZVJv00FXsm9Zah8Jl/WfPmXvxhWlUt XnVpxf/EWT1aApkRDnHJfhIhpaA/6aaTWu3YjvCzsvedOpntdfe4cebq8mgNltV0 pfTBO6zjtLRN4Q==", DSATestData.GetDSA1024Params()); } [ConditionalFact(nameof(SupportsFips186_3))] public static void ReadWriteDsa2048SubjectPublicKeyInfo() { ReadWriteBase64SubjectPublicKeyInfo( @" MIIDRjCCAjkGByqGSM44BAEwggIsAoIBAQCvj7mysUfJbzkjYGOb2qZUT/LNCGtg SjMk9IVZXwLOrzLS1J8t062fU4TdCdAxgtuPCqBs4KD8ojZqWwMb0OL615e63IdK DGeBUpwB4NaXBLQ983GuSps92B6wP12uKDeAESVoZjN7c6gk9+isphmBp8Z2STY9 LX0SzCMFMI0IS+xozDsbPvV3BTpeI0Sfujw+tvjNjqafEWs3SL0jf5f09+kRxBw5 TW99LVO3Z2GPDe1I571/MMZWiUgmSlTADTWKdumCbteRxrbL+MKcJFFzsdjSGUOO WTc851VO9Jx4QKjFXOLl4sM8EKrY2Q8ox8su8UrV7YxOaZK0Hs7GUoj1AiEAyTqy KSNygpl/I1QaOZu/dc7NML4L6VksBwQ+0wIh6ssCggEARKfSLeuinOGdZ40twR8R i6oQ476pTeKcPsNsEKtNaIAEobf0OH/BzJYT5oUf7bvVRTGe3lRLlOT66cEGnnc0 +eavyKC4QGls3/4obhrxrW45Yp0MjGAWrGJfEAus9f90sjJcnZmm2LAxCyaPY+Nf XRyNpmP5SrqQJEzsz5qM5dtUebAG+RMeXqeCIqMuKhA8H+8WkpsVbjIwyVQpXNo+ X5H3G1Z/o7d0uELxKM0NND1UaNuQc0pngDXmXmohzHMB9PU+a2ZxioP/KFpv3onK WuHRuWM6JaNKkm+dKAj5v3ldk2eH/0xyhrx/xKgq+psGyRJRCakjuvPjd1XxV0uv tQOCAQUAAoIBAAEb2FmGosQTFf8BxVSkXlqcRbOOvcwmYLbReIlgToAKb96OAXzt N5P0pvuvu3YT/re6h4QavVmTXRiFiTnACm5GGbZWJHWVXW1yshNL7PWrNBGPYNhL H/JodT8YjoYSVRMthMoKq2gbhVGHM5Txjg2u9rX5V37HyiqmMoG1Oa9YlCg+P7bc xVN9ksi/58ByOsIS7vO3cY01w/3Zn3rgkSzHxHUhpW+lEb4xcS2XmuZ/F6e8xOWB DqnKE43u09eCOe7vI5p3KULSPCgQwpciGVJWRhJ/nEuBYSwSrtwtyR6BFTsKIHwf vAB5Wz646GeWztKawSR/9xIqHq8IECV1FXI=", DSATestData.GetDSA2048Params()); } [Fact] public static void NoFuzzySubjectPublicKeyInfo() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); int bytesRead = -1; byte[] pkcs8 = key.ExportPkcs8PrivateKey(); Assert.ThrowsAny<CryptographicException>( () => key.ImportSubjectPublicKeyInfo(pkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); ReadOnlySpan<byte> passwordBytes = pkcs8.AsSpan(0, 15); byte[] encryptedPkcs8 = key.ExportEncryptedPkcs8PrivateKey( passwordBytes, new PbeParameters( PbeEncryptionAlgorithm.Aes256Cbc, HashAlgorithmName.SHA512, 123)); Assert.ThrowsAny<CryptographicException>( () => key.ImportSubjectPublicKeyInfo(encryptedPkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); } } [Fact] public static void NoFuzzyPkcs8() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); int bytesRead = -1; byte[] spki = key.ExportSubjectPublicKeyInfo(); Assert.ThrowsAny<CryptographicException>( () => key.ImportPkcs8PrivateKey(spki, out bytesRead)); Assert.Equal(-1, bytesRead); ReadOnlySpan<byte> passwordBytes = spki.AsSpan(0, 15); byte[] encryptedPkcs8 = key.ExportEncryptedPkcs8PrivateKey( passwordBytes, new PbeParameters( PbeEncryptionAlgorithm.Aes256Cbc, HashAlgorithmName.SHA512, 123)); Assert.ThrowsAny<CryptographicException>( () => key.ImportPkcs8PrivateKey(encryptedPkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); } } [Fact] public static void NoFuzzyEncryptedPkcs8() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); int bytesRead = -1; byte[] spki = key.ExportSubjectPublicKeyInfo(); byte[] empty = Array.Empty<byte>(); Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey(empty, spki, out bytesRead)); Assert.Equal(-1, bytesRead); byte[] pkcs8 = key.ExportPkcs8PrivateKey(); Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey(empty, pkcs8, out bytesRead)); Assert.Equal(-1, bytesRead); } } [Fact] public static void NoPrivKeyFromPublicOnly() { using (DSA key = DSAFactory.Create()) { DSAParameters dsaParameters = DSATestData.GetDSA1024Params(); dsaParameters.X = null; key.ImportParameters(dsaParameters); Assert.ThrowsAny<CryptographicException>( () => key.ExportPkcs8PrivateKey()); Assert.ThrowsAny<CryptographicException>( () => key.TryExportPkcs8PrivateKey(Span<byte>.Empty, out _)); Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, HashAlgorithmName.SHA256, 72), Span<byte>.Empty, out _)); } } [Fact] public static void BadPbeParameters() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); Assert.ThrowsAny<ArgumentNullException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, null)); Assert.ThrowsAny<ArgumentNullException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<char>.Empty, null)); Assert.ThrowsAny<ArgumentNullException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, null, Span<byte>.Empty, out _)); Assert.ThrowsAny<ArgumentNullException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<char>.Empty, null, Span<byte>.Empty, out _)); // PKCS12 requires SHA-1 Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA256, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA256, 72), Span<byte>.Empty, out _)); // PKCS12 requires SHA-1 Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.MD5, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( ReadOnlySpan<byte>.Empty, new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.MD5, 72), Span<byte>.Empty, out _)); // PKCS12 requires a char-based password Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown encryption algorithm Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(0, HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(0, HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown encryption algorithm (negative enum value) Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)(-5), HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)(-5), HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown encryption algorithm (overly-large enum value) Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)15, HashAlgorithmName.SHA1, 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters((PbeEncryptionAlgorithm)15, HashAlgorithmName.SHA1, 72), Span<byte>.Empty, out _)); // Unknown hash algorithm Assert.ThrowsAny<CryptographicException>( () => key.ExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, new HashAlgorithmName("Potato"), 72))); Assert.ThrowsAny<CryptographicException>( () => key.TryExportEncryptedPkcs8PrivateKey( new byte[3], new PbeParameters(PbeEncryptionAlgorithm.Aes192Cbc, new HashAlgorithmName("Potato"), 72), Span<byte>.Empty, out _)); } } [Fact] public static void DecryptPkcs12WithBytes() { using (DSA key = DSAFactory.Create()) { key.ImportParameters(DSATestData.GetDSA1024Params()); string charBased = "hello"; byte[] byteBased = Encoding.UTF8.GetBytes(charBased); byte[] encrypted = key.ExportEncryptedPkcs8PrivateKey( charBased, new PbeParameters( PbeEncryptionAlgorithm.TripleDes3KeyPkcs12, HashAlgorithmName.SHA1, 123)); Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey(byteBased, encrypted, out _)); } } [Fact] [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void DecryptPkcs12PbeTooManyIterations() { // pbeWithSHAAnd3-KeyTripleDES-CBC with 600,001 iterations byte[] high3DesIterationKey = Convert.FromBase64String(@" MIIBezAlBgoqhkiG9w0BDAEDMBcEEDH/8QAPoG1utiuJkzA4u4kCAwknwQSCAVD9BOoJTlihH9zP 0AmAXtBa7fjJGnq4tZBJSYmJbNxszTSvM3tEkzyiqFWd6Ptm9bf0cOybad2LXIWnrtlIclGD0ibH earAf1YvAIBFlbDXfVF8v5//XL2R1d8kcp4fqTVKdRunTSvPS0rIFP5Mrfj89WacHO3HQOB6UMMT ZYSdI3qZj+6Rlo0a7/MEO23Y0zR9XLdUhyra+UixzVi05VslPoWn1dsFksbklwtV+IRJ9biMjCta 8fr3uqHmtb57121dA3p4A2dya8bgcHOJlMPsYxJ012GV4twULSyaZz6hXOzVh3AL5uLlrzSkV7ZQ dkOGlpaaJkhGKtkfxRe82w3ZXhuLsVt3vPciDbbF5hIDf8JX7X1aANq5Ka9Tcs3Lyd/FVdkceqn7 KaC843/LqYiSNoD7rBPpSpkyLtldwhqc7o2Wz7tyb1Oj8WF47AJD5OI="); using (DSA key = DSAFactory.Create()) { Assert.ThrowsAny<CryptographicException>( () => key.ImportEncryptedPkcs8PrivateKey("test", high3DesIterationKey, out _)); } } [Fact] [ActiveIssue("https://github.com/dotnet/runtime/issues/62547", TestPlatforms.Android)] public static void ReadWriteDsa1024EncryptedPkcs8_Pbes2HighIterations() { // pkcs5PBES2 hmacWithSHA256 aes128-CBC with 600,001 iterations ReadBase64EncryptedPkcs8(@" MIIBtjBgBgkqhkiG9w0BBQ0wUzAyBgkqhkiG9w0BBQwwJQQQ+ZTlQ9PG0lKomeY4b7lpZgIDCSfB MAwGCCqGSIb3DQIJBQAwHQYJYIZIAWUDBAECBBDoHELpGkGH/pPcq1/id3l4BIIBUHF74QMFkUdy XZiUndRy+u2d5KNct89WYj8b3Fb7/VTZQwWRfoIZbC2Of769SMvd2R1ViWNG/ZPX7gxZ2keHFiNL v/Dj6sNdfFGDF8RyPGOzFQSYu/PYteCHMCh4cYtLQqaGARbKQ1R46dfSyBgQ8IFh9Mnz7T57wSSt Af3nJkTjfvS28hjtErrufv0XrLCy95+K/fX80GicWuAsC/sLDbbMiiKWzOlLhug4uX5/gSRM3Oqy LGssZuyeza1fTIgU8NjijYQ/kJJUwEWjjn1PA7BWtDWYaqG5wLyz6z50S6pbpLRelvxV5s9dX1Yq aylTdOmNGHG+7yEVFQ+sgvJJVIG9mz+YP9tBbzm65UvbzPrXSvNldgm2XUF0Z8LZMRqrurKLYjLE +TA4wBPaTRUeF0/9Sgk7MXcKHEjhG+OlTP9MExv6Wq3mIREamzu+EtVcPg==", "test", new PbeParameters( PbeEncryptionAlgorithm.Aes128Cbc, HashAlgorithmName.SHA256, 600_001), DSATestData.GetDSA1024Params()); } private static void ReadBase64EncryptedPkcs8( string base64EncPkcs8, string password, PbeParameters pbeParameters, in DSAParameters expected) { ReadWriteKey( base64EncPkcs8, expected, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportEncryptedPkcs8PrivateKey(password, source, out read), dsa => dsa.ExportEncryptedPkcs8PrivateKey(password, pbeParameters), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportEncryptedPkcs8PrivateKey(password, pbeParameters, destination, out written), isEncrypted: true); } private static void ReadBase64EncryptedPkcs8( string base64EncPkcs8, byte[] passwordBytes, PbeParameters pbeParameters, in DSAParameters expected) { ReadWriteKey( base64EncPkcs8, expected, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportEncryptedPkcs8PrivateKey(passwordBytes, source, out read), dsa => dsa.ExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportEncryptedPkcs8PrivateKey(passwordBytes, pbeParameters, destination, out written), isEncrypted: true); } private static void ReadWriteBase64SubjectPublicKeyInfo( string base64SubjectPublicKeyInfo, in DSAParameters expected) { DSAParameters expectedPublic = new DSAParameters { P = expected.P, G = expected.G, Q = expected.Q, Y = expected.Y, }; ReadWriteKey( base64SubjectPublicKeyInfo, expectedPublic, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportSubjectPublicKeyInfo(source, out read), dsa => dsa.ExportSubjectPublicKeyInfo(), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportSubjectPublicKeyInfo(destination, out written)); } private static void ReadWriteBase64Pkcs8(string base64Pkcs8, in DSAParameters expected) { ReadWriteKey( base64Pkcs8, expected, (DSA dsa, ReadOnlySpan<byte> source, out int read) => dsa.ImportPkcs8PrivateKey(source, out read), dsa => dsa.ExportPkcs8PrivateKey(), (DSA dsa, Span<byte> destination, out int written) => dsa.TryExportPkcs8PrivateKey(destination, out written)); } private static void ReadWriteKey( string base64, in DSAParameters expected, ReadKeyAction readAction, Func<DSA, byte[]> writeArrayFunc, WriteKeyToSpanFunc writeSpanFunc, bool isEncrypted = false) { bool isPrivateKey = expected.X != null; byte[] derBytes = Convert.FromBase64String(base64); byte[] arrayExport; byte[] tooBig; const int OverAllocate = 30; const int WriteShift = 6; using (DSA dsa = DSAFactory.Create()) { readAction(dsa, derBytes, out int bytesRead); Assert.Equal(derBytes.Length, bytesRead); arrayExport = writeArrayFunc(dsa); DSAParameters dsaParameters = dsa.ExportParameters(isPrivateKey); DSAImportExport.AssertKeyEquals(expected, dsaParameters); } // Public key formats are stable. // Private key formats are not, since CNG recomputes the D value // and then all of the CRT parameters. if (!isPrivateKey) { Assert.Equal(derBytes.Length, arrayExport.Length); Assert.Equal(derBytes.ByteArrayToHex(), arrayExport.ByteArrayToHex()); } using (DSA dsa = DSAFactory.Create()) { Assert.ThrowsAny<CryptographicException>( () => readAction(dsa, arrayExport.AsSpan(1), out _)); Assert.ThrowsAny<CryptographicException>( () => readAction(dsa, arrayExport.AsSpan(0, arrayExport.Length - 1), out _)); readAction(dsa, arrayExport, out int bytesRead); Assert.Equal(arrayExport.Length, bytesRead); DSAParameters dsaParameters = dsa.ExportParameters(isPrivateKey); DSAImportExport.AssertKeyEquals(expected, dsaParameters); Assert.False( writeSpanFunc(dsa, Span<byte>.Empty, out int bytesWritten), "Write to empty span"); Assert.Equal(0, bytesWritten); Assert.False( writeSpanFunc( dsa, derBytes.AsSpan(0, Math.Min(derBytes.Length, arrayExport.Length) - 1), out bytesWritten), "Write to too-small span"); Assert.Equal(0, bytesWritten); tooBig = new byte[arrayExport.Length + OverAllocate]; tooBig.AsSpan().Fill(0xC4); Assert.True(writeSpanFunc(dsa, tooBig.AsSpan(WriteShift), out bytesWritten)); Assert.Equal(arrayExport.Length, bytesWritten); Assert.Equal(0xC4, tooBig[WriteShift - 1]); Assert.Equal(0xC4, tooBig[WriteShift + bytesWritten + 1]); // If encrypted, the data should have had a random salt applied, so unstable. // Otherwise, we've normalized the data (even for private keys) so the output // should match what it output previously. if (isEncrypted) { Assert.NotEqual( arrayExport.ByteArrayToHex(), tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex()); } else { Assert.Equal( arrayExport.ByteArrayToHex(), tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex()); } } using (DSA dsa = DSAFactory.Create()) { readAction(dsa, tooBig.AsSpan(WriteShift), out int bytesRead); Assert.Equal(arrayExport.Length, bytesRead); arrayExport.AsSpan().Fill(0xCA); Assert.True( writeSpanFunc(dsa, arrayExport, out int bytesWritten), "Write to precisely allocated Span"); if (isEncrypted) { Assert.NotEqual( tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex(), arrayExport.ByteArrayToHex()); } else { Assert.Equal( tooBig.AsSpan(WriteShift, bytesWritten).ByteArrayToHex(), arrayExport.ByteArrayToHex()); } } } private delegate void ReadKeyAction(DSA dsa, ReadOnlySpan<byte> source, out int bytesRead); private delegate bool WriteKeyToSpanFunc(DSA dsa, Span<byte> destination, out int bytesWritten); } }
-1
dotnet/runtime
66,130
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296
This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
dotnet-bot
2022-03-03T06:45:13Z
2022-03-06T13:47:20Z
be629f49a350d526de2c65981294734cee420b90
6fce82cb7b111ba9a2547b70b4592cea98ae314e
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 1647296. This is the pull request automatically created by the OneLocBuild task in the build process to check-in localized files generated based upon translation source files (.lcl files) handed-back from the downstream localization pipeline. If there are issues in translations, visit https://aka.ms/ceLocBug and log bugs for fixes. The OneLocBuild wiki is https://aka.ms/onelocbuild and the localization process in general is documented at https://aka.ms/AllAboutLoc.
./src/tests/JIT/HardwareIntrinsics/Arm/Shared/_UnaryOpScalarTestTemplate.template
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\Arm\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void {TestName}() { var test = new {TemplateName}UnaryOpTest__{TestName}(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.ReadUnaligned test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.ReadUnaligned test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.ReadUnaligned test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class {TemplateName}UnaryOpTest__{TestName} { private struct DataTable { private byte[] outArray; private GCHandle outHandle; private ulong alignment; public DataTable({RetBaseType}[] outArray, int alignment) { int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<{RetBaseType}>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.outArray = new byte[alignment * 2]; this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; } public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public {Op1BaseType} _fld; public static TestStruct Create() { var testStruct = new TestStruct(); testStruct._fld = {NextValueOp1}; return testStruct; } public void RunStructFldScenario({TemplateName}UnaryOpTest__{TestName} testClass) { var result = {Isa}.{Method}(_fld); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld, testClass._dataTable.outArrayPtr); } } private static readonly int LargestVectorSize = {LargestVectorSize}; private static readonly int RetElementCount = Unsafe.SizeOf<{RetVectorType}<{RetBaseType}>>() / sizeof({RetBaseType}); private static {Op1BaseType} _data; private static {Op1BaseType} _clsVar; private {Op1BaseType} _fld; private DataTable _dataTable; static {TemplateName}UnaryOpTest__{TestName}() { _clsVar = {NextValueOp1}; } public {TemplateName}UnaryOpTest__{TestName}() { Succeeded = true; _fld = {NextValueOp1}; _data = {NextValueOp1}; _dataTable = new DataTable(new {RetBaseType}[RetElementCount], LargestVectorSize); } public bool IsSupported => {Isa}.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = {Isa}.{Method}( Unsafe.ReadUnaligned<{Op1BaseType}>(ref Unsafe.As<{Op1BaseType}, byte>(ref _data)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_data, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof({Isa}).GetMethod(nameof({Isa}.{Method}), new Type[] { typeof({Op1BaseType}) }) .Invoke(null, new object[] { Unsafe.ReadUnaligned<{Op1BaseType}>(ref Unsafe.As<{Op1BaseType}, byte>(ref _data)) }); Unsafe.Write(_dataTable.outArrayPtr, ({RetVectorType}<{RetBaseType}>)(result)); ValidateResult(_data, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = {Isa}.{Method}( _clsVar ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar, _dataTable.outArrayPtr); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var data = Unsafe.ReadUnaligned<{Op1BaseType}>(ref Unsafe.As<{Op1BaseType}, byte>(ref _data)); var result = {Isa}.{Method}(data); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(data, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new {TemplateName}UnaryOpTest__{TestName}(); var result = {Isa}.{Method}(test._fld); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld, _dataTable.outArrayPtr); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = {Isa}.{Method}(_fld); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld, _dataTable.outArrayPtr); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = {Isa}.{Method}(test._fld); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult({Op1BaseType} data, void* result, [CallerMemberName] string method = "") { {RetBaseType}[] outArray = new {RetBaseType}[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<{RetBaseType}, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<{RetVectorType}<{RetBaseType}>>()); ValidateResult(data, outArray, method); } private void ValidateResult({Op1BaseType} data, {RetBaseType}[] result, [CallerMemberName] string method = "") { bool succeeded = true; {TemplateValidationLogic} if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof({Isa})}.{nameof({Isa}.{Method})}<{RetBaseType}>({Op1BaseType}): {Method} failed:"); TestLibrary.TestFramework.LogInformation($" data: {data}"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\Arm\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void {TestName}() { var test = new {TemplateName}UnaryOpTest__{TestName}(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.ReadUnaligned test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.ReadUnaligned test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.ReadUnaligned test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class {TemplateName}UnaryOpTest__{TestName} { private struct DataTable { private byte[] outArray; private GCHandle outHandle; private ulong alignment; public DataTable({RetBaseType}[] outArray, int alignment) { int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<{RetBaseType}>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.outArray = new byte[alignment * 2]; this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; } public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public {Op1BaseType} _fld; public static TestStruct Create() { var testStruct = new TestStruct(); testStruct._fld = {NextValueOp1}; return testStruct; } public void RunStructFldScenario({TemplateName}UnaryOpTest__{TestName} testClass) { var result = {Isa}.{Method}(_fld); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld, testClass._dataTable.outArrayPtr); } } private static readonly int LargestVectorSize = {LargestVectorSize}; private static readonly int RetElementCount = Unsafe.SizeOf<{RetVectorType}<{RetBaseType}>>() / sizeof({RetBaseType}); private static {Op1BaseType} _data; private static {Op1BaseType} _clsVar; private {Op1BaseType} _fld; private DataTable _dataTable; static {TemplateName}UnaryOpTest__{TestName}() { _clsVar = {NextValueOp1}; } public {TemplateName}UnaryOpTest__{TestName}() { Succeeded = true; _fld = {NextValueOp1}; _data = {NextValueOp1}; _dataTable = new DataTable(new {RetBaseType}[RetElementCount], LargestVectorSize); } public bool IsSupported => {Isa}.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = {Isa}.{Method}( Unsafe.ReadUnaligned<{Op1BaseType}>(ref Unsafe.As<{Op1BaseType}, byte>(ref _data)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_data, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof({Isa}).GetMethod(nameof({Isa}.{Method}), new Type[] { typeof({Op1BaseType}) }) .Invoke(null, new object[] { Unsafe.ReadUnaligned<{Op1BaseType}>(ref Unsafe.As<{Op1BaseType}, byte>(ref _data)) }); Unsafe.Write(_dataTable.outArrayPtr, ({RetVectorType}<{RetBaseType}>)(result)); ValidateResult(_data, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = {Isa}.{Method}( _clsVar ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar, _dataTable.outArrayPtr); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var data = Unsafe.ReadUnaligned<{Op1BaseType}>(ref Unsafe.As<{Op1BaseType}, byte>(ref _data)); var result = {Isa}.{Method}(data); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(data, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new {TemplateName}UnaryOpTest__{TestName}(); var result = {Isa}.{Method}(test._fld); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld, _dataTable.outArrayPtr); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = {Isa}.{Method}(_fld); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld, _dataTable.outArrayPtr); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = {Isa}.{Method}(test._fld); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult({Op1BaseType} data, void* result, [CallerMemberName] string method = "") { {RetBaseType}[] outArray = new {RetBaseType}[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<{RetBaseType}, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<{RetVectorType}<{RetBaseType}>>()); ValidateResult(data, outArray, method); } private void ValidateResult({Op1BaseType} data, {RetBaseType}[] result, [CallerMemberName] string method = "") { bool succeeded = true; {TemplateValidationLogic} if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof({Isa})}.{nameof({Isa}.{Method})}<{RetBaseType}>({Op1BaseType}): {Method} failed:"); TestLibrary.TestFramework.LogInformation($" data: {data}"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Emitter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers.Binary; using System.CodeDom.Compiler; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; // NOTE: The logic in this file is largely a copy of logic in RegexCompiler, emitting C# instead of MSIL. // Most changes made to this file should be kept in sync, so far as bug fixes and relevant optimizations // are concerned. namespace System.Text.RegularExpressions.Generator { public partial class RegexGenerator { /// <summary>Code for a [GeneratedCode] attribute to put on the top-level generated members.</summary> private static readonly string s_generatedCodeAttribute = $"[global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"{typeof(RegexGenerator).Assembly.GetName().Name}\", \"{typeof(RegexGenerator).Assembly.GetName().Version}\")]"; /// <summary>Header comments and usings to include at the top of every generated file.</summary> private static readonly string[] s_headers = new string[] { "// <auto-generated/>", "#nullable enable", "#pragma warning disable CS0162 // Unreachable code", "#pragma warning disable CS0164 // Unreferenced label", "#pragma warning disable CS0219 // Variable assigned but never used", "", }; /// <summary>Generates the code for one regular expression class.</summary> private static (string, ImmutableArray<Diagnostic>) EmitRegexType(RegexType regexClass, bool allowUnsafe) { var sb = new StringBuilder(1024); var writer = new IndentedTextWriter(new StringWriter(sb)); // Emit the namespace if (!string.IsNullOrWhiteSpace(regexClass.Namespace)) { writer.WriteLine($"namespace {regexClass.Namespace}"); writer.WriteLine("{"); writer.Indent++; } // Emit containing types RegexType? parent = regexClass.ParentClass; var parentClasses = new Stack<string>(); while (parent is not null) { parentClasses.Push($"partial {parent.Keyword} {parent.Name}"); parent = parent.ParentClass; } while (parentClasses.Count != 0) { writer.WriteLine($"{parentClasses.Pop()}"); writer.WriteLine("{"); writer.Indent++; } // Emit the direct parent type writer.WriteLine($"partial {regexClass.Keyword} {regexClass.Name}"); writer.WriteLine("{"); writer.Indent++; // Generate a name to describe the regex instance. This includes the method name // the user provided and a non-randomized (for determinism) hash of it to try to make // the name that much harder to predict. Debug.Assert(regexClass.Method is not null); string generatedName = $"GeneratedRegex_{regexClass.Method.MethodName}_"; generatedName += ComputeStringHash(generatedName).ToString("X"); // Generate the regex type ImmutableArray<Diagnostic> diagnostics = EmitRegexMethod(writer, regexClass.Method, generatedName, allowUnsafe); while (writer.Indent != 0) { writer.Indent--; writer.WriteLine("}"); } writer.Flush(); return (sb.ToString(), diagnostics); // FNV-1a hash function. The actual algorithm used doesn't matter; just something simple // to create a deterministic, pseudo-random value that's based on input text. static uint ComputeStringHash(string s) { uint hashCode = 2166136261; foreach (char c in s) { hashCode = (c ^ hashCode) * 16777619; } return hashCode; } } /// <summary>Gets whether a given regular expression method is supported by the code generator.</summary> private static bool SupportsCodeGeneration(RegexMethod rm) { RegexNode root = rm.Tree.Root; if (!root.SupportsCompilation()) { return false; } if (ExceedsMaxDepthForSimpleCodeGeneration(root, allowedDepth: 40)) { // Deep RegexNode trees can result in emitting C# code that exceeds C# compiler // limitations, leading to "CS8078: An expression is too long or complex to compile". // Place an artificial limit on max tree depth in order to mitigate such issues. // The allowed depth can be tweaked as needed;its exceedingly rare to find // expressions with such deep trees. return false; } return true; static bool ExceedsMaxDepthForSimpleCodeGeneration(RegexNode node, int allowedDepth) { if (allowedDepth <= 0) { return true; } int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { if (ExceedsMaxDepthForSimpleCodeGeneration(node.Child(i), allowedDepth - 1)) { return true; } } return false; } } /// <summary>Generates the code for a regular expression method.</summary> private static ImmutableArray<Diagnostic> EmitRegexMethod(IndentedTextWriter writer, RegexMethod rm, string id, bool allowUnsafe) { string patternExpression = Literal(rm.Pattern); string optionsExpression = Literal(rm.Options); string timeoutExpression = rm.MatchTimeout == Timeout.Infinite ? "global::System.Threading.Timeout.InfiniteTimeSpan" : $"global::System.TimeSpan.FromMilliseconds({rm.MatchTimeout.ToString(CultureInfo.InvariantCulture)})"; writer.WriteLine(s_generatedCodeAttribute); writer.WriteLine($"{rm.Modifiers} global::System.Text.RegularExpressions.Regex {rm.MethodName}() => {id}.Instance;"); writer.WriteLine(); writer.WriteLine(s_generatedCodeAttribute); writer.WriteLine("[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]"); writer.WriteLine($"{(writer.Indent != 0 ? "private" : "internal")} sealed class {id} : global::System.Text.RegularExpressions.Regex"); writer.WriteLine("{"); writer.Write(" public static global::System.Text.RegularExpressions.Regex Instance { get; } = "); // If we can't support custom generation for this regex, spit out a Regex constructor call. if (!SupportsCodeGeneration(rm)) { writer.WriteLine($"new global::System.Text.RegularExpressions.Regex({patternExpression}, {optionsExpression}, {timeoutExpression});"); writer.WriteLine("}"); return ImmutableArray.Create(Diagnostic.Create(DiagnosticDescriptors.LimitedSourceGeneration, rm.MethodSyntax.GetLocation())); } AnalysisResults analysis = RegexTreeAnalyzer.Analyze(rm.Tree); writer.WriteLine($"new {id}();"); writer.WriteLine(); writer.WriteLine($" private {id}()"); writer.WriteLine($" {{"); writer.WriteLine($" base.pattern = {patternExpression};"); writer.WriteLine($" base.roptions = {optionsExpression};"); writer.WriteLine($" base.internalMatchTimeout = {timeoutExpression};"); writer.WriteLine($" base.factory = new RunnerFactory();"); if (rm.Tree.CaptureNumberSparseMapping is not null) { writer.Write(" base.Caps = new global::System.Collections.Hashtable {"); AppendHashtableContents(writer, rm.Tree.CaptureNumberSparseMapping); writer.WriteLine(" };"); } if (rm.Tree.CaptureNameToNumberMapping is not null) { writer.Write(" base.CapNames = new global::System.Collections.Hashtable {"); AppendHashtableContents(writer, rm.Tree.CaptureNameToNumberMapping); writer.WriteLine(" };"); } if (rm.Tree.CaptureNames is not null) { writer.Write(" base.capslist = new string[] {"); string separator = ""; foreach (string s in rm.Tree.CaptureNames) { writer.Write(separator); writer.Write(Literal(s)); separator = ", "; } writer.WriteLine(" };"); } writer.WriteLine($" base.capsize = {rm.Tree.CaptureCount};"); writer.WriteLine($" }}"); writer.WriteLine(" "); writer.WriteLine($" private sealed class RunnerFactory : global::System.Text.RegularExpressions.RegexRunnerFactory"); writer.WriteLine($" {{"); writer.WriteLine($" protected override global::System.Text.RegularExpressions.RegexRunner CreateInstance() => new Runner();"); writer.WriteLine(); writer.WriteLine($" private sealed class Runner : global::System.Text.RegularExpressions.RegexRunner"); writer.WriteLine($" {{"); // Main implementation methods writer.WriteLine(" // Description:"); DescribeExpression(writer, rm.Tree.Root.Child(0), " // ", analysis); // skip implicit root capture writer.WriteLine(); writer.WriteLine($" protected override void Scan(global::System.ReadOnlySpan<char> text)"); writer.WriteLine($" {{"); writer.Indent += 4; EmitScan(writer, rm, id); writer.Indent -= 4; writer.WriteLine($" }}"); writer.WriteLine(); writer.WriteLine($" private bool TryFindNextPossibleStartingPosition(global::System.ReadOnlySpan<char> inputSpan)"); writer.WriteLine($" {{"); writer.Indent += 4; RequiredHelperFunctions requiredHelpers = EmitTryFindNextPossibleStartingPosition(writer, rm, id); writer.Indent -= 4; writer.WriteLine($" }}"); writer.WriteLine(); if (allowUnsafe) { writer.WriteLine($" [global::System.Runtime.CompilerServices.SkipLocalsInit]"); } writer.WriteLine($" private bool TryMatchAtCurrentPosition(global::System.ReadOnlySpan<char> inputSpan)"); writer.WriteLine($" {{"); writer.Indent += 4; requiredHelpers |= EmitTryMatchAtCurrentPosition(writer, rm, id, analysis); writer.Indent -= 4; writer.WriteLine($" }}"); if ((requiredHelpers & RequiredHelperFunctions.IsWordChar) != 0) { writer.WriteLine(); writer.WriteLine($" /// <summary>Determines whether the character is part of the [\\w] set.</summary>"); writer.WriteLine($" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"); writer.WriteLine($" private static bool IsWordChar(char ch)"); writer.WriteLine($" {{"); writer.WriteLine($" global::System.ReadOnlySpan<byte> ascii = new byte[]"); writer.WriteLine($" {{"); writer.WriteLine($" 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x03,"); writer.WriteLine($" 0xFE, 0xFF, 0xFF, 0x87, 0xFE, 0xFF, 0xFF, 0x07"); writer.WriteLine($" }};"); writer.WriteLine(); writer.WriteLine($" int chDiv8 = ch >> 3;"); writer.WriteLine($" return (uint)chDiv8 < (uint)ascii.Length ?"); writer.WriteLine($" (ascii[chDiv8] & (1 << (ch & 0x7))) != 0 :"); writer.WriteLine($" global::System.Globalization.CharUnicodeInfo.GetUnicodeCategory(ch) switch"); writer.WriteLine($" {{"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.UppercaseLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.LowercaseLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.TitlecaseLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.ModifierLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.OtherLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.NonSpacingMark or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.DecimalDigitNumber or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.ConnectorPunctuation => true,"); writer.WriteLine($" _ => false,"); writer.WriteLine($" }};"); writer.WriteLine($" }}"); } if ((requiredHelpers & RequiredHelperFunctions.IsBoundary) != 0) { writer.WriteLine(); writer.WriteLine($" /// <summary>Determines whether the character at the specified index is a boundary.</summary>"); writer.WriteLine($" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"); writer.WriteLine($" private static bool IsBoundary(global::System.ReadOnlySpan<char> inputSpan, int index)"); writer.WriteLine($" {{"); writer.WriteLine($" int indexM1 = index - 1;"); writer.WriteLine($" return ((uint)indexM1 < (uint)inputSpan.Length && IsBoundaryWordChar(inputSpan[indexM1])) !="); writer.WriteLine($" ((uint)index < (uint)inputSpan.Length && IsBoundaryWordChar(inputSpan[index]));"); writer.WriteLine(); writer.WriteLine($" static bool IsBoundaryWordChar(char ch) =>"); writer.WriteLine($" IsWordChar(ch) || (ch == '\\u200C' | ch == '\\u200D');"); writer.WriteLine($" }}"); } if ((requiredHelpers & RequiredHelperFunctions.IsECMABoundary) != 0) { writer.WriteLine(); writer.WriteLine($" /// <summary>Determines whether the character at the specified index is a boundary.</summary>"); writer.WriteLine($" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"); writer.WriteLine($" private static bool IsECMABoundary(global::System.ReadOnlySpan<char> inputSpan, int index)"); writer.WriteLine($" {{"); writer.WriteLine($" int indexM1 = index - 1;"); writer.WriteLine($" return ((uint)indexM1 < (uint)inputSpan.Length && IsECMAWordChar(inputSpan[indexM1])) !="); writer.WriteLine($" ((uint)index < (uint)inputSpan.Length && IsECMAWordChar(inputSpan[index]));"); writer.WriteLine(); writer.WriteLine($" static bool IsECMAWordChar(char ch) =>"); writer.WriteLine($" ((((uint)ch - 'A') & ~0x20) < 26) || // ASCII letter"); writer.WriteLine($" (((uint)ch - '0') < 10) || // digit"); writer.WriteLine($" ch == '_' || // underscore"); writer.WriteLine($" ch == '\\u0130'; // latin capital letter I with dot above"); writer.WriteLine($" }}"); } writer.WriteLine($" }}"); writer.WriteLine($" }}"); writer.WriteLine("}"); return ImmutableArray<Diagnostic>.Empty; static void AppendHashtableContents(IndentedTextWriter writer, Hashtable ht) { IDictionaryEnumerator en = ht.GetEnumerator(); string separator = ""; while (en.MoveNext()) { writer.Write(separator); separator = ", "; writer.Write(" { "); if (en.Key is int key) { writer.Write(key); } else { writer.Write($"\"{en.Key}\""); } writer.Write($", {en.Value} }} "); } } } /// <summary>Emits the body of the Scan method override.</summary> private static void EmitScan(IndentedTextWriter writer, RegexMethod rm, string id) { using (EmitBlock(writer, "while (TryFindNextPossibleStartingPosition(text))")) { if (rm.MatchTimeout != Timeout.Infinite) { writer.WriteLine("base.CheckTimeout();"); writer.WriteLine(); } writer.WriteLine("// If we find a match on the current position, or we have reached the end of the input, we are done."); using (EmitBlock(writer, "if (TryMatchAtCurrentPosition(text) || base.runtextpos == text.Length)")) { writer.WriteLine("return;"); } writer.WriteLine(); writer.WriteLine("base.runtextpos++;"); } } /// <summary>Emits the body of the TryFindNextPossibleStartingPosition.</summary> private static RequiredHelperFunctions EmitTryFindNextPossibleStartingPosition(IndentedTextWriter writer, RegexMethod rm, string id) { RegexOptions options = (RegexOptions)rm.Options; RegexTree regexTree = rm.Tree; bool hasTextInfo = false; RequiredHelperFunctions requiredHelpers = RequiredHelperFunctions.None; // In some cases, we need to emit declarations at the beginning of the method, but we only discover we need them later. // To handle that, we build up a collection of all the declarations to include, track where they should be inserted, // and then insert them at that position once everything else has been output. var additionalDeclarations = new HashSet<string>(); // Emit locals initialization writer.WriteLine("int pos = base.runtextpos, end = base.runtextend;"); writer.Flush(); int additionalDeclarationsPosition = ((StringWriter)writer.InnerWriter).GetStringBuilder().Length; int additionalDeclarationsIndent = writer.Indent; writer.WriteLine(); // Generate length check. If the input isn't long enough to possibly match, fail quickly. // It's rare for min required length to be 0, so we don't bother special-casing the check, // especially since we want the "return false" code regardless. int minRequiredLength = rm.Tree.FindOptimizations.MinRequiredLength; Debug.Assert(minRequiredLength >= 0); string clause = minRequiredLength switch { 0 => "if (pos <= end)", 1 => "if (pos < end)", _ => $"if (pos < end - {minRequiredLength - 1})" }; using (EmitBlock(writer, clause)) { // Emit any anchors. if (!EmitAnchors()) { // Either anchors weren't specified, or they don't completely root all matches to a specific location. // If whatever search operation we need to perform entails case-insensitive operations // that weren't already handled via creation of sets, we need to get an store the // TextInfo object to use (unless RegexOptions.CultureInvariant was specified). EmitTextInfo(writer, ref hasTextInfo, rm); // Emit the code for whatever find mode has been determined. switch (regexTree.FindOptimizations.FindMode) { case FindNextStartingPositionMode.LeadingPrefix_LeftToRight_CaseSensitive: Debug.Assert(!string.IsNullOrEmpty(regexTree.FindOptimizations.LeadingCaseSensitivePrefix)); EmitIndexOf(regexTree.FindOptimizations.LeadingCaseSensitivePrefix); break; case FindNextStartingPositionMode.FixedSets_LeftToRight_CaseSensitive: case FindNextStartingPositionMode.FixedSets_LeftToRight_CaseInsensitive: case FindNextStartingPositionMode.LeadingSet_LeftToRight_CaseSensitive: case FindNextStartingPositionMode.LeadingSet_LeftToRight_CaseInsensitive: Debug.Assert(regexTree.FindOptimizations.FixedDistanceSets is { Count: > 0 }); EmitFixedSet(); break; case FindNextStartingPositionMode.LiteralAfterLoop_LeftToRight_CaseSensitive: Debug.Assert(regexTree.FindOptimizations.LiteralAfterLoop is not null); EmitLiteralAfterAtomicLoop(); break; default: Debug.Fail($"Unexpected mode: {regexTree.FindOptimizations.FindMode}"); goto case FindNextStartingPositionMode.NoSearch; case FindNextStartingPositionMode.NoSearch: writer.WriteLine("return true;"); break; } } } writer.WriteLine(); const string NoStartingPositionFound = "NoStartingPositionFound"; writer.WriteLine("// No starting position found"); writer.WriteLine($"{NoStartingPositionFound}:"); writer.WriteLine("base.runtextpos = end;"); writer.WriteLine("return false;"); // We're done. Patch up any additional declarations. ReplaceAdditionalDeclarations(writer, additionalDeclarations, additionalDeclarationsPosition, additionalDeclarationsIndent); return requiredHelpers; // Emit a goto for the specified label. void Goto(string label) => writer.WriteLine($"goto {label};"); // Emits any anchors. Returns true if the anchor roots any match to a specific location and thus no further // searching is required; otherwise, false. bool EmitAnchors() { // Anchors that fully implement TryFindNextPossibleStartingPosition, with a check that leads to immediate success or failure determination. switch (regexTree.FindOptimizations.FindMode) { case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_Beginning: writer.WriteLine("// Beginning \\A anchor"); additionalDeclarations.Add("int beginning = base.runtextbeg;"); using (EmitBlock(writer, "if (pos > beginning)")) { Goto(NoStartingPositionFound); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_Start: writer.WriteLine("// Start \\G anchor"); using (EmitBlock(writer, "if (pos > base.runtextstart)")) { Goto(NoStartingPositionFound); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_EndZ: writer.WriteLine("// Leading end \\Z anchor"); using (EmitBlock(writer, "if (pos < end - 1)")) { writer.WriteLine("base.runtextpos = end - 1;"); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_End: writer.WriteLine("// Leading end \\z anchor"); using (EmitBlock(writer, "if (pos < end)")) { writer.WriteLine("base.runtextpos = end;"); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.TrailingAnchor_FixedLength_LeftToRight_EndZ: // Jump to the end, minus the min required length, which in this case is actually the fixed length, minus 1 (for a possible ending \n). writer.WriteLine("// Trailing end \\Z anchor with fixed-length match"); using (EmitBlock(writer, $"if (pos < end - {regexTree.FindOptimizations.MinRequiredLength + 1})")) { writer.WriteLine($"base.runtextpos = end - {regexTree.FindOptimizations.MinRequiredLength + 1};"); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.TrailingAnchor_FixedLength_LeftToRight_End: // Jump to the end, minus the min required length, which in this case is actually the fixed length. writer.WriteLine("// Trailing end \\z anchor with fixed-length match"); using (EmitBlock(writer, $"if (pos < end - {regexTree.FindOptimizations.MinRequiredLength})")) { writer.WriteLine($"base.runtextpos = end - {regexTree.FindOptimizations.MinRequiredLength};"); } writer.WriteLine("return true;"); return true; } // Now handle anchors that boost the position but may not determine immediate success or failure. switch (regexTree.FindOptimizations.LeadingAnchor) { case RegexNodeKind.Bol: // Optimize the handling of a Beginning-Of-Line (BOL) anchor. BOL is special, in that unlike // other anchors like Beginning, there are potentially multiple places a BOL can match. So unlike // the other anchors, which all skip all subsequent processing if found, with BOL we just use it // to boost our position to the next line, and then continue normally with any searches. writer.WriteLine("// Beginning-of-line anchor"); additionalDeclarations.Add("int beginning = base.runtextbeg;"); using (EmitBlock(writer, "if (pos > beginning && inputSpan[pos - 1] != '\\n')")) { writer.WriteLine("int newlinePos = global::System.MemoryExtensions.IndexOf(inputSpan.Slice(pos), '\\n');"); using (EmitBlock(writer, "if (newlinePos < 0 || newlinePos + pos + 1 > end)")) { Goto(NoStartingPositionFound); } writer.WriteLine("pos = newlinePos + pos + 1;"); } writer.WriteLine(); break; } switch (regexTree.FindOptimizations.TrailingAnchor) { case RegexNodeKind.End when regexTree.FindOptimizations.MaxPossibleLength is int maxLength: writer.WriteLine("// End \\z anchor with maximum-length match"); using (EmitBlock(writer, $"if (pos < end - {maxLength})")) { writer.WriteLine($"pos = end - {maxLength};"); } writer.WriteLine(); break; case RegexNodeKind.EndZ when regexTree.FindOptimizations.MaxPossibleLength is int maxLength: writer.WriteLine("// End \\Z anchor with maximum-length match"); using (EmitBlock(writer, $"if (pos < end - {maxLength + 1})")) { writer.WriteLine($"pos = end - {maxLength + 1};"); } writer.WriteLine(); break; } return false; } // Emits a case-sensitive prefix search for a string at the beginning of the pattern. void EmitIndexOf(string prefix) { writer.WriteLine($"int i = global::System.MemoryExtensions.IndexOf(inputSpan.Slice(pos, end - pos), {Literal(prefix)});"); writer.WriteLine("if (i >= 0)"); writer.WriteLine("{"); writer.WriteLine(" base.runtextpos = pos + i;"); writer.WriteLine(" return true;"); writer.WriteLine("}"); } // Emits a search for a set at a fixed position from the start of the pattern, // and potentially other sets at other fixed positions in the pattern. void EmitFixedSet() { List<(char[]? Chars, string Set, int Distance, bool CaseInsensitive)>? sets = regexTree.FindOptimizations.FixedDistanceSets; (char[]? Chars, string Set, int Distance, bool CaseInsensitive) primarySet = sets![0]; const int MaxSets = 4; int setsToUse = Math.Min(sets.Count, MaxSets); // If we can use IndexOf{Any}, try to accelerate the skip loop via vectorization to match the first prefix. // We can use it if this is a case-sensitive class with a small number of characters in the class. int setIndex = 0; bool canUseIndexOf = !primarySet.CaseInsensitive && primarySet.Chars is not null; bool needLoop = !canUseIndexOf || setsToUse > 1; FinishEmitScope loopBlock = default; if (needLoop) { writer.WriteLine("global::System.ReadOnlySpan<char> span = inputSpan.Slice(pos, end - pos);"); string upperBound = "span.Length" + (setsToUse > 1 || primarySet.Distance != 0 ? $" - {minRequiredLength - 1}" : ""); loopBlock = EmitBlock(writer, $"for (int i = 0; i < {upperBound}; i++)"); } if (canUseIndexOf) { string span = needLoop ? "span" : "inputSpan.Slice(pos, end - pos)"; span = (needLoop, primarySet.Distance) switch { (false, 0) => span, (true, 0) => $"{span}.Slice(i)", (false, _) => $"{span}.Slice({primarySet.Distance})", (true, _) => $"{span}.Slice(i + {primarySet.Distance})", }; string indexOf = primarySet.Chars!.Length switch { 1 => $"global::System.MemoryExtensions.IndexOf({span}, {Literal(primarySet.Chars[0])})", 2 => $"global::System.MemoryExtensions.IndexOfAny({span}, {Literal(primarySet.Chars[0])}, {Literal(primarySet.Chars[1])})", 3 => $"global::System.MemoryExtensions.IndexOfAny({span}, {Literal(primarySet.Chars[0])}, {Literal(primarySet.Chars[1])}, {Literal(primarySet.Chars[2])})", _ => $"global::System.MemoryExtensions.IndexOfAny({span}, {Literal(new string(primarySet.Chars))})", }; if (needLoop) { writer.WriteLine($"int indexOfPos = {indexOf};"); using (EmitBlock(writer, "if (indexOfPos < 0)")) { Goto(NoStartingPositionFound); } writer.WriteLine("i += indexOfPos;"); writer.WriteLine(); if (setsToUse > 1) { using (EmitBlock(writer, $"if (i >= span.Length - {minRequiredLength - 1})")) { Goto(NoStartingPositionFound); } writer.WriteLine(); } } else { writer.WriteLine($"int i = {indexOf};"); using (EmitBlock(writer, "if (i >= 0)")) { writer.WriteLine("base.runtextpos = pos + i;"); writer.WriteLine("return true;"); } } setIndex = 1; } if (needLoop) { Debug.Assert(setIndex == 0 || setIndex == 1); bool hasCharClassConditions = false; if (setIndex < setsToUse) { // if (CharInClass(textSpan[i + charClassIndex], prefix[0], "...") && // ...) Debug.Assert(needLoop); int start = setIndex; for (; setIndex < setsToUse; setIndex++) { string spanIndex = $"span[i{(sets[setIndex].Distance > 0 ? $" + {sets[setIndex].Distance}" : "")}]"; string charInClassExpr = MatchCharacterClass(hasTextInfo, options, spanIndex, sets[setIndex].Set, sets[setIndex].CaseInsensitive, negate: false, additionalDeclarations, ref requiredHelpers); if (setIndex == start) { writer.Write($"if ({charInClassExpr}"); } else { writer.WriteLine(" &&"); writer.Write($" {charInClassExpr}"); } } writer.WriteLine(")"); hasCharClassConditions = true; } using (hasCharClassConditions ? EmitBlock(writer, null) : default) { writer.WriteLine("base.runtextpos = pos + i;"); writer.WriteLine("return true;"); } } loopBlock.Dispose(); } // Emits a search for a literal following a leading atomic single-character loop. void EmitLiteralAfterAtomicLoop() { Debug.Assert(regexTree.FindOptimizations.LiteralAfterLoop is not null); (RegexNode LoopNode, (char Char, string? String, char[]? Chars) Literal) target = regexTree.FindOptimizations.LiteralAfterLoop.Value; Debug.Assert(target.LoopNode.Kind is RegexNodeKind.Setloop or RegexNodeKind.Setlazy or RegexNodeKind.Setloopatomic); Debug.Assert(target.LoopNode.N == int.MaxValue); using (EmitBlock(writer, "while (true)")) { writer.WriteLine($"global::System.ReadOnlySpan<char> slice = inputSpan.Slice(pos, end - pos);"); writer.WriteLine(); // Find the literal. If we can't find it, we're done searching. writer.Write("int i = global::System.MemoryExtensions."); writer.WriteLine( target.Literal.String is string literalString ? $"IndexOf(slice, {Literal(literalString)});" : target.Literal.Chars is not char[] literalChars ? $"IndexOf(slice, {Literal(target.Literal.Char)});" : literalChars.Length switch { 2 => $"IndexOfAny(slice, {Literal(literalChars[0])}, {Literal(literalChars[1])});", 3 => $"IndexOfAny(slice, {Literal(literalChars[0])}, {Literal(literalChars[1])}, {Literal(literalChars[2])});", _ => $"IndexOfAny(slice, {Literal(new string(literalChars))});", }); using (EmitBlock(writer, $"if (i < 0)")) { writer.WriteLine("break;"); } writer.WriteLine(); // We found the literal. Walk backwards from it finding as many matches as we can against the loop. writer.WriteLine("int prev = i;"); writer.WriteLine($"while ((uint)--prev < (uint)slice.Length && {MatchCharacterClass(hasTextInfo, options, "slice[prev]", target.LoopNode.Str!, caseInsensitive: false, negate: false, additionalDeclarations, ref requiredHelpers)});"); if (target.LoopNode.M > 0) { // If we found fewer than needed, loop around to try again. The loop doesn't overlap with the literal, // so we can start from after the last place the literal matched. writer.WriteLine($"if ((i - prev - 1) < {target.LoopNode.M})"); writer.WriteLine("{"); writer.WriteLine(" pos += i + 1;"); writer.WriteLine(" continue;"); writer.WriteLine("}"); } writer.WriteLine(); // We have a winner. The starting position is just after the last position that failed to match the loop. // TODO: It'd be nice to be able to communicate i as a place the matching engine can start matching // after the loop, so that it doesn't need to re-match the loop. writer.WriteLine("base.runtextpos = pos + prev + 1;"); writer.WriteLine("return true;"); } } // If a TextInfo is needed to perform ToLower operations, emits a local initialized to the TextInfo to use. static void EmitTextInfo(IndentedTextWriter writer, ref bool hasTextInfo, RegexMethod rm) { // Emit local to store current culture if needed if ((rm.Options & RegexOptions.CultureInvariant) == 0) { bool needsCulture = rm.Tree.FindOptimizations.FindMode switch { FindNextStartingPositionMode.FixedLiteral_LeftToRight_CaseInsensitive or FindNextStartingPositionMode.FixedSets_LeftToRight_CaseInsensitive or FindNextStartingPositionMode.LeadingSet_LeftToRight_CaseInsensitive => true, _ when rm.Tree.FindOptimizations.FixedDistanceSets is List<(char[]? Chars, string Set, int Distance, bool CaseInsensitive)> sets => sets.Exists(set => set.CaseInsensitive), _ => false, }; if (needsCulture) { hasTextInfo = true; writer.WriteLine("global::System.Globalization.TextInfo textInfo = global::System.Globalization.CultureInfo.CurrentCulture.TextInfo;"); } } } } /// <summary>Emits the body of the TryMatchAtCurrentPosition.</summary> private static RequiredHelperFunctions EmitTryMatchAtCurrentPosition(IndentedTextWriter writer, RegexMethod rm, string id, AnalysisResults analysis) { // In .NET Framework and up through .NET Core 3.1, the code generated for RegexOptions.Compiled was effectively an unrolled // version of what RegexInterpreter would process. The RegexNode tree would be turned into a series of opcodes via // RegexWriter; the interpreter would then sit in a loop processing those opcodes, and the RegexCompiler iterated through the // opcodes generating code for each equivalent to what the interpreter would do albeit with some decisions made at compile-time // rather than at run-time. This approach, however, lead to complicated code that wasn't pay-for-play (e.g. a big backtracking // jump table that all compilations went through even if there was no backtracking), that didn't factor in the shape of the // tree (e.g. it's difficult to add optimizations based on interactions between nodes in the graph), and that didn't read well // when decompiled from IL to C# or when directly emitted as C# as part of a source generator. // // This implementation is instead based on directly walking the RegexNode tree and outputting code for each node in the graph. // A dedicated for each kind of RegexNode emits the code necessary to handle that node's processing, including recursively // calling the relevant function for any of its children nodes. Backtracking is handled not via a giant jump table, but instead // by emitting direct jumps to each backtracking construct. This is achieved by having all match failures jump to a "done" // label that can be changed by a previous emitter, e.g. before EmitLoop returns, it ensures that "doneLabel" is set to the // label that code should jump back to when backtracking. That way, a subsequent EmitXx function doesn't need to know exactly // where to jump: it simply always jumps to "doneLabel" on match failure, and "doneLabel" is always configured to point to // the right location. In an expression without backtracking, or before any backtracking constructs have been encountered, // "doneLabel" is simply the final return location from the TryMatchAtCurrentPosition method that will undo any captures and exit, signaling to // the calling scan loop that nothing was matched. // Arbitrary limit for unrolling vs creating a loop. We want to balance size in the generated // code with other costs, like the (small) overhead of slicing to create the temp span to iterate. const int MaxUnrollSize = 16; RegexOptions options = (RegexOptions)rm.Options; RegexTree regexTree = rm.Tree; RequiredHelperFunctions requiredHelpers = RequiredHelperFunctions.None; // Helper to define names. Names start unadorned, but as soon as there's repetition, // they begin to have a numbered suffix. var usedNames = new Dictionary<string, int>(); // Every RegexTree is rooted in the implicit Capture for the whole expression. // Skip the Capture node. We handle the implicit root capture specially. RegexNode node = regexTree.Root; Debug.Assert(node.Kind == RegexNodeKind.Capture, "Every generated tree should begin with a capture node"); Debug.Assert(node.ChildCount() == 1, "Capture nodes should have one child"); node = node.Child(0); // In some limited cases, TryFindNextPossibleStartingPosition will only return true if it successfully matched the whole expression. // We can special case these to do essentially nothing in TryMatchAtCurrentPosition other than emit the capture. switch (node.Kind) { case RegexNodeKind.Multi or RegexNodeKind.Notone or RegexNodeKind.One or RegexNodeKind.Set when !IsCaseInsensitive(node): // This is the case for single and multiple characters, though the whole thing is only guaranteed // to have been validated in TryFindNextPossibleStartingPosition when doing case-sensitive comparison. writer.WriteLine($"int start = base.runtextpos;"); writer.WriteLine($"int end = start + {(node.Kind == RegexNodeKind.Multi ? node.Str!.Length : 1)};"); writer.WriteLine("base.Capture(0, start, end);"); writer.WriteLine("base.runtextpos = end;"); writer.WriteLine("return true;"); return requiredHelpers; case RegexNodeKind.Empty: // This case isn't common in production, but it's very common when first getting started with the // source generator and seeing what happens as you add more to expressions. When approaching // it from a learning perspective, this is very common, as it's the empty string you start with. writer.WriteLine("base.Capture(0, base.runtextpos, base.runtextpos);"); writer.WriteLine("return true;"); return requiredHelpers; } // In some cases, we need to emit declarations at the beginning of the method, but we only discover we need them later. // To handle that, we build up a collection of all the declarations to include, track where they should be inserted, // and then insert them at that position once everything else has been output. var additionalDeclarations = new HashSet<string>(); var additionalLocalFunctions = new Dictionary<string, string[]>(); // Declare some locals. string sliceSpan = "slice"; writer.WriteLine("int pos = base.runtextpos, end = base.runtextend;"); writer.WriteLine($"int original_pos = pos;"); bool hasTimeout = EmitLoopTimeoutCounterIfNeeded(writer, rm); bool hasTextInfo = EmitInitializeCultureForTryMatchAtCurrentPositionIfNecessary(writer, rm, analysis); writer.Flush(); int additionalDeclarationsPosition = ((StringWriter)writer.InnerWriter).GetStringBuilder().Length; int additionalDeclarationsIndent = writer.Indent; // The implementation tries to use const indexes into the span wherever possible, which we can do // for all fixed-length constructs. In such cases (e.g. single chars, repeaters, strings, etc.) // we know at any point in the regex exactly how far into it we are, and we can use that to index // into the span created at the beginning of the routine to begin at exactly where we're starting // in the input. When we encounter a variable-length construct, we transfer the static value to // pos, slicing the inputSpan appropriately, and then zero out the static position. int sliceStaticPos = 0; SliceInputSpan(writer, defineLocal: true); writer.WriteLine(); // doneLabel starts out as the top-level label for the whole expression failing to match. However, // it may be changed by the processing of a node to point to whereever subsequent match failures // should jump to, in support of backtracking or other constructs. For example, before emitting // the code for a branch N, an alternation will set the the doneLabel to point to the label for // processing the next branch N+1: that way, any failures in the branch N's processing will // implicitly end up jumping to the right location without needing to know in what context it's used. string doneLabel = ReserveName("NoMatch"); string topLevelDoneLabel = doneLabel; // Check whether there are captures anywhere in the expression. If there isn't, we can skip all // the boilerplate logic around uncapturing, as there won't be anything to uncapture. bool expressionHasCaptures = analysis.MayContainCapture(node); // Emit the code for all nodes in the tree. EmitNode(node); // If we fall through to this place in the code, we've successfully matched the expression. writer.WriteLine(); writer.WriteLine("// The input matched."); if (sliceStaticPos > 0) { EmitAdd(writer, "pos", sliceStaticPos); // TransferSliceStaticPosToPos would also slice, which isn't needed here } writer.WriteLine("base.runtextpos = pos;"); writer.WriteLine("base.Capture(0, original_pos, pos);"); writer.WriteLine("return true;"); // We're done with the match. // Patch up any additional declarations. ReplaceAdditionalDeclarations(writer, additionalDeclarations, additionalDeclarationsPosition, additionalDeclarationsIndent); // And emit any required helpers. if (additionalLocalFunctions.Count != 0) { foreach (KeyValuePair<string, string[]> localFunctions in additionalLocalFunctions.OrderBy(k => k.Key)) { writer.WriteLine(); foreach (string line in localFunctions.Value) { writer.WriteLine(line); } } } return requiredHelpers; // Helper to create a name guaranteed to be unique within the function. string ReserveName(string prefix) { usedNames.TryGetValue(prefix, out int count); usedNames[prefix] = count + 1; return count == 0 ? prefix : $"{prefix}{count}"; } // Helper to emit a label. As of C# 10, labels aren't statements of their own and need to adorn a following statement; // if a label appears just before a closing brace, then, it's a compilation error. To avoid issues there, this by // default implements a blank statement (a semicolon) after each label, but individual uses can opt-out of the semicolon // when it's known the label will always be followed by a statement. void MarkLabel(string label, bool emitSemicolon = true) => writer.WriteLine($"{label}:{(emitSemicolon ? ";" : "")}"); // Emits a goto to jump to the specified label. However, if the specified label is the top-level done label indicating // that the entire match has failed, we instead emit our epilogue, uncapturing if necessary and returning out of TryMatchAtCurrentPosition. void Goto(string label) { if (label == topLevelDoneLabel) { // We only get here in the code if the whole expression fails to match and jumps to // the original value of doneLabel. if (expressionHasCaptures) { EmitUncaptureUntil("0"); } writer.WriteLine("return false; // The input didn't match."); } else { writer.WriteLine($"goto {label};"); } } // Emits a case or default line followed by an indented body. void CaseGoto(string clause, string label) { writer.WriteLine(clause); writer.Indent++; Goto(label); writer.Indent--; } // Whether the node has RegexOptions.IgnoreCase set. static bool IsCaseInsensitive(RegexNode node) => (node.Options & RegexOptions.IgnoreCase) != 0; // Slices the inputSpan starting at pos until end and stores it into slice. void SliceInputSpan(IndentedTextWriter writer, bool defineLocal = false) { if (defineLocal) { writer.Write("global::System.ReadOnlySpan<char> "); } writer.WriteLine($"{sliceSpan} = inputSpan.Slice(pos, end - pos);"); } // Emits the sum of a constant and a value from a local. string Sum(int constant, string? local = null) => local is null ? constant.ToString(CultureInfo.InvariantCulture) : constant == 0 ? local : $"{constant} + {local}"; // Emits a check that the span is large enough at the currently known static position to handle the required additional length. void EmitSpanLengthCheck(int requiredLength, string? dynamicRequiredLength = null) { Debug.Assert(requiredLength > 0); using (EmitBlock(writer, $"if ({SpanLengthCheck(requiredLength, dynamicRequiredLength)})")) { Goto(doneLabel); } } // Returns a length check for the current span slice. The check returns true if // the span isn't long enough for the specified length. string SpanLengthCheck(int requiredLength, string? dynamicRequiredLength = null) => dynamicRequiredLength is null && sliceStaticPos + requiredLength == 1 ? $"{sliceSpan}.IsEmpty" : $"(uint){sliceSpan}.Length < {Sum(sliceStaticPos + requiredLength, dynamicRequiredLength)}"; // Adds the value of sliceStaticPos into the pos local, slices slice by the corresponding amount, // and zeros out sliceStaticPos. void TransferSliceStaticPosToPos() { if (sliceStaticPos > 0) { EmitAdd(writer, "pos", sliceStaticPos); writer.WriteLine($"{sliceSpan} = {sliceSpan}.Slice({sliceStaticPos});"); sliceStaticPos = 0; } } // Emits the code for an alternation. void EmitAlternation(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Alternate, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() >= 2, $"Expected at least 2 children, found {node.ChildCount()}"); int childCount = node.ChildCount(); Debug.Assert(childCount >= 2); string originalDoneLabel = doneLabel; // Both atomic and non-atomic are supported. While a parent RegexNode.Atomic node will itself // successfully prevent backtracking into this child node, we can emit better / cheaper code // for an Alternate when it is atomic, so we still take it into account here. Debug.Assert(node.Parent is not null); bool isAtomic = analysis.IsAtomicByAncestor(node); // If no child branch overlaps with another child branch, we can emit more streamlined code // that avoids checking unnecessary branches, e.g. with abc|def|ghi if the next character in // the input is 'a', we needn't try the def or ghi branches. A simple, relatively common case // of this is if every branch begins with a specific, unique character, in which case // the whole alternation can be treated as a simple switch, so we special-case that. However, // we can't goto _into_ switch cases, which means we can't use this approach if there's any // possibility of backtracking into the alternation. bool useSwitchedBranches = isAtomic; if (!useSwitchedBranches) { useSwitchedBranches = true; for (int i = 0; i < childCount; i++) { if (analysis.MayBacktrack(node.Child(i))) { useSwitchedBranches = false; break; } } } // Detect whether every branch begins with one or more unique characters. const int SetCharsSize = 5; // arbitrary limit (for IgnoreCase, we want this to be at least 3 to handle the vast majority of values) Span<char> setChars = stackalloc char[SetCharsSize]; if (useSwitchedBranches) { // Iterate through every branch, seeing if we can easily find a starting One, Multi, or small Set. // If we can, extract its starting char (or multiple in the case of a set), validate that all such // starting characters are unique relative to all the branches. var seenChars = new HashSet<char>(); for (int i = 0; i < childCount && useSwitchedBranches; i++) { // If it's not a One, Multi, or Set, we can't apply this optimization. // If it's IgnoreCase (and wasn't reduced to a non-IgnoreCase set), also ignore it to keep the logic simple. if (node.Child(i).FindBranchOneMultiOrSetStart() is not RegexNode oneMultiOrSet || (oneMultiOrSet.Options & RegexOptions.IgnoreCase) != 0) // TODO: https://github.com/dotnet/runtime/issues/61048 { useSwitchedBranches = false; break; } // If it's a One or a Multi, get the first character and add it to the set. // If it was already in the set, we can't apply this optimization. if (oneMultiOrSet.Kind is RegexNodeKind.One or RegexNodeKind.Multi) { if (!seenChars.Add(oneMultiOrSet.FirstCharOfOneOrMulti())) { useSwitchedBranches = false; break; } } else { // The branch begins with a set. Make sure it's a set of only a few characters // and get them. If we can't, we can't apply this optimization. Debug.Assert(oneMultiOrSet.Kind is RegexNodeKind.Set); int numChars; if (RegexCharClass.IsNegated(oneMultiOrSet.Str!) || (numChars = RegexCharClass.GetSetChars(oneMultiOrSet.Str!, setChars)) == 0) { useSwitchedBranches = false; break; } // Check to make sure each of the chars is unique relative to all other branches examined. foreach (char c in setChars.Slice(0, numChars)) { if (!seenChars.Add(c)) { useSwitchedBranches = false; break; } } } } } if (useSwitchedBranches) { // Note: This optimization does not exist with RegexOptions.Compiled. Here we rely on the // C# compiler to lower the C# switch statement with appropriate optimizations. In some // cases there are enough branches that the compiler will emit a jump table. In others // it'll optimize the order of checks in order to minimize the total number in the worst // case. In any case, we get easier to read and reason about C#. EmitSwitchedBranches(); } else { EmitAllBranches(); } return; // Emits the code for a switch-based alternation of non-overlapping branches. void EmitSwitchedBranches() { // We need at least 1 remaining character in the span, for the char to switch on. EmitSpanLengthCheck(1); writer.WriteLine(); // Emit a switch statement on the first char of each branch. using (EmitBlock(writer, $"switch ({sliceSpan}[{sliceStaticPos++}])")) { Span<char> setChars = stackalloc char[SetCharsSize]; // needs to be same size as detection check in caller int startingSliceStaticPos = sliceStaticPos; // Emit a case for each branch. for (int i = 0; i < childCount; i++) { sliceStaticPos = startingSliceStaticPos; RegexNode child = node.Child(i); Debug.Assert(child.Kind is RegexNodeKind.One or RegexNodeKind.Multi or RegexNodeKind.Set or RegexNodeKind.Concatenate, DescribeNode(child, analysis)); Debug.Assert(child.Kind is not RegexNodeKind.Concatenate || (child.ChildCount() >= 2 && child.Child(0).Kind is RegexNodeKind.One or RegexNodeKind.Multi or RegexNodeKind.Set)); RegexNode? childStart = child.FindBranchOneMultiOrSetStart(); Debug.Assert(childStart is not null, "Unexpectedly couldn't find the branch starting node."); Debug.Assert((childStart.Options & RegexOptions.IgnoreCase) == 0, "Expected only to find non-IgnoreCase branch starts"); if (childStart.Kind is RegexNodeKind.Set) { int numChars = RegexCharClass.GetSetChars(childStart.Str!, setChars); Debug.Assert(numChars != 0); writer.WriteLine($"case {string.Join(" or ", setChars.Slice(0, numChars).ToArray().Select(c => Literal(c)))}:"); } else { writer.WriteLine($"case {Literal(childStart.FirstCharOfOneOrMulti())}:"); } writer.Indent++; // Emit the code for the branch, without the first character that was already matched in the switch. switch (child.Kind) { case RegexNodeKind.Multi: EmitNode(CloneMultiWithoutFirstChar(child)); writer.WriteLine(); break; case RegexNodeKind.Concatenate: var newConcat = new RegexNode(RegexNodeKind.Concatenate, child.Options); if (childStart.Kind == RegexNodeKind.Multi) { newConcat.AddChild(CloneMultiWithoutFirstChar(childStart)); } int concatChildCount = child.ChildCount(); for (int j = 1; j < concatChildCount; j++) { newConcat.AddChild(child.Child(j)); } EmitNode(newConcat.Reduce()); writer.WriteLine(); break; static RegexNode CloneMultiWithoutFirstChar(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Multi); Debug.Assert(node.Str!.Length >= 2); return node.Str!.Length == 2 ? new RegexNode(RegexNodeKind.One, node.Options, node.Str![1]) : new RegexNode(RegexNodeKind.Multi, node.Options, node.Str!.Substring(1)); } } // This is only ever used for atomic alternations, so we can simply reset the doneLabel // after emitting the child, as nothing will backtrack here (and we need to reset it // so that all branches see the original). doneLabel = originalDoneLabel; // If we get here in the generated code, the branch completed successfully. // Before jumping to the end, we need to zero out sliceStaticPos, so that no // matter what the value is after the branch, whatever follows the alternate // will see the same sliceStaticPos. TransferSliceStaticPosToPos(); writer.WriteLine($"break;"); writer.WriteLine(); writer.Indent--; } // Default branch if the character didn't match the start of any branches. CaseGoto("default:", doneLabel); } } void EmitAllBranches() { // Label to jump to when any branch completes successfully. string matchLabel = ReserveName("AlternationMatch"); // Save off pos. We'll need to reset this each time a branch fails. string startingPos = ReserveName("alternation_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); int startingSliceStaticPos = sliceStaticPos; // We need to be able to undo captures in two situations: // - If a branch of the alternation itself contains captures, then if that branch // fails to match, any captures from that branch until that failure point need to // be uncaptured prior to jumping to the next branch. // - If the expression after the alternation contains captures, then failures // to match in those expressions could trigger backtracking back into the // alternation, and thus we need uncapture any of them. // As such, if the alternation contains captures or if it's not atomic, we need // to grab the current crawl position so we can unwind back to it when necessary. // We can do all of the uncapturing as part of falling through to the next branch. // If we fail in a branch, then such uncapturing will unwind back to the position // at the start of the alternation. If we fail after the alternation, and the // matched branch didn't contain any backtracking, then the failure will end up // jumping to the next branch, which will unwind the captures. And if we fail after // the alternation and the matched branch did contain backtracking, that backtracking // construct is responsible for unwinding back to its starting crawl position. If // it eventually ends up failing, that failure will result in jumping to the next branch // of the alternation, which will again dutifully unwind the remaining captures until // what they were at the start of the alternation. Of course, if there are no captures // anywhere in the regex, we don't have to do any of that. string? startingCapturePos = null; if (expressionHasCaptures && (analysis.MayContainCapture(node) || !isAtomic)) { startingCapturePos = ReserveName("alternation_starting_capturepos"); writer.WriteLine($"int {startingCapturePos} = base.Crawlpos();"); } writer.WriteLine(); // After executing the alternation, subsequent matching may fail, at which point execution // will need to backtrack to the alternation. We emit a branching table at the end of the // alternation, with a label that will be left as the "doneLabel" upon exiting emitting the // alternation. The branch table is populated with an entry for each branch of the alternation, // containing either the label for the last backtracking construct in the branch if such a construct // existed (in which case the doneLabel upon emitting that node will be different from before it) // or the label for the next branch. var labelMap = new string[childCount]; string backtrackLabel = ReserveName("AlternationBacktrack"); for (int i = 0; i < childCount; i++) { // If the alternation isn't atomic, backtracking may require our jump table jumping back // into these branches, so we can't use actual scopes, as that would hide the labels. using (EmitScope(writer, $"Branch {i}", faux: !isAtomic)) { bool isLastBranch = i == childCount - 1; string? nextBranch = null; if (!isLastBranch) { // Failure to match any branch other than the last one should result // in jumping to process the next branch. nextBranch = ReserveName("AlternationBranch"); doneLabel = nextBranch; } else { // Failure to match the last branch is equivalent to failing to match // the whole alternation, which means those failures should jump to // what "doneLabel" was defined as when starting the alternation. doneLabel = originalDoneLabel; } // Emit the code for each branch. EmitNode(node.Child(i)); writer.WriteLine(); // Add this branch to the backtracking table. At this point, either the child // had backtracking constructs, in which case doneLabel points to the last one // and that's where we'll want to jump to, or it doesn't, in which case doneLabel // still points to the nextBranch, which similarly is where we'll want to jump to. if (!isAtomic) { EmitStackPush(startingCapturePos is not null ? new[] { i.ToString(), startingPos, startingCapturePos } : new[] { i.ToString(), startingPos }); } labelMap[i] = doneLabel; // If we get here in the generated code, the branch completed successfully. // Before jumping to the end, we need to zero out sliceStaticPos, so that no // matter what the value is after the branch, whatever follows the alternate // will see the same sliceStaticPos. TransferSliceStaticPosToPos(); if (!isLastBranch || !isAtomic) { // If this isn't the last branch, we're about to output a reset section, // and if this isn't atomic, there will be a backtracking section before // the end of the method. In both of those cases, we've successfully // matched and need to skip over that code. If, however, this is the // last branch and this is an atomic alternation, we can just fall // through to the successfully matched location. Goto(matchLabel); } // Reset state for next branch and loop around to generate it. This includes // setting pos back to what it was at the beginning of the alternation, // updating slice to be the full length it was, and if there's a capture that // needs to be reset, uncapturing it. if (!isLastBranch) { writer.WriteLine(); MarkLabel(nextBranch!, emitSemicolon: false); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; if (startingCapturePos is not null) { EmitUncaptureUntil(startingCapturePos); } } } writer.WriteLine(); } // We should never fall through to this location in the generated code. Either // a branch succeeded in matching and jumped to the end, or a branch failed in // matching and jumped to the next branch location. We only get to this code // if backtracking occurs and the code explicitly jumps here based on our setting // "doneLabel" to the label for this section. Thus, we only need to emit it if // something can backtrack to us, which can't happen if we're inside of an atomic // node. Thus, emit the backtracking section only if we're non-atomic. if (isAtomic) { doneLabel = originalDoneLabel; } else { doneLabel = backtrackLabel; MarkLabel(backtrackLabel, emitSemicolon: false); EmitStackPop(startingCapturePos is not null ? new[] { startingCapturePos, startingPos } : new[] { startingPos}); using (EmitBlock(writer, $"switch ({StackPop()})")) { for (int i = 0; i < labelMap.Length; i++) { CaseGoto($"case {i}:", labelMap[i]); } } writer.WriteLine(); } // Successfully completed the alternate. MarkLabel(matchLabel); Debug.Assert(sliceStaticPos == 0); } } // Emits the code to handle a backreference. void EmitBackreference(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Backreference, $"Unexpected type: {node.Kind}"); int capnum = RegexParser.MapCaptureNumber(node.M, rm.Tree.CaptureNumberSparseMapping); if (sliceStaticPos > 0) { TransferSliceStaticPosToPos(); writer.WriteLine(); } // If the specified capture hasn't yet captured anything, fail to match... except when using RegexOptions.ECMAScript, // in which case per ECMA 262 section 21.2.2.9 the backreference should succeed. if ((node.Options & RegexOptions.ECMAScript) != 0) { writer.WriteLine($"// If the {DescribeCapture(node.M, analysis)} hasn't matched, the backreference matches with RegexOptions.ECMAScript rules."); using (EmitBlock(writer, $"if (base.IsMatched({capnum}))")) { EmitWhenHasCapture(); } } else { writer.WriteLine($"// If the {DescribeCapture(node.M, analysis)} hasn't matched, the backreference doesn't match."); using (EmitBlock(writer, $"if (!base.IsMatched({capnum}))")) { Goto(doneLabel); } writer.WriteLine(); EmitWhenHasCapture(); } void EmitWhenHasCapture() { writer.WriteLine("// Get the captured text. If it doesn't match at the current position, the backreference doesn't match."); additionalDeclarations.Add("int matchLength = 0;"); writer.WriteLine($"matchLength = base.MatchLength({capnum});"); if (!IsCaseInsensitive(node)) { // If we're case-sensitive, we can simply validate that the remaining length of the slice is sufficient // to possibly match, and then do a SequenceEqual against the matched text. writer.WriteLine($"if ({sliceSpan}.Length < matchLength || "); using (EmitBlock(writer, $" !global::System.MemoryExtensions.SequenceEqual(inputSpan.Slice(base.MatchIndex({capnum}), matchLength), {sliceSpan}.Slice(0, matchLength)))")) { Goto(doneLabel); } } else { // For case-insensitive, we have to walk each character individually. using (EmitBlock(writer, $"if ({sliceSpan}.Length < matchLength)")) { Goto(doneLabel); } writer.WriteLine(); additionalDeclarations.Add("int matchIndex = 0;"); writer.WriteLine($"matchIndex = base.MatchIndex({capnum});"); using (EmitBlock(writer, $"for (int i = 0; i < matchLength; i++)")) { using (EmitBlock(writer, $"if ({ToLower(hasTextInfo, options, $"inputSpan[matchIndex + i]")} != {ToLower(hasTextInfo, options, $"{sliceSpan}[i]")})")) { Goto(doneLabel); } } } writer.WriteLine(); writer.WriteLine($"pos += matchLength;"); SliceInputSpan(writer); } } // Emits the code for an if(backreference)-then-else conditional. void EmitBackreferenceConditional(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.BackreferenceConditional, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 2, $"Expected 2 children, found {node.ChildCount()}"); // We're branching in a complicated fashion. Make sure sliceStaticPos is 0. TransferSliceStaticPosToPos(); // Get the capture number to test. int capnum = RegexParser.MapCaptureNumber(node.M, rm.Tree.CaptureNumberSparseMapping); // Get the "yes" branch and the "no" branch. The "no" branch is optional in syntax and is thus // somewhat likely to be Empty. RegexNode yesBranch = node.Child(0); RegexNode? noBranch = node.Child(1) is { Kind: not RegexNodeKind.Empty } childNo ? childNo : null; string originalDoneLabel = doneLabel; // If the child branches might backtrack, we can't emit the branches inside constructs that // require braces, e.g. if/else, even though that would yield more idiomatic output. // But if we know for certain they won't backtrack, we can output the nicer code. if (analysis.IsAtomicByAncestor(node) || (!analysis.MayBacktrack(yesBranch) && (noBranch is null || !analysis.MayBacktrack(noBranch)))) { using (EmitBlock(writer, $"if (base.IsMatched({capnum}))")) { writer.WriteLine($"// The {DescribeCapture(node.M, analysis)} captured a value. Match the first branch."); EmitNode(yesBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch } if (noBranch is not null) { using (EmitBlock(writer, $"else")) { writer.WriteLine($"// Otherwise, match the second branch."); EmitNode(noBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch } } doneLabel = originalDoneLabel; // atomicity return; } string refNotMatched = ReserveName("ConditionalBackreferenceNotMatched"); string endConditional = ReserveName("ConditionalBackreferenceEnd"); // As with alternations, we have potentially multiple branches, each of which may contain // backtracking constructs, but the expression after the conditional needs a single target // to backtrack to. So, we expose a single Backtrack label and track which branch was // followed in this resumeAt local. string resumeAt = ReserveName("conditionalbackreference_branch"); writer.WriteLine($"int {resumeAt} = 0;"); // While it would be nicely readable to use an if/else block, if the branches contain // anything that triggers backtracking, labels will end up being defined, and if they're // inside the scope block for the if or else, that will prevent jumping to them from // elsewhere. So we implement the if/else with labels and gotos manually. // Check to see if the specified capture number was captured. using (EmitBlock(writer, $"if (!base.IsMatched({capnum}))")) { Goto(refNotMatched); } writer.WriteLine(); // The specified capture was captured. Run the "yes" branch. // If it successfully matches, jump to the end. EmitNode(yesBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch string postYesDoneLabel = doneLabel; if (postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 0;"); } bool needsEndConditional = postYesDoneLabel != originalDoneLabel || noBranch is not null; if (needsEndConditional) { Goto(endConditional); writer.WriteLine(); } MarkLabel(refNotMatched); string postNoDoneLabel = originalDoneLabel; if (noBranch is not null) { // Output the no branch. doneLabel = originalDoneLabel; EmitNode(noBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch postNoDoneLabel = doneLabel; if (postNoDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 1;"); } } else { // There's only a yes branch. If it's going to cause us to output a backtracking // label but code may not end up taking the yes branch path, we need to emit a resumeAt // that will cause the backtracking to immediately pass through this node. if (postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 2;"); } } // If either the yes branch or the no branch contained backtracking, subsequent expressions // might try to backtrack to here, so output a backtracking map based on resumeAt. bool hasBacktracking = postYesDoneLabel != originalDoneLabel || postNoDoneLabel != originalDoneLabel; if (hasBacktracking) { // Skip the backtracking section. Goto(endConditional); writer.WriteLine(); // Backtrack section string backtrack = ReserveName("ConditionalBackreferenceBacktrack"); doneLabel = backtrack; MarkLabel(backtrack); // Pop from the stack the branch that was used and jump back to its backtracking location. EmitStackPop(resumeAt); using (EmitBlock(writer, $"switch ({resumeAt})")) { if (postYesDoneLabel != originalDoneLabel) { CaseGoto("case 0:", postYesDoneLabel); } if (postNoDoneLabel != originalDoneLabel) { CaseGoto("case 1:", postNoDoneLabel); } CaseGoto("default:", originalDoneLabel); } } if (needsEndConditional) { MarkLabel(endConditional); } if (hasBacktracking) { // We're not atomic and at least one of the yes or no branches contained backtracking constructs, // so finish outputting our backtracking logic, which involves pushing onto the stack which // branch to backtrack into. EmitStackPush(resumeAt); } } // Emits the code for an if(expression)-then-else conditional. void EmitExpressionConditional(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.ExpressionConditional, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 3, $"Expected 3 children, found {node.ChildCount()}"); bool isAtomic = analysis.IsAtomicByAncestor(node); // We're branching in a complicated fashion. Make sure sliceStaticPos is 0. TransferSliceStaticPosToPos(); // The first child node is the condition expression. If this matches, then we branch to the "yes" branch. // If it doesn't match, then we branch to the optional "no" branch if it exists, or simply skip the "yes" // branch, otherwise. The condition is treated as a positive lookahead. RegexNode condition = node.Child(0); // Get the "yes" branch and the "no" branch. The "no" branch is optional in syntax and is thus // somewhat likely to be Empty. RegexNode yesBranch = node.Child(1); RegexNode? noBranch = node.Child(2) is { Kind: not RegexNodeKind.Empty } childNo ? childNo : null; string originalDoneLabel = doneLabel; string expressionNotMatched = ReserveName("ConditionalExpressionNotMatched"); string endConditional = ReserveName("ConditionalExpressionEnd"); // As with alternations, we have potentially multiple branches, each of which may contain // backtracking constructs, but the expression after the condition needs a single target // to backtrack to. So, we expose a single Backtrack label and track which branch was // followed in this resumeAt local. string resumeAt = ReserveName("conditionalexpression_branch"); if (!isAtomic) { writer.WriteLine($"int {resumeAt} = 0;"); } // If the condition expression has captures, we'll need to uncapture them in the case of no match. string? startingCapturePos = null; if (analysis.MayContainCapture(condition)) { startingCapturePos = ReserveName("conditionalexpression_starting_capturepos"); writer.WriteLine($"int {startingCapturePos} = base.Crawlpos();"); } // Emit the condition expression. Route any failures to after the yes branch. This code is almost // the same as for a positive lookahead; however, a positive lookahead only needs to reset the position // on a successful match, as a failed match fails the whole expression; here, we need to reset the // position on completion, regardless of whether the match is successful or not. doneLabel = expressionNotMatched; // Save off pos. We'll need to reset this upon successful completion of the lookahead. string startingPos = ReserveName("conditionalexpression_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); writer.WriteLine(); int startingSliceStaticPos = sliceStaticPos; // Emit the child. The condition expression is a zero-width assertion, which is atomic, // so prevent backtracking into it. writer.WriteLine("// Condition:"); EmitNode(condition); writer.WriteLine(); doneLabel = originalDoneLabel; // After the condition completes successfully, reset the text positions. // Do not reset captures, which persist beyond the lookahead. writer.WriteLine("// Condition matched:"); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; writer.WriteLine(); // The expression matched. Run the "yes" branch. If it successfully matches, jump to the end. EmitNode(yesBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch string postYesDoneLabel = doneLabel; if (!isAtomic && postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 0;"); } Goto(endConditional); writer.WriteLine(); // After the condition completes unsuccessfully, reset the text positions // _and_ reset captures, which should not persist when the whole expression failed. writer.WriteLine("// Condition did not match:"); MarkLabel(expressionNotMatched, emitSemicolon: false); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; if (startingCapturePos is not null) { EmitUncaptureUntil(startingCapturePos); } writer.WriteLine(); string postNoDoneLabel = originalDoneLabel; if (noBranch is not null) { // Output the no branch. doneLabel = originalDoneLabel; EmitNode(noBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch postNoDoneLabel = doneLabel; if (!isAtomic && postNoDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 1;"); } } else { // There's only a yes branch. If it's going to cause us to output a backtracking // label but code may not end up taking the yes branch path, we need to emit a resumeAt // that will cause the backtracking to immediately pass through this node. if (!isAtomic && postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 2;"); } } // If either the yes branch or the no branch contained backtracking, subsequent expressions // might try to backtrack to here, so output a backtracking map based on resumeAt. if (isAtomic || (postYesDoneLabel == originalDoneLabel && postNoDoneLabel == originalDoneLabel)) { doneLabel = originalDoneLabel; MarkLabel(endConditional); } else { // Skip the backtracking section. Goto(endConditional); writer.WriteLine(); string backtrack = ReserveName("ConditionalExpressionBacktrack"); doneLabel = backtrack; MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(resumeAt); using (EmitBlock(writer, $"switch ({resumeAt})")) { if (postYesDoneLabel != originalDoneLabel) { CaseGoto("case 0:", postYesDoneLabel); } if (postNoDoneLabel != originalDoneLabel) { CaseGoto("case 1:", postNoDoneLabel); } CaseGoto("default:", originalDoneLabel); } MarkLabel(endConditional, emitSemicolon: false); EmitStackPush(resumeAt); } } // Emits the code for a Capture node. void EmitCapture(RegexNode node, RegexNode? subsequent = null) { Debug.Assert(node.Kind is RegexNodeKind.Capture, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); int capnum = RegexParser.MapCaptureNumber(node.M, rm.Tree.CaptureNumberSparseMapping); int uncapnum = RegexParser.MapCaptureNumber(node.N, rm.Tree.CaptureNumberSparseMapping); bool isAtomic = analysis.IsAtomicByAncestor(node); TransferSliceStaticPosToPos(); string startingPos = ReserveName("capture_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); writer.WriteLine(); RegexNode child = node.Child(0); if (uncapnum != -1) { using (EmitBlock(writer, $"if (!base.IsMatched({uncapnum}))")) { Goto(doneLabel); } writer.WriteLine(); } // Emit child node. string originalDoneLabel = doneLabel; EmitNode(child, subsequent); bool childBacktracks = doneLabel != originalDoneLabel; writer.WriteLine(); TransferSliceStaticPosToPos(); if (uncapnum == -1) { writer.WriteLine($"base.Capture({capnum}, {startingPos}, pos);"); } else { writer.WriteLine($"base.TransferCapture({capnum}, {uncapnum}, {startingPos}, pos);"); } if (isAtomic || !childBacktracks) { // If the capture is atomic and nothing can backtrack into it, we're done. // Similarly, even if the capture isn't atomic, if the captured expression // doesn't do any backtracking, we're done. doneLabel = originalDoneLabel; } else { // We're not atomic and the child node backtracks. When it does, we need // to ensure that the starting position for the capture is appropriately // reset to what it was initially (it could have changed as part of being // in a loop or similar). So, we emit a backtracking section that // pushes/pops the starting position before falling through. writer.WriteLine(); EmitStackPush(startingPos); // Skip past the backtracking section string end = ReserveName("SkipBacktrack"); Goto(end); writer.WriteLine(); // Emit a backtracking section that restores the capture's state and then jumps to the previous done label string backtrack = ReserveName($"CaptureBacktrack"); MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(startingPos); if (!childBacktracks) { writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); } Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(end); } } // Emits the code to handle a positive lookahead assertion. void EmitPositiveLookaheadAssertion(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.PositiveLookaround, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); // Save off pos. We'll need to reset this upon successful completion of the lookahead. string startingPos = ReserveName("positivelookahead_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); writer.WriteLine(); int startingSliceStaticPos = sliceStaticPos; // Emit the child. RegexNode child = node.Child(0); if (analysis.MayBacktrack(child)) { // Lookarounds are implicitly atomic, so we need to emit the node as atomic if it might backtrack. EmitAtomic(node, null); } else { EmitNode(child); } // After the child completes successfully, reset the text positions. // Do not reset captures, which persist beyond the lookahead. writer.WriteLine(); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; } // Emits the code to handle a negative lookahead assertion. void EmitNegativeLookaheadAssertion(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.NegativeLookaround, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); string originalDoneLabel = doneLabel; // Save off pos. We'll need to reset this upon successful completion of the lookahead. string startingPos = ReserveName("negativelookahead_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); int startingSliceStaticPos = sliceStaticPos; string negativeLookaheadDoneLabel = ReserveName("NegativeLookaheadMatch"); doneLabel = negativeLookaheadDoneLabel; // Emit the child. RegexNode child = node.Child(0); if (analysis.MayBacktrack(child)) { // Lookarounds are implicitly atomic, so we need to emit the node as atomic if it might backtrack. EmitAtomic(node, null); } else { EmitNode(child); } // If the generated code ends up here, it matched the lookahead, which actually // means failure for a _negative_ lookahead, so we need to jump to the original done. writer.WriteLine(); Goto(originalDoneLabel); writer.WriteLine(); // Failures (success for a negative lookahead) jump here. MarkLabel(negativeLookaheadDoneLabel, emitSemicolon: false); // After the child completes in failure (success for negative lookahead), reset the text positions. writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; doneLabel = originalDoneLabel; } // Emits the code for the node. void EmitNode(RegexNode node, RegexNode? subsequent = null, bool emitLengthChecksIfRequired = true) { if (!StackHelper.TryEnsureSufficientExecutionStack()) { StackHelper.CallOnEmptyStack(EmitNode, node, subsequent, emitLengthChecksIfRequired); return; } // Separate out several node types that, for conciseness, don't need a header and scope written into the source. switch (node.Kind) { // Nothing is written for an empty case RegexNodeKind.Empty: return; // A match failure doesn't need a scope. case RegexNodeKind.Nothing: Goto(doneLabel); return; // Skip atomic nodes that wrap non-backtracking children; in such a case there's nothing to be made atomic. case RegexNodeKind.Atomic when !analysis.MayBacktrack(node.Child(0)): EmitNode(node.Child(0)); return; // Concatenate is a simplification in the node tree so that a series of children can be represented as one. // We don't need its presence visible in the source. case RegexNodeKind.Concatenate: EmitConcatenation(node, subsequent, emitLengthChecksIfRequired); return; } // Put the node's code into its own scope. If the node contains labels that may need to // be visible outside of its scope, the scope is still emitted for clarity but is commented out. using (EmitScope(writer, DescribeNode(node, analysis), faux: analysis.MayBacktrack(node))) { switch (node.Kind) { case RegexNodeKind.Beginning: case RegexNodeKind.Start: case RegexNodeKind.Bol: case RegexNodeKind.Eol: case RegexNodeKind.End: case RegexNodeKind.EndZ: EmitAnchors(node); break; case RegexNodeKind.Boundary: case RegexNodeKind.NonBoundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.NonECMABoundary: EmitBoundary(node); break; case RegexNodeKind.Multi: EmitMultiChar(node, emitLengthChecksIfRequired); break; case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: EmitSingleChar(node, emitLengthChecksIfRequired); break; case RegexNodeKind.Oneloop: case RegexNodeKind.Notoneloop: case RegexNodeKind.Setloop: EmitSingleCharLoop(node, subsequent, emitLengthChecksIfRequired); break; case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setlazy: EmitSingleCharLazy(node, subsequent, emitLengthChecksIfRequired); break; case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Setloopatomic: EmitSingleCharAtomicLoop(node, emitLengthChecksIfRequired); break; case RegexNodeKind.Loop: EmitLoop(node); break; case RegexNodeKind.Lazyloop: EmitLazy(node); break; case RegexNodeKind.Alternate: EmitAlternation(node); break; case RegexNodeKind.Backreference: EmitBackreference(node); break; case RegexNodeKind.BackreferenceConditional: EmitBackreferenceConditional(node); break; case RegexNodeKind.ExpressionConditional: EmitExpressionConditional(node); break; case RegexNodeKind.Atomic when analysis.MayBacktrack(node.Child(0)): EmitAtomic(node, subsequent); return; case RegexNodeKind.Capture: EmitCapture(node, subsequent); break; case RegexNodeKind.PositiveLookaround: EmitPositiveLookaheadAssertion(node); break; case RegexNodeKind.NegativeLookaround: EmitNegativeLookaheadAssertion(node); break; case RegexNodeKind.UpdateBumpalong: EmitUpdateBumpalong(node); break; default: Debug.Fail($"Unexpected node type: {node.Kind}"); break; } } } // Emits the node for an atomic. void EmitAtomic(RegexNode node, RegexNode? subsequent) { Debug.Assert(node.Kind is RegexNodeKind.Atomic or RegexNodeKind.PositiveLookaround or RegexNodeKind.NegativeLookaround, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); Debug.Assert(analysis.MayBacktrack(node.Child(0)), "Expected child to potentially backtrack"); // Grab the current done label and the current backtracking position. The purpose of the atomic node // is to ensure that nodes after it that might backtrack skip over the atomic, which means after // rendering the atomic's child, we need to reset the label so that subsequent backtracking doesn't // see any label left set by the atomic's child. We also need to reset the backtracking stack position // so that the state on the stack remains consistent. string originalDoneLabel = doneLabel; additionalDeclarations.Add("int stackpos = 0;"); string startingStackpos = ReserveName("atomic_stackpos"); writer.WriteLine($"int {startingStackpos} = stackpos;"); writer.WriteLine(); // Emit the child. EmitNode(node.Child(0), subsequent); writer.WriteLine(); // Reset the stack position and done label. writer.WriteLine($"stackpos = {startingStackpos};"); doneLabel = originalDoneLabel; } // Emits the code to handle updating base.runtextpos to pos in response to // an UpdateBumpalong node. This is used when we want to inform the scan loop that // it should bump from this location rather than from the original location. void EmitUpdateBumpalong(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.UpdateBumpalong, $"Unexpected type: {node.Kind}"); TransferSliceStaticPosToPos(); using (EmitBlock(writer, "if (base.runtextpos < pos)")) { writer.WriteLine("base.runtextpos = pos;"); } } // Emits code for a concatenation void EmitConcatenation(RegexNode node, RegexNode? subsequent, bool emitLengthChecksIfRequired) { Debug.Assert(node.Kind is RegexNodeKind.Concatenate, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() >= 2, $"Expected at least 2 children, found {node.ChildCount()}"); // Emit the code for each child one after the other. string? prevDescription = null; int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { // If we can find a subsequence of fixed-length children, we can emit a length check once for that sequence // and then skip the individual length checks for each. We also want to minimize the repetition of if blocks, // and so we try to emit a series of clauses all part of the same if block rather than one if block per child. if (emitLengthChecksIfRequired && node.TryGetJoinableLengthCheckChildRange(i, out int requiredLength, out int exclusiveEnd)) { bool wroteClauses = true; writer.Write($"if ({SpanLengthCheck(requiredLength)}"); while (i < exclusiveEnd) { for (; i < exclusiveEnd; i++) { void WriteSingleCharChild(RegexNode child, bool includeDescription = true) { if (wroteClauses) { writer.WriteLine(prevDescription is not null ? $" || // {prevDescription}" : " ||"); writer.Write(" "); } else { writer.Write("if ("); } EmitSingleChar(child, emitLengthCheck: false, clauseOnly: true); prevDescription = includeDescription ? DescribeNode(child, analysis) : null; wroteClauses = true; } RegexNode child = node.Child(i); if (child.Kind is RegexNodeKind.One or RegexNodeKind.Notone or RegexNodeKind.Set) { WriteSingleCharChild(child); } else if (child.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Onelazy or RegexNodeKind.Oneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setlazy or RegexNodeKind.Setloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloopatomic && child.M == child.N && child.M <= MaxUnrollSize) { for (int c = 0; c < child.M; c++) { WriteSingleCharChild(child, includeDescription: c == 0); } } else { break; } } if (wroteClauses) { writer.WriteLine(prevDescription is not null ? $") // {prevDescription}" : ")"); using (EmitBlock(writer, null)) { Goto(doneLabel); } if (i < childCount) { writer.WriteLine(); } wroteClauses = false; prevDescription = null; } if (i < exclusiveEnd) { EmitNode(node.Child(i), GetSubsequentOrDefault(i, node, subsequent), emitLengthChecksIfRequired: false); if (i < childCount - 1) { writer.WriteLine(); } i++; } } i--; continue; } EmitNode(node.Child(i), GetSubsequentOrDefault(i, node, subsequent), emitLengthChecksIfRequired: emitLengthChecksIfRequired); if (i < childCount - 1) { writer.WriteLine(); } } // Gets the node to treat as the subsequent one to node.Child(index) static RegexNode? GetSubsequentOrDefault(int index, RegexNode node, RegexNode? defaultNode) { int childCount = node.ChildCount(); for (int i = index + 1; i < childCount; i++) { RegexNode next = node.Child(i); if (next.Kind is not RegexNodeKind.UpdateBumpalong) // skip node types that don't have a semantic impact { return next; } } return defaultNode; } } // Emits the code to handle a single-character match. void EmitSingleChar(RegexNode node, bool emitLengthCheck = true, string? offset = null, bool clauseOnly = false) { Debug.Assert(node.IsOneFamily || node.IsNotoneFamily || node.IsSetFamily, $"Unexpected type: {node.Kind}"); // This only emits a single check, but it's called from the looping constructs in a loop // to generate the code for a single check, so we map those looping constructs to the // appropriate single check. string expr = $"{sliceSpan}[{Sum(sliceStaticPos, offset)}]"; if (node.IsSetFamily) { expr = $"{MatchCharacterClass(hasTextInfo, options, expr, node.Str!, IsCaseInsensitive(node), negate: true, additionalDeclarations, ref requiredHelpers)}"; } else { expr = ToLowerIfNeeded(hasTextInfo, options, expr, IsCaseInsensitive(node)); expr = $"{expr} {(node.IsOneFamily ? "!=" : "==")} {Literal(node.Ch)}"; } if (clauseOnly) { writer.Write(expr); } else { using (EmitBlock(writer, emitLengthCheck ? $"if ({SpanLengthCheck(1, offset)} || {expr})" : $"if ({expr})")) { Goto(doneLabel); } } sliceStaticPos++; } // Emits the code to handle a boundary check on a character. void EmitBoundary(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Boundary or RegexNodeKind.NonBoundary or RegexNodeKind.ECMABoundary or RegexNodeKind.NonECMABoundary, $"Unexpected type: {node.Kind}"); string call = node.Kind switch { RegexNodeKind.Boundary => "!IsBoundary", RegexNodeKind.NonBoundary => "IsBoundary", RegexNodeKind.ECMABoundary => "!IsECMABoundary", _ => "IsECMABoundary", }; RequiredHelperFunctions boundaryFunctionRequired = node.Kind switch { RegexNodeKind.Boundary or RegexNodeKind.NonBoundary => RequiredHelperFunctions.IsBoundary | RequiredHelperFunctions.IsWordChar, // IsBoundary internally uses IsWordChar _ => RequiredHelperFunctions.IsECMABoundary }; requiredHelpers |= boundaryFunctionRequired; using (EmitBlock(writer, $"if ({call}(inputSpan, pos{(sliceStaticPos > 0 ? $" + {sliceStaticPos}" : "")}))")) { Goto(doneLabel); } } // Emits the code to handle various anchors. void EmitAnchors(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Beginning or RegexNodeKind.Start or RegexNodeKind.Bol or RegexNodeKind.End or RegexNodeKind.EndZ or RegexNodeKind.Eol, $"Unexpected type: {node.Kind}"); Debug.Assert(sliceStaticPos >= 0); switch (node.Kind) { case RegexNodeKind.Beginning: case RegexNodeKind.Start: if (sliceStaticPos > 0) { // If we statically know we've already matched part of the regex, there's no way we're at the // beginning or start, as we've already progressed past it. Goto(doneLabel); } else { additionalDeclarations.Add(node.Kind == RegexNodeKind.Beginning ? "int beginning = base.runtextbeg;" : "int start = base.runtextstart;"); using (EmitBlock(writer, node.Kind == RegexNodeKind.Beginning ? "if (pos != beginning)" : "if (pos != start)")) { Goto(doneLabel); } } break; case RegexNodeKind.Bol: if (sliceStaticPos > 0) { using (EmitBlock(writer, $"if ({sliceSpan}[{sliceStaticPos - 1}] != '\\n')")) { Goto(doneLabel); } } else { // We can't use our slice in this case, because we'd need to access slice[-1], so we access the inputSpan field directly: additionalDeclarations.Add("int beginning = base.runtextbeg;"); using (EmitBlock(writer, $"if (pos > beginning && inputSpan[pos - 1] != '\\n')")) { Goto(doneLabel); } } break; case RegexNodeKind.End: using (EmitBlock(writer, $"if ({IsSliceLengthGreaterThanSliceStaticPos()})")) { Goto(doneLabel); } break; case RegexNodeKind.EndZ: writer.WriteLine($"if ({sliceSpan}.Length > {sliceStaticPos + 1} || ({IsSliceLengthGreaterThanSliceStaticPos()} && {sliceSpan}[{sliceStaticPos}] != '\\n'))"); using (EmitBlock(writer, null)) { Goto(doneLabel); } break; case RegexNodeKind.Eol: using (EmitBlock(writer, $"if ({IsSliceLengthGreaterThanSliceStaticPos()} && {sliceSpan}[{sliceStaticPos}] != '\\n')")) { Goto(doneLabel); } break; string IsSliceLengthGreaterThanSliceStaticPos() => sliceStaticPos == 0 ? $"!{sliceSpan}.IsEmpty" : $"{sliceSpan}.Length > {sliceStaticPos}"; } } // Emits the code to handle a multiple-character match. void EmitMultiChar(RegexNode node, bool emitLengthCheck) { Debug.Assert(node.Kind is RegexNodeKind.Multi, $"Unexpected type: {node.Kind}"); Debug.Assert(node.Str is not null); EmitMultiCharString(node.Str, IsCaseInsensitive(node), emitLengthCheck); } void EmitMultiCharString(string str, bool caseInsensitive, bool emitLengthCheck) { Debug.Assert(str.Length >= 2); if (caseInsensitive) // StartsWith(..., XxIgnoreCase) won't necessarily be the same as char-by-char comparison { // This case should be relatively rare. It will only occur with IgnoreCase and a series of non-ASCII characters. if (emitLengthCheck) { EmitSpanLengthCheck(str.Length); } using (EmitBlock(writer, $"for (int i = 0; i < {Literal(str)}.Length; i++)")) { string textSpanIndex = sliceStaticPos > 0 ? $"i + {sliceStaticPos}" : "i"; using (EmitBlock(writer, $"if ({ToLower(hasTextInfo, options, $"{sliceSpan}[{textSpanIndex}]")} != {Literal(str)}[i])")) { Goto(doneLabel); } } } else { string sourceSpan = sliceStaticPos > 0 ? $"{sliceSpan}.Slice({sliceStaticPos})" : sliceSpan; using (EmitBlock(writer, $"if (!global::System.MemoryExtensions.StartsWith({sourceSpan}, {Literal(str)}))")) { Goto(doneLabel); } } sliceStaticPos += str.Length; } void EmitSingleCharLoop(RegexNode node, RegexNode? subsequent = null, bool emitLengthChecksIfRequired = true) { Debug.Assert(node.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop, $"Unexpected type: {node.Kind}"); // If this is actually a repeater, emit that instead; no backtracking necessary. if (node.M == node.N) { EmitSingleCharRepeater(node, emitLengthChecksIfRequired); return; } // Emit backtracking around an atomic single char loop. We can then implement the backtracking // as an afterthought, since we know exactly how many characters are accepted by each iteration // of the wrapped loop (1) and that there's nothing captured by the loop. Debug.Assert(node.M < node.N); string backtrackingLabel = ReserveName("CharLoopBacktrack"); string endLoop = ReserveName("CharLoopEnd"); string startingPos = ReserveName("charloop_starting_pos"); string endingPos = ReserveName("charloop_ending_pos"); additionalDeclarations.Add($"int {startingPos} = 0, {endingPos} = 0;"); // We're about to enter a loop, so ensure our text position is 0. TransferSliceStaticPosToPos(); // Grab the current position, then emit the loop as atomic, and then // grab the current position again. Even though we emit the loop without // knowledge of backtracking, we can layer it on top by just walking back // through the individual characters (a benefit of the loop matching exactly // one character per iteration, no possible captures within the loop, etc.) writer.WriteLine($"{startingPos} = pos;"); writer.WriteLine(); EmitSingleCharAtomicLoop(node); writer.WriteLine(); TransferSliceStaticPosToPos(); writer.WriteLine($"{endingPos} = pos;"); EmitAdd(writer, startingPos, node.M); Goto(endLoop); writer.WriteLine(); // Backtracking section. Subsequent failures will jump to here, at which // point we decrement the matched count as long as it's above the minimum // required, and try again by flowing to everything that comes after this. MarkLabel(backtrackingLabel, emitSemicolon: false); if (expressionHasCaptures) { EmitUncaptureUntil(StackPop()); } EmitStackPop(endingPos, startingPos); writer.WriteLine(); if (subsequent?.FindStartingLiteral() is ValueTuple<char, string?, string?> literal) { writer.WriteLine($"if ({startingPos} >= {endingPos} ||"); using (EmitBlock(writer, literal.Item2 is not null ? $" ({endingPos} = global::System.MemoryExtensions.LastIndexOf(inputSpan.Slice({startingPos}, global::System.Math.Min(inputSpan.Length, {endingPos} + {literal.Item2.Length - 1}) - {startingPos}), {Literal(literal.Item2)})) < 0)" : literal.Item3 is null ? $" ({endingPos} = global::System.MemoryExtensions.LastIndexOf(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item1)})) < 0)" : literal.Item3.Length switch { 2 => $" ({endingPos} = global::System.MemoryExtensions.LastIndexOfAny(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item3[0])}, {Literal(literal.Item3[1])})) < 0)", 3 => $" ({endingPos} = global::System.MemoryExtensions.LastIndexOfAny(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item3[0])}, {Literal(literal.Item3[1])}, {Literal(literal.Item3[2])})) < 0)", _ => $" ({endingPos} = global::System.MemoryExtensions.LastIndexOfAny(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item3)})) < 0)", })) { Goto(doneLabel); } writer.WriteLine($"{endingPos} += {startingPos};"); writer.WriteLine($"pos = {endingPos};"); } else { using (EmitBlock(writer, $"if ({startingPos} >= {endingPos})")) { Goto(doneLabel); } writer.WriteLine($"pos = --{endingPos};"); } SliceInputSpan(writer); writer.WriteLine(); MarkLabel(endLoop, emitSemicolon: false); EmitStackPush(expressionHasCaptures ? new[] { startingPos, endingPos, "base.Crawlpos()" } : new[] { startingPos, endingPos }); doneLabel = backtrackingLabel; // leave set to the backtracking label for all subsequent nodes } void EmitSingleCharLazy(RegexNode node, RegexNode? subsequent = null, bool emitLengthChecksIfRequired = true) { Debug.Assert(node.Kind is RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy, $"Unexpected type: {node.Kind}"); // Emit the min iterations as a repeater. Any failures here don't necessitate backtracking, // as the lazy itself failed to match, and there's no backtracking possible by the individual // characters/iterations themselves. if (node.M > 0) { EmitSingleCharRepeater(node, emitLengthChecksIfRequired); } // If the whole thing was actually that repeater, we're done. Similarly, if this is actually an atomic // lazy loop, nothing will ever backtrack into this node, so we never need to iterate more than the minimum. if (node.M == node.N || analysis.IsAtomicByAncestor(node)) { return; } if (node.M > 0) { // We emitted a repeater to handle the required iterations; add a newline after it. writer.WriteLine(); } Debug.Assert(node.M < node.N); // We now need to match one character at a time, each time allowing the remainder of the expression // to try to match, and only matching another character if the subsequent expression fails to match. // We're about to enter a loop, so ensure our text position is 0. TransferSliceStaticPosToPos(); // If the loop isn't unbounded, track the number of iterations and the max number to allow. string? iterationCount = null; string? maxIterations = null; if (node.N != int.MaxValue) { maxIterations = $"{node.N - node.M}"; iterationCount = ReserveName("lazyloop_iteration"); writer.WriteLine($"int {iterationCount} = 0;"); } // Track the current crawl position. Upon backtracking, we'll unwind any captures beyond this point. string? capturePos = null; if (expressionHasCaptures) { capturePos = ReserveName("lazyloop_capturepos"); additionalDeclarations.Add($"int {capturePos} = 0;"); } // Track the current pos. Each time we backtrack, we'll reset to the stored position, which // is also incremented each time we match another character in the loop. string startingPos = ReserveName("lazyloop_pos"); additionalDeclarations.Add($"int {startingPos} = 0;"); writer.WriteLine($"{startingPos} = pos;"); // Skip the backtracking section for the initial subsequent matching. We've already matched the // minimum number of iterations, which means we can successfully match with zero additional iterations. string endLoopLabel = ReserveName("LazyLoopEnd"); Goto(endLoopLabel); writer.WriteLine(); // Backtracking section. Subsequent failures will jump to here. string backtrackingLabel = ReserveName("LazyLoopBacktrack"); MarkLabel(backtrackingLabel, emitSemicolon: false); // Uncapture any captures if the expression has any. It's possible the captures it has // are before this node, in which case this is wasted effort, but still functionally correct. if (capturePos is not null) { EmitUncaptureUntil(capturePos); } // If there's a max number of iterations, see if we've exceeded the maximum number of characters // to match. If we haven't, increment the iteration count. if (maxIterations is not null) { using (EmitBlock(writer, $"if ({iterationCount} >= {maxIterations})")) { Goto(doneLabel); } writer.WriteLine($"{iterationCount}++;"); } // Now match the next item in the lazy loop. We need to reset the pos to the position // just after the last character in this loop was matched, and we need to store the resulting position // for the next time we backtrack. writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); EmitSingleChar(node); TransferSliceStaticPosToPos(); // Now that we've appropriately advanced by one character and are set for what comes after the loop, // see if we can skip ahead more iterations by doing a search for a following literal. if (iterationCount is null && node.Kind is RegexNodeKind.Notonelazy && !IsCaseInsensitive(node) && subsequent?.FindStartingLiteral(4) is ValueTuple<char, string?, string?> literal && // 5 == max optimized by IndexOfAny, and we need to reserve 1 for node.Ch (literal.Item3 is not null ? !literal.Item3.Contains(node.Ch) : (literal.Item2?[0] ?? literal.Item1) != node.Ch)) // no overlap between node.Ch and the start of the literal { // e.g. "<[^>]*?>" // This lazy loop will consume all characters other than node.Ch until the subsequent literal. // We can implement it to search for either that char or the literal, whichever comes first. // If it ends up being that node.Ch, the loop fails (we're only here if we're backtracking). writer.WriteLine( literal.Item2 is not null ? $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch)}, {Literal(literal.Item2[0])});" : literal.Item3 is null ? $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch)}, {Literal(literal.Item1)});" : literal.Item3.Length switch { 2 => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch)}, {Literal(literal.Item3[0])}, {Literal(literal.Item3[1])});", _ => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch + literal.Item3)});", }); using (EmitBlock(writer, $"if ((uint){startingPos} >= (uint){sliceSpan}.Length || {sliceSpan}[{startingPos}] == {Literal(node.Ch)})")) { Goto(doneLabel); } writer.WriteLine($"pos += {startingPos};"); SliceInputSpan(writer); } else if (iterationCount is null && node.Kind is RegexNodeKind.Setlazy && node.Str == RegexCharClass.AnyClass && subsequent?.FindStartingLiteral() is ValueTuple<char, string?, string?> literal2) { // e.g. ".*?string" with RegexOptions.Singleline // This lazy loop will consume all characters until the subsequent literal. If the subsequent literal // isn't found, the loop fails. We can implement it to just search for that literal. writer.WriteLine( literal2.Item2 is not null ? $"{startingPos} = global::System.MemoryExtensions.IndexOf({sliceSpan}, {Literal(literal2.Item2)});" : literal2.Item3 is null ? $"{startingPos} = global::System.MemoryExtensions.IndexOf({sliceSpan}, {Literal(literal2.Item1)});" : literal2.Item3.Length switch { 2 => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(literal2.Item3[0])}, {Literal(literal2.Item3[1])});", 3 => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(literal2.Item3[0])}, {Literal(literal2.Item3[1])}, {Literal(literal2.Item3[2])});", _ => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(literal2.Item3)});", }); using (EmitBlock(writer, $"if ({startingPos} < 0)")) { Goto(doneLabel); } writer.WriteLine($"pos += {startingPos};"); SliceInputSpan(writer); } // Store the position we've left off at in case we need to iterate again. writer.WriteLine($"{startingPos} = pos;"); // Update the done label for everything that comes after this node. This is done after we emit the single char // matching, as that failing indicates the loop itself has failed to match. string originalDoneLabel = doneLabel; doneLabel = backtrackingLabel; // leave set to the backtracking label for all subsequent nodes writer.WriteLine(); MarkLabel(endLoopLabel); if (capturePos is not null) { writer.WriteLine($"{capturePos} = base.Crawlpos();"); } if (node.IsInLoop()) { writer.WriteLine(); // Store the loop's state var toPushPop = new List<string>(3) { startingPos }; if (capturePos is not null) { toPushPop.Add(capturePos); } if (iterationCount is not null) { toPushPop.Add(iterationCount); } string[] toPushPopArray = toPushPop.ToArray(); EmitStackPush(toPushPopArray); // Skip past the backtracking section string end = ReserveName("SkipBacktrack"); Goto(end); writer.WriteLine(); // Emit a backtracking section that restores the loop's state and then jumps to the previous done label string backtrack = ReserveName("CharLazyBacktrack"); MarkLabel(backtrack, emitSemicolon: false); Array.Reverse(toPushPopArray); EmitStackPop(toPushPopArray); Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(end); } } void EmitLazy(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Lazyloop, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M < int.MaxValue, $"Unexpected M={node.M}"); Debug.Assert(node.N >= node.M, $"Unexpected M={node.M}, N={node.N}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); int minIterations = node.M; int maxIterations = node.N; string originalDoneLabel = doneLabel; bool isAtomic = analysis.IsAtomicByAncestor(node); // If this is actually an atomic lazy loop, we need to output just the minimum number of iterations, // as nothing will backtrack into the lazy loop to get it progress further. if (isAtomic) { switch (minIterations) { case 0: // Atomic lazy with a min count of 0: nop. return; case 1: // Atomic lazy with a min count of 1: just output the child, no looping required. EmitNode(node.Child(0)); return; } writer.WriteLine(); } // If this is actually a repeater and the child doesn't have any backtracking in it that might // cause us to need to unwind already taken iterations, just output it as a repeater loop. if (minIterations == maxIterations && !analysis.MayBacktrack(node.Child(0))) { EmitNonBacktrackingRepeater(node); return; } // We might loop any number of times. In order to ensure this loop and subsequent code sees sliceStaticPos // the same regardless, we always need it to contain the same value, and the easiest such value is 0. // So, we transfer sliceStaticPos to pos, and ensure that any path out of here has sliceStaticPos as 0. TransferSliceStaticPosToPos(); string startingPos = ReserveName("lazyloop_starting_pos"); string iterationCount = ReserveName("lazyloop_iteration"); string sawEmpty = ReserveName("lazyLoopEmptySeen"); string body = ReserveName("LazyLoopBody"); string endLoop = ReserveName("LazyLoopEnd"); writer.WriteLine($"int {iterationCount} = 0, {startingPos} = pos, {sawEmpty} = 0;"); // If the min count is 0, start out by jumping right to what's after the loop. Backtracking // will then bring us back in to do further iterations. if (minIterations == 0) { Goto(endLoop); } writer.WriteLine(); // Iteration body MarkLabel(body, emitSemicolon: false); EmitTimeoutCheck(writer, hasTimeout); // We need to store the starting pos and crawl position so that it may // be backtracked through later. This needs to be the starting position from // the iteration we're leaving, so it's pushed before updating it to pos. EmitStackPush(expressionHasCaptures ? new[] { "base.Crawlpos()", startingPos, "pos", sawEmpty } : new[] { startingPos, "pos", sawEmpty }); writer.WriteLine(); // Save off some state. We need to store the current pos so we can compare it against // pos after the iteration, in order to determine whether the iteration was empty. Empty // iterations are allowed as part of min matches, but once we've met the min quote, empty matches // are considered match failures. writer.WriteLine($"{startingPos} = pos;"); // Proactively increase the number of iterations. We do this prior to the match rather than once // we know it's successful, because we need to decrement it as part of a failed match when // backtracking; it's thus simpler to just always decrement it as part of a failed match, even // when initially greedily matching the loop, which then requires we increment it before trying. writer.WriteLine($"{iterationCount}++;"); // Last but not least, we need to set the doneLabel that a failed match of the body will jump to. // Such an iteration match failure may or may not fail the whole operation, depending on whether // we've already matched the minimum required iterations, so we need to jump to a location that // will make that determination. string iterationFailedLabel = ReserveName("LazyLoopIterationNoMatch"); doneLabel = iterationFailedLabel; // Finally, emit the child. Debug.Assert(sliceStaticPos == 0); EmitNode(node.Child(0)); writer.WriteLine(); TransferSliceStaticPosToPos(); // ensure sliceStaticPos remains 0 if (doneLabel == iterationFailedLabel) { doneLabel = originalDoneLabel; } // Loop condition. Continue iterating if we've not yet reached the minimum. if (minIterations > 0) { using (EmitBlock(writer, $"if ({CountIsLessThan(iterationCount, minIterations)})")) { Goto(body); } } // If the last iteration was empty, we need to prevent further iteration from this point // unless we backtrack out of this iteration. We can do that easily just by pretending // we reached the max iteration count. using (EmitBlock(writer, $"if (pos == {startingPos})")) { writer.WriteLine($"{sawEmpty} = 1;"); } // We matched the next iteration. Jump to the subsequent code. Goto(endLoop); writer.WriteLine(); // Now handle what happens when an iteration fails. We need to reset state to what it was before just that iteration // started. That includes resetting pos and clearing out any captures from that iteration. MarkLabel(iterationFailedLabel, emitSemicolon: false); writer.WriteLine($"{iterationCount}--;"); using (EmitBlock(writer, $"if ({iterationCount} < 0)")) { Goto(originalDoneLabel); } EmitStackPop(sawEmpty, "pos", startingPos); if (expressionHasCaptures) { EmitUncaptureUntil(StackPop()); } SliceInputSpan(writer); if (doneLabel == originalDoneLabel) { Goto(originalDoneLabel); } else { using (EmitBlock(writer, $"if ({iterationCount} == 0)")) { Goto(originalDoneLabel); } Goto(doneLabel); } writer.WriteLine(); MarkLabel(endLoop); if (!isAtomic) { // Store the capture's state and skip the backtracking section EmitStackPush(startingPos, iterationCount, sawEmpty); string skipBacktrack = ReserveName("SkipBacktrack"); Goto(skipBacktrack); writer.WriteLine(); // Emit a backtracking section that restores the capture's state and then jumps to the previous done label string backtrack = ReserveName($"LazyLoopBacktrack"); MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(sawEmpty, iterationCount, startingPos); if (maxIterations == int.MaxValue) { using (EmitBlock(writer, $"if ({sawEmpty} == 0)")) { Goto(body); } } else { using (EmitBlock(writer, $"if ({CountIsLessThan(iterationCount, maxIterations)} && {sawEmpty} == 0)")) { Goto(body); } } Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(skipBacktrack); } } // Emits the code to handle a loop (repeater) with a fixed number of iterations. // RegexNode.M is used for the number of iterations (RegexNode.N is ignored), as this // might be used to implement the required iterations of other kinds of loops. void EmitSingleCharRepeater(RegexNode node, bool emitLengthCheck = true) { Debug.Assert(node.IsOneFamily || node.IsNotoneFamily || node.IsSetFamily, $"Unexpected type: {node.Kind}"); int iterations = node.M; switch (iterations) { case 0: // No iterations, nothing to do. return; case 1: // Just match the individual item EmitSingleChar(node, emitLengthCheck); return; case <= RegexNode.MultiVsRepeaterLimit when node.IsOneFamily && !IsCaseInsensitive(node): // This is a repeated case-sensitive character; emit it as a multi in order to get all the optimizations // afforded to a multi, e.g. unrolling the loop with multi-char reads/comparisons at a time. EmitMultiCharString(new string(node.Ch, iterations), caseInsensitive: false, emitLengthCheck); return; } if (iterations <= MaxUnrollSize) { // if ((uint)(sliceStaticPos + iterations - 1) >= (uint)slice.Length || // slice[sliceStaticPos] != c1 || // slice[sliceStaticPos + 1] != c2 || // ...) // { // goto doneLabel; // } writer.Write($"if ("); if (emitLengthCheck) { writer.WriteLine($"{SpanLengthCheck(iterations)} ||"); writer.Write(" "); } EmitSingleChar(node, emitLengthCheck: false, clauseOnly: true); for (int i = 1; i < iterations; i++) { writer.WriteLine(" ||"); writer.Write(" "); EmitSingleChar(node, emitLengthCheck: false, clauseOnly: true); } writer.WriteLine(")"); using (EmitBlock(writer, null)) { Goto(doneLabel); } } else { // if ((uint)(sliceStaticPos + iterations - 1) >= (uint)slice.Length) goto doneLabel; if (emitLengthCheck) { EmitSpanLengthCheck(iterations); } string repeaterSpan = "repeaterSlice"; // As this repeater doesn't wrap arbitrary node emits, this shouldn't conflict with anything writer.WriteLine($"global::System.ReadOnlySpan<char> {repeaterSpan} = {sliceSpan}.Slice({sliceStaticPos}, {iterations});"); using (EmitBlock(writer, $"for (int i = 0; i < {repeaterSpan}.Length; i++)")) { EmitTimeoutCheck(writer, hasTimeout); string tmpTextSpanLocal = sliceSpan; // we want EmitSingleChar to refer to this temporary int tmpSliceStaticPos = sliceStaticPos; sliceSpan = repeaterSpan; sliceStaticPos = 0; EmitSingleChar(node, emitLengthCheck: false, offset: "i"); sliceSpan = tmpTextSpanLocal; sliceStaticPos = tmpSliceStaticPos; } sliceStaticPos += iterations; } } // Emits the code to handle a non-backtracking, variable-length loop around a single character comparison. void EmitSingleCharAtomicLoop(RegexNode node, bool emitLengthChecksIfRequired = true) { Debug.Assert(node.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic, $"Unexpected type: {node.Kind}"); // If this is actually a repeater, emit that instead. if (node.M == node.N) { EmitSingleCharRepeater(node, emitLengthChecksIfRequired); return; } // If this is actually an optional single char, emit that instead. if (node.M == 0 && node.N == 1) { EmitAtomicSingleCharZeroOrOne(node); return; } Debug.Assert(node.N > node.M); int minIterations = node.M; int maxIterations = node.N; Span<char> setChars = stackalloc char[5]; // 5 is max optimized by IndexOfAny today int numSetChars = 0; string iterationLocal = ReserveName("iteration"); if (node.IsNotoneFamily && maxIterations == int.MaxValue && (!IsCaseInsensitive(node))) { // For Notone, we're looking for a specific character, as everything until we find // it is consumed by the loop. If we're unbounded, such as with ".*" and if we're case-sensitive, // we can use the vectorized IndexOf to do the search, rather than open-coding it. The unbounded // restriction is purely for simplicity; it could be removed in the future with additional code to // handle the unbounded case. writer.Write($"int {iterationLocal} = global::System.MemoryExtensions.IndexOf({sliceSpan}"); if (sliceStaticPos > 0) { writer.Write($".Slice({sliceStaticPos})"); } writer.WriteLine($", {Literal(node.Ch)});"); using (EmitBlock(writer, $"if ({iterationLocal} < 0)")) { writer.WriteLine(sliceStaticPos > 0 ? $"{iterationLocal} = {sliceSpan}.Length - {sliceStaticPos};" : $"{iterationLocal} = {sliceSpan}.Length;"); } writer.WriteLine(); } else if (node.IsSetFamily && maxIterations == int.MaxValue && !IsCaseInsensitive(node) && (numSetChars = RegexCharClass.GetSetChars(node.Str!, setChars)) != 0 && RegexCharClass.IsNegated(node.Str!)) { // If the set is negated and contains only a few characters (if it contained 1 and was negated, it should // have been reduced to a Notone), we can use an IndexOfAny to find any of the target characters. // As with the notoneloopatomic above, the unbounded constraint is purely for simplicity. Debug.Assert(numSetChars > 1); writer.Write($"int {iterationLocal} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}"); if (sliceStaticPos != 0) { writer.Write($".Slice({sliceStaticPos})"); } writer.WriteLine(numSetChars switch { 2 => $", {Literal(setChars[0])}, {Literal(setChars[1])});", 3 => $", {Literal(setChars[0])}, {Literal(setChars[1])}, {Literal(setChars[2])});", _ => $", {Literal(setChars.Slice(0, numSetChars).ToString())});", }); using (EmitBlock(writer, $"if ({iterationLocal} < 0)")) { writer.WriteLine(sliceStaticPos > 0 ? $"{iterationLocal} = {sliceSpan}.Length - {sliceStaticPos};" : $"{iterationLocal} = {sliceSpan}.Length;"); } writer.WriteLine(); } else if (node.IsSetFamily && maxIterations == int.MaxValue && node.Str == RegexCharClass.AnyClass) { // .* was used with RegexOptions.Singleline, which means it'll consume everything. Just jump to the end. // The unbounded constraint is the same as in the Notone case above, done purely for simplicity. // int i = end - pos; TransferSliceStaticPosToPos(); writer.WriteLine($"int {iterationLocal} = end - pos;"); } else { // For everything else, do a normal loop. string expr = $"{sliceSpan}[{iterationLocal}]"; if (node.IsSetFamily) { expr = MatchCharacterClass(hasTextInfo, options, expr, node.Str!, IsCaseInsensitive(node), negate: false, additionalDeclarations, ref requiredHelpers); } else { expr = ToLowerIfNeeded(hasTextInfo, options, expr, IsCaseInsensitive(node)); expr = $"{expr} {(node.IsOneFamily ? "==" : "!=")} {Literal(node.Ch)}"; } if (minIterations != 0 || maxIterations != int.MaxValue) { // For any loops other than * loops, transfer text pos to pos in // order to zero it out to be able to use the single iteration variable // for both iteration count and indexer. TransferSliceStaticPosToPos(); } writer.WriteLine($"int {iterationLocal} = {sliceStaticPos};"); sliceStaticPos = 0; string maxClause = maxIterations != int.MaxValue ? $"{CountIsLessThan(iterationLocal, maxIterations)} && " : ""; using (EmitBlock(writer, $"while ({maxClause}(uint){iterationLocal} < (uint){sliceSpan}.Length && {expr})")) { EmitTimeoutCheck(writer, hasTimeout); writer.WriteLine($"{iterationLocal}++;"); } writer.WriteLine(); } // Check to ensure we've found at least min iterations. if (minIterations > 0) { using (EmitBlock(writer, $"if ({CountIsLessThan(iterationLocal, minIterations)})")) { Goto(doneLabel); } writer.WriteLine(); } // Now that we've completed our optional iterations, advance the text span // and pos by the number of iterations completed. writer.WriteLine($"{sliceSpan} = {sliceSpan}.Slice({iterationLocal});"); writer.WriteLine($"pos += {iterationLocal};"); } // Emits the code to handle a non-backtracking optional zero-or-one loop. void EmitAtomicSingleCharZeroOrOne(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M == 0 && node.N == 1); string expr = $"{sliceSpan}[{sliceStaticPos}]"; if (node.IsSetFamily) { expr = MatchCharacterClass(hasTextInfo, options, expr, node.Str!, IsCaseInsensitive(node), negate: false, additionalDeclarations, ref requiredHelpers); } else { expr = ToLowerIfNeeded(hasTextInfo, options, expr, IsCaseInsensitive(node)); expr = $"{expr} {(node.IsOneFamily ? "==" : "!=")} {Literal(node.Ch)}"; } string spaceAvailable = sliceStaticPos != 0 ? $"(uint){sliceSpan}.Length > (uint){sliceStaticPos}" : $"!{sliceSpan}.IsEmpty"; using (EmitBlock(writer, $"if ({spaceAvailable} && {expr})")) { writer.WriteLine($"{sliceSpan} = {sliceSpan}.Slice(1);"); writer.WriteLine($"pos++;"); } } void EmitNonBacktrackingRepeater(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M < int.MaxValue, $"Unexpected M={node.M}"); Debug.Assert(node.M == node.N, $"Unexpected M={node.M} == N={node.N}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); Debug.Assert(!analysis.MayBacktrack(node.Child(0)), $"Expected non-backtracking node {node.Kind}"); // Ensure every iteration of the loop sees a consistent value. TransferSliceStaticPosToPos(); // Loop M==N times to match the child exactly that numbers of times. string i = ReserveName("loop_iteration"); using (EmitBlock(writer, $"for (int {i} = 0; {i} < {node.M}; {i}++)")) { EmitNode(node.Child(0)); TransferSliceStaticPosToPos(); // make sure static the static position remains at 0 for subsequent constructs } } void EmitLoop(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M < int.MaxValue, $"Unexpected M={node.M}"); Debug.Assert(node.N >= node.M, $"Unexpected M={node.M}, N={node.N}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); int minIterations = node.M; int maxIterations = node.N; bool isAtomic = analysis.IsAtomicByAncestor(node); // If this is actually a repeater and the child doesn't have any backtracking in it that might // cause us to need to unwind already taken iterations, just output it as a repeater loop. if (minIterations == maxIterations && !analysis.MayBacktrack(node.Child(0))) { EmitNonBacktrackingRepeater(node); return; } // We might loop any number of times. In order to ensure this loop and subsequent code sees sliceStaticPos // the same regardless, we always need it to contain the same value, and the easiest such value is 0. // So, we transfer sliceStaticPos to pos, and ensure that any path out of here has sliceStaticPos as 0. TransferSliceStaticPosToPos(); string originalDoneLabel = doneLabel; string startingPos = ReserveName("loop_starting_pos"); string iterationCount = ReserveName("loop_iteration"); string body = ReserveName("LoopBody"); string endLoop = ReserveName("LoopEnd"); additionalDeclarations.Add($"int {iterationCount} = 0, {startingPos} = 0;"); writer.WriteLine($"{iterationCount} = 0;"); writer.WriteLine($"{startingPos} = pos;"); writer.WriteLine(); // Iteration body MarkLabel(body, emitSemicolon: false); EmitTimeoutCheck(writer, hasTimeout); // We need to store the starting pos and crawl position so that it may // be backtracked through later. This needs to be the starting position from // the iteration we're leaving, so it's pushed before updating it to pos. EmitStackPush(expressionHasCaptures ? new[] { "base.Crawlpos()", startingPos, "pos" } : new[] { startingPos, "pos" }); writer.WriteLine(); // Save off some state. We need to store the current pos so we can compare it against // pos after the iteration, in order to determine whether the iteration was empty. Empty // iterations are allowed as part of min matches, but once we've met the min quote, empty matches // are considered match failures. writer.WriteLine($"{startingPos} = pos;"); // Proactively increase the number of iterations. We do this prior to the match rather than once // we know it's successful, because we need to decrement it as part of a failed match when // backtracking; it's thus simpler to just always decrement it as part of a failed match, even // when initially greedily matching the loop, which then requires we increment it before trying. writer.WriteLine($"{iterationCount}++;"); writer.WriteLine(); // Last but not least, we need to set the doneLabel that a failed match of the body will jump to. // Such an iteration match failure may or may not fail the whole operation, depending on whether // we've already matched the minimum required iterations, so we need to jump to a location that // will make that determination. string iterationFailedLabel = ReserveName("LoopIterationNoMatch"); doneLabel = iterationFailedLabel; // Finally, emit the child. Debug.Assert(sliceStaticPos == 0); EmitNode(node.Child(0)); writer.WriteLine(); TransferSliceStaticPosToPos(); // ensure sliceStaticPos remains 0 bool childBacktracks = doneLabel != iterationFailedLabel; // Loop condition. Continue iterating greedily if we've not yet reached the maximum. We also need to stop // iterating if the iteration matched empty and we already hit the minimum number of iterations. using (EmitBlock(writer, (minIterations > 0, maxIterations == int.MaxValue) switch { (true, true) => $"if (pos != {startingPos} || {CountIsLessThan(iterationCount, minIterations)})", (true, false) => $"if ((pos != {startingPos} || {CountIsLessThan(iterationCount, minIterations)}) && {CountIsLessThan(iterationCount, maxIterations)})", (false, true) => $"if (pos != {startingPos})", (false, false) => $"if (pos != {startingPos} && {CountIsLessThan(iterationCount, maxIterations)})", })) { Goto(body); } // We've matched as many iterations as we can with this configuration. Jump to what comes after the loop. Goto(endLoop); writer.WriteLine(); // Now handle what happens when an iteration fails, which could be an initial failure or it // could be while backtracking. We need to reset state to what it was before just that iteration // started. That includes resetting pos and clearing out any captures from that iteration. MarkLabel(iterationFailedLabel, emitSemicolon: false); writer.WriteLine($"{iterationCount}--;"); using (EmitBlock(writer, $"if ({iterationCount} < 0)")) { Goto(originalDoneLabel); } EmitStackPop("pos", startingPos); if (expressionHasCaptures) { EmitUncaptureUntil(StackPop()); } SliceInputSpan(writer); if (minIterations > 0) { using (EmitBlock(writer, $"if ({iterationCount} == 0)")) { Goto(originalDoneLabel); } using (EmitBlock(writer, $"if ({CountIsLessThan(iterationCount, minIterations)})")) { Goto(childBacktracks ? doneLabel : originalDoneLabel); } } if (isAtomic) { doneLabel = originalDoneLabel; MarkLabel(endLoop); } else { if (childBacktracks) { Goto(endLoop); writer.WriteLine(); string backtrack = ReserveName("LoopBacktrack"); MarkLabel(backtrack, emitSemicolon: false); using (EmitBlock(writer, $"if ({iterationCount} == 0)")) { Goto(originalDoneLabel); } Goto(doneLabel); doneLabel = backtrack; } MarkLabel(endLoop); if (node.IsInLoop()) { writer.WriteLine(); // Store the loop's state EmitStackPush(startingPos, iterationCount); // Skip past the backtracking section string end = ReserveName("SkipBacktrack"); Goto(end); writer.WriteLine(); // Emit a backtracking section that restores the loop's state and then jumps to the previous done label string backtrack = ReserveName("LoopBacktrack"); MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(iterationCount, startingPos); Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(end); } } } // Gets a comparison for whether the value is less than the upper bound. static string CountIsLessThan(string value, int exclusiveUpper) => exclusiveUpper == 1 ? $"{value} == 0" : $"{value} < {exclusiveUpper}"; // Emits code to unwind the capture stack until the crawl position specified in the provided local. void EmitUncaptureUntil(string capturepos) { string name = "UncaptureUntil"; if (!additionalLocalFunctions.ContainsKey(name)) { var lines = new string[9]; lines[0] = "// <summary>Undo captures until we reach the specified capture position.</summary>"; lines[1] = "[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"; lines[2] = $"void {name}(int capturepos)"; lines[3] = "{"; lines[4] = " while (base.Crawlpos() > capturepos)"; lines[5] = " {"; lines[6] = " base.Uncapture();"; lines[7] = " }"; lines[8] = "}"; additionalLocalFunctions.Add(name, lines); } writer.WriteLine($"{name}({capturepos});"); } /// <summary>Pushes values on to the backtracking stack.</summary> void EmitStackPush(params string[] args) { Debug.Assert(args.Length is >= 1); string function = $"StackPush{args.Length}"; additionalDeclarations.Add("int stackpos = 0;"); if (!additionalLocalFunctions.ContainsKey(function)) { var lines = new string[24 + args.Length]; lines[0] = $"// <summary>Push {args.Length} value{(args.Length == 1 ? "" : "s")} onto the backtracking stack.</summary>"; lines[1] = $"[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"; lines[2] = $"static void {function}(ref int[] stack, ref int pos{FormatN(", int arg{0}", args.Length)})"; lines[3] = $"{{"; lines[4] = $" // If there's space available for {(args.Length > 1 ? $"all {args.Length} values, store them" : "the value, store it")}."; lines[5] = $" int[] s = stack;"; lines[6] = $" int p = pos;"; lines[7] = $" if ((uint){(args.Length > 1 ? $"(p + {args.Length - 1})" : "p")} < (uint)s.Length)"; lines[8] = $" {{"; for (int i = 0; i < args.Length; i++) { lines[9 + i] = $" s[p{(i == 0 ? "" : $" + {i}")}] = arg{i};"; } lines[9 + args.Length] = args.Length > 1 ? $" pos += {args.Length};" : " pos++;"; lines[10 + args.Length] = $" return;"; lines[11 + args.Length] = $" }}"; lines[12 + args.Length] = $""; lines[13 + args.Length] = $" // Otherwise, resize the stack to make room and try again."; lines[14 + args.Length] = $" WithResize(ref stack, ref pos{FormatN(", arg{0}", args.Length)});"; lines[15 + args.Length] = $""; lines[16 + args.Length] = $" // <summary>Resize the backtracking stack array and push {args.Length} value{(args.Length == 1 ? "" : "s")} onto the stack.</summary>"; lines[17 + args.Length] = $" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]"; lines[18 + args.Length] = $" static void WithResize(ref int[] stack, ref int pos{FormatN(", int arg{0}", args.Length)})"; lines[19 + args.Length] = $" {{"; lines[20 + args.Length] = $" global::System.Array.Resize(ref stack, (pos + {args.Length - 1}) * 2);"; lines[21 + args.Length] = $" {function}(ref stack, ref pos{FormatN(", arg{0}", args.Length)});"; lines[22 + args.Length] = $" }}"; lines[23 + args.Length] = $"}}"; additionalLocalFunctions.Add(function, lines); } writer.WriteLine($"{function}(ref base.runstack!, ref stackpos, {string.Join(", ", args)});"); } /// <summary>Pops values from the backtracking stack into the specified locations.</summary> void EmitStackPop(params string[] args) { Debug.Assert(args.Length is >= 1); if (args.Length == 1) { writer.WriteLine($"{args[0]} = {StackPop()};"); return; } string function = $"StackPop{args.Length}"; if (!additionalLocalFunctions.ContainsKey(function)) { var lines = new string[5 + args.Length]; lines[0] = $"// <summary>Pop {args.Length} value{(args.Length == 1 ? "" : "s")} from the backtracking stack.</summary>"; lines[1] = $"[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"; lines[2] = $"static void {function}(int[] stack, ref int pos{FormatN(", out int arg{0}", args.Length)})"; lines[3] = $"{{"; for (int i = 0; i < args.Length; i++) { lines[4 + i] = $" arg{i} = stack[--pos];"; } lines[4 + args.Length] = $"}}"; additionalLocalFunctions.Add(function, lines); } writer.WriteLine($"{function}(base.runstack, ref stackpos, out {string.Join(", out ", args)});"); } /// <summary>Expression for popping the next item from the backtracking stack.</summary> string StackPop() => "base.runstack![--stackpos]"; /// <summary>Concatenates the strings resulting from formatting the format string with the values [0, count).</summary> static string FormatN(string format, int count) => string.Concat(from i in Enumerable.Range(0, count) select string.Format(format, i)); } private static bool EmitLoopTimeoutCounterIfNeeded(IndentedTextWriter writer, RegexMethod rm) { if (rm.MatchTimeout != Timeout.Infinite) { writer.WriteLine("int loopTimeoutCounter = 0;"); return true; } return false; } /// <summary>Emits a timeout check.</summary> private static void EmitTimeoutCheck(IndentedTextWriter writer, bool hasTimeout) { const int LoopTimeoutCheckCount = 2048; // A conservative value to guarantee the correct timeout handling. if (hasTimeout) { // Increment counter for each loop iteration. // Emit code to check the timeout every 2048th iteration. using (EmitBlock(writer, $"if (++loopTimeoutCounter == {LoopTimeoutCheckCount})")) { writer.WriteLine("loopTimeoutCounter = 0;"); writer.WriteLine("base.CheckTimeout();"); } writer.WriteLine(); } } private static bool EmitInitializeCultureForTryMatchAtCurrentPositionIfNecessary(IndentedTextWriter writer, RegexMethod rm, AnalysisResults analysis) { if (analysis.HasIgnoreCase && ((RegexOptions)rm.Options & RegexOptions.CultureInvariant) == 0) { writer.WriteLine("global::System.Globalization.TextInfo textInfo = global::System.Globalization.CultureInfo.CurrentCulture.TextInfo;"); return true; } return false; } private static bool UseToLowerInvariant(bool hasTextInfo, RegexOptions options) => !hasTextInfo || (options & RegexOptions.CultureInvariant) != 0; private static string ToLower(bool hasTextInfo, RegexOptions options, string expression) => UseToLowerInvariant(hasTextInfo, options) ? $"char.ToLowerInvariant({expression})" : $"textInfo.ToLower({expression})"; private static string ToLowerIfNeeded(bool hasTextInfo, RegexOptions options, string expression, bool toLower) => toLower ? ToLower(hasTextInfo, options, expression) : expression; private static string MatchCharacterClass(bool hasTextInfo, RegexOptions options, string chExpr, string charClass, bool caseInsensitive, bool negate, HashSet<string> additionalDeclarations, ref RequiredHelperFunctions requiredHelpers) { // We need to perform the equivalent of calling RegexRunner.CharInClass(ch, charClass), // but that call is relatively expensive. Before we fall back to it, we try to optimize // some common cases for which we can do much better, such as known character classes // for which we can call a dedicated method, or a fast-path for ASCII using a lookup table. // First, see if the char class is a built-in one for which there's a better function // we can just call directly. Everything in this section must work correctly for both // case-sensitive and case-insensitive modes, regardless of culture. switch (charClass) { case RegexCharClass.AnyClass: // ideally this could just be "return true;", but we need to evaluate the expression for its side effects return $"({chExpr} {(negate ? "<" : ">=")} 0)"; // a char is unsigned and thus won't ever be negative case RegexCharClass.DigitClass: case RegexCharClass.NotDigitClass: negate ^= charClass == RegexCharClass.NotDigitClass; return $"{(negate ? "!" : "")}char.IsDigit({chExpr})"; case RegexCharClass.SpaceClass: case RegexCharClass.NotSpaceClass: negate ^= charClass == RegexCharClass.NotSpaceClass; return $"{(negate ? "!" : "")}char.IsWhiteSpace({chExpr})"; case RegexCharClass.WordClass: case RegexCharClass.NotWordClass: requiredHelpers |= RequiredHelperFunctions.IsWordChar; negate ^= charClass == RegexCharClass.NotWordClass; return $"{(negate ? "!" : "")}IsWordChar({chExpr})"; } // If we're meant to be doing a case-insensitive lookup, and if we're not using the invariant culture, // lowercase the input. If we're using the invariant culture, we may still end up calling ToLower later // on, but we may also be able to avoid it, in particular in the case of our lookup table, where we can // generate the lookup table already factoring in the invariant case sensitivity. There are multiple // special-code paths between here and the lookup table, but we only take those if invariant is false; // if it were true, they'd need to use CallToLower(). bool invariant = false; if (caseInsensitive) { invariant = UseToLowerInvariant(hasTextInfo, options); if (!invariant) { chExpr = ToLower(hasTextInfo, options, chExpr); } } // Next, handle simple sets of one range, e.g. [A-Z], [0-9], etc. This includes some built-in classes, like ECMADigitClass. if (!invariant && RegexCharClass.TryGetSingleRange(charClass, out char lowInclusive, out char highInclusive)) { negate ^= RegexCharClass.IsNegated(charClass); return lowInclusive == highInclusive ? $"({chExpr} {(negate ? "!=" : "==")} {Literal(lowInclusive)})" : $"(((uint){chExpr}) - {Literal(lowInclusive)} {(negate ? ">" : "<=")} (uint)({Literal(highInclusive)} - {Literal(lowInclusive)}))"; } // Next if the character class contains nothing but a single Unicode category, we can calle char.GetUnicodeCategory and // compare against it. It has a fast-lookup path for ASCII, so is as good or better than any lookup we'd generate (plus // we get smaller code), and it's what we'd do for the fallback (which we get to avoid generating) as part of CharInClass. if (!invariant && RegexCharClass.TryGetSingleUnicodeCategory(charClass, out UnicodeCategory category, out bool negated)) { negate ^= negated; return $"(char.GetUnicodeCategory({chExpr}) {(negate ? "!=" : "==")} global::System.Globalization.UnicodeCategory.{category})"; } // Next, if there's only 2 or 3 chars in the set (fairly common due to the sets we create for prefixes), // it may be cheaper and smaller to compare against each than it is to use a lookup table. We can also special-case // the very common case with case insensitivity of two characters next to each other being the upper and lowercase // ASCII variants of each other, in which case we can use bit manipulation to avoid a comparison. if (!invariant && !RegexCharClass.IsNegated(charClass)) { Span<char> setChars = stackalloc char[3]; int mask; switch (RegexCharClass.GetSetChars(charClass, setChars)) { case 2: if (RegexCharClass.DifferByOneBit(setChars[0], setChars[1], out mask)) { return $"(({chExpr} | 0x{mask:X}) {(negate ? "!=" : "==")} {Literal((char)(setChars[1] | mask))})"; } additionalDeclarations.Add("char ch;"); return negate ? $"(((ch = {chExpr}) != {Literal(setChars[0])}) & (ch != {Literal(setChars[1])}))" : $"(((ch = {chExpr}) == {Literal(setChars[0])}) | (ch == {Literal(setChars[1])}))"; case 3: additionalDeclarations.Add("char ch;"); return (negate, RegexCharClass.DifferByOneBit(setChars[0], setChars[1], out mask)) switch { (false, false) => $"(((ch = {chExpr}) == {Literal(setChars[0])}) | (ch == {Literal(setChars[1])}) | (ch == {Literal(setChars[2])}))", (true, false) => $"(((ch = {chExpr}) != {Literal(setChars[0])}) & (ch != {Literal(setChars[1])}) & (ch != {Literal(setChars[2])}))", (false, true) => $"((((ch = {chExpr}) | 0x{mask:X}) == {Literal((char)(setChars[1] | mask))}) | (ch == {Literal(setChars[2])}))", (true, true) => $"((((ch = {chExpr}) | 0x{mask:X}) != {Literal((char)(setChars[1] | mask))}) & (ch != {Literal(setChars[2])}))", }; } } // All options after this point require a ch local. additionalDeclarations.Add("char ch;"); // Analyze the character set more to determine what code to generate. RegexCharClass.CharClassAnalysisResults analysis = RegexCharClass.Analyze(charClass); if (!invariant) // if we're being asked to do a case insensitive, invariant comparison, use the lookup table { if (analysis.ContainsNoAscii) { // We determined that the character class contains only non-ASCII, // for example if the class were [\p{IsGreek}\p{IsGreekExtended}], which is // the same as [\u0370-\u03FF\u1F00-1FFF]. (In the future, we could possibly // extend the analysis to produce a known lower-bound and compare against // that rather than always using 128 as the pivot point.) return negate ? $"((ch = {chExpr}) < 128 || !global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))" : $"((ch = {chExpr}) >= 128 && global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))"; } if (analysis.AllAsciiContained) { // We determined that every ASCII character is in the class, for example // if the class were the negated example from case 1 above: // [^\p{IsGreek}\p{IsGreekExtended}]. return negate ? $"((ch = {chExpr}) >= 128 && !global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))" : $"((ch = {chExpr}) < 128 || global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))"; } } // Now, our big hammer is to generate a lookup table that lets us quickly index by character into a yes/no // answer as to whether the character is in the target character class. However, we don't want to store // a lookup table for every possible character for every character class in the regular expression; at one // bit for each of 65K characters, that would be an 8K bitmap per character class. Instead, we handle the // common case of ASCII input via such a lookup table, which at one bit for each of 128 characters is only // 16 bytes per character class. We of course still need to be able to handle inputs that aren't ASCII, so // we check the input against 128, and have a fallback if the input is >= to it. Determining the right // fallback could itself be expensive. For example, if it's possible that a value >= 128 could match the // character class, we output a call to RegexRunner.CharInClass, but we don't want to have to enumerate the // entire character class evaluating every character against it, just to determine whether it's a match. // Instead, we employ some quick heuristics that will always ensure we provide a correct answer even if // we could have sometimes generated better code to give that answer. // Generate the lookup table to store 128 answers as bits. We use a const string instead of a byte[] / static // data property because it lets IL emit handle all the details for us. string bitVectorString = StringExtensions.Create(8, (charClass, invariant), static (dest, state) => // String length is 8 chars == 16 bytes == 128 bits. { for (int i = 0; i < 128; i++) { char c = (char)i; bool isSet = state.invariant ? RegexCharClass.CharInClass(char.ToLowerInvariant(c), state.charClass) : RegexCharClass.CharInClass(c, state.charClass); if (isSet) { dest[i >> 4] |= (char)(1 << (i & 0xF)); } } }); // We determined that the character class may contain ASCII, so we // output the lookup against the lookup table. if (analysis.ContainsOnlyAscii) { // We know that all inputs that could match are ASCII, for example if the // character class were [A-Za-z0-9], so since the ch is now known to be >= 128, we // can just fail the comparison. return negate ? $"((ch = {chExpr}) >= 128 || ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0)" : $"((ch = {chExpr}) < 128 && ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0)"; } if (analysis.AllNonAsciiContained) { // We know that all non-ASCII inputs match, for example if the character // class were [^\r\n], so since we just determined the ch to be >= 128, we can just // give back success. return negate ? $"((ch = {chExpr}) < 128 && ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0)" : $"((ch = {chExpr}) >= 128 || ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0)"; } // We know that the whole class wasn't ASCII, and we don't know anything about the non-ASCII // characters other than that some might be included, for example if the character class // were [\w\d], so since ch >= 128, we need to fall back to calling CharInClass. return (negate, invariant) switch { (false, false) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0 : global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))", (true, false) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0 : !global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))", (false, true) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0 : global::System.Text.RegularExpressions.RegexRunner.CharInClass(char.ToLowerInvariant((char)ch), {Literal(charClass)}))", (true, true) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0 : !global::System.Text.RegularExpressions.RegexRunner.CharInClass(char.ToLowerInvariant((char)ch), {Literal(charClass)}))", }; } /// <summary> /// Replaces <see cref="AdditionalDeclarationsPlaceholder"/> in <paramref name="writer"/> with /// all of the variable declarations in <paramref name="declarations"/>. /// </summary> /// <param name="writer">The writer around a StringWriter to have additional declarations inserted into.</param> /// <param name="declarations">The additional declarations to insert.</param> /// <param name="position">The position into the writer at which to insert the additional declarations.</param> /// <param name="indent">The indentation to use for the additional declarations.</param> private static void ReplaceAdditionalDeclarations(IndentedTextWriter writer, HashSet<string> declarations, int position, int indent) { if (declarations.Count != 0) { var tmp = new StringBuilder(); foreach (string decl in declarations.OrderBy(s => s)) { for (int i = 0; i < indent; i++) { tmp.Append(IndentedTextWriter.DefaultTabString); } tmp.AppendLine(decl); } ((StringWriter)writer.InnerWriter).GetStringBuilder().Insert(position, tmp.ToString()); } } /// <summary>Formats the character as valid C#.</summary> private static string Literal(char c) => SymbolDisplay.FormatLiteral(c, quote: true); /// <summary>Formats the string as valid C#.</summary> private static string Literal(string s) => SymbolDisplay.FormatLiteral(s, quote: true); private static string Literal(RegexOptions options) { string s = options.ToString(); if (int.TryParse(s, out _)) { // The options were formatted as an int, which means the runtime couldn't // produce a textual representation. So just output casting the value as an int. return $"(global::System.Text.RegularExpressions.RegexOptions)({(int)options})"; } // Parse the runtime-generated "Option1, Option2" into each piece and then concat // them back together. string[] parts = s.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries); for (int i = 0; i < parts.Length; i++) { parts[i] = "global::System.Text.RegularExpressions.RegexOptions." + parts[i].Trim(); } return string.Join(" | ", parts); } /// <summary>Gets a textual description of the node fit for rendering in a comment in source.</summary> private static string DescribeNode(RegexNode node, AnalysisResults analysis) => node.Kind switch { RegexNodeKind.Alternate => $"Match with {node.ChildCount()} alternative expressions{(analysis.IsAtomicByAncestor(node) ? ", atomically" : "")}.", RegexNodeKind.Atomic => $"Atomic group.", RegexNodeKind.Beginning => "Match if at the beginning of the string.", RegexNodeKind.Bol => "Match if at the beginning of a line.", RegexNodeKind.Boundary => $"Match if at a word boundary.", RegexNodeKind.Capture when node.M == -1 && node.N != -1 => $"Non-capturing balancing group. Uncaptures the {DescribeCapture(node.N, analysis)}.", RegexNodeKind.Capture when node.N != -1 => $"Balancing group. Captures the {DescribeCapture(node.M, analysis)} and uncaptures the {DescribeCapture(node.N, analysis)}.", RegexNodeKind.Capture when node.N == -1 => $"{DescribeCapture(node.M, analysis)}.", RegexNodeKind.Concatenate => "Match a sequence of expressions.", RegexNodeKind.ECMABoundary => $"Match if at a word boundary (according to ECMAScript rules).", RegexNodeKind.Empty => $"Match an empty string.", RegexNodeKind.End => "Match if at the end of the string.", RegexNodeKind.EndZ => "Match if at the end of the string or if before an ending newline.", RegexNodeKind.Eol => "Match if at the end of a line.", RegexNodeKind.Loop or RegexNodeKind.Lazyloop => node.M == 0 && node.N == 1 ? $"Optional ({(node.Kind is RegexNodeKind.Loop ? "greedy" : "lazy")})." : $"Loop {DescribeLoop(node, analysis)}.", RegexNodeKind.Multi => $"Match the string {Literal(node.Str!)}.", RegexNodeKind.NonBoundary => $"Match if at anything other than a word boundary.", RegexNodeKind.NonECMABoundary => $"Match if at anything other than a word boundary (according to ECMAScript rules).", RegexNodeKind.Nothing => $"Fail to match.", RegexNodeKind.Notone => $"Match any character other than {Literal(node.Ch)}.", RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy => $"Match a character other than {Literal(node.Ch)} {DescribeLoop(node, analysis)}.", RegexNodeKind.One => $"Match {Literal(node.Ch)}.", RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy => $"Match {Literal(node.Ch)} {DescribeLoop(node, analysis)}.", RegexNodeKind.NegativeLookaround => $"Zero-width negative lookahead assertion.", RegexNodeKind.Backreference => $"Match the same text as matched by the {DescribeCapture(node.M, analysis)}.", RegexNodeKind.PositiveLookaround => $"Zero-width positive lookahead assertion.", RegexNodeKind.Set => $"Match {DescribeSet(node.Str!)}.", RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy => $"Match {DescribeSet(node.Str!)} {DescribeLoop(node, analysis)}.", RegexNodeKind.Start => "Match if at the start position.", RegexNodeKind.ExpressionConditional => $"Conditionally match one of two expressions depending on whether an initial expression matches.", RegexNodeKind.BackreferenceConditional => $"Conditionally match one of two expressions depending on whether the {DescribeCapture(node.M, analysis)} matched.", RegexNodeKind.UpdateBumpalong => $"Advance the next matching position.", _ => $"Unknown node type {node.Kind}", }; /// <summary>Gets an identifer to describe a capture group.</summary> private static string DescribeCapture(int capNum, AnalysisResults analysis) { // If we can get a capture name from the captures collection and it's not just a numerical representation of the group, use it. string name = RegexParser.GroupNameFromNumber(analysis.RegexTree.CaptureNumberSparseMapping, analysis.RegexTree.CaptureNames, analysis.RegexTree.CaptureCount, capNum); if (!string.IsNullOrEmpty(name) && (!int.TryParse(name, out int id) || id != capNum)) { name = Literal(name); } else { // Otherwise, create a numerical description of the capture group. int tens = capNum % 10; name = tens is >= 1 and <= 3 && capNum % 100 is < 10 or > 20 ? // Ends in 1, 2, 3 but not 11, 12, or 13 tens switch { 1 => $"{capNum}st", 2 => $"{capNum}nd", _ => $"{capNum}rd", } : $"{capNum}th"; } return $"{name} capture group"; } /// <summary>Gets a textual description of what characters match a set.</summary> private static string DescribeSet(string charClass) => charClass switch { RegexCharClass.AnyClass => "any character", RegexCharClass.DigitClass => "a Unicode digit", RegexCharClass.ECMADigitClass => "'0' through '9'", RegexCharClass.ECMASpaceClass => "a whitespace character (ECMA)", RegexCharClass.ECMAWordClass => "a word character (ECMA)", RegexCharClass.NotDigitClass => "any character other than a Unicode digit", RegexCharClass.NotECMADigitClass => "any character other than '0' through '9'", RegexCharClass.NotECMASpaceClass => "any character other than a space character (ECMA)", RegexCharClass.NotECMAWordClass => "any character other than a word character (ECMA)", RegexCharClass.NotSpaceClass => "any character other than a space character", RegexCharClass.NotWordClass => "any character other than a word character", RegexCharClass.SpaceClass => "a whitespace character", RegexCharClass.WordClass => "a word character", _ => $"a character in the set {RegexCharClass.DescribeSet(charClass)}", }; /// <summary>Writes a textual description of the node tree fit for rending in source.</summary> /// <param name="writer">The writer to which the description should be written.</param> /// <param name="node">The node being written.</param> /// <param name="prefix">The prefix to write at the beginning of every line, including a "//" for a comment.</param> /// <param name="analyses">Analysis of the tree</param> /// <param name="depth">The depth of the current node.</param> private static void DescribeExpression(TextWriter writer, RegexNode node, string prefix, AnalysisResults analysis, int depth = 0) { bool skip = node.Kind switch { // For concatenations, flatten the contents into the parent, but only if the parent isn't a form of alternation, // where each branch is considered to be independent rather than a concatenation. RegexNodeKind.Concatenate when node.Parent is not { Kind: RegexNodeKind.Alternate or RegexNodeKind.BackreferenceConditional or RegexNodeKind.ExpressionConditional } => true, // For atomic, skip the node if we'll instead render the atomic label as part of rendering the child. RegexNodeKind.Atomic when node.Child(0).Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop or RegexNodeKind.Alternate => true, // Don't skip anything else. _ => false, }; if (!skip) { string tag = node.Parent?.Kind switch { RegexNodeKind.ExpressionConditional when node.Parent.Child(0) == node => "Condition: ", RegexNodeKind.ExpressionConditional when node.Parent.Child(1) == node => "Matched: ", RegexNodeKind.ExpressionConditional when node.Parent.Child(2) == node => "Not Matched: ", RegexNodeKind.BackreferenceConditional when node.Parent.Child(0) == node => "Matched: ", RegexNodeKind.BackreferenceConditional when node.Parent.Child(1) == node => "Not Matched: ", _ => "", }; // Write out the line for the node. const char BulletPoint = '\u25CB'; writer.WriteLine($"{prefix}{new string(' ', depth * 4)}{BulletPoint} {tag}{DescribeNode(node, analysis)}"); } // Recur into each of its children. int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { int childDepth = skip ? depth : depth + 1; DescribeExpression(writer, node.Child(i), prefix, analysis, childDepth); } } /// <summary>Gets a textual description of a loop's style and bounds.</summary> private static string DescribeLoop(RegexNode node, AnalysisResults analysis) { string style = node.Kind switch { _ when node.M == node.N => "exactly", RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloopatomic => "atomically", RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop => "greedily", RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy => "lazily", RegexNodeKind.Loop => analysis.IsAtomicByAncestor(node) ? "greedily and atomically" : "greedily", _ /* RegexNodeKind.Lazyloop */ => analysis.IsAtomicByAncestor(node) ? "lazily and atomically" : "lazily", }; string bounds = node.M == node.N ? $" {node.M} times" : (node.M, node.N) switch { (0, int.MaxValue) => " any number of times", (1, int.MaxValue) => " at least once", (2, int.MaxValue) => " at least twice", (_, int.MaxValue) => $" at least {node.M} times", (0, 1) => ", optionally", (0, _) => $" at most {node.N} times", _ => $" at least {node.M} and at most {node.N} times" }; return style + bounds; } private static FinishEmitScope EmitScope(IndentedTextWriter writer, string title, bool faux = false) => EmitBlock(writer, $"// {title}", faux: faux); private static FinishEmitScope EmitBlock(IndentedTextWriter writer, string? clause, bool faux = false) { if (clause is not null) { writer.WriteLine(clause); } writer.WriteLine(faux ? "//{" : "{"); writer.Indent++; return new FinishEmitScope(writer, faux); } private static void EmitAdd(IndentedTextWriter writer, string variable, int value) { if (value == 0) { return; } writer.WriteLine( value == 1 ? $"{variable}++;" : value == -1 ? $"{variable}--;" : value > 0 ? $"{variable} += {value};" : value < 0 && value > int.MinValue ? $"{variable} -= {-value};" : $"{variable} += {value.ToString(CultureInfo.InvariantCulture)};"); } private readonly struct FinishEmitScope : IDisposable { private readonly IndentedTextWriter _writer; private readonly bool _faux; public FinishEmitScope(IndentedTextWriter writer, bool faux) { _writer = writer; _faux = faux; } public void Dispose() { if (_writer is not null) { _writer.Indent--; _writer.WriteLine(_faux ? "//}" : "}"); } } } /// <summary>Bit flags indicating which additional helpers should be emitted into the regex class.</summary> [Flags] private enum RequiredHelperFunctions { /// <summary>No additional functions are required.</summary> None = 0b0, /// <summary>The IsWordChar helper is required.</summary> IsWordChar = 0b1, /// <summary>The IsBoundary helper is required.</summary> IsBoundary = 0b10, /// <summary>The IsECMABoundary helper is required.</summary> IsECMABoundary = 0b100 } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Buffers.Binary; using System.CodeDom.Compiler; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; // NOTE: The logic in this file is largely a copy of logic in RegexCompiler, emitting C# instead of MSIL. // Most changes made to this file should be kept in sync, so far as bug fixes and relevant optimizations // are concerned. namespace System.Text.RegularExpressions.Generator { public partial class RegexGenerator { /// <summary>Code for a [GeneratedCode] attribute to put on the top-level generated members.</summary> private static readonly string s_generatedCodeAttribute = $"[global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"{typeof(RegexGenerator).Assembly.GetName().Name}\", \"{typeof(RegexGenerator).Assembly.GetName().Version}\")]"; /// <summary>Header comments and usings to include at the top of every generated file.</summary> private static readonly string[] s_headers = new string[] { "// <auto-generated/>", "#nullable enable", "#pragma warning disable CS0162 // Unreachable code", "#pragma warning disable CS0164 // Unreferenced label", "#pragma warning disable CS0219 // Variable assigned but never used", "", }; /// <summary>Generates the code for one regular expression class.</summary> private static (string, ImmutableArray<Diagnostic>) EmitRegexType(RegexType regexClass, bool allowUnsafe) { var sb = new StringBuilder(1024); var writer = new IndentedTextWriter(new StringWriter(sb)); // Emit the namespace if (!string.IsNullOrWhiteSpace(regexClass.Namespace)) { writer.WriteLine($"namespace {regexClass.Namespace}"); writer.WriteLine("{"); writer.Indent++; } // Emit containing types RegexType? parent = regexClass.ParentClass; var parentClasses = new Stack<string>(); while (parent is not null) { parentClasses.Push($"partial {parent.Keyword} {parent.Name}"); parent = parent.ParentClass; } while (parentClasses.Count != 0) { writer.WriteLine($"{parentClasses.Pop()}"); writer.WriteLine("{"); writer.Indent++; } // Emit the direct parent type writer.WriteLine($"partial {regexClass.Keyword} {regexClass.Name}"); writer.WriteLine("{"); writer.Indent++; // Generate a name to describe the regex instance. This includes the method name // the user provided and a non-randomized (for determinism) hash of it to try to make // the name that much harder to predict. Debug.Assert(regexClass.Method is not null); string generatedName = $"GeneratedRegex_{regexClass.Method.MethodName}_"; generatedName += ComputeStringHash(generatedName).ToString("X"); // Generate the regex type ImmutableArray<Diagnostic> diagnostics = EmitRegexMethod(writer, regexClass.Method, generatedName, allowUnsafe); while (writer.Indent != 0) { writer.Indent--; writer.WriteLine("}"); } writer.Flush(); return (sb.ToString(), diagnostics); // FNV-1a hash function. The actual algorithm used doesn't matter; just something simple // to create a deterministic, pseudo-random value that's based on input text. static uint ComputeStringHash(string s) { uint hashCode = 2166136261; foreach (char c in s) { hashCode = (c ^ hashCode) * 16777619; } return hashCode; } } /// <summary>Gets whether a given regular expression method is supported by the code generator.</summary> private static bool SupportsCodeGeneration(RegexMethod rm, out string? reason) { RegexNode root = rm.Tree.Root; if (!root.SupportsCompilation(out reason)) { return false; } if (ExceedsMaxDepthForSimpleCodeGeneration(root, allowedDepth: 40)) { // Deep RegexNode trees can result in emitting C# code that exceeds C# compiler // limitations, leading to "CS8078: An expression is too long or complex to compile". // Place an artificial limit on max tree depth in order to mitigate such issues. // The allowed depth can be tweaked as needed;its exceedingly rare to find // expressions with such deep trees. reason = "the regex will result in code that may exceed C# compiler limits"; return false; } return true; static bool ExceedsMaxDepthForSimpleCodeGeneration(RegexNode node, int allowedDepth) { if (allowedDepth <= 0) { return true; } int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { if (ExceedsMaxDepthForSimpleCodeGeneration(node.Child(i), allowedDepth - 1)) { return true; } } return false; } } /// <summary>Generates the code for a regular expression method.</summary> private static ImmutableArray<Diagnostic> EmitRegexMethod(IndentedTextWriter writer, RegexMethod rm, string id, bool allowUnsafe) { string patternExpression = Literal(rm.Pattern); string optionsExpression = Literal(rm.Options); string timeoutExpression = rm.MatchTimeout == Timeout.Infinite ? "global::System.Threading.Timeout.InfiniteTimeSpan" : $"global::System.TimeSpan.FromMilliseconds({rm.MatchTimeout.ToString(CultureInfo.InvariantCulture)})"; writer.WriteLine(s_generatedCodeAttribute); writer.WriteLine($"{rm.Modifiers} global::System.Text.RegularExpressions.Regex {rm.MethodName}() => {id}.Instance;"); writer.WriteLine(); writer.WriteLine(s_generatedCodeAttribute); writer.WriteLine("[global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)]"); writer.WriteLine($"{(writer.Indent != 0 ? "private" : "internal")} sealed class {id} : global::System.Text.RegularExpressions.Regex"); writer.WriteLine("{"); writer.Write(" public static global::System.Text.RegularExpressions.Regex Instance { get; } = "); // If we can't support custom generation for this regex, spit out a Regex constructor call. if (!SupportsCodeGeneration(rm, out string? reason)) { writer.WriteLine(); writer.WriteLine($"// Cannot generate Regex-derived implementation because {reason}."); writer.WriteLine($"new global::System.Text.RegularExpressions.Regex({patternExpression}, {optionsExpression}, {timeoutExpression});"); writer.WriteLine("}"); return ImmutableArray.Create(Diagnostic.Create(DiagnosticDescriptors.LimitedSourceGeneration, rm.MethodSyntax.GetLocation())); } AnalysisResults analysis = RegexTreeAnalyzer.Analyze(rm.Tree); writer.WriteLine($"new {id}();"); writer.WriteLine(); writer.WriteLine($" private {id}()"); writer.WriteLine($" {{"); writer.WriteLine($" base.pattern = {patternExpression};"); writer.WriteLine($" base.roptions = {optionsExpression};"); writer.WriteLine($" base.internalMatchTimeout = {timeoutExpression};"); writer.WriteLine($" base.factory = new RunnerFactory();"); if (rm.Tree.CaptureNumberSparseMapping is not null) { writer.Write(" base.Caps = new global::System.Collections.Hashtable {"); AppendHashtableContents(writer, rm.Tree.CaptureNumberSparseMapping); writer.WriteLine(" };"); } if (rm.Tree.CaptureNameToNumberMapping is not null) { writer.Write(" base.CapNames = new global::System.Collections.Hashtable {"); AppendHashtableContents(writer, rm.Tree.CaptureNameToNumberMapping); writer.WriteLine(" };"); } if (rm.Tree.CaptureNames is not null) { writer.Write(" base.capslist = new string[] {"); string separator = ""; foreach (string s in rm.Tree.CaptureNames) { writer.Write(separator); writer.Write(Literal(s)); separator = ", "; } writer.WriteLine(" };"); } writer.WriteLine($" base.capsize = {rm.Tree.CaptureCount};"); writer.WriteLine($" }}"); writer.WriteLine(" "); writer.WriteLine($" private sealed class RunnerFactory : global::System.Text.RegularExpressions.RegexRunnerFactory"); writer.WriteLine($" {{"); writer.WriteLine($" protected override global::System.Text.RegularExpressions.RegexRunner CreateInstance() => new Runner();"); writer.WriteLine(); writer.WriteLine($" private sealed class Runner : global::System.Text.RegularExpressions.RegexRunner"); writer.WriteLine($" {{"); // Main implementation methods writer.WriteLine(" // Description:"); DescribeExpression(writer, rm.Tree.Root.Child(0), " // ", analysis); // skip implicit root capture writer.WriteLine(); writer.WriteLine($" protected override void Scan(global::System.ReadOnlySpan<char> text)"); writer.WriteLine($" {{"); writer.Indent += 4; EmitScan(writer, rm, id); writer.Indent -= 4; writer.WriteLine($" }}"); writer.WriteLine(); writer.WriteLine($" private bool TryFindNextPossibleStartingPosition(global::System.ReadOnlySpan<char> inputSpan)"); writer.WriteLine($" {{"); writer.Indent += 4; RequiredHelperFunctions requiredHelpers = EmitTryFindNextPossibleStartingPosition(writer, rm, id); writer.Indent -= 4; writer.WriteLine($" }}"); writer.WriteLine(); if (allowUnsafe) { writer.WriteLine($" [global::System.Runtime.CompilerServices.SkipLocalsInit]"); } writer.WriteLine($" private bool TryMatchAtCurrentPosition(global::System.ReadOnlySpan<char> inputSpan)"); writer.WriteLine($" {{"); writer.Indent += 4; requiredHelpers |= EmitTryMatchAtCurrentPosition(writer, rm, id, analysis); writer.Indent -= 4; writer.WriteLine($" }}"); if ((requiredHelpers & RequiredHelperFunctions.IsWordChar) != 0) { writer.WriteLine(); writer.WriteLine($" /// <summary>Determines whether the character is part of the [\\w] set.</summary>"); writer.WriteLine($" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"); writer.WriteLine($" private static bool IsWordChar(char ch)"); writer.WriteLine($" {{"); writer.WriteLine($" global::System.ReadOnlySpan<byte> ascii = new byte[]"); writer.WriteLine($" {{"); writer.WriteLine($" 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x03,"); writer.WriteLine($" 0xFE, 0xFF, 0xFF, 0x87, 0xFE, 0xFF, 0xFF, 0x07"); writer.WriteLine($" }};"); writer.WriteLine(); writer.WriteLine($" int chDiv8 = ch >> 3;"); writer.WriteLine($" return (uint)chDiv8 < (uint)ascii.Length ?"); writer.WriteLine($" (ascii[chDiv8] & (1 << (ch & 0x7))) != 0 :"); writer.WriteLine($" global::System.Globalization.CharUnicodeInfo.GetUnicodeCategory(ch) switch"); writer.WriteLine($" {{"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.UppercaseLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.LowercaseLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.TitlecaseLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.ModifierLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.OtherLetter or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.NonSpacingMark or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.DecimalDigitNumber or"); writer.WriteLine($" global::System.Globalization.UnicodeCategory.ConnectorPunctuation => true,"); writer.WriteLine($" _ => false,"); writer.WriteLine($" }};"); writer.WriteLine($" }}"); } if ((requiredHelpers & RequiredHelperFunctions.IsBoundary) != 0) { writer.WriteLine(); writer.WriteLine($" /// <summary>Determines whether the character at the specified index is a boundary.</summary>"); writer.WriteLine($" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"); writer.WriteLine($" private static bool IsBoundary(global::System.ReadOnlySpan<char> inputSpan, int index)"); writer.WriteLine($" {{"); writer.WriteLine($" int indexM1 = index - 1;"); writer.WriteLine($" return ((uint)indexM1 < (uint)inputSpan.Length && IsBoundaryWordChar(inputSpan[indexM1])) !="); writer.WriteLine($" ((uint)index < (uint)inputSpan.Length && IsBoundaryWordChar(inputSpan[index]));"); writer.WriteLine(); writer.WriteLine($" static bool IsBoundaryWordChar(char ch) =>"); writer.WriteLine($" IsWordChar(ch) || (ch == '\\u200C' | ch == '\\u200D');"); writer.WriteLine($" }}"); } if ((requiredHelpers & RequiredHelperFunctions.IsECMABoundary) != 0) { writer.WriteLine(); writer.WriteLine($" /// <summary>Determines whether the character at the specified index is a boundary.</summary>"); writer.WriteLine($" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"); writer.WriteLine($" private static bool IsECMABoundary(global::System.ReadOnlySpan<char> inputSpan, int index)"); writer.WriteLine($" {{"); writer.WriteLine($" int indexM1 = index - 1;"); writer.WriteLine($" return ((uint)indexM1 < (uint)inputSpan.Length && IsECMAWordChar(inputSpan[indexM1])) !="); writer.WriteLine($" ((uint)index < (uint)inputSpan.Length && IsECMAWordChar(inputSpan[index]));"); writer.WriteLine(); writer.WriteLine($" static bool IsECMAWordChar(char ch) =>"); writer.WriteLine($" ((((uint)ch - 'A') & ~0x20) < 26) || // ASCII letter"); writer.WriteLine($" (((uint)ch - '0') < 10) || // digit"); writer.WriteLine($" ch == '_' || // underscore"); writer.WriteLine($" ch == '\\u0130'; // latin capital letter I with dot above"); writer.WriteLine($" }}"); } writer.WriteLine($" }}"); writer.WriteLine($" }}"); writer.WriteLine("}"); return ImmutableArray<Diagnostic>.Empty; static void AppendHashtableContents(IndentedTextWriter writer, Hashtable ht) { IDictionaryEnumerator en = ht.GetEnumerator(); string separator = ""; while (en.MoveNext()) { writer.Write(separator); separator = ", "; writer.Write(" { "); if (en.Key is int key) { writer.Write(key); } else { writer.Write($"\"{en.Key}\""); } writer.Write($", {en.Value} }} "); } } } /// <summary>Emits the body of the Scan method override.</summary> private static void EmitScan(IndentedTextWriter writer, RegexMethod rm, string id) { using (EmitBlock(writer, "while (TryFindNextPossibleStartingPosition(text))")) { if (rm.MatchTimeout != Timeout.Infinite) { writer.WriteLine("base.CheckTimeout();"); writer.WriteLine(); } writer.WriteLine("// If we find a match on the current position, or we have reached the end of the input, we are done."); using (EmitBlock(writer, "if (TryMatchAtCurrentPosition(text) || base.runtextpos == text.Length)")) { writer.WriteLine("return;"); } writer.WriteLine(); writer.WriteLine("base.runtextpos++;"); } } /// <summary>Emits the body of the TryFindNextPossibleStartingPosition.</summary> private static RequiredHelperFunctions EmitTryFindNextPossibleStartingPosition(IndentedTextWriter writer, RegexMethod rm, string id) { RegexOptions options = (RegexOptions)rm.Options; RegexTree regexTree = rm.Tree; bool hasTextInfo = false; RequiredHelperFunctions requiredHelpers = RequiredHelperFunctions.None; // In some cases, we need to emit declarations at the beginning of the method, but we only discover we need them later. // To handle that, we build up a collection of all the declarations to include, track where they should be inserted, // and then insert them at that position once everything else has been output. var additionalDeclarations = new HashSet<string>(); // Emit locals initialization writer.WriteLine("int pos = base.runtextpos, end = base.runtextend;"); writer.Flush(); int additionalDeclarationsPosition = ((StringWriter)writer.InnerWriter).GetStringBuilder().Length; int additionalDeclarationsIndent = writer.Indent; writer.WriteLine(); // Generate length check. If the input isn't long enough to possibly match, fail quickly. // It's rare for min required length to be 0, so we don't bother special-casing the check, // especially since we want the "return false" code regardless. int minRequiredLength = rm.Tree.FindOptimizations.MinRequiredLength; Debug.Assert(minRequiredLength >= 0); string clause = minRequiredLength switch { 0 => "if (pos <= end)", 1 => "if (pos < end)", _ => $"if (pos < end - {minRequiredLength - 1})" }; using (EmitBlock(writer, clause)) { // Emit any anchors. if (!EmitAnchors()) { // Either anchors weren't specified, or they don't completely root all matches to a specific location. // If whatever search operation we need to perform entails case-insensitive operations // that weren't already handled via creation of sets, we need to get an store the // TextInfo object to use (unless RegexOptions.CultureInvariant was specified). EmitTextInfo(writer, ref hasTextInfo, rm); // Emit the code for whatever find mode has been determined. switch (regexTree.FindOptimizations.FindMode) { case FindNextStartingPositionMode.LeadingPrefix_LeftToRight_CaseSensitive: Debug.Assert(!string.IsNullOrEmpty(regexTree.FindOptimizations.LeadingCaseSensitivePrefix)); EmitIndexOf(regexTree.FindOptimizations.LeadingCaseSensitivePrefix); break; case FindNextStartingPositionMode.FixedSets_LeftToRight_CaseSensitive: case FindNextStartingPositionMode.FixedSets_LeftToRight_CaseInsensitive: case FindNextStartingPositionMode.LeadingSet_LeftToRight_CaseSensitive: case FindNextStartingPositionMode.LeadingSet_LeftToRight_CaseInsensitive: Debug.Assert(regexTree.FindOptimizations.FixedDistanceSets is { Count: > 0 }); EmitFixedSet(); break; case FindNextStartingPositionMode.LiteralAfterLoop_LeftToRight_CaseSensitive: Debug.Assert(regexTree.FindOptimizations.LiteralAfterLoop is not null); EmitLiteralAfterAtomicLoop(); break; default: Debug.Fail($"Unexpected mode: {regexTree.FindOptimizations.FindMode}"); goto case FindNextStartingPositionMode.NoSearch; case FindNextStartingPositionMode.NoSearch: writer.WriteLine("return true;"); break; } } } writer.WriteLine(); const string NoStartingPositionFound = "NoStartingPositionFound"; writer.WriteLine("// No starting position found"); writer.WriteLine($"{NoStartingPositionFound}:"); writer.WriteLine("base.runtextpos = end;"); writer.WriteLine("return false;"); // We're done. Patch up any additional declarations. ReplaceAdditionalDeclarations(writer, additionalDeclarations, additionalDeclarationsPosition, additionalDeclarationsIndent); return requiredHelpers; // Emit a goto for the specified label. void Goto(string label) => writer.WriteLine($"goto {label};"); // Emits any anchors. Returns true if the anchor roots any match to a specific location and thus no further // searching is required; otherwise, false. bool EmitAnchors() { // Anchors that fully implement TryFindNextPossibleStartingPosition, with a check that leads to immediate success or failure determination. switch (regexTree.FindOptimizations.FindMode) { case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_Beginning: writer.WriteLine("// Beginning \\A anchor"); additionalDeclarations.Add("int beginning = base.runtextbeg;"); using (EmitBlock(writer, "if (pos > beginning)")) { Goto(NoStartingPositionFound); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_Start: writer.WriteLine("// Start \\G anchor"); using (EmitBlock(writer, "if (pos > base.runtextstart)")) { Goto(NoStartingPositionFound); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_EndZ: writer.WriteLine("// Leading end \\Z anchor"); using (EmitBlock(writer, "if (pos < end - 1)")) { writer.WriteLine("base.runtextpos = end - 1;"); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.LeadingAnchor_LeftToRight_End: writer.WriteLine("// Leading end \\z anchor"); using (EmitBlock(writer, "if (pos < end)")) { writer.WriteLine("base.runtextpos = end;"); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.TrailingAnchor_FixedLength_LeftToRight_EndZ: // Jump to the end, minus the min required length, which in this case is actually the fixed length, minus 1 (for a possible ending \n). writer.WriteLine("// Trailing end \\Z anchor with fixed-length match"); using (EmitBlock(writer, $"if (pos < end - {regexTree.FindOptimizations.MinRequiredLength + 1})")) { writer.WriteLine($"base.runtextpos = end - {regexTree.FindOptimizations.MinRequiredLength + 1};"); } writer.WriteLine("return true;"); return true; case FindNextStartingPositionMode.TrailingAnchor_FixedLength_LeftToRight_End: // Jump to the end, minus the min required length, which in this case is actually the fixed length. writer.WriteLine("// Trailing end \\z anchor with fixed-length match"); using (EmitBlock(writer, $"if (pos < end - {regexTree.FindOptimizations.MinRequiredLength})")) { writer.WriteLine($"base.runtextpos = end - {regexTree.FindOptimizations.MinRequiredLength};"); } writer.WriteLine("return true;"); return true; } // Now handle anchors that boost the position but may not determine immediate success or failure. switch (regexTree.FindOptimizations.LeadingAnchor) { case RegexNodeKind.Bol: // Optimize the handling of a Beginning-Of-Line (BOL) anchor. BOL is special, in that unlike // other anchors like Beginning, there are potentially multiple places a BOL can match. So unlike // the other anchors, which all skip all subsequent processing if found, with BOL we just use it // to boost our position to the next line, and then continue normally with any searches. writer.WriteLine("// Beginning-of-line anchor"); additionalDeclarations.Add("int beginning = base.runtextbeg;"); using (EmitBlock(writer, "if (pos > beginning && inputSpan[pos - 1] != '\\n')")) { writer.WriteLine("int newlinePos = global::System.MemoryExtensions.IndexOf(inputSpan.Slice(pos), '\\n');"); using (EmitBlock(writer, "if (newlinePos < 0 || newlinePos + pos + 1 > end)")) { Goto(NoStartingPositionFound); } writer.WriteLine("pos = newlinePos + pos + 1;"); } writer.WriteLine(); break; } switch (regexTree.FindOptimizations.TrailingAnchor) { case RegexNodeKind.End when regexTree.FindOptimizations.MaxPossibleLength is int maxLength: writer.WriteLine("// End \\z anchor with maximum-length match"); using (EmitBlock(writer, $"if (pos < end - {maxLength})")) { writer.WriteLine($"pos = end - {maxLength};"); } writer.WriteLine(); break; case RegexNodeKind.EndZ when regexTree.FindOptimizations.MaxPossibleLength is int maxLength: writer.WriteLine("// End \\Z anchor with maximum-length match"); using (EmitBlock(writer, $"if (pos < end - {maxLength + 1})")) { writer.WriteLine($"pos = end - {maxLength + 1};"); } writer.WriteLine(); break; } return false; } // Emits a case-sensitive prefix search for a string at the beginning of the pattern. void EmitIndexOf(string prefix) { writer.WriteLine($"int i = global::System.MemoryExtensions.IndexOf(inputSpan.Slice(pos, end - pos), {Literal(prefix)});"); writer.WriteLine("if (i >= 0)"); writer.WriteLine("{"); writer.WriteLine(" base.runtextpos = pos + i;"); writer.WriteLine(" return true;"); writer.WriteLine("}"); } // Emits a search for a set at a fixed position from the start of the pattern, // and potentially other sets at other fixed positions in the pattern. void EmitFixedSet() { List<(char[]? Chars, string Set, int Distance, bool CaseInsensitive)>? sets = regexTree.FindOptimizations.FixedDistanceSets; (char[]? Chars, string Set, int Distance, bool CaseInsensitive) primarySet = sets![0]; const int MaxSets = 4; int setsToUse = Math.Min(sets.Count, MaxSets); // If we can use IndexOf{Any}, try to accelerate the skip loop via vectorization to match the first prefix. // We can use it if this is a case-sensitive class with a small number of characters in the class. int setIndex = 0; bool canUseIndexOf = !primarySet.CaseInsensitive && primarySet.Chars is not null; bool needLoop = !canUseIndexOf || setsToUse > 1; FinishEmitScope loopBlock = default; if (needLoop) { writer.WriteLine("global::System.ReadOnlySpan<char> span = inputSpan.Slice(pos, end - pos);"); string upperBound = "span.Length" + (setsToUse > 1 || primarySet.Distance != 0 ? $" - {minRequiredLength - 1}" : ""); loopBlock = EmitBlock(writer, $"for (int i = 0; i < {upperBound}; i++)"); } if (canUseIndexOf) { string span = needLoop ? "span" : "inputSpan.Slice(pos, end - pos)"; span = (needLoop, primarySet.Distance) switch { (false, 0) => span, (true, 0) => $"{span}.Slice(i)", (false, _) => $"{span}.Slice({primarySet.Distance})", (true, _) => $"{span}.Slice(i + {primarySet.Distance})", }; string indexOf = primarySet.Chars!.Length switch { 1 => $"global::System.MemoryExtensions.IndexOf({span}, {Literal(primarySet.Chars[0])})", 2 => $"global::System.MemoryExtensions.IndexOfAny({span}, {Literal(primarySet.Chars[0])}, {Literal(primarySet.Chars[1])})", 3 => $"global::System.MemoryExtensions.IndexOfAny({span}, {Literal(primarySet.Chars[0])}, {Literal(primarySet.Chars[1])}, {Literal(primarySet.Chars[2])})", _ => $"global::System.MemoryExtensions.IndexOfAny({span}, {Literal(new string(primarySet.Chars))})", }; if (needLoop) { writer.WriteLine($"int indexOfPos = {indexOf};"); using (EmitBlock(writer, "if (indexOfPos < 0)")) { Goto(NoStartingPositionFound); } writer.WriteLine("i += indexOfPos;"); writer.WriteLine(); if (setsToUse > 1) { using (EmitBlock(writer, $"if (i >= span.Length - {minRequiredLength - 1})")) { Goto(NoStartingPositionFound); } writer.WriteLine(); } } else { writer.WriteLine($"int i = {indexOf};"); using (EmitBlock(writer, "if (i >= 0)")) { writer.WriteLine("base.runtextpos = pos + i;"); writer.WriteLine("return true;"); } } setIndex = 1; } if (needLoop) { Debug.Assert(setIndex == 0 || setIndex == 1); bool hasCharClassConditions = false; if (setIndex < setsToUse) { // if (CharInClass(textSpan[i + charClassIndex], prefix[0], "...") && // ...) Debug.Assert(needLoop); int start = setIndex; for (; setIndex < setsToUse; setIndex++) { string spanIndex = $"span[i{(sets[setIndex].Distance > 0 ? $" + {sets[setIndex].Distance}" : "")}]"; string charInClassExpr = MatchCharacterClass(hasTextInfo, options, spanIndex, sets[setIndex].Set, sets[setIndex].CaseInsensitive, negate: false, additionalDeclarations, ref requiredHelpers); if (setIndex == start) { writer.Write($"if ({charInClassExpr}"); } else { writer.WriteLine(" &&"); writer.Write($" {charInClassExpr}"); } } writer.WriteLine(")"); hasCharClassConditions = true; } using (hasCharClassConditions ? EmitBlock(writer, null) : default) { writer.WriteLine("base.runtextpos = pos + i;"); writer.WriteLine("return true;"); } } loopBlock.Dispose(); } // Emits a search for a literal following a leading atomic single-character loop. void EmitLiteralAfterAtomicLoop() { Debug.Assert(regexTree.FindOptimizations.LiteralAfterLoop is not null); (RegexNode LoopNode, (char Char, string? String, char[]? Chars) Literal) target = regexTree.FindOptimizations.LiteralAfterLoop.Value; Debug.Assert(target.LoopNode.Kind is RegexNodeKind.Setloop or RegexNodeKind.Setlazy or RegexNodeKind.Setloopatomic); Debug.Assert(target.LoopNode.N == int.MaxValue); using (EmitBlock(writer, "while (true)")) { writer.WriteLine($"global::System.ReadOnlySpan<char> slice = inputSpan.Slice(pos, end - pos);"); writer.WriteLine(); // Find the literal. If we can't find it, we're done searching. writer.Write("int i = global::System.MemoryExtensions."); writer.WriteLine( target.Literal.String is string literalString ? $"IndexOf(slice, {Literal(literalString)});" : target.Literal.Chars is not char[] literalChars ? $"IndexOf(slice, {Literal(target.Literal.Char)});" : literalChars.Length switch { 2 => $"IndexOfAny(slice, {Literal(literalChars[0])}, {Literal(literalChars[1])});", 3 => $"IndexOfAny(slice, {Literal(literalChars[0])}, {Literal(literalChars[1])}, {Literal(literalChars[2])});", _ => $"IndexOfAny(slice, {Literal(new string(literalChars))});", }); using (EmitBlock(writer, $"if (i < 0)")) { writer.WriteLine("break;"); } writer.WriteLine(); // We found the literal. Walk backwards from it finding as many matches as we can against the loop. writer.WriteLine("int prev = i;"); writer.WriteLine($"while ((uint)--prev < (uint)slice.Length && {MatchCharacterClass(hasTextInfo, options, "slice[prev]", target.LoopNode.Str!, caseInsensitive: false, negate: false, additionalDeclarations, ref requiredHelpers)});"); if (target.LoopNode.M > 0) { // If we found fewer than needed, loop around to try again. The loop doesn't overlap with the literal, // so we can start from after the last place the literal matched. writer.WriteLine($"if ((i - prev - 1) < {target.LoopNode.M})"); writer.WriteLine("{"); writer.WriteLine(" pos += i + 1;"); writer.WriteLine(" continue;"); writer.WriteLine("}"); } writer.WriteLine(); // We have a winner. The starting position is just after the last position that failed to match the loop. // TODO: It'd be nice to be able to communicate i as a place the matching engine can start matching // after the loop, so that it doesn't need to re-match the loop. writer.WriteLine("base.runtextpos = pos + prev + 1;"); writer.WriteLine("return true;"); } } // If a TextInfo is needed to perform ToLower operations, emits a local initialized to the TextInfo to use. static void EmitTextInfo(IndentedTextWriter writer, ref bool hasTextInfo, RegexMethod rm) { // Emit local to store current culture if needed if ((rm.Options & RegexOptions.CultureInvariant) == 0) { bool needsCulture = rm.Tree.FindOptimizations.FindMode switch { FindNextStartingPositionMode.FixedLiteral_LeftToRight_CaseInsensitive or FindNextStartingPositionMode.FixedSets_LeftToRight_CaseInsensitive or FindNextStartingPositionMode.LeadingSet_LeftToRight_CaseInsensitive => true, _ when rm.Tree.FindOptimizations.FixedDistanceSets is List<(char[]? Chars, string Set, int Distance, bool CaseInsensitive)> sets => sets.Exists(set => set.CaseInsensitive), _ => false, }; if (needsCulture) { hasTextInfo = true; writer.WriteLine("global::System.Globalization.TextInfo textInfo = global::System.Globalization.CultureInfo.CurrentCulture.TextInfo;"); } } } } /// <summary>Emits the body of the TryMatchAtCurrentPosition.</summary> private static RequiredHelperFunctions EmitTryMatchAtCurrentPosition(IndentedTextWriter writer, RegexMethod rm, string id, AnalysisResults analysis) { // In .NET Framework and up through .NET Core 3.1, the code generated for RegexOptions.Compiled was effectively an unrolled // version of what RegexInterpreter would process. The RegexNode tree would be turned into a series of opcodes via // RegexWriter; the interpreter would then sit in a loop processing those opcodes, and the RegexCompiler iterated through the // opcodes generating code for each equivalent to what the interpreter would do albeit with some decisions made at compile-time // rather than at run-time. This approach, however, lead to complicated code that wasn't pay-for-play (e.g. a big backtracking // jump table that all compilations went through even if there was no backtracking), that didn't factor in the shape of the // tree (e.g. it's difficult to add optimizations based on interactions between nodes in the graph), and that didn't read well // when decompiled from IL to C# or when directly emitted as C# as part of a source generator. // // This implementation is instead based on directly walking the RegexNode tree and outputting code for each node in the graph. // A dedicated for each kind of RegexNode emits the code necessary to handle that node's processing, including recursively // calling the relevant function for any of its children nodes. Backtracking is handled not via a giant jump table, but instead // by emitting direct jumps to each backtracking construct. This is achieved by having all match failures jump to a "done" // label that can be changed by a previous emitter, e.g. before EmitLoop returns, it ensures that "doneLabel" is set to the // label that code should jump back to when backtracking. That way, a subsequent EmitXx function doesn't need to know exactly // where to jump: it simply always jumps to "doneLabel" on match failure, and "doneLabel" is always configured to point to // the right location. In an expression without backtracking, or before any backtracking constructs have been encountered, // "doneLabel" is simply the final return location from the TryMatchAtCurrentPosition method that will undo any captures and exit, signaling to // the calling scan loop that nothing was matched. // Arbitrary limit for unrolling vs creating a loop. We want to balance size in the generated // code with other costs, like the (small) overhead of slicing to create the temp span to iterate. const int MaxUnrollSize = 16; RegexOptions options = (RegexOptions)rm.Options; RegexTree regexTree = rm.Tree; RequiredHelperFunctions requiredHelpers = RequiredHelperFunctions.None; // Helper to define names. Names start unadorned, but as soon as there's repetition, // they begin to have a numbered suffix. var usedNames = new Dictionary<string, int>(); // Every RegexTree is rooted in the implicit Capture for the whole expression. // Skip the Capture node. We handle the implicit root capture specially. RegexNode node = regexTree.Root; Debug.Assert(node.Kind == RegexNodeKind.Capture, "Every generated tree should begin with a capture node"); Debug.Assert(node.ChildCount() == 1, "Capture nodes should have one child"); node = node.Child(0); // In some limited cases, TryFindNextPossibleStartingPosition will only return true if it successfully matched the whole expression. // We can special case these to do essentially nothing in TryMatchAtCurrentPosition other than emit the capture. switch (node.Kind) { case RegexNodeKind.Multi or RegexNodeKind.Notone or RegexNodeKind.One or RegexNodeKind.Set when !IsCaseInsensitive(node): // This is the case for single and multiple characters, though the whole thing is only guaranteed // to have been validated in TryFindNextPossibleStartingPosition when doing case-sensitive comparison. writer.WriteLine($"int start = base.runtextpos;"); writer.WriteLine($"int end = start + {(node.Kind == RegexNodeKind.Multi ? node.Str!.Length : 1)};"); writer.WriteLine("base.Capture(0, start, end);"); writer.WriteLine("base.runtextpos = end;"); writer.WriteLine("return true;"); return requiredHelpers; case RegexNodeKind.Empty: // This case isn't common in production, but it's very common when first getting started with the // source generator and seeing what happens as you add more to expressions. When approaching // it from a learning perspective, this is very common, as it's the empty string you start with. writer.WriteLine("base.Capture(0, base.runtextpos, base.runtextpos);"); writer.WriteLine("return true;"); return requiredHelpers; } // In some cases, we need to emit declarations at the beginning of the method, but we only discover we need them later. // To handle that, we build up a collection of all the declarations to include, track where they should be inserted, // and then insert them at that position once everything else has been output. var additionalDeclarations = new HashSet<string>(); var additionalLocalFunctions = new Dictionary<string, string[]>(); // Declare some locals. string sliceSpan = "slice"; writer.WriteLine("int pos = base.runtextpos, end = base.runtextend;"); writer.WriteLine($"int original_pos = pos;"); bool hasTimeout = EmitLoopTimeoutCounterIfNeeded(writer, rm); bool hasTextInfo = EmitInitializeCultureForTryMatchAtCurrentPositionIfNecessary(writer, rm, analysis); writer.Flush(); int additionalDeclarationsPosition = ((StringWriter)writer.InnerWriter).GetStringBuilder().Length; int additionalDeclarationsIndent = writer.Indent; // The implementation tries to use const indexes into the span wherever possible, which we can do // for all fixed-length constructs. In such cases (e.g. single chars, repeaters, strings, etc.) // we know at any point in the regex exactly how far into it we are, and we can use that to index // into the span created at the beginning of the routine to begin at exactly where we're starting // in the input. When we encounter a variable-length construct, we transfer the static value to // pos, slicing the inputSpan appropriately, and then zero out the static position. int sliceStaticPos = 0; SliceInputSpan(writer, defineLocal: true); writer.WriteLine(); // doneLabel starts out as the top-level label for the whole expression failing to match. However, // it may be changed by the processing of a node to point to whereever subsequent match failures // should jump to, in support of backtracking or other constructs. For example, before emitting // the code for a branch N, an alternation will set the the doneLabel to point to the label for // processing the next branch N+1: that way, any failures in the branch N's processing will // implicitly end up jumping to the right location without needing to know in what context it's used. string doneLabel = ReserveName("NoMatch"); string topLevelDoneLabel = doneLabel; // Check whether there are captures anywhere in the expression. If there isn't, we can skip all // the boilerplate logic around uncapturing, as there won't be anything to uncapture. bool expressionHasCaptures = analysis.MayContainCapture(node); // Emit the code for all nodes in the tree. EmitNode(node); // If we fall through to this place in the code, we've successfully matched the expression. writer.WriteLine(); writer.WriteLine("// The input matched."); if (sliceStaticPos > 0) { EmitAdd(writer, "pos", sliceStaticPos); // TransferSliceStaticPosToPos would also slice, which isn't needed here } writer.WriteLine("base.runtextpos = pos;"); writer.WriteLine("base.Capture(0, original_pos, pos);"); writer.WriteLine("return true;"); // We're done with the match. // Patch up any additional declarations. ReplaceAdditionalDeclarations(writer, additionalDeclarations, additionalDeclarationsPosition, additionalDeclarationsIndent); // And emit any required helpers. if (additionalLocalFunctions.Count != 0) { foreach (KeyValuePair<string, string[]> localFunctions in additionalLocalFunctions.OrderBy(k => k.Key)) { writer.WriteLine(); foreach (string line in localFunctions.Value) { writer.WriteLine(line); } } } return requiredHelpers; // Helper to create a name guaranteed to be unique within the function. string ReserveName(string prefix) { usedNames.TryGetValue(prefix, out int count); usedNames[prefix] = count + 1; return count == 0 ? prefix : $"{prefix}{count}"; } // Helper to emit a label. As of C# 10, labels aren't statements of their own and need to adorn a following statement; // if a label appears just before a closing brace, then, it's a compilation error. To avoid issues there, this by // default implements a blank statement (a semicolon) after each label, but individual uses can opt-out of the semicolon // when it's known the label will always be followed by a statement. void MarkLabel(string label, bool emitSemicolon = true) => writer.WriteLine($"{label}:{(emitSemicolon ? ";" : "")}"); // Emits a goto to jump to the specified label. However, if the specified label is the top-level done label indicating // that the entire match has failed, we instead emit our epilogue, uncapturing if necessary and returning out of TryMatchAtCurrentPosition. void Goto(string label) { if (label == topLevelDoneLabel) { // We only get here in the code if the whole expression fails to match and jumps to // the original value of doneLabel. if (expressionHasCaptures) { EmitUncaptureUntil("0"); } writer.WriteLine("return false; // The input didn't match."); } else { writer.WriteLine($"goto {label};"); } } // Emits a case or default line followed by an indented body. void CaseGoto(string clause, string label) { writer.WriteLine(clause); writer.Indent++; Goto(label); writer.Indent--; } // Whether the node has RegexOptions.IgnoreCase set. static bool IsCaseInsensitive(RegexNode node) => (node.Options & RegexOptions.IgnoreCase) != 0; // Slices the inputSpan starting at pos until end and stores it into slice. void SliceInputSpan(IndentedTextWriter writer, bool defineLocal = false) { if (defineLocal) { writer.Write("global::System.ReadOnlySpan<char> "); } writer.WriteLine($"{sliceSpan} = inputSpan.Slice(pos, end - pos);"); } // Emits the sum of a constant and a value from a local. string Sum(int constant, string? local = null) => local is null ? constant.ToString(CultureInfo.InvariantCulture) : constant == 0 ? local : $"{constant} + {local}"; // Emits a check that the span is large enough at the currently known static position to handle the required additional length. void EmitSpanLengthCheck(int requiredLength, string? dynamicRequiredLength = null) { Debug.Assert(requiredLength > 0); using (EmitBlock(writer, $"if ({SpanLengthCheck(requiredLength, dynamicRequiredLength)})")) { Goto(doneLabel); } } // Returns a length check for the current span slice. The check returns true if // the span isn't long enough for the specified length. string SpanLengthCheck(int requiredLength, string? dynamicRequiredLength = null) => dynamicRequiredLength is null && sliceStaticPos + requiredLength == 1 ? $"{sliceSpan}.IsEmpty" : $"(uint){sliceSpan}.Length < {Sum(sliceStaticPos + requiredLength, dynamicRequiredLength)}"; // Adds the value of sliceStaticPos into the pos local, slices slice by the corresponding amount, // and zeros out sliceStaticPos. void TransferSliceStaticPosToPos() { if (sliceStaticPos > 0) { EmitAdd(writer, "pos", sliceStaticPos); writer.WriteLine($"{sliceSpan} = {sliceSpan}.Slice({sliceStaticPos});"); sliceStaticPos = 0; } } // Emits the code for an alternation. void EmitAlternation(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Alternate, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() >= 2, $"Expected at least 2 children, found {node.ChildCount()}"); int childCount = node.ChildCount(); Debug.Assert(childCount >= 2); string originalDoneLabel = doneLabel; // Both atomic and non-atomic are supported. While a parent RegexNode.Atomic node will itself // successfully prevent backtracking into this child node, we can emit better / cheaper code // for an Alternate when it is atomic, so we still take it into account here. Debug.Assert(node.Parent is not null); bool isAtomic = analysis.IsAtomicByAncestor(node); // If no child branch overlaps with another child branch, we can emit more streamlined code // that avoids checking unnecessary branches, e.g. with abc|def|ghi if the next character in // the input is 'a', we needn't try the def or ghi branches. A simple, relatively common case // of this is if every branch begins with a specific, unique character, in which case // the whole alternation can be treated as a simple switch, so we special-case that. However, // we can't goto _into_ switch cases, which means we can't use this approach if there's any // possibility of backtracking into the alternation. bool useSwitchedBranches = isAtomic; if (!useSwitchedBranches) { useSwitchedBranches = true; for (int i = 0; i < childCount; i++) { if (analysis.MayBacktrack(node.Child(i))) { useSwitchedBranches = false; break; } } } // Detect whether every branch begins with one or more unique characters. const int SetCharsSize = 5; // arbitrary limit (for IgnoreCase, we want this to be at least 3 to handle the vast majority of values) Span<char> setChars = stackalloc char[SetCharsSize]; if (useSwitchedBranches) { // Iterate through every branch, seeing if we can easily find a starting One, Multi, or small Set. // If we can, extract its starting char (or multiple in the case of a set), validate that all such // starting characters are unique relative to all the branches. var seenChars = new HashSet<char>(); for (int i = 0; i < childCount && useSwitchedBranches; i++) { // If it's not a One, Multi, or Set, we can't apply this optimization. // If it's IgnoreCase (and wasn't reduced to a non-IgnoreCase set), also ignore it to keep the logic simple. if (node.Child(i).FindBranchOneMultiOrSetStart() is not RegexNode oneMultiOrSet || (oneMultiOrSet.Options & RegexOptions.IgnoreCase) != 0) // TODO: https://github.com/dotnet/runtime/issues/61048 { useSwitchedBranches = false; break; } // If it's a One or a Multi, get the first character and add it to the set. // If it was already in the set, we can't apply this optimization. if (oneMultiOrSet.Kind is RegexNodeKind.One or RegexNodeKind.Multi) { if (!seenChars.Add(oneMultiOrSet.FirstCharOfOneOrMulti())) { useSwitchedBranches = false; break; } } else { // The branch begins with a set. Make sure it's a set of only a few characters // and get them. If we can't, we can't apply this optimization. Debug.Assert(oneMultiOrSet.Kind is RegexNodeKind.Set); int numChars; if (RegexCharClass.IsNegated(oneMultiOrSet.Str!) || (numChars = RegexCharClass.GetSetChars(oneMultiOrSet.Str!, setChars)) == 0) { useSwitchedBranches = false; break; } // Check to make sure each of the chars is unique relative to all other branches examined. foreach (char c in setChars.Slice(0, numChars)) { if (!seenChars.Add(c)) { useSwitchedBranches = false; break; } } } } } if (useSwitchedBranches) { // Note: This optimization does not exist with RegexOptions.Compiled. Here we rely on the // C# compiler to lower the C# switch statement with appropriate optimizations. In some // cases there are enough branches that the compiler will emit a jump table. In others // it'll optimize the order of checks in order to minimize the total number in the worst // case. In any case, we get easier to read and reason about C#. EmitSwitchedBranches(); } else { EmitAllBranches(); } return; // Emits the code for a switch-based alternation of non-overlapping branches. void EmitSwitchedBranches() { // We need at least 1 remaining character in the span, for the char to switch on. EmitSpanLengthCheck(1); writer.WriteLine(); // Emit a switch statement on the first char of each branch. using (EmitBlock(writer, $"switch ({sliceSpan}[{sliceStaticPos++}])")) { Span<char> setChars = stackalloc char[SetCharsSize]; // needs to be same size as detection check in caller int startingSliceStaticPos = sliceStaticPos; // Emit a case for each branch. for (int i = 0; i < childCount; i++) { sliceStaticPos = startingSliceStaticPos; RegexNode child = node.Child(i); Debug.Assert(child.Kind is RegexNodeKind.One or RegexNodeKind.Multi or RegexNodeKind.Set or RegexNodeKind.Concatenate, DescribeNode(child, analysis)); Debug.Assert(child.Kind is not RegexNodeKind.Concatenate || (child.ChildCount() >= 2 && child.Child(0).Kind is RegexNodeKind.One or RegexNodeKind.Multi or RegexNodeKind.Set)); RegexNode? childStart = child.FindBranchOneMultiOrSetStart(); Debug.Assert(childStart is not null, "Unexpectedly couldn't find the branch starting node."); Debug.Assert((childStart.Options & RegexOptions.IgnoreCase) == 0, "Expected only to find non-IgnoreCase branch starts"); if (childStart.Kind is RegexNodeKind.Set) { int numChars = RegexCharClass.GetSetChars(childStart.Str!, setChars); Debug.Assert(numChars != 0); writer.WriteLine($"case {string.Join(" or ", setChars.Slice(0, numChars).ToArray().Select(c => Literal(c)))}:"); } else { writer.WriteLine($"case {Literal(childStart.FirstCharOfOneOrMulti())}:"); } writer.Indent++; // Emit the code for the branch, without the first character that was already matched in the switch. switch (child.Kind) { case RegexNodeKind.Multi: EmitNode(CloneMultiWithoutFirstChar(child)); writer.WriteLine(); break; case RegexNodeKind.Concatenate: var newConcat = new RegexNode(RegexNodeKind.Concatenate, child.Options); if (childStart.Kind == RegexNodeKind.Multi) { newConcat.AddChild(CloneMultiWithoutFirstChar(childStart)); } int concatChildCount = child.ChildCount(); for (int j = 1; j < concatChildCount; j++) { newConcat.AddChild(child.Child(j)); } EmitNode(newConcat.Reduce()); writer.WriteLine(); break; static RegexNode CloneMultiWithoutFirstChar(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Multi); Debug.Assert(node.Str!.Length >= 2); return node.Str!.Length == 2 ? new RegexNode(RegexNodeKind.One, node.Options, node.Str![1]) : new RegexNode(RegexNodeKind.Multi, node.Options, node.Str!.Substring(1)); } } // This is only ever used for atomic alternations, so we can simply reset the doneLabel // after emitting the child, as nothing will backtrack here (and we need to reset it // so that all branches see the original). doneLabel = originalDoneLabel; // If we get here in the generated code, the branch completed successfully. // Before jumping to the end, we need to zero out sliceStaticPos, so that no // matter what the value is after the branch, whatever follows the alternate // will see the same sliceStaticPos. TransferSliceStaticPosToPos(); writer.WriteLine($"break;"); writer.WriteLine(); writer.Indent--; } // Default branch if the character didn't match the start of any branches. CaseGoto("default:", doneLabel); } } void EmitAllBranches() { // Label to jump to when any branch completes successfully. string matchLabel = ReserveName("AlternationMatch"); // Save off pos. We'll need to reset this each time a branch fails. string startingPos = ReserveName("alternation_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); int startingSliceStaticPos = sliceStaticPos; // We need to be able to undo captures in two situations: // - If a branch of the alternation itself contains captures, then if that branch // fails to match, any captures from that branch until that failure point need to // be uncaptured prior to jumping to the next branch. // - If the expression after the alternation contains captures, then failures // to match in those expressions could trigger backtracking back into the // alternation, and thus we need uncapture any of them. // As such, if the alternation contains captures or if it's not atomic, we need // to grab the current crawl position so we can unwind back to it when necessary. // We can do all of the uncapturing as part of falling through to the next branch. // If we fail in a branch, then such uncapturing will unwind back to the position // at the start of the alternation. If we fail after the alternation, and the // matched branch didn't contain any backtracking, then the failure will end up // jumping to the next branch, which will unwind the captures. And if we fail after // the alternation and the matched branch did contain backtracking, that backtracking // construct is responsible for unwinding back to its starting crawl position. If // it eventually ends up failing, that failure will result in jumping to the next branch // of the alternation, which will again dutifully unwind the remaining captures until // what they were at the start of the alternation. Of course, if there are no captures // anywhere in the regex, we don't have to do any of that. string? startingCapturePos = null; if (expressionHasCaptures && (analysis.MayContainCapture(node) || !isAtomic)) { startingCapturePos = ReserveName("alternation_starting_capturepos"); writer.WriteLine($"int {startingCapturePos} = base.Crawlpos();"); } writer.WriteLine(); // After executing the alternation, subsequent matching may fail, at which point execution // will need to backtrack to the alternation. We emit a branching table at the end of the // alternation, with a label that will be left as the "doneLabel" upon exiting emitting the // alternation. The branch table is populated with an entry for each branch of the alternation, // containing either the label for the last backtracking construct in the branch if such a construct // existed (in which case the doneLabel upon emitting that node will be different from before it) // or the label for the next branch. var labelMap = new string[childCount]; string backtrackLabel = ReserveName("AlternationBacktrack"); for (int i = 0; i < childCount; i++) { // If the alternation isn't atomic, backtracking may require our jump table jumping back // into these branches, so we can't use actual scopes, as that would hide the labels. using (EmitScope(writer, $"Branch {i}", faux: !isAtomic)) { bool isLastBranch = i == childCount - 1; string? nextBranch = null; if (!isLastBranch) { // Failure to match any branch other than the last one should result // in jumping to process the next branch. nextBranch = ReserveName("AlternationBranch"); doneLabel = nextBranch; } else { // Failure to match the last branch is equivalent to failing to match // the whole alternation, which means those failures should jump to // what "doneLabel" was defined as when starting the alternation. doneLabel = originalDoneLabel; } // Emit the code for each branch. EmitNode(node.Child(i)); writer.WriteLine(); // Add this branch to the backtracking table. At this point, either the child // had backtracking constructs, in which case doneLabel points to the last one // and that's where we'll want to jump to, or it doesn't, in which case doneLabel // still points to the nextBranch, which similarly is where we'll want to jump to. if (!isAtomic) { EmitStackPush(startingCapturePos is not null ? new[] { i.ToString(), startingPos, startingCapturePos } : new[] { i.ToString(), startingPos }); } labelMap[i] = doneLabel; // If we get here in the generated code, the branch completed successfully. // Before jumping to the end, we need to zero out sliceStaticPos, so that no // matter what the value is after the branch, whatever follows the alternate // will see the same sliceStaticPos. TransferSliceStaticPosToPos(); if (!isLastBranch || !isAtomic) { // If this isn't the last branch, we're about to output a reset section, // and if this isn't atomic, there will be a backtracking section before // the end of the method. In both of those cases, we've successfully // matched and need to skip over that code. If, however, this is the // last branch and this is an atomic alternation, we can just fall // through to the successfully matched location. Goto(matchLabel); } // Reset state for next branch and loop around to generate it. This includes // setting pos back to what it was at the beginning of the alternation, // updating slice to be the full length it was, and if there's a capture that // needs to be reset, uncapturing it. if (!isLastBranch) { writer.WriteLine(); MarkLabel(nextBranch!, emitSemicolon: false); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; if (startingCapturePos is not null) { EmitUncaptureUntil(startingCapturePos); } } } writer.WriteLine(); } // We should never fall through to this location in the generated code. Either // a branch succeeded in matching and jumped to the end, or a branch failed in // matching and jumped to the next branch location. We only get to this code // if backtracking occurs and the code explicitly jumps here based on our setting // "doneLabel" to the label for this section. Thus, we only need to emit it if // something can backtrack to us, which can't happen if we're inside of an atomic // node. Thus, emit the backtracking section only if we're non-atomic. if (isAtomic) { doneLabel = originalDoneLabel; } else { doneLabel = backtrackLabel; MarkLabel(backtrackLabel, emitSemicolon: false); EmitStackPop(startingCapturePos is not null ? new[] { startingCapturePos, startingPos } : new[] { startingPos}); using (EmitBlock(writer, $"switch ({StackPop()})")) { for (int i = 0; i < labelMap.Length; i++) { CaseGoto($"case {i}:", labelMap[i]); } } writer.WriteLine(); } // Successfully completed the alternate. MarkLabel(matchLabel); Debug.Assert(sliceStaticPos == 0); } } // Emits the code to handle a backreference. void EmitBackreference(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Backreference, $"Unexpected type: {node.Kind}"); int capnum = RegexParser.MapCaptureNumber(node.M, rm.Tree.CaptureNumberSparseMapping); if (sliceStaticPos > 0) { TransferSliceStaticPosToPos(); writer.WriteLine(); } // If the specified capture hasn't yet captured anything, fail to match... except when using RegexOptions.ECMAScript, // in which case per ECMA 262 section 21.2.2.9 the backreference should succeed. if ((node.Options & RegexOptions.ECMAScript) != 0) { writer.WriteLine($"// If the {DescribeCapture(node.M, analysis)} hasn't matched, the backreference matches with RegexOptions.ECMAScript rules."); using (EmitBlock(writer, $"if (base.IsMatched({capnum}))")) { EmitWhenHasCapture(); } } else { writer.WriteLine($"// If the {DescribeCapture(node.M, analysis)} hasn't matched, the backreference doesn't match."); using (EmitBlock(writer, $"if (!base.IsMatched({capnum}))")) { Goto(doneLabel); } writer.WriteLine(); EmitWhenHasCapture(); } void EmitWhenHasCapture() { writer.WriteLine("// Get the captured text. If it doesn't match at the current position, the backreference doesn't match."); additionalDeclarations.Add("int matchLength = 0;"); writer.WriteLine($"matchLength = base.MatchLength({capnum});"); if (!IsCaseInsensitive(node)) { // If we're case-sensitive, we can simply validate that the remaining length of the slice is sufficient // to possibly match, and then do a SequenceEqual against the matched text. writer.WriteLine($"if ({sliceSpan}.Length < matchLength || "); using (EmitBlock(writer, $" !global::System.MemoryExtensions.SequenceEqual(inputSpan.Slice(base.MatchIndex({capnum}), matchLength), {sliceSpan}.Slice(0, matchLength)))")) { Goto(doneLabel); } } else { // For case-insensitive, we have to walk each character individually. using (EmitBlock(writer, $"if ({sliceSpan}.Length < matchLength)")) { Goto(doneLabel); } writer.WriteLine(); additionalDeclarations.Add("int matchIndex = 0;"); writer.WriteLine($"matchIndex = base.MatchIndex({capnum});"); using (EmitBlock(writer, $"for (int i = 0; i < matchLength; i++)")) { using (EmitBlock(writer, $"if ({ToLower(hasTextInfo, options, $"inputSpan[matchIndex + i]")} != {ToLower(hasTextInfo, options, $"{sliceSpan}[i]")})")) { Goto(doneLabel); } } } writer.WriteLine(); writer.WriteLine($"pos += matchLength;"); SliceInputSpan(writer); } } // Emits the code for an if(backreference)-then-else conditional. void EmitBackreferenceConditional(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.BackreferenceConditional, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 2, $"Expected 2 children, found {node.ChildCount()}"); // We're branching in a complicated fashion. Make sure sliceStaticPos is 0. TransferSliceStaticPosToPos(); // Get the capture number to test. int capnum = RegexParser.MapCaptureNumber(node.M, rm.Tree.CaptureNumberSparseMapping); // Get the "yes" branch and the "no" branch. The "no" branch is optional in syntax and is thus // somewhat likely to be Empty. RegexNode yesBranch = node.Child(0); RegexNode? noBranch = node.Child(1) is { Kind: not RegexNodeKind.Empty } childNo ? childNo : null; string originalDoneLabel = doneLabel; // If the child branches might backtrack, we can't emit the branches inside constructs that // require braces, e.g. if/else, even though that would yield more idiomatic output. // But if we know for certain they won't backtrack, we can output the nicer code. if (analysis.IsAtomicByAncestor(node) || (!analysis.MayBacktrack(yesBranch) && (noBranch is null || !analysis.MayBacktrack(noBranch)))) { using (EmitBlock(writer, $"if (base.IsMatched({capnum}))")) { writer.WriteLine($"// The {DescribeCapture(node.M, analysis)} captured a value. Match the first branch."); EmitNode(yesBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch } if (noBranch is not null) { using (EmitBlock(writer, $"else")) { writer.WriteLine($"// Otherwise, match the second branch."); EmitNode(noBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch } } doneLabel = originalDoneLabel; // atomicity return; } string refNotMatched = ReserveName("ConditionalBackreferenceNotMatched"); string endConditional = ReserveName("ConditionalBackreferenceEnd"); // As with alternations, we have potentially multiple branches, each of which may contain // backtracking constructs, but the expression after the conditional needs a single target // to backtrack to. So, we expose a single Backtrack label and track which branch was // followed in this resumeAt local. string resumeAt = ReserveName("conditionalbackreference_branch"); writer.WriteLine($"int {resumeAt} = 0;"); // While it would be nicely readable to use an if/else block, if the branches contain // anything that triggers backtracking, labels will end up being defined, and if they're // inside the scope block for the if or else, that will prevent jumping to them from // elsewhere. So we implement the if/else with labels and gotos manually. // Check to see if the specified capture number was captured. using (EmitBlock(writer, $"if (!base.IsMatched({capnum}))")) { Goto(refNotMatched); } writer.WriteLine(); // The specified capture was captured. Run the "yes" branch. // If it successfully matches, jump to the end. EmitNode(yesBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch string postYesDoneLabel = doneLabel; if (postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 0;"); } bool needsEndConditional = postYesDoneLabel != originalDoneLabel || noBranch is not null; if (needsEndConditional) { Goto(endConditional); writer.WriteLine(); } MarkLabel(refNotMatched); string postNoDoneLabel = originalDoneLabel; if (noBranch is not null) { // Output the no branch. doneLabel = originalDoneLabel; EmitNode(noBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch postNoDoneLabel = doneLabel; if (postNoDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 1;"); } } else { // There's only a yes branch. If it's going to cause us to output a backtracking // label but code may not end up taking the yes branch path, we need to emit a resumeAt // that will cause the backtracking to immediately pass through this node. if (postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 2;"); } } // If either the yes branch or the no branch contained backtracking, subsequent expressions // might try to backtrack to here, so output a backtracking map based on resumeAt. bool hasBacktracking = postYesDoneLabel != originalDoneLabel || postNoDoneLabel != originalDoneLabel; if (hasBacktracking) { // Skip the backtracking section. Goto(endConditional); writer.WriteLine(); // Backtrack section string backtrack = ReserveName("ConditionalBackreferenceBacktrack"); doneLabel = backtrack; MarkLabel(backtrack); // Pop from the stack the branch that was used and jump back to its backtracking location. EmitStackPop(resumeAt); using (EmitBlock(writer, $"switch ({resumeAt})")) { if (postYesDoneLabel != originalDoneLabel) { CaseGoto("case 0:", postYesDoneLabel); } if (postNoDoneLabel != originalDoneLabel) { CaseGoto("case 1:", postNoDoneLabel); } CaseGoto("default:", originalDoneLabel); } } if (needsEndConditional) { MarkLabel(endConditional); } if (hasBacktracking) { // We're not atomic and at least one of the yes or no branches contained backtracking constructs, // so finish outputting our backtracking logic, which involves pushing onto the stack which // branch to backtrack into. EmitStackPush(resumeAt); } } // Emits the code for an if(expression)-then-else conditional. void EmitExpressionConditional(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.ExpressionConditional, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 3, $"Expected 3 children, found {node.ChildCount()}"); bool isAtomic = analysis.IsAtomicByAncestor(node); // We're branching in a complicated fashion. Make sure sliceStaticPos is 0. TransferSliceStaticPosToPos(); // The first child node is the condition expression. If this matches, then we branch to the "yes" branch. // If it doesn't match, then we branch to the optional "no" branch if it exists, or simply skip the "yes" // branch, otherwise. The condition is treated as a positive lookahead. RegexNode condition = node.Child(0); // Get the "yes" branch and the "no" branch. The "no" branch is optional in syntax and is thus // somewhat likely to be Empty. RegexNode yesBranch = node.Child(1); RegexNode? noBranch = node.Child(2) is { Kind: not RegexNodeKind.Empty } childNo ? childNo : null; string originalDoneLabel = doneLabel; string expressionNotMatched = ReserveName("ConditionalExpressionNotMatched"); string endConditional = ReserveName("ConditionalExpressionEnd"); // As with alternations, we have potentially multiple branches, each of which may contain // backtracking constructs, but the expression after the condition needs a single target // to backtrack to. So, we expose a single Backtrack label and track which branch was // followed in this resumeAt local. string resumeAt = ReserveName("conditionalexpression_branch"); if (!isAtomic) { writer.WriteLine($"int {resumeAt} = 0;"); } // If the condition expression has captures, we'll need to uncapture them in the case of no match. string? startingCapturePos = null; if (analysis.MayContainCapture(condition)) { startingCapturePos = ReserveName("conditionalexpression_starting_capturepos"); writer.WriteLine($"int {startingCapturePos} = base.Crawlpos();"); } // Emit the condition expression. Route any failures to after the yes branch. This code is almost // the same as for a positive lookahead; however, a positive lookahead only needs to reset the position // on a successful match, as a failed match fails the whole expression; here, we need to reset the // position on completion, regardless of whether the match is successful or not. doneLabel = expressionNotMatched; // Save off pos. We'll need to reset this upon successful completion of the lookahead. string startingPos = ReserveName("conditionalexpression_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); writer.WriteLine(); int startingSliceStaticPos = sliceStaticPos; // Emit the child. The condition expression is a zero-width assertion, which is atomic, // so prevent backtracking into it. writer.WriteLine("// Condition:"); EmitNode(condition); writer.WriteLine(); doneLabel = originalDoneLabel; // After the condition completes successfully, reset the text positions. // Do not reset captures, which persist beyond the lookahead. writer.WriteLine("// Condition matched:"); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; writer.WriteLine(); // The expression matched. Run the "yes" branch. If it successfully matches, jump to the end. EmitNode(yesBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch string postYesDoneLabel = doneLabel; if (!isAtomic && postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 0;"); } Goto(endConditional); writer.WriteLine(); // After the condition completes unsuccessfully, reset the text positions // _and_ reset captures, which should not persist when the whole expression failed. writer.WriteLine("// Condition did not match:"); MarkLabel(expressionNotMatched, emitSemicolon: false); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; if (startingCapturePos is not null) { EmitUncaptureUntil(startingCapturePos); } writer.WriteLine(); string postNoDoneLabel = originalDoneLabel; if (noBranch is not null) { // Output the no branch. doneLabel = originalDoneLabel; EmitNode(noBranch); writer.WriteLine(); TransferSliceStaticPosToPos(); // make sure sliceStaticPos is 0 after each branch postNoDoneLabel = doneLabel; if (!isAtomic && postNoDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 1;"); } } else { // There's only a yes branch. If it's going to cause us to output a backtracking // label but code may not end up taking the yes branch path, we need to emit a resumeAt // that will cause the backtracking to immediately pass through this node. if (!isAtomic && postYesDoneLabel != originalDoneLabel) { writer.WriteLine($"{resumeAt} = 2;"); } } // If either the yes branch or the no branch contained backtracking, subsequent expressions // might try to backtrack to here, so output a backtracking map based on resumeAt. if (isAtomic || (postYesDoneLabel == originalDoneLabel && postNoDoneLabel == originalDoneLabel)) { doneLabel = originalDoneLabel; MarkLabel(endConditional); } else { // Skip the backtracking section. Goto(endConditional); writer.WriteLine(); string backtrack = ReserveName("ConditionalExpressionBacktrack"); doneLabel = backtrack; MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(resumeAt); using (EmitBlock(writer, $"switch ({resumeAt})")) { if (postYesDoneLabel != originalDoneLabel) { CaseGoto("case 0:", postYesDoneLabel); } if (postNoDoneLabel != originalDoneLabel) { CaseGoto("case 1:", postNoDoneLabel); } CaseGoto("default:", originalDoneLabel); } MarkLabel(endConditional, emitSemicolon: false); EmitStackPush(resumeAt); } } // Emits the code for a Capture node. void EmitCapture(RegexNode node, RegexNode? subsequent = null) { Debug.Assert(node.Kind is RegexNodeKind.Capture, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); int capnum = RegexParser.MapCaptureNumber(node.M, rm.Tree.CaptureNumberSparseMapping); int uncapnum = RegexParser.MapCaptureNumber(node.N, rm.Tree.CaptureNumberSparseMapping); bool isAtomic = analysis.IsAtomicByAncestor(node); TransferSliceStaticPosToPos(); string startingPos = ReserveName("capture_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); writer.WriteLine(); RegexNode child = node.Child(0); if (uncapnum != -1) { using (EmitBlock(writer, $"if (!base.IsMatched({uncapnum}))")) { Goto(doneLabel); } writer.WriteLine(); } // Emit child node. string originalDoneLabel = doneLabel; EmitNode(child, subsequent); bool childBacktracks = doneLabel != originalDoneLabel; writer.WriteLine(); TransferSliceStaticPosToPos(); if (uncapnum == -1) { writer.WriteLine($"base.Capture({capnum}, {startingPos}, pos);"); } else { writer.WriteLine($"base.TransferCapture({capnum}, {uncapnum}, {startingPos}, pos);"); } if (isAtomic || !childBacktracks) { // If the capture is atomic and nothing can backtrack into it, we're done. // Similarly, even if the capture isn't atomic, if the captured expression // doesn't do any backtracking, we're done. doneLabel = originalDoneLabel; } else { // We're not atomic and the child node backtracks. When it does, we need // to ensure that the starting position for the capture is appropriately // reset to what it was initially (it could have changed as part of being // in a loop or similar). So, we emit a backtracking section that // pushes/pops the starting position before falling through. writer.WriteLine(); EmitStackPush(startingPos); // Skip past the backtracking section string end = ReserveName("SkipBacktrack"); Goto(end); writer.WriteLine(); // Emit a backtracking section that restores the capture's state and then jumps to the previous done label string backtrack = ReserveName($"CaptureBacktrack"); MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(startingPos); if (!childBacktracks) { writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); } Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(end); } } // Emits the code to handle a positive lookahead assertion. void EmitPositiveLookaheadAssertion(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.PositiveLookaround, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); // Save off pos. We'll need to reset this upon successful completion of the lookahead. string startingPos = ReserveName("positivelookahead_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); writer.WriteLine(); int startingSliceStaticPos = sliceStaticPos; // Emit the child. RegexNode child = node.Child(0); if (analysis.MayBacktrack(child)) { // Lookarounds are implicitly atomic, so we need to emit the node as atomic if it might backtrack. EmitAtomic(node, null); } else { EmitNode(child); } // After the child completes successfully, reset the text positions. // Do not reset captures, which persist beyond the lookahead. writer.WriteLine(); writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; } // Emits the code to handle a negative lookahead assertion. void EmitNegativeLookaheadAssertion(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.NegativeLookaround, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); string originalDoneLabel = doneLabel; // Save off pos. We'll need to reset this upon successful completion of the lookahead. string startingPos = ReserveName("negativelookahead_starting_pos"); writer.WriteLine($"int {startingPos} = pos;"); int startingSliceStaticPos = sliceStaticPos; string negativeLookaheadDoneLabel = ReserveName("NegativeLookaheadMatch"); doneLabel = negativeLookaheadDoneLabel; // Emit the child. RegexNode child = node.Child(0); if (analysis.MayBacktrack(child)) { // Lookarounds are implicitly atomic, so we need to emit the node as atomic if it might backtrack. EmitAtomic(node, null); } else { EmitNode(child); } // If the generated code ends up here, it matched the lookahead, which actually // means failure for a _negative_ lookahead, so we need to jump to the original done. writer.WriteLine(); Goto(originalDoneLabel); writer.WriteLine(); // Failures (success for a negative lookahead) jump here. MarkLabel(negativeLookaheadDoneLabel, emitSemicolon: false); // After the child completes in failure (success for negative lookahead), reset the text positions. writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); sliceStaticPos = startingSliceStaticPos; doneLabel = originalDoneLabel; } // Emits the code for the node. void EmitNode(RegexNode node, RegexNode? subsequent = null, bool emitLengthChecksIfRequired = true) { if (!StackHelper.TryEnsureSufficientExecutionStack()) { StackHelper.CallOnEmptyStack(EmitNode, node, subsequent, emitLengthChecksIfRequired); return; } // Separate out several node types that, for conciseness, don't need a header and scope written into the source. switch (node.Kind) { // Nothing is written for an empty case RegexNodeKind.Empty: return; // A match failure doesn't need a scope. case RegexNodeKind.Nothing: Goto(doneLabel); return; // Skip atomic nodes that wrap non-backtracking children; in such a case there's nothing to be made atomic. case RegexNodeKind.Atomic when !analysis.MayBacktrack(node.Child(0)): EmitNode(node.Child(0)); return; // Concatenate is a simplification in the node tree so that a series of children can be represented as one. // We don't need its presence visible in the source. case RegexNodeKind.Concatenate: EmitConcatenation(node, subsequent, emitLengthChecksIfRequired); return; } // Put the node's code into its own scope. If the node contains labels that may need to // be visible outside of its scope, the scope is still emitted for clarity but is commented out. using (EmitScope(writer, DescribeNode(node, analysis), faux: analysis.MayBacktrack(node))) { switch (node.Kind) { case RegexNodeKind.Beginning: case RegexNodeKind.Start: case RegexNodeKind.Bol: case RegexNodeKind.Eol: case RegexNodeKind.End: case RegexNodeKind.EndZ: EmitAnchors(node); break; case RegexNodeKind.Boundary: case RegexNodeKind.NonBoundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.NonECMABoundary: EmitBoundary(node); break; case RegexNodeKind.Multi: EmitMultiChar(node, emitLengthChecksIfRequired); break; case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: EmitSingleChar(node, emitLengthChecksIfRequired); break; case RegexNodeKind.Oneloop: case RegexNodeKind.Notoneloop: case RegexNodeKind.Setloop: EmitSingleCharLoop(node, subsequent, emitLengthChecksIfRequired); break; case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setlazy: EmitSingleCharLazy(node, subsequent, emitLengthChecksIfRequired); break; case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Setloopatomic: EmitSingleCharAtomicLoop(node, emitLengthChecksIfRequired); break; case RegexNodeKind.Loop: EmitLoop(node); break; case RegexNodeKind.Lazyloop: EmitLazy(node); break; case RegexNodeKind.Alternate: EmitAlternation(node); break; case RegexNodeKind.Backreference: EmitBackreference(node); break; case RegexNodeKind.BackreferenceConditional: EmitBackreferenceConditional(node); break; case RegexNodeKind.ExpressionConditional: EmitExpressionConditional(node); break; case RegexNodeKind.Atomic when analysis.MayBacktrack(node.Child(0)): EmitAtomic(node, subsequent); return; case RegexNodeKind.Capture: EmitCapture(node, subsequent); break; case RegexNodeKind.PositiveLookaround: EmitPositiveLookaheadAssertion(node); break; case RegexNodeKind.NegativeLookaround: EmitNegativeLookaheadAssertion(node); break; case RegexNodeKind.UpdateBumpalong: EmitUpdateBumpalong(node); break; default: Debug.Fail($"Unexpected node type: {node.Kind}"); break; } } } // Emits the node for an atomic. void EmitAtomic(RegexNode node, RegexNode? subsequent) { Debug.Assert(node.Kind is RegexNodeKind.Atomic or RegexNodeKind.PositiveLookaround or RegexNodeKind.NegativeLookaround, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); Debug.Assert(analysis.MayBacktrack(node.Child(0)), "Expected child to potentially backtrack"); // Grab the current done label and the current backtracking position. The purpose of the atomic node // is to ensure that nodes after it that might backtrack skip over the atomic, which means after // rendering the atomic's child, we need to reset the label so that subsequent backtracking doesn't // see any label left set by the atomic's child. We also need to reset the backtracking stack position // so that the state on the stack remains consistent. string originalDoneLabel = doneLabel; additionalDeclarations.Add("int stackpos = 0;"); string startingStackpos = ReserveName("atomic_stackpos"); writer.WriteLine($"int {startingStackpos} = stackpos;"); writer.WriteLine(); // Emit the child. EmitNode(node.Child(0), subsequent); writer.WriteLine(); // Reset the stack position and done label. writer.WriteLine($"stackpos = {startingStackpos};"); doneLabel = originalDoneLabel; } // Emits the code to handle updating base.runtextpos to pos in response to // an UpdateBumpalong node. This is used when we want to inform the scan loop that // it should bump from this location rather than from the original location. void EmitUpdateBumpalong(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.UpdateBumpalong, $"Unexpected type: {node.Kind}"); TransferSliceStaticPosToPos(); using (EmitBlock(writer, "if (base.runtextpos < pos)")) { writer.WriteLine("base.runtextpos = pos;"); } } // Emits code for a concatenation void EmitConcatenation(RegexNode node, RegexNode? subsequent, bool emitLengthChecksIfRequired) { Debug.Assert(node.Kind is RegexNodeKind.Concatenate, $"Unexpected type: {node.Kind}"); Debug.Assert(node.ChildCount() >= 2, $"Expected at least 2 children, found {node.ChildCount()}"); // Emit the code for each child one after the other. string? prevDescription = null; int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { // If we can find a subsequence of fixed-length children, we can emit a length check once for that sequence // and then skip the individual length checks for each. We also want to minimize the repetition of if blocks, // and so we try to emit a series of clauses all part of the same if block rather than one if block per child. if (emitLengthChecksIfRequired && node.TryGetJoinableLengthCheckChildRange(i, out int requiredLength, out int exclusiveEnd)) { bool wroteClauses = true; writer.Write($"if ({SpanLengthCheck(requiredLength)}"); while (i < exclusiveEnd) { for (; i < exclusiveEnd; i++) { void WriteSingleCharChild(RegexNode child, bool includeDescription = true) { if (wroteClauses) { writer.WriteLine(prevDescription is not null ? $" || // {prevDescription}" : " ||"); writer.Write(" "); } else { writer.Write("if ("); } EmitSingleChar(child, emitLengthCheck: false, clauseOnly: true); prevDescription = includeDescription ? DescribeNode(child, analysis) : null; wroteClauses = true; } RegexNode child = node.Child(i); if (child.Kind is RegexNodeKind.One or RegexNodeKind.Notone or RegexNodeKind.Set) { WriteSingleCharChild(child); } else if (child.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Onelazy or RegexNodeKind.Oneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setlazy or RegexNodeKind.Setloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloopatomic && child.M == child.N && child.M <= MaxUnrollSize) { for (int c = 0; c < child.M; c++) { WriteSingleCharChild(child, includeDescription: c == 0); } } else { break; } } if (wroteClauses) { writer.WriteLine(prevDescription is not null ? $") // {prevDescription}" : ")"); using (EmitBlock(writer, null)) { Goto(doneLabel); } if (i < childCount) { writer.WriteLine(); } wroteClauses = false; prevDescription = null; } if (i < exclusiveEnd) { EmitNode(node.Child(i), GetSubsequentOrDefault(i, node, subsequent), emitLengthChecksIfRequired: false); if (i < childCount - 1) { writer.WriteLine(); } i++; } } i--; continue; } EmitNode(node.Child(i), GetSubsequentOrDefault(i, node, subsequent), emitLengthChecksIfRequired: emitLengthChecksIfRequired); if (i < childCount - 1) { writer.WriteLine(); } } // Gets the node to treat as the subsequent one to node.Child(index) static RegexNode? GetSubsequentOrDefault(int index, RegexNode node, RegexNode? defaultNode) { int childCount = node.ChildCount(); for (int i = index + 1; i < childCount; i++) { RegexNode next = node.Child(i); if (next.Kind is not RegexNodeKind.UpdateBumpalong) // skip node types that don't have a semantic impact { return next; } } return defaultNode; } } // Emits the code to handle a single-character match. void EmitSingleChar(RegexNode node, bool emitLengthCheck = true, string? offset = null, bool clauseOnly = false) { Debug.Assert(node.IsOneFamily || node.IsNotoneFamily || node.IsSetFamily, $"Unexpected type: {node.Kind}"); // This only emits a single check, but it's called from the looping constructs in a loop // to generate the code for a single check, so we map those looping constructs to the // appropriate single check. string expr = $"{sliceSpan}[{Sum(sliceStaticPos, offset)}]"; if (node.IsSetFamily) { expr = $"{MatchCharacterClass(hasTextInfo, options, expr, node.Str!, IsCaseInsensitive(node), negate: true, additionalDeclarations, ref requiredHelpers)}"; } else { expr = ToLowerIfNeeded(hasTextInfo, options, expr, IsCaseInsensitive(node)); expr = $"{expr} {(node.IsOneFamily ? "!=" : "==")} {Literal(node.Ch)}"; } if (clauseOnly) { writer.Write(expr); } else { using (EmitBlock(writer, emitLengthCheck ? $"if ({SpanLengthCheck(1, offset)} || {expr})" : $"if ({expr})")) { Goto(doneLabel); } } sliceStaticPos++; } // Emits the code to handle a boundary check on a character. void EmitBoundary(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Boundary or RegexNodeKind.NonBoundary or RegexNodeKind.ECMABoundary or RegexNodeKind.NonECMABoundary, $"Unexpected type: {node.Kind}"); string call = node.Kind switch { RegexNodeKind.Boundary => "!IsBoundary", RegexNodeKind.NonBoundary => "IsBoundary", RegexNodeKind.ECMABoundary => "!IsECMABoundary", _ => "IsECMABoundary", }; RequiredHelperFunctions boundaryFunctionRequired = node.Kind switch { RegexNodeKind.Boundary or RegexNodeKind.NonBoundary => RequiredHelperFunctions.IsBoundary | RequiredHelperFunctions.IsWordChar, // IsBoundary internally uses IsWordChar _ => RequiredHelperFunctions.IsECMABoundary }; requiredHelpers |= boundaryFunctionRequired; using (EmitBlock(writer, $"if ({call}(inputSpan, pos{(sliceStaticPos > 0 ? $" + {sliceStaticPos}" : "")}))")) { Goto(doneLabel); } } // Emits the code to handle various anchors. void EmitAnchors(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Beginning or RegexNodeKind.Start or RegexNodeKind.Bol or RegexNodeKind.End or RegexNodeKind.EndZ or RegexNodeKind.Eol, $"Unexpected type: {node.Kind}"); Debug.Assert(sliceStaticPos >= 0); switch (node.Kind) { case RegexNodeKind.Beginning: case RegexNodeKind.Start: if (sliceStaticPos > 0) { // If we statically know we've already matched part of the regex, there's no way we're at the // beginning or start, as we've already progressed past it. Goto(doneLabel); } else { additionalDeclarations.Add(node.Kind == RegexNodeKind.Beginning ? "int beginning = base.runtextbeg;" : "int start = base.runtextstart;"); using (EmitBlock(writer, node.Kind == RegexNodeKind.Beginning ? "if (pos != beginning)" : "if (pos != start)")) { Goto(doneLabel); } } break; case RegexNodeKind.Bol: if (sliceStaticPos > 0) { using (EmitBlock(writer, $"if ({sliceSpan}[{sliceStaticPos - 1}] != '\\n')")) { Goto(doneLabel); } } else { // We can't use our slice in this case, because we'd need to access slice[-1], so we access the inputSpan field directly: additionalDeclarations.Add("int beginning = base.runtextbeg;"); using (EmitBlock(writer, $"if (pos > beginning && inputSpan[pos - 1] != '\\n')")) { Goto(doneLabel); } } break; case RegexNodeKind.End: using (EmitBlock(writer, $"if ({IsSliceLengthGreaterThanSliceStaticPos()})")) { Goto(doneLabel); } break; case RegexNodeKind.EndZ: writer.WriteLine($"if ({sliceSpan}.Length > {sliceStaticPos + 1} || ({IsSliceLengthGreaterThanSliceStaticPos()} && {sliceSpan}[{sliceStaticPos}] != '\\n'))"); using (EmitBlock(writer, null)) { Goto(doneLabel); } break; case RegexNodeKind.Eol: using (EmitBlock(writer, $"if ({IsSliceLengthGreaterThanSliceStaticPos()} && {sliceSpan}[{sliceStaticPos}] != '\\n')")) { Goto(doneLabel); } break; string IsSliceLengthGreaterThanSliceStaticPos() => sliceStaticPos == 0 ? $"!{sliceSpan}.IsEmpty" : $"{sliceSpan}.Length > {sliceStaticPos}"; } } // Emits the code to handle a multiple-character match. void EmitMultiChar(RegexNode node, bool emitLengthCheck) { Debug.Assert(node.Kind is RegexNodeKind.Multi, $"Unexpected type: {node.Kind}"); Debug.Assert(node.Str is not null); EmitMultiCharString(node.Str, IsCaseInsensitive(node), emitLengthCheck); } void EmitMultiCharString(string str, bool caseInsensitive, bool emitLengthCheck) { Debug.Assert(str.Length >= 2); if (caseInsensitive) // StartsWith(..., XxIgnoreCase) won't necessarily be the same as char-by-char comparison { // This case should be relatively rare. It will only occur with IgnoreCase and a series of non-ASCII characters. if (emitLengthCheck) { EmitSpanLengthCheck(str.Length); } using (EmitBlock(writer, $"for (int i = 0; i < {Literal(str)}.Length; i++)")) { string textSpanIndex = sliceStaticPos > 0 ? $"i + {sliceStaticPos}" : "i"; using (EmitBlock(writer, $"if ({ToLower(hasTextInfo, options, $"{sliceSpan}[{textSpanIndex}]")} != {Literal(str)}[i])")) { Goto(doneLabel); } } } else { string sourceSpan = sliceStaticPos > 0 ? $"{sliceSpan}.Slice({sliceStaticPos})" : sliceSpan; using (EmitBlock(writer, $"if (!global::System.MemoryExtensions.StartsWith({sourceSpan}, {Literal(str)}))")) { Goto(doneLabel); } } sliceStaticPos += str.Length; } void EmitSingleCharLoop(RegexNode node, RegexNode? subsequent = null, bool emitLengthChecksIfRequired = true) { Debug.Assert(node.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop, $"Unexpected type: {node.Kind}"); // If this is actually a repeater, emit that instead; no backtracking necessary. if (node.M == node.N) { EmitSingleCharRepeater(node, emitLengthChecksIfRequired); return; } // Emit backtracking around an atomic single char loop. We can then implement the backtracking // as an afterthought, since we know exactly how many characters are accepted by each iteration // of the wrapped loop (1) and that there's nothing captured by the loop. Debug.Assert(node.M < node.N); string backtrackingLabel = ReserveName("CharLoopBacktrack"); string endLoop = ReserveName("CharLoopEnd"); string startingPos = ReserveName("charloop_starting_pos"); string endingPos = ReserveName("charloop_ending_pos"); additionalDeclarations.Add($"int {startingPos} = 0, {endingPos} = 0;"); // We're about to enter a loop, so ensure our text position is 0. TransferSliceStaticPosToPos(); // Grab the current position, then emit the loop as atomic, and then // grab the current position again. Even though we emit the loop without // knowledge of backtracking, we can layer it on top by just walking back // through the individual characters (a benefit of the loop matching exactly // one character per iteration, no possible captures within the loop, etc.) writer.WriteLine($"{startingPos} = pos;"); writer.WriteLine(); EmitSingleCharAtomicLoop(node); writer.WriteLine(); TransferSliceStaticPosToPos(); writer.WriteLine($"{endingPos} = pos;"); EmitAdd(writer, startingPos, node.M); Goto(endLoop); writer.WriteLine(); // Backtracking section. Subsequent failures will jump to here, at which // point we decrement the matched count as long as it's above the minimum // required, and try again by flowing to everything that comes after this. MarkLabel(backtrackingLabel, emitSemicolon: false); if (expressionHasCaptures) { EmitUncaptureUntil(StackPop()); } EmitStackPop(endingPos, startingPos); writer.WriteLine(); if (subsequent?.FindStartingLiteral() is ValueTuple<char, string?, string?> literal) { writer.WriteLine($"if ({startingPos} >= {endingPos} ||"); using (EmitBlock(writer, literal.Item2 is not null ? $" ({endingPos} = global::System.MemoryExtensions.LastIndexOf(inputSpan.Slice({startingPos}, global::System.Math.Min(inputSpan.Length, {endingPos} + {literal.Item2.Length - 1}) - {startingPos}), {Literal(literal.Item2)})) < 0)" : literal.Item3 is null ? $" ({endingPos} = global::System.MemoryExtensions.LastIndexOf(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item1)})) < 0)" : literal.Item3.Length switch { 2 => $" ({endingPos} = global::System.MemoryExtensions.LastIndexOfAny(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item3[0])}, {Literal(literal.Item3[1])})) < 0)", 3 => $" ({endingPos} = global::System.MemoryExtensions.LastIndexOfAny(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item3[0])}, {Literal(literal.Item3[1])}, {Literal(literal.Item3[2])})) < 0)", _ => $" ({endingPos} = global::System.MemoryExtensions.LastIndexOfAny(inputSpan.Slice({startingPos}, {endingPos} - {startingPos}), {Literal(literal.Item3)})) < 0)", })) { Goto(doneLabel); } writer.WriteLine($"{endingPos} += {startingPos};"); writer.WriteLine($"pos = {endingPos};"); } else { using (EmitBlock(writer, $"if ({startingPos} >= {endingPos})")) { Goto(doneLabel); } writer.WriteLine($"pos = --{endingPos};"); } SliceInputSpan(writer); writer.WriteLine(); MarkLabel(endLoop, emitSemicolon: false); EmitStackPush(expressionHasCaptures ? new[] { startingPos, endingPos, "base.Crawlpos()" } : new[] { startingPos, endingPos }); doneLabel = backtrackingLabel; // leave set to the backtracking label for all subsequent nodes } void EmitSingleCharLazy(RegexNode node, RegexNode? subsequent = null, bool emitLengthChecksIfRequired = true) { Debug.Assert(node.Kind is RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy, $"Unexpected type: {node.Kind}"); // Emit the min iterations as a repeater. Any failures here don't necessitate backtracking, // as the lazy itself failed to match, and there's no backtracking possible by the individual // characters/iterations themselves. if (node.M > 0) { EmitSingleCharRepeater(node, emitLengthChecksIfRequired); } // If the whole thing was actually that repeater, we're done. Similarly, if this is actually an atomic // lazy loop, nothing will ever backtrack into this node, so we never need to iterate more than the minimum. if (node.M == node.N || analysis.IsAtomicByAncestor(node)) { return; } if (node.M > 0) { // We emitted a repeater to handle the required iterations; add a newline after it. writer.WriteLine(); } Debug.Assert(node.M < node.N); // We now need to match one character at a time, each time allowing the remainder of the expression // to try to match, and only matching another character if the subsequent expression fails to match. // We're about to enter a loop, so ensure our text position is 0. TransferSliceStaticPosToPos(); // If the loop isn't unbounded, track the number of iterations and the max number to allow. string? iterationCount = null; string? maxIterations = null; if (node.N != int.MaxValue) { maxIterations = $"{node.N - node.M}"; iterationCount = ReserveName("lazyloop_iteration"); writer.WriteLine($"int {iterationCount} = 0;"); } // Track the current crawl position. Upon backtracking, we'll unwind any captures beyond this point. string? capturePos = null; if (expressionHasCaptures) { capturePos = ReserveName("lazyloop_capturepos"); additionalDeclarations.Add($"int {capturePos} = 0;"); } // Track the current pos. Each time we backtrack, we'll reset to the stored position, which // is also incremented each time we match another character in the loop. string startingPos = ReserveName("lazyloop_pos"); additionalDeclarations.Add($"int {startingPos} = 0;"); writer.WriteLine($"{startingPos} = pos;"); // Skip the backtracking section for the initial subsequent matching. We've already matched the // minimum number of iterations, which means we can successfully match with zero additional iterations. string endLoopLabel = ReserveName("LazyLoopEnd"); Goto(endLoopLabel); writer.WriteLine(); // Backtracking section. Subsequent failures will jump to here. string backtrackingLabel = ReserveName("LazyLoopBacktrack"); MarkLabel(backtrackingLabel, emitSemicolon: false); // Uncapture any captures if the expression has any. It's possible the captures it has // are before this node, in which case this is wasted effort, but still functionally correct. if (capturePos is not null) { EmitUncaptureUntil(capturePos); } // If there's a max number of iterations, see if we've exceeded the maximum number of characters // to match. If we haven't, increment the iteration count. if (maxIterations is not null) { using (EmitBlock(writer, $"if ({iterationCount} >= {maxIterations})")) { Goto(doneLabel); } writer.WriteLine($"{iterationCount}++;"); } // Now match the next item in the lazy loop. We need to reset the pos to the position // just after the last character in this loop was matched, and we need to store the resulting position // for the next time we backtrack. writer.WriteLine($"pos = {startingPos};"); SliceInputSpan(writer); EmitSingleChar(node); TransferSliceStaticPosToPos(); // Now that we've appropriately advanced by one character and are set for what comes after the loop, // see if we can skip ahead more iterations by doing a search for a following literal. if (iterationCount is null && node.Kind is RegexNodeKind.Notonelazy && !IsCaseInsensitive(node) && subsequent?.FindStartingLiteral(4) is ValueTuple<char, string?, string?> literal && // 5 == max optimized by IndexOfAny, and we need to reserve 1 for node.Ch (literal.Item3 is not null ? !literal.Item3.Contains(node.Ch) : (literal.Item2?[0] ?? literal.Item1) != node.Ch)) // no overlap between node.Ch and the start of the literal { // e.g. "<[^>]*?>" // This lazy loop will consume all characters other than node.Ch until the subsequent literal. // We can implement it to search for either that char or the literal, whichever comes first. // If it ends up being that node.Ch, the loop fails (we're only here if we're backtracking). writer.WriteLine( literal.Item2 is not null ? $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch)}, {Literal(literal.Item2[0])});" : literal.Item3 is null ? $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch)}, {Literal(literal.Item1)});" : literal.Item3.Length switch { 2 => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch)}, {Literal(literal.Item3[0])}, {Literal(literal.Item3[1])});", _ => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(node.Ch + literal.Item3)});", }); using (EmitBlock(writer, $"if ((uint){startingPos} >= (uint){sliceSpan}.Length || {sliceSpan}[{startingPos}] == {Literal(node.Ch)})")) { Goto(doneLabel); } writer.WriteLine($"pos += {startingPos};"); SliceInputSpan(writer); } else if (iterationCount is null && node.Kind is RegexNodeKind.Setlazy && node.Str == RegexCharClass.AnyClass && subsequent?.FindStartingLiteral() is ValueTuple<char, string?, string?> literal2) { // e.g. ".*?string" with RegexOptions.Singleline // This lazy loop will consume all characters until the subsequent literal. If the subsequent literal // isn't found, the loop fails. We can implement it to just search for that literal. writer.WriteLine( literal2.Item2 is not null ? $"{startingPos} = global::System.MemoryExtensions.IndexOf({sliceSpan}, {Literal(literal2.Item2)});" : literal2.Item3 is null ? $"{startingPos} = global::System.MemoryExtensions.IndexOf({sliceSpan}, {Literal(literal2.Item1)});" : literal2.Item3.Length switch { 2 => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(literal2.Item3[0])}, {Literal(literal2.Item3[1])});", 3 => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(literal2.Item3[0])}, {Literal(literal2.Item3[1])}, {Literal(literal2.Item3[2])});", _ => $"{startingPos} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}, {Literal(literal2.Item3)});", }); using (EmitBlock(writer, $"if ({startingPos} < 0)")) { Goto(doneLabel); } writer.WriteLine($"pos += {startingPos};"); SliceInputSpan(writer); } // Store the position we've left off at in case we need to iterate again. writer.WriteLine($"{startingPos} = pos;"); // Update the done label for everything that comes after this node. This is done after we emit the single char // matching, as that failing indicates the loop itself has failed to match. string originalDoneLabel = doneLabel; doneLabel = backtrackingLabel; // leave set to the backtracking label for all subsequent nodes writer.WriteLine(); MarkLabel(endLoopLabel); if (capturePos is not null) { writer.WriteLine($"{capturePos} = base.Crawlpos();"); } if (node.IsInLoop()) { writer.WriteLine(); // Store the loop's state var toPushPop = new List<string>(3) { startingPos }; if (capturePos is not null) { toPushPop.Add(capturePos); } if (iterationCount is not null) { toPushPop.Add(iterationCount); } string[] toPushPopArray = toPushPop.ToArray(); EmitStackPush(toPushPopArray); // Skip past the backtracking section string end = ReserveName("SkipBacktrack"); Goto(end); writer.WriteLine(); // Emit a backtracking section that restores the loop's state and then jumps to the previous done label string backtrack = ReserveName("CharLazyBacktrack"); MarkLabel(backtrack, emitSemicolon: false); Array.Reverse(toPushPopArray); EmitStackPop(toPushPopArray); Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(end); } } void EmitLazy(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Lazyloop, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M < int.MaxValue, $"Unexpected M={node.M}"); Debug.Assert(node.N >= node.M, $"Unexpected M={node.M}, N={node.N}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); int minIterations = node.M; int maxIterations = node.N; string originalDoneLabel = doneLabel; bool isAtomic = analysis.IsAtomicByAncestor(node); // If this is actually an atomic lazy loop, we need to output just the minimum number of iterations, // as nothing will backtrack into the lazy loop to get it progress further. if (isAtomic) { switch (minIterations) { case 0: // Atomic lazy with a min count of 0: nop. return; case 1: // Atomic lazy with a min count of 1: just output the child, no looping required. EmitNode(node.Child(0)); return; } writer.WriteLine(); } // If this is actually a repeater and the child doesn't have any backtracking in it that might // cause us to need to unwind already taken iterations, just output it as a repeater loop. if (minIterations == maxIterations && !analysis.MayBacktrack(node.Child(0))) { EmitNonBacktrackingRepeater(node); return; } // We might loop any number of times. In order to ensure this loop and subsequent code sees sliceStaticPos // the same regardless, we always need it to contain the same value, and the easiest such value is 0. // So, we transfer sliceStaticPos to pos, and ensure that any path out of here has sliceStaticPos as 0. TransferSliceStaticPosToPos(); string startingPos = ReserveName("lazyloop_starting_pos"); string iterationCount = ReserveName("lazyloop_iteration"); string sawEmpty = ReserveName("lazyLoopEmptySeen"); string body = ReserveName("LazyLoopBody"); string endLoop = ReserveName("LazyLoopEnd"); writer.WriteLine($"int {iterationCount} = 0, {startingPos} = pos, {sawEmpty} = 0;"); // If the min count is 0, start out by jumping right to what's after the loop. Backtracking // will then bring us back in to do further iterations. if (minIterations == 0) { Goto(endLoop); } writer.WriteLine(); // Iteration body MarkLabel(body, emitSemicolon: false); EmitTimeoutCheck(writer, hasTimeout); // We need to store the starting pos and crawl position so that it may // be backtracked through later. This needs to be the starting position from // the iteration we're leaving, so it's pushed before updating it to pos. EmitStackPush(expressionHasCaptures ? new[] { "base.Crawlpos()", startingPos, "pos", sawEmpty } : new[] { startingPos, "pos", sawEmpty }); writer.WriteLine(); // Save off some state. We need to store the current pos so we can compare it against // pos after the iteration, in order to determine whether the iteration was empty. Empty // iterations are allowed as part of min matches, but once we've met the min quote, empty matches // are considered match failures. writer.WriteLine($"{startingPos} = pos;"); // Proactively increase the number of iterations. We do this prior to the match rather than once // we know it's successful, because we need to decrement it as part of a failed match when // backtracking; it's thus simpler to just always decrement it as part of a failed match, even // when initially greedily matching the loop, which then requires we increment it before trying. writer.WriteLine($"{iterationCount}++;"); // Last but not least, we need to set the doneLabel that a failed match of the body will jump to. // Such an iteration match failure may or may not fail the whole operation, depending on whether // we've already matched the minimum required iterations, so we need to jump to a location that // will make that determination. string iterationFailedLabel = ReserveName("LazyLoopIterationNoMatch"); doneLabel = iterationFailedLabel; // Finally, emit the child. Debug.Assert(sliceStaticPos == 0); EmitNode(node.Child(0)); writer.WriteLine(); TransferSliceStaticPosToPos(); // ensure sliceStaticPos remains 0 if (doneLabel == iterationFailedLabel) { doneLabel = originalDoneLabel; } // Loop condition. Continue iterating if we've not yet reached the minimum. if (minIterations > 0) { using (EmitBlock(writer, $"if ({CountIsLessThan(iterationCount, minIterations)})")) { Goto(body); } } // If the last iteration was empty, we need to prevent further iteration from this point // unless we backtrack out of this iteration. We can do that easily just by pretending // we reached the max iteration count. using (EmitBlock(writer, $"if (pos == {startingPos})")) { writer.WriteLine($"{sawEmpty} = 1;"); } // We matched the next iteration. Jump to the subsequent code. Goto(endLoop); writer.WriteLine(); // Now handle what happens when an iteration fails. We need to reset state to what it was before just that iteration // started. That includes resetting pos and clearing out any captures from that iteration. MarkLabel(iterationFailedLabel, emitSemicolon: false); writer.WriteLine($"{iterationCount}--;"); using (EmitBlock(writer, $"if ({iterationCount} < 0)")) { Goto(originalDoneLabel); } EmitStackPop(sawEmpty, "pos", startingPos); if (expressionHasCaptures) { EmitUncaptureUntil(StackPop()); } SliceInputSpan(writer); if (doneLabel == originalDoneLabel) { Goto(originalDoneLabel); } else { using (EmitBlock(writer, $"if ({iterationCount} == 0)")) { Goto(originalDoneLabel); } Goto(doneLabel); } writer.WriteLine(); MarkLabel(endLoop); if (!isAtomic) { // Store the capture's state and skip the backtracking section EmitStackPush(startingPos, iterationCount, sawEmpty); string skipBacktrack = ReserveName("SkipBacktrack"); Goto(skipBacktrack); writer.WriteLine(); // Emit a backtracking section that restores the capture's state and then jumps to the previous done label string backtrack = ReserveName($"LazyLoopBacktrack"); MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(sawEmpty, iterationCount, startingPos); if (maxIterations == int.MaxValue) { using (EmitBlock(writer, $"if ({sawEmpty} == 0)")) { Goto(body); } } else { using (EmitBlock(writer, $"if ({CountIsLessThan(iterationCount, maxIterations)} && {sawEmpty} == 0)")) { Goto(body); } } Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(skipBacktrack); } } // Emits the code to handle a loop (repeater) with a fixed number of iterations. // RegexNode.M is used for the number of iterations (RegexNode.N is ignored), as this // might be used to implement the required iterations of other kinds of loops. void EmitSingleCharRepeater(RegexNode node, bool emitLengthCheck = true) { Debug.Assert(node.IsOneFamily || node.IsNotoneFamily || node.IsSetFamily, $"Unexpected type: {node.Kind}"); int iterations = node.M; switch (iterations) { case 0: // No iterations, nothing to do. return; case 1: // Just match the individual item EmitSingleChar(node, emitLengthCheck); return; case <= RegexNode.MultiVsRepeaterLimit when node.IsOneFamily && !IsCaseInsensitive(node): // This is a repeated case-sensitive character; emit it as a multi in order to get all the optimizations // afforded to a multi, e.g. unrolling the loop with multi-char reads/comparisons at a time. EmitMultiCharString(new string(node.Ch, iterations), caseInsensitive: false, emitLengthCheck); return; } if (iterations <= MaxUnrollSize) { // if ((uint)(sliceStaticPos + iterations - 1) >= (uint)slice.Length || // slice[sliceStaticPos] != c1 || // slice[sliceStaticPos + 1] != c2 || // ...) // { // goto doneLabel; // } writer.Write($"if ("); if (emitLengthCheck) { writer.WriteLine($"{SpanLengthCheck(iterations)} ||"); writer.Write(" "); } EmitSingleChar(node, emitLengthCheck: false, clauseOnly: true); for (int i = 1; i < iterations; i++) { writer.WriteLine(" ||"); writer.Write(" "); EmitSingleChar(node, emitLengthCheck: false, clauseOnly: true); } writer.WriteLine(")"); using (EmitBlock(writer, null)) { Goto(doneLabel); } } else { // if ((uint)(sliceStaticPos + iterations - 1) >= (uint)slice.Length) goto doneLabel; if (emitLengthCheck) { EmitSpanLengthCheck(iterations); } string repeaterSpan = "repeaterSlice"; // As this repeater doesn't wrap arbitrary node emits, this shouldn't conflict with anything writer.WriteLine($"global::System.ReadOnlySpan<char> {repeaterSpan} = {sliceSpan}.Slice({sliceStaticPos}, {iterations});"); using (EmitBlock(writer, $"for (int i = 0; i < {repeaterSpan}.Length; i++)")) { EmitTimeoutCheck(writer, hasTimeout); string tmpTextSpanLocal = sliceSpan; // we want EmitSingleChar to refer to this temporary int tmpSliceStaticPos = sliceStaticPos; sliceSpan = repeaterSpan; sliceStaticPos = 0; EmitSingleChar(node, emitLengthCheck: false, offset: "i"); sliceSpan = tmpTextSpanLocal; sliceStaticPos = tmpSliceStaticPos; } sliceStaticPos += iterations; } } // Emits the code to handle a non-backtracking, variable-length loop around a single character comparison. void EmitSingleCharAtomicLoop(RegexNode node, bool emitLengthChecksIfRequired = true) { Debug.Assert(node.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic, $"Unexpected type: {node.Kind}"); // If this is actually a repeater, emit that instead. if (node.M == node.N) { EmitSingleCharRepeater(node, emitLengthChecksIfRequired); return; } // If this is actually an optional single char, emit that instead. if (node.M == 0 && node.N == 1) { EmitAtomicSingleCharZeroOrOne(node); return; } Debug.Assert(node.N > node.M); int minIterations = node.M; int maxIterations = node.N; Span<char> setChars = stackalloc char[5]; // 5 is max optimized by IndexOfAny today int numSetChars = 0; string iterationLocal = ReserveName("iteration"); if (node.IsNotoneFamily && maxIterations == int.MaxValue && (!IsCaseInsensitive(node))) { // For Notone, we're looking for a specific character, as everything until we find // it is consumed by the loop. If we're unbounded, such as with ".*" and if we're case-sensitive, // we can use the vectorized IndexOf to do the search, rather than open-coding it. The unbounded // restriction is purely for simplicity; it could be removed in the future with additional code to // handle the unbounded case. writer.Write($"int {iterationLocal} = global::System.MemoryExtensions.IndexOf({sliceSpan}"); if (sliceStaticPos > 0) { writer.Write($".Slice({sliceStaticPos})"); } writer.WriteLine($", {Literal(node.Ch)});"); using (EmitBlock(writer, $"if ({iterationLocal} < 0)")) { writer.WriteLine(sliceStaticPos > 0 ? $"{iterationLocal} = {sliceSpan}.Length - {sliceStaticPos};" : $"{iterationLocal} = {sliceSpan}.Length;"); } writer.WriteLine(); } else if (node.IsSetFamily && maxIterations == int.MaxValue && !IsCaseInsensitive(node) && (numSetChars = RegexCharClass.GetSetChars(node.Str!, setChars)) != 0 && RegexCharClass.IsNegated(node.Str!)) { // If the set is negated and contains only a few characters (if it contained 1 and was negated, it should // have been reduced to a Notone), we can use an IndexOfAny to find any of the target characters. // As with the notoneloopatomic above, the unbounded constraint is purely for simplicity. Debug.Assert(numSetChars > 1); writer.Write($"int {iterationLocal} = global::System.MemoryExtensions.IndexOfAny({sliceSpan}"); if (sliceStaticPos != 0) { writer.Write($".Slice({sliceStaticPos})"); } writer.WriteLine(numSetChars switch { 2 => $", {Literal(setChars[0])}, {Literal(setChars[1])});", 3 => $", {Literal(setChars[0])}, {Literal(setChars[1])}, {Literal(setChars[2])});", _ => $", {Literal(setChars.Slice(0, numSetChars).ToString())});", }); using (EmitBlock(writer, $"if ({iterationLocal} < 0)")) { writer.WriteLine(sliceStaticPos > 0 ? $"{iterationLocal} = {sliceSpan}.Length - {sliceStaticPos};" : $"{iterationLocal} = {sliceSpan}.Length;"); } writer.WriteLine(); } else if (node.IsSetFamily && maxIterations == int.MaxValue && node.Str == RegexCharClass.AnyClass) { // .* was used with RegexOptions.Singleline, which means it'll consume everything. Just jump to the end. // The unbounded constraint is the same as in the Notone case above, done purely for simplicity. // int i = end - pos; TransferSliceStaticPosToPos(); writer.WriteLine($"int {iterationLocal} = end - pos;"); } else { // For everything else, do a normal loop. string expr = $"{sliceSpan}[{iterationLocal}]"; if (node.IsSetFamily) { expr = MatchCharacterClass(hasTextInfo, options, expr, node.Str!, IsCaseInsensitive(node), negate: false, additionalDeclarations, ref requiredHelpers); } else { expr = ToLowerIfNeeded(hasTextInfo, options, expr, IsCaseInsensitive(node)); expr = $"{expr} {(node.IsOneFamily ? "==" : "!=")} {Literal(node.Ch)}"; } if (minIterations != 0 || maxIterations != int.MaxValue) { // For any loops other than * loops, transfer text pos to pos in // order to zero it out to be able to use the single iteration variable // for both iteration count and indexer. TransferSliceStaticPosToPos(); } writer.WriteLine($"int {iterationLocal} = {sliceStaticPos};"); sliceStaticPos = 0; string maxClause = maxIterations != int.MaxValue ? $"{CountIsLessThan(iterationLocal, maxIterations)} && " : ""; using (EmitBlock(writer, $"while ({maxClause}(uint){iterationLocal} < (uint){sliceSpan}.Length && {expr})")) { EmitTimeoutCheck(writer, hasTimeout); writer.WriteLine($"{iterationLocal}++;"); } writer.WriteLine(); } // Check to ensure we've found at least min iterations. if (minIterations > 0) { using (EmitBlock(writer, $"if ({CountIsLessThan(iterationLocal, minIterations)})")) { Goto(doneLabel); } writer.WriteLine(); } // Now that we've completed our optional iterations, advance the text span // and pos by the number of iterations completed. writer.WriteLine($"{sliceSpan} = {sliceSpan}.Slice({iterationLocal});"); writer.WriteLine($"pos += {iterationLocal};"); } // Emits the code to handle a non-backtracking optional zero-or-one loop. void EmitAtomicSingleCharZeroOrOne(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M == 0 && node.N == 1); string expr = $"{sliceSpan}[{sliceStaticPos}]"; if (node.IsSetFamily) { expr = MatchCharacterClass(hasTextInfo, options, expr, node.Str!, IsCaseInsensitive(node), negate: false, additionalDeclarations, ref requiredHelpers); } else { expr = ToLowerIfNeeded(hasTextInfo, options, expr, IsCaseInsensitive(node)); expr = $"{expr} {(node.IsOneFamily ? "==" : "!=")} {Literal(node.Ch)}"; } string spaceAvailable = sliceStaticPos != 0 ? $"(uint){sliceSpan}.Length > (uint){sliceStaticPos}" : $"!{sliceSpan}.IsEmpty"; using (EmitBlock(writer, $"if ({spaceAvailable} && {expr})")) { writer.WriteLine($"{sliceSpan} = {sliceSpan}.Slice(1);"); writer.WriteLine($"pos++;"); } } void EmitNonBacktrackingRepeater(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M < int.MaxValue, $"Unexpected M={node.M}"); Debug.Assert(node.M == node.N, $"Unexpected M={node.M} == N={node.N}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); Debug.Assert(!analysis.MayBacktrack(node.Child(0)), $"Expected non-backtracking node {node.Kind}"); // Ensure every iteration of the loop sees a consistent value. TransferSliceStaticPosToPos(); // Loop M==N times to match the child exactly that numbers of times. string i = ReserveName("loop_iteration"); using (EmitBlock(writer, $"for (int {i} = 0; {i} < {node.M}; {i}++)")) { EmitNode(node.Child(0)); TransferSliceStaticPosToPos(); // make sure static the static position remains at 0 for subsequent constructs } } void EmitLoop(RegexNode node) { Debug.Assert(node.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop, $"Unexpected type: {node.Kind}"); Debug.Assert(node.M < int.MaxValue, $"Unexpected M={node.M}"); Debug.Assert(node.N >= node.M, $"Unexpected M={node.M}, N={node.N}"); Debug.Assert(node.ChildCount() == 1, $"Expected 1 child, found {node.ChildCount()}"); int minIterations = node.M; int maxIterations = node.N; bool isAtomic = analysis.IsAtomicByAncestor(node); // If this is actually a repeater and the child doesn't have any backtracking in it that might // cause us to need to unwind already taken iterations, just output it as a repeater loop. if (minIterations == maxIterations && !analysis.MayBacktrack(node.Child(0))) { EmitNonBacktrackingRepeater(node); return; } // We might loop any number of times. In order to ensure this loop and subsequent code sees sliceStaticPos // the same regardless, we always need it to contain the same value, and the easiest such value is 0. // So, we transfer sliceStaticPos to pos, and ensure that any path out of here has sliceStaticPos as 0. TransferSliceStaticPosToPos(); string originalDoneLabel = doneLabel; string startingPos = ReserveName("loop_starting_pos"); string iterationCount = ReserveName("loop_iteration"); string body = ReserveName("LoopBody"); string endLoop = ReserveName("LoopEnd"); additionalDeclarations.Add($"int {iterationCount} = 0, {startingPos} = 0;"); writer.WriteLine($"{iterationCount} = 0;"); writer.WriteLine($"{startingPos} = pos;"); writer.WriteLine(); // Iteration body MarkLabel(body, emitSemicolon: false); EmitTimeoutCheck(writer, hasTimeout); // We need to store the starting pos and crawl position so that it may // be backtracked through later. This needs to be the starting position from // the iteration we're leaving, so it's pushed before updating it to pos. EmitStackPush(expressionHasCaptures ? new[] { "base.Crawlpos()", startingPos, "pos" } : new[] { startingPos, "pos" }); writer.WriteLine(); // Save off some state. We need to store the current pos so we can compare it against // pos after the iteration, in order to determine whether the iteration was empty. Empty // iterations are allowed as part of min matches, but once we've met the min quote, empty matches // are considered match failures. writer.WriteLine($"{startingPos} = pos;"); // Proactively increase the number of iterations. We do this prior to the match rather than once // we know it's successful, because we need to decrement it as part of a failed match when // backtracking; it's thus simpler to just always decrement it as part of a failed match, even // when initially greedily matching the loop, which then requires we increment it before trying. writer.WriteLine($"{iterationCount}++;"); writer.WriteLine(); // Last but not least, we need to set the doneLabel that a failed match of the body will jump to. // Such an iteration match failure may or may not fail the whole operation, depending on whether // we've already matched the minimum required iterations, so we need to jump to a location that // will make that determination. string iterationFailedLabel = ReserveName("LoopIterationNoMatch"); doneLabel = iterationFailedLabel; // Finally, emit the child. Debug.Assert(sliceStaticPos == 0); EmitNode(node.Child(0)); writer.WriteLine(); TransferSliceStaticPosToPos(); // ensure sliceStaticPos remains 0 bool childBacktracks = doneLabel != iterationFailedLabel; // Loop condition. Continue iterating greedily if we've not yet reached the maximum. We also need to stop // iterating if the iteration matched empty and we already hit the minimum number of iterations. using (EmitBlock(writer, (minIterations > 0, maxIterations == int.MaxValue) switch { (true, true) => $"if (pos != {startingPos} || {CountIsLessThan(iterationCount, minIterations)})", (true, false) => $"if ((pos != {startingPos} || {CountIsLessThan(iterationCount, minIterations)}) && {CountIsLessThan(iterationCount, maxIterations)})", (false, true) => $"if (pos != {startingPos})", (false, false) => $"if (pos != {startingPos} && {CountIsLessThan(iterationCount, maxIterations)})", })) { Goto(body); } // We've matched as many iterations as we can with this configuration. Jump to what comes after the loop. Goto(endLoop); writer.WriteLine(); // Now handle what happens when an iteration fails, which could be an initial failure or it // could be while backtracking. We need to reset state to what it was before just that iteration // started. That includes resetting pos and clearing out any captures from that iteration. MarkLabel(iterationFailedLabel, emitSemicolon: false); writer.WriteLine($"{iterationCount}--;"); using (EmitBlock(writer, $"if ({iterationCount} < 0)")) { Goto(originalDoneLabel); } EmitStackPop("pos", startingPos); if (expressionHasCaptures) { EmitUncaptureUntil(StackPop()); } SliceInputSpan(writer); if (minIterations > 0) { using (EmitBlock(writer, $"if ({iterationCount} == 0)")) { Goto(originalDoneLabel); } using (EmitBlock(writer, $"if ({CountIsLessThan(iterationCount, minIterations)})")) { Goto(childBacktracks ? doneLabel : originalDoneLabel); } } if (isAtomic) { doneLabel = originalDoneLabel; MarkLabel(endLoop); } else { if (childBacktracks) { Goto(endLoop); writer.WriteLine(); string backtrack = ReserveName("LoopBacktrack"); MarkLabel(backtrack, emitSemicolon: false); using (EmitBlock(writer, $"if ({iterationCount} == 0)")) { Goto(originalDoneLabel); } Goto(doneLabel); doneLabel = backtrack; } MarkLabel(endLoop); if (node.IsInLoop()) { writer.WriteLine(); // Store the loop's state EmitStackPush(startingPos, iterationCount); // Skip past the backtracking section string end = ReserveName("SkipBacktrack"); Goto(end); writer.WriteLine(); // Emit a backtracking section that restores the loop's state and then jumps to the previous done label string backtrack = ReserveName("LoopBacktrack"); MarkLabel(backtrack, emitSemicolon: false); EmitStackPop(iterationCount, startingPos); Goto(doneLabel); writer.WriteLine(); doneLabel = backtrack; MarkLabel(end); } } } // Gets a comparison for whether the value is less than the upper bound. static string CountIsLessThan(string value, int exclusiveUpper) => exclusiveUpper == 1 ? $"{value} == 0" : $"{value} < {exclusiveUpper}"; // Emits code to unwind the capture stack until the crawl position specified in the provided local. void EmitUncaptureUntil(string capturepos) { string name = "UncaptureUntil"; if (!additionalLocalFunctions.ContainsKey(name)) { var lines = new string[9]; lines[0] = "// <summary>Undo captures until we reach the specified capture position.</summary>"; lines[1] = "[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"; lines[2] = $"void {name}(int capturepos)"; lines[3] = "{"; lines[4] = " while (base.Crawlpos() > capturepos)"; lines[5] = " {"; lines[6] = " base.Uncapture();"; lines[7] = " }"; lines[8] = "}"; additionalLocalFunctions.Add(name, lines); } writer.WriteLine($"{name}({capturepos});"); } /// <summary>Pushes values on to the backtracking stack.</summary> void EmitStackPush(params string[] args) { Debug.Assert(args.Length is >= 1); string function = $"StackPush{args.Length}"; additionalDeclarations.Add("int stackpos = 0;"); if (!additionalLocalFunctions.ContainsKey(function)) { var lines = new string[24 + args.Length]; lines[0] = $"// <summary>Push {args.Length} value{(args.Length == 1 ? "" : "s")} onto the backtracking stack.</summary>"; lines[1] = $"[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"; lines[2] = $"static void {function}(ref int[] stack, ref int pos{FormatN(", int arg{0}", args.Length)})"; lines[3] = $"{{"; lines[4] = $" // If there's space available for {(args.Length > 1 ? $"all {args.Length} values, store them" : "the value, store it")}."; lines[5] = $" int[] s = stack;"; lines[6] = $" int p = pos;"; lines[7] = $" if ((uint){(args.Length > 1 ? $"(p + {args.Length - 1})" : "p")} < (uint)s.Length)"; lines[8] = $" {{"; for (int i = 0; i < args.Length; i++) { lines[9 + i] = $" s[p{(i == 0 ? "" : $" + {i}")}] = arg{i};"; } lines[9 + args.Length] = args.Length > 1 ? $" pos += {args.Length};" : " pos++;"; lines[10 + args.Length] = $" return;"; lines[11 + args.Length] = $" }}"; lines[12 + args.Length] = $""; lines[13 + args.Length] = $" // Otherwise, resize the stack to make room and try again."; lines[14 + args.Length] = $" WithResize(ref stack, ref pos{FormatN(", arg{0}", args.Length)});"; lines[15 + args.Length] = $""; lines[16 + args.Length] = $" // <summary>Resize the backtracking stack array and push {args.Length} value{(args.Length == 1 ? "" : "s")} onto the stack.</summary>"; lines[17 + args.Length] = $" [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.NoInlining)]"; lines[18 + args.Length] = $" static void WithResize(ref int[] stack, ref int pos{FormatN(", int arg{0}", args.Length)})"; lines[19 + args.Length] = $" {{"; lines[20 + args.Length] = $" global::System.Array.Resize(ref stack, (pos + {args.Length - 1}) * 2);"; lines[21 + args.Length] = $" {function}(ref stack, ref pos{FormatN(", arg{0}", args.Length)});"; lines[22 + args.Length] = $" }}"; lines[23 + args.Length] = $"}}"; additionalLocalFunctions.Add(function, lines); } writer.WriteLine($"{function}(ref base.runstack!, ref stackpos, {string.Join(", ", args)});"); } /// <summary>Pops values from the backtracking stack into the specified locations.</summary> void EmitStackPop(params string[] args) { Debug.Assert(args.Length is >= 1); if (args.Length == 1) { writer.WriteLine($"{args[0]} = {StackPop()};"); return; } string function = $"StackPop{args.Length}"; if (!additionalLocalFunctions.ContainsKey(function)) { var lines = new string[5 + args.Length]; lines[0] = $"// <summary>Pop {args.Length} value{(args.Length == 1 ? "" : "s")} from the backtracking stack.</summary>"; lines[1] = $"[global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]"; lines[2] = $"static void {function}(int[] stack, ref int pos{FormatN(", out int arg{0}", args.Length)})"; lines[3] = $"{{"; for (int i = 0; i < args.Length; i++) { lines[4 + i] = $" arg{i} = stack[--pos];"; } lines[4 + args.Length] = $"}}"; additionalLocalFunctions.Add(function, lines); } writer.WriteLine($"{function}(base.runstack, ref stackpos, out {string.Join(", out ", args)});"); } /// <summary>Expression for popping the next item from the backtracking stack.</summary> string StackPop() => "base.runstack![--stackpos]"; /// <summary>Concatenates the strings resulting from formatting the format string with the values [0, count).</summary> static string FormatN(string format, int count) => string.Concat(from i in Enumerable.Range(0, count) select string.Format(format, i)); } private static bool EmitLoopTimeoutCounterIfNeeded(IndentedTextWriter writer, RegexMethod rm) { if (rm.MatchTimeout != Timeout.Infinite) { writer.WriteLine("int loopTimeoutCounter = 0;"); return true; } return false; } /// <summary>Emits a timeout check.</summary> private static void EmitTimeoutCheck(IndentedTextWriter writer, bool hasTimeout) { const int LoopTimeoutCheckCount = 2048; // A conservative value to guarantee the correct timeout handling. if (hasTimeout) { // Increment counter for each loop iteration. // Emit code to check the timeout every 2048th iteration. using (EmitBlock(writer, $"if (++loopTimeoutCounter == {LoopTimeoutCheckCount})")) { writer.WriteLine("loopTimeoutCounter = 0;"); writer.WriteLine("base.CheckTimeout();"); } writer.WriteLine(); } } private static bool EmitInitializeCultureForTryMatchAtCurrentPositionIfNecessary(IndentedTextWriter writer, RegexMethod rm, AnalysisResults analysis) { if (analysis.HasIgnoreCase && ((RegexOptions)rm.Options & RegexOptions.CultureInvariant) == 0) { writer.WriteLine("global::System.Globalization.TextInfo textInfo = global::System.Globalization.CultureInfo.CurrentCulture.TextInfo;"); return true; } return false; } private static bool UseToLowerInvariant(bool hasTextInfo, RegexOptions options) => !hasTextInfo || (options & RegexOptions.CultureInvariant) != 0; private static string ToLower(bool hasTextInfo, RegexOptions options, string expression) => UseToLowerInvariant(hasTextInfo, options) ? $"char.ToLowerInvariant({expression})" : $"textInfo.ToLower({expression})"; private static string ToLowerIfNeeded(bool hasTextInfo, RegexOptions options, string expression, bool toLower) => toLower ? ToLower(hasTextInfo, options, expression) : expression; private static string MatchCharacterClass(bool hasTextInfo, RegexOptions options, string chExpr, string charClass, bool caseInsensitive, bool negate, HashSet<string> additionalDeclarations, ref RequiredHelperFunctions requiredHelpers) { // We need to perform the equivalent of calling RegexRunner.CharInClass(ch, charClass), // but that call is relatively expensive. Before we fall back to it, we try to optimize // some common cases for which we can do much better, such as known character classes // for which we can call a dedicated method, or a fast-path for ASCII using a lookup table. // First, see if the char class is a built-in one for which there's a better function // we can just call directly. Everything in this section must work correctly for both // case-sensitive and case-insensitive modes, regardless of culture. switch (charClass) { case RegexCharClass.AnyClass: // ideally this could just be "return true;", but we need to evaluate the expression for its side effects return $"({chExpr} {(negate ? "<" : ">=")} 0)"; // a char is unsigned and thus won't ever be negative case RegexCharClass.DigitClass: case RegexCharClass.NotDigitClass: negate ^= charClass == RegexCharClass.NotDigitClass; return $"{(negate ? "!" : "")}char.IsDigit({chExpr})"; case RegexCharClass.SpaceClass: case RegexCharClass.NotSpaceClass: negate ^= charClass == RegexCharClass.NotSpaceClass; return $"{(negate ? "!" : "")}char.IsWhiteSpace({chExpr})"; case RegexCharClass.WordClass: case RegexCharClass.NotWordClass: requiredHelpers |= RequiredHelperFunctions.IsWordChar; negate ^= charClass == RegexCharClass.NotWordClass; return $"{(negate ? "!" : "")}IsWordChar({chExpr})"; } // If we're meant to be doing a case-insensitive lookup, and if we're not using the invariant culture, // lowercase the input. If we're using the invariant culture, we may still end up calling ToLower later // on, but we may also be able to avoid it, in particular in the case of our lookup table, where we can // generate the lookup table already factoring in the invariant case sensitivity. There are multiple // special-code paths between here and the lookup table, but we only take those if invariant is false; // if it were true, they'd need to use CallToLower(). bool invariant = false; if (caseInsensitive) { invariant = UseToLowerInvariant(hasTextInfo, options); if (!invariant) { chExpr = ToLower(hasTextInfo, options, chExpr); } } // Next, handle simple sets of one range, e.g. [A-Z], [0-9], etc. This includes some built-in classes, like ECMADigitClass. if (!invariant && RegexCharClass.TryGetSingleRange(charClass, out char lowInclusive, out char highInclusive)) { negate ^= RegexCharClass.IsNegated(charClass); return lowInclusive == highInclusive ? $"({chExpr} {(negate ? "!=" : "==")} {Literal(lowInclusive)})" : $"(((uint){chExpr}) - {Literal(lowInclusive)} {(negate ? ">" : "<=")} (uint)({Literal(highInclusive)} - {Literal(lowInclusive)}))"; } // Next if the character class contains nothing but a single Unicode category, we can calle char.GetUnicodeCategory and // compare against it. It has a fast-lookup path for ASCII, so is as good or better than any lookup we'd generate (plus // we get smaller code), and it's what we'd do for the fallback (which we get to avoid generating) as part of CharInClass. if (!invariant && RegexCharClass.TryGetSingleUnicodeCategory(charClass, out UnicodeCategory category, out bool negated)) { negate ^= negated; return $"(char.GetUnicodeCategory({chExpr}) {(negate ? "!=" : "==")} global::System.Globalization.UnicodeCategory.{category})"; } // Next, if there's only 2 or 3 chars in the set (fairly common due to the sets we create for prefixes), // it may be cheaper and smaller to compare against each than it is to use a lookup table. We can also special-case // the very common case with case insensitivity of two characters next to each other being the upper and lowercase // ASCII variants of each other, in which case we can use bit manipulation to avoid a comparison. if (!invariant && !RegexCharClass.IsNegated(charClass)) { Span<char> setChars = stackalloc char[3]; int mask; switch (RegexCharClass.GetSetChars(charClass, setChars)) { case 2: if (RegexCharClass.DifferByOneBit(setChars[0], setChars[1], out mask)) { return $"(({chExpr} | 0x{mask:X}) {(negate ? "!=" : "==")} {Literal((char)(setChars[1] | mask))})"; } additionalDeclarations.Add("char ch;"); return negate ? $"(((ch = {chExpr}) != {Literal(setChars[0])}) & (ch != {Literal(setChars[1])}))" : $"(((ch = {chExpr}) == {Literal(setChars[0])}) | (ch == {Literal(setChars[1])}))"; case 3: additionalDeclarations.Add("char ch;"); return (negate, RegexCharClass.DifferByOneBit(setChars[0], setChars[1], out mask)) switch { (false, false) => $"(((ch = {chExpr}) == {Literal(setChars[0])}) | (ch == {Literal(setChars[1])}) | (ch == {Literal(setChars[2])}))", (true, false) => $"(((ch = {chExpr}) != {Literal(setChars[0])}) & (ch != {Literal(setChars[1])}) & (ch != {Literal(setChars[2])}))", (false, true) => $"((((ch = {chExpr}) | 0x{mask:X}) == {Literal((char)(setChars[1] | mask))}) | (ch == {Literal(setChars[2])}))", (true, true) => $"((((ch = {chExpr}) | 0x{mask:X}) != {Literal((char)(setChars[1] | mask))}) & (ch != {Literal(setChars[2])}))", }; } } // All options after this point require a ch local. additionalDeclarations.Add("char ch;"); // Analyze the character set more to determine what code to generate. RegexCharClass.CharClassAnalysisResults analysis = RegexCharClass.Analyze(charClass); if (!invariant) // if we're being asked to do a case insensitive, invariant comparison, use the lookup table { if (analysis.ContainsNoAscii) { // We determined that the character class contains only non-ASCII, // for example if the class were [\p{IsGreek}\p{IsGreekExtended}], which is // the same as [\u0370-\u03FF\u1F00-1FFF]. (In the future, we could possibly // extend the analysis to produce a known lower-bound and compare against // that rather than always using 128 as the pivot point.) return negate ? $"((ch = {chExpr}) < 128 || !global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))" : $"((ch = {chExpr}) >= 128 && global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))"; } if (analysis.AllAsciiContained) { // We determined that every ASCII character is in the class, for example // if the class were the negated example from case 1 above: // [^\p{IsGreek}\p{IsGreekExtended}]. return negate ? $"((ch = {chExpr}) >= 128 && !global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))" : $"((ch = {chExpr}) < 128 || global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))"; } } // Now, our big hammer is to generate a lookup table that lets us quickly index by character into a yes/no // answer as to whether the character is in the target character class. However, we don't want to store // a lookup table for every possible character for every character class in the regular expression; at one // bit for each of 65K characters, that would be an 8K bitmap per character class. Instead, we handle the // common case of ASCII input via such a lookup table, which at one bit for each of 128 characters is only // 16 bytes per character class. We of course still need to be able to handle inputs that aren't ASCII, so // we check the input against 128, and have a fallback if the input is >= to it. Determining the right // fallback could itself be expensive. For example, if it's possible that a value >= 128 could match the // character class, we output a call to RegexRunner.CharInClass, but we don't want to have to enumerate the // entire character class evaluating every character against it, just to determine whether it's a match. // Instead, we employ some quick heuristics that will always ensure we provide a correct answer even if // we could have sometimes generated better code to give that answer. // Generate the lookup table to store 128 answers as bits. We use a const string instead of a byte[] / static // data property because it lets IL emit handle all the details for us. string bitVectorString = StringExtensions.Create(8, (charClass, invariant), static (dest, state) => // String length is 8 chars == 16 bytes == 128 bits. { for (int i = 0; i < 128; i++) { char c = (char)i; bool isSet = state.invariant ? RegexCharClass.CharInClass(char.ToLowerInvariant(c), state.charClass) : RegexCharClass.CharInClass(c, state.charClass); if (isSet) { dest[i >> 4] |= (char)(1 << (i & 0xF)); } } }); // We determined that the character class may contain ASCII, so we // output the lookup against the lookup table. if (analysis.ContainsOnlyAscii) { // We know that all inputs that could match are ASCII, for example if the // character class were [A-Za-z0-9], so since the ch is now known to be >= 128, we // can just fail the comparison. return negate ? $"((ch = {chExpr}) >= 128 || ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0)" : $"((ch = {chExpr}) < 128 && ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0)"; } if (analysis.AllNonAsciiContained) { // We know that all non-ASCII inputs match, for example if the character // class were [^\r\n], so since we just determined the ch to be >= 128, we can just // give back success. return negate ? $"((ch = {chExpr}) < 128 && ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0)" : $"((ch = {chExpr}) >= 128 || ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0)"; } // We know that the whole class wasn't ASCII, and we don't know anything about the non-ASCII // characters other than that some might be included, for example if the character class // were [\w\d], so since ch >= 128, we need to fall back to calling CharInClass. return (negate, invariant) switch { (false, false) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0 : global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))", (true, false) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0 : !global::System.Text.RegularExpressions.RegexRunner.CharInClass((char)ch, {Literal(charClass)}))", (false, true) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) != 0 : global::System.Text.RegularExpressions.RegexRunner.CharInClass(char.ToLowerInvariant((char)ch), {Literal(charClass)}))", (true, true) => $"((ch = {chExpr}) < 128 ? ({Literal(bitVectorString)}[ch >> 4] & (1 << (ch & 0xF))) == 0 : !global::System.Text.RegularExpressions.RegexRunner.CharInClass(char.ToLowerInvariant((char)ch), {Literal(charClass)}))", }; } /// <summary> /// Replaces <see cref="AdditionalDeclarationsPlaceholder"/> in <paramref name="writer"/> with /// all of the variable declarations in <paramref name="declarations"/>. /// </summary> /// <param name="writer">The writer around a StringWriter to have additional declarations inserted into.</param> /// <param name="declarations">The additional declarations to insert.</param> /// <param name="position">The position into the writer at which to insert the additional declarations.</param> /// <param name="indent">The indentation to use for the additional declarations.</param> private static void ReplaceAdditionalDeclarations(IndentedTextWriter writer, HashSet<string> declarations, int position, int indent) { if (declarations.Count != 0) { var tmp = new StringBuilder(); foreach (string decl in declarations.OrderBy(s => s)) { for (int i = 0; i < indent; i++) { tmp.Append(IndentedTextWriter.DefaultTabString); } tmp.AppendLine(decl); } ((StringWriter)writer.InnerWriter).GetStringBuilder().Insert(position, tmp.ToString()); } } /// <summary>Formats the character as valid C#.</summary> private static string Literal(char c) => SymbolDisplay.FormatLiteral(c, quote: true); /// <summary>Formats the string as valid C#.</summary> private static string Literal(string s) => SymbolDisplay.FormatLiteral(s, quote: true); private static string Literal(RegexOptions options) { string s = options.ToString(); if (int.TryParse(s, out _)) { // The options were formatted as an int, which means the runtime couldn't // produce a textual representation. So just output casting the value as an int. return $"(global::System.Text.RegularExpressions.RegexOptions)({(int)options})"; } // Parse the runtime-generated "Option1, Option2" into each piece and then concat // them back together. string[] parts = s.Split(new[] { ',' }, StringSplitOptions.RemoveEmptyEntries); for (int i = 0; i < parts.Length; i++) { parts[i] = "global::System.Text.RegularExpressions.RegexOptions." + parts[i].Trim(); } return string.Join(" | ", parts); } /// <summary>Gets a textual description of the node fit for rendering in a comment in source.</summary> private static string DescribeNode(RegexNode node, AnalysisResults analysis) => node.Kind switch { RegexNodeKind.Alternate => $"Match with {node.ChildCount()} alternative expressions{(analysis.IsAtomicByAncestor(node) ? ", atomically" : "")}.", RegexNodeKind.Atomic => $"Atomic group.", RegexNodeKind.Beginning => "Match if at the beginning of the string.", RegexNodeKind.Bol => "Match if at the beginning of a line.", RegexNodeKind.Boundary => $"Match if at a word boundary.", RegexNodeKind.Capture when node.M == -1 && node.N != -1 => $"Non-capturing balancing group. Uncaptures the {DescribeCapture(node.N, analysis)}.", RegexNodeKind.Capture when node.N != -1 => $"Balancing group. Captures the {DescribeCapture(node.M, analysis)} and uncaptures the {DescribeCapture(node.N, analysis)}.", RegexNodeKind.Capture when node.N == -1 => $"{DescribeCapture(node.M, analysis)}.", RegexNodeKind.Concatenate => "Match a sequence of expressions.", RegexNodeKind.ECMABoundary => $"Match if at a word boundary (according to ECMAScript rules).", RegexNodeKind.Empty => $"Match an empty string.", RegexNodeKind.End => "Match if at the end of the string.", RegexNodeKind.EndZ => "Match if at the end of the string or if before an ending newline.", RegexNodeKind.Eol => "Match if at the end of a line.", RegexNodeKind.Loop or RegexNodeKind.Lazyloop => node.M == 0 && node.N == 1 ? $"Optional ({(node.Kind is RegexNodeKind.Loop ? "greedy" : "lazy")})." : $"Loop {DescribeLoop(node, analysis)}.", RegexNodeKind.Multi => $"Match the string {Literal(node.Str!)}.", RegexNodeKind.NonBoundary => $"Match if at anything other than a word boundary.", RegexNodeKind.NonECMABoundary => $"Match if at anything other than a word boundary (according to ECMAScript rules).", RegexNodeKind.Nothing => $"Fail to match.", RegexNodeKind.Notone => $"Match any character other than {Literal(node.Ch)}.", RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy => $"Match a character other than {Literal(node.Ch)} {DescribeLoop(node, analysis)}.", RegexNodeKind.One => $"Match {Literal(node.Ch)}.", RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy => $"Match {Literal(node.Ch)} {DescribeLoop(node, analysis)}.", RegexNodeKind.NegativeLookaround => $"Zero-width negative lookahead assertion.", RegexNodeKind.Backreference => $"Match the same text as matched by the {DescribeCapture(node.M, analysis)}.", RegexNodeKind.PositiveLookaround => $"Zero-width positive lookahead assertion.", RegexNodeKind.Set => $"Match {DescribeSet(node.Str!)}.", RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy => $"Match {DescribeSet(node.Str!)} {DescribeLoop(node, analysis)}.", RegexNodeKind.Start => "Match if at the start position.", RegexNodeKind.ExpressionConditional => $"Conditionally match one of two expressions depending on whether an initial expression matches.", RegexNodeKind.BackreferenceConditional => $"Conditionally match one of two expressions depending on whether the {DescribeCapture(node.M, analysis)} matched.", RegexNodeKind.UpdateBumpalong => $"Advance the next matching position.", _ => $"Unknown node type {node.Kind}", }; /// <summary>Gets an identifer to describe a capture group.</summary> private static string DescribeCapture(int capNum, AnalysisResults analysis) { // If we can get a capture name from the captures collection and it's not just a numerical representation of the group, use it. string name = RegexParser.GroupNameFromNumber(analysis.RegexTree.CaptureNumberSparseMapping, analysis.RegexTree.CaptureNames, analysis.RegexTree.CaptureCount, capNum); if (!string.IsNullOrEmpty(name) && (!int.TryParse(name, out int id) || id != capNum)) { name = Literal(name); } else { // Otherwise, create a numerical description of the capture group. int tens = capNum % 10; name = tens is >= 1 and <= 3 && capNum % 100 is < 10 or > 20 ? // Ends in 1, 2, 3 but not 11, 12, or 13 tens switch { 1 => $"{capNum}st", 2 => $"{capNum}nd", _ => $"{capNum}rd", } : $"{capNum}th"; } return $"{name} capture group"; } /// <summary>Gets a textual description of what characters match a set.</summary> private static string DescribeSet(string charClass) => charClass switch { RegexCharClass.AnyClass => "any character", RegexCharClass.DigitClass => "a Unicode digit", RegexCharClass.ECMADigitClass => "'0' through '9'", RegexCharClass.ECMASpaceClass => "a whitespace character (ECMA)", RegexCharClass.ECMAWordClass => "a word character (ECMA)", RegexCharClass.NotDigitClass => "any character other than a Unicode digit", RegexCharClass.NotECMADigitClass => "any character other than '0' through '9'", RegexCharClass.NotECMASpaceClass => "any character other than a space character (ECMA)", RegexCharClass.NotECMAWordClass => "any character other than a word character (ECMA)", RegexCharClass.NotSpaceClass => "any character other than a space character", RegexCharClass.NotWordClass => "any character other than a word character", RegexCharClass.SpaceClass => "a whitespace character", RegexCharClass.WordClass => "a word character", _ => $"a character in the set {RegexCharClass.DescribeSet(charClass)}", }; /// <summary>Writes a textual description of the node tree fit for rending in source.</summary> /// <param name="writer">The writer to which the description should be written.</param> /// <param name="node">The node being written.</param> /// <param name="prefix">The prefix to write at the beginning of every line, including a "//" for a comment.</param> /// <param name="analyses">Analysis of the tree</param> /// <param name="depth">The depth of the current node.</param> private static void DescribeExpression(TextWriter writer, RegexNode node, string prefix, AnalysisResults analysis, int depth = 0) { bool skip = node.Kind switch { // For concatenations, flatten the contents into the parent, but only if the parent isn't a form of alternation, // where each branch is considered to be independent rather than a concatenation. RegexNodeKind.Concatenate when node.Parent is not { Kind: RegexNodeKind.Alternate or RegexNodeKind.BackreferenceConditional or RegexNodeKind.ExpressionConditional } => true, // For atomic, skip the node if we'll instead render the atomic label as part of rendering the child. RegexNodeKind.Atomic when node.Child(0).Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop or RegexNodeKind.Alternate => true, // Don't skip anything else. _ => false, }; if (!skip) { string tag = node.Parent?.Kind switch { RegexNodeKind.ExpressionConditional when node.Parent.Child(0) == node => "Condition: ", RegexNodeKind.ExpressionConditional when node.Parent.Child(1) == node => "Matched: ", RegexNodeKind.ExpressionConditional when node.Parent.Child(2) == node => "Not Matched: ", RegexNodeKind.BackreferenceConditional when node.Parent.Child(0) == node => "Matched: ", RegexNodeKind.BackreferenceConditional when node.Parent.Child(1) == node => "Not Matched: ", _ => "", }; // Write out the line for the node. const char BulletPoint = '\u25CB'; writer.WriteLine($"{prefix}{new string(' ', depth * 4)}{BulletPoint} {tag}{DescribeNode(node, analysis)}"); } // Recur into each of its children. int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { int childDepth = skip ? depth : depth + 1; DescribeExpression(writer, node.Child(i), prefix, analysis, childDepth); } } /// <summary>Gets a textual description of a loop's style and bounds.</summary> private static string DescribeLoop(RegexNode node, AnalysisResults analysis) { string style = node.Kind switch { _ when node.M == node.N => "exactly", RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloopatomic => "atomically", RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop => "greedily", RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy => "lazily", RegexNodeKind.Loop => analysis.IsAtomicByAncestor(node) ? "greedily and atomically" : "greedily", _ /* RegexNodeKind.Lazyloop */ => analysis.IsAtomicByAncestor(node) ? "lazily and atomically" : "lazily", }; string bounds = node.M == node.N ? $" {node.M} times" : (node.M, node.N) switch { (0, int.MaxValue) => " any number of times", (1, int.MaxValue) => " at least once", (2, int.MaxValue) => " at least twice", (_, int.MaxValue) => $" at least {node.M} times", (0, 1) => ", optionally", (0, _) => $" at most {node.N} times", _ => $" at least {node.M} and at most {node.N} times" }; return style + bounds; } private static FinishEmitScope EmitScope(IndentedTextWriter writer, string title, bool faux = false) => EmitBlock(writer, $"// {title}", faux: faux); private static FinishEmitScope EmitBlock(IndentedTextWriter writer, string? clause, bool faux = false) { if (clause is not null) { writer.WriteLine(clause); } writer.WriteLine(faux ? "//{" : "{"); writer.Indent++; return new FinishEmitScope(writer, faux); } private static void EmitAdd(IndentedTextWriter writer, string variable, int value) { if (value == 0) { return; } writer.WriteLine( value == 1 ? $"{variable}++;" : value == -1 ? $"{variable}--;" : value > 0 ? $"{variable} += {value};" : value < 0 && value > int.MinValue ? $"{variable} -= {-value};" : $"{variable} += {value.ToString(CultureInfo.InvariantCulture)};"); } private readonly struct FinishEmitScope : IDisposable { private readonly IndentedTextWriter _writer; private readonly bool _faux; public FinishEmitScope(IndentedTextWriter writer, bool faux) { _writer = writer; _faux = faux; } public void Dispose() { if (_writer is not null) { _writer.Indent--; _writer.WriteLine(_faux ? "//}" : "}"); } } } /// <summary>Bit flags indicating which additional helpers should be emitted into the regex class.</summary> [Flags] private enum RequiredHelperFunctions { /// <summary>No additional functions are required.</summary> None = 0b0, /// <summary>The IsWordChar helper is required.</summary> IsWordChar = 0b1, /// <summary>The IsBoundary helper is required.</summary> IsBoundary = 0b10, /// <summary>The IsECMABoundary helper is required.</summary> IsECMABoundary = 0b100 } } }
1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexLWCGCompiler.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Reflection; using System.Reflection.Emit; namespace System.Text.RegularExpressions { internal sealed class RegexLWCGCompiler : RegexCompiler { /// <summary> /// Name of the environment variable used to opt-in to including the regex pattern in the DynamicMethod name. /// Set the environment variable to "1" to turn this on. /// </summary> private const string IncludePatternInNamesEnvVar = "DOTNET_SYSTEM_TEXT_REGULAREXPRESSIONS_PATTERNINNAME"; /// <summary> /// If true, the pattern (or a portion of it) are included in the generated DynamicMethod names. /// </summary> /// <remarks> /// This is opt-in to avoid exposing the pattern, which may itself be dynamically built in diagnostics by default. /// </remarks> private static readonly bool s_includePatternInName = Environment.GetEnvironmentVariable(IncludePatternInNamesEnvVar) == "1"; /// <summary>Parameter types for the generated Go and FindFirstChar methods.</summary> private static readonly Type[] s_paramTypes = new Type[] { typeof(RegexRunner), typeof(ReadOnlySpan<char>) }; /// <summary>Id number to use for the next compiled regex.</summary> private static int s_regexCount; /// <summary>The top-level driver. Initializes everything then calls the Generate* methods.</summary> public RegexRunnerFactory? FactoryInstanceFromCode(string pattern, RegexTree regexTree, RegexOptions options, bool hasTimeout) { if (!regexTree.Root.SupportsCompilation()) { return null; } _regexTree = regexTree; _options = options; _hasTimeout = hasTimeout; // Pick a unique number for the methods we generate. uint regexNum = (uint)Interlocked.Increment(ref s_regexCount); // Get a description of the regex to use in the name. This is helpful when profiling, and is opt-in. string description = string.Empty; if (s_includePatternInName) { const int DescriptionLimit = 100; // arbitrary limit to avoid very long method names description = string.Concat("_", pattern.Length > DescriptionLimit ? pattern.AsSpan(0, DescriptionLimit) : pattern); } DynamicMethod tryfindNextPossibleStartPositionMethod = DefineDynamicMethod($"Regex{regexNum}_TryFindNextPossibleStartingPosition{description}", typeof(bool), typeof(CompiledRegexRunner), s_paramTypes); EmitTryFindNextPossibleStartingPosition(); DynamicMethod tryMatchAtCurrentPositionMethod = DefineDynamicMethod($"Regex{regexNum}_TryMatchAtCurrentPosition{description}", typeof(bool), typeof(CompiledRegexRunner), s_paramTypes); EmitTryMatchAtCurrentPosition(); DynamicMethod scanMethod = DefineDynamicMethod($"Regex{regexNum}_Scan{description}", null, typeof(CompiledRegexRunner), new[] { typeof(RegexRunner), typeof(ReadOnlySpan<char>) }); EmitScan(tryfindNextPossibleStartPositionMethod, tryMatchAtCurrentPositionMethod); return new CompiledRegexRunnerFactory(scanMethod); } /// <summary>Begins the definition of a new method (no args) with a specified return value.</summary> private DynamicMethod DefineDynamicMethod(string methname, Type? returntype, Type hostType, Type[] paramTypes) { // We're claiming that these are static methods, but really they are instance methods. // By giving them a parameter which represents "this", we're tricking them into // being instance methods. const MethodAttributes Attribs = MethodAttributes.Public | MethodAttributes.Static; const CallingConventions Conventions = CallingConventions.Standard; var dm = new DynamicMethod(methname, Attribs, Conventions, returntype, paramTypes, hostType, skipVisibility: false); _ilg = dm.GetILGenerator(); return dm; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading; using System.Reflection; using System.Reflection.Emit; namespace System.Text.RegularExpressions { internal sealed class RegexLWCGCompiler : RegexCompiler { /// <summary> /// Name of the environment variable used to opt-in to including the regex pattern in the DynamicMethod name. /// Set the environment variable to "1" to turn this on. /// </summary> private const string IncludePatternInNamesEnvVar = "DOTNET_SYSTEM_TEXT_REGULAREXPRESSIONS_PATTERNINNAME"; /// <summary> /// If true, the pattern (or a portion of it) are included in the generated DynamicMethod names. /// </summary> /// <remarks> /// This is opt-in to avoid exposing the pattern, which may itself be dynamically built in diagnostics by default. /// </remarks> private static readonly bool s_includePatternInName = Environment.GetEnvironmentVariable(IncludePatternInNamesEnvVar) == "1"; /// <summary>Parameter types for the generated Go and FindFirstChar methods.</summary> private static readonly Type[] s_paramTypes = new Type[] { typeof(RegexRunner), typeof(ReadOnlySpan<char>) }; /// <summary>Id number to use for the next compiled regex.</summary> private static int s_regexCount; /// <summary>The top-level driver. Initializes everything then calls the Generate* methods.</summary> public RegexRunnerFactory? FactoryInstanceFromCode(string pattern, RegexTree regexTree, RegexOptions options, bool hasTimeout) { if (!regexTree.Root.SupportsCompilation(out _)) { return null; } _regexTree = regexTree; _options = options; _hasTimeout = hasTimeout; // Pick a unique number for the methods we generate. uint regexNum = (uint)Interlocked.Increment(ref s_regexCount); // Get a description of the regex to use in the name. This is helpful when profiling, and is opt-in. string description = string.Empty; if (s_includePatternInName) { const int DescriptionLimit = 100; // arbitrary limit to avoid very long method names description = string.Concat("_", pattern.Length > DescriptionLimit ? pattern.AsSpan(0, DescriptionLimit) : pattern); } DynamicMethod tryfindNextPossibleStartPositionMethod = DefineDynamicMethod($"Regex{regexNum}_TryFindNextPossibleStartingPosition{description}", typeof(bool), typeof(CompiledRegexRunner), s_paramTypes); EmitTryFindNextPossibleStartingPosition(); DynamicMethod tryMatchAtCurrentPositionMethod = DefineDynamicMethod($"Regex{regexNum}_TryMatchAtCurrentPosition{description}", typeof(bool), typeof(CompiledRegexRunner), s_paramTypes); EmitTryMatchAtCurrentPosition(); DynamicMethod scanMethod = DefineDynamicMethod($"Regex{regexNum}_Scan{description}", null, typeof(CompiledRegexRunner), new[] { typeof(RegexRunner), typeof(ReadOnlySpan<char>) }); EmitScan(tryfindNextPossibleStartPositionMethod, tryMatchAtCurrentPositionMethod); return new CompiledRegexRunnerFactory(scanMethod); } /// <summary>Begins the definition of a new method (no args) with a specified return value.</summary> private DynamicMethod DefineDynamicMethod(string methname, Type? returntype, Type hostType, Type[] paramTypes) { // We're claiming that these are static methods, but really they are instance methods. // By giving them a parameter which represents "this", we're tricking them into // being instance methods. const MethodAttributes Attribs = MethodAttributes.Public | MethodAttributes.Static; const CallingConventions Conventions = CallingConventions.Standard; var dm = new DynamicMethod(methname, Attribs, Conventions, returntype, paramTypes, hostType, skipVisibility: false); _ilg = dm.GetILGenerator(); return dm; } } }
1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexNode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Threading; namespace System.Text.RegularExpressions { /// <summary>Represents a regex subexpression.</summary> internal sealed class RegexNode { /// <summary>empty bit from the node's options to store data on whether a node contains captures</summary> internal const RegexOptions HasCapturesFlag = (RegexOptions)(1 << 31); /// <summary>Arbitrary number of repetitions of the same character when we'd prefer to represent that as a repeater of that character rather than a string.</summary> internal const int MultiVsRepeaterLimit = 64; /// <summary>The node's children.</summary> /// <remarks>null if no children, a <see cref="RegexNode"/> if one child, or a <see cref="List{RegexNode}"/> if multiple children.</remarks> private object? Children; /// <summary>The kind of expression represented by this node.</summary> public RegexNodeKind Kind { get; private set; } /// <summary>A string associated with the node.</summary> /// <remarks>For a <see cref="RegexNodeKind.Multi"/>, this is the string from the expression. For an <see cref="IsSetFamily"/> node, this is the character class string from <see cref="RegexCharClass"/>.</remarks> public string? Str { get; private set; } /// <summary>The character associated with the node.</summary> /// <remarks>For a <see cref="IsOneFamily"/> or <see cref="IsNotoneFamily"/> node, the character from the expression.</remarks> public char Ch { get; private set; } /// <summary>The minimum number of iterations for a loop, or the capture group number for a capture or backreference.</summary> /// <remarks>No minimum is represented by 0. No capture group is represented by -1.</remarks> public int M { get; private set; } /// <summary>The maximum number of iterations for a loop, or the uncapture group number for a balancing group.</summary> /// <remarks>No upper bound is represented by <see cref="int.MaxValue"/>. No capture group is represented by -1.</remarks> public int N { get; private set; } /// <summary>The options associated with the node.</summary> public RegexOptions Options; /// <summary>The node's parent node in the tree.</summary> /// <remarks> /// During parsing, top-level nodes are also stacked onto a parse stack (a stack of trees) using <see cref="Parent"/>. /// After parsing, <see cref="Parent"/> is the node in the tree that has this node as or in <see cref="Children"/>. /// </remarks> public RegexNode? Parent; public RegexNode(RegexNodeKind kind, RegexOptions options) { Kind = kind; Options = options; } public RegexNode(RegexNodeKind kind, RegexOptions options, char ch) { Kind = kind; Options = options; Ch = ch; } public RegexNode(RegexNodeKind kind, RegexOptions options, string str) { Kind = kind; Options = options; Str = str; } public RegexNode(RegexNodeKind kind, RegexOptions options, int m) { Kind = kind; Options = options; M = m; } public RegexNode(RegexNodeKind kind, RegexOptions options, int m, int n) { Kind = kind; Options = options; M = m; N = n; } /// <summary>Creates a RegexNode representing a single character.</summary> /// <param name="ch">The character.</param> /// <param name="options">The node's options.</param> /// <param name="culture">The culture to use to perform any required transformations.</param> /// <returns>The created RegexNode. This might be a RegexNode.One or a RegexNode.Set.</returns> public static RegexNode CreateOneWithCaseConversion(char ch, RegexOptions options, CultureInfo? culture) { // If the options specify case-insensitivity, we try to create a node that fully encapsulates that. if ((options & RegexOptions.IgnoreCase) != 0) { Debug.Assert(culture is not null); // If the character is part of a Unicode category that doesn't participate in case conversion, // we can simply strip out the IgnoreCase option and make the node case-sensitive. if (!RegexCharClass.ParticipatesInCaseConversion(ch)) { return new RegexNode(RegexNodeKind.One, options & ~RegexOptions.IgnoreCase, ch); } // Create a set for the character, trying to include all case-insensitive equivalent characters. // If it's successful in doing so, resultIsCaseInsensitive will be false and we can strip // out RegexOptions.IgnoreCase as part of creating the set. string stringSet = RegexCharClass.OneToStringClass(ch, culture, out bool resultIsCaseInsensitive); if (!resultIsCaseInsensitive) { return new RegexNode(RegexNodeKind.Set, options & ~RegexOptions.IgnoreCase, stringSet); } // Otherwise, until we can get rid of ToLower usage at match time entirely (https://github.com/dotnet/runtime/issues/61048), // lowercase the character and proceed to create an IgnoreCase One node. ch = culture.TextInfo.ToLower(ch); } // Create a One node for the character. return new RegexNode(RegexNodeKind.One, options, ch); } /// <summary>Reverses all children of a concatenation when in RightToLeft mode.</summary> public RegexNode ReverseConcatenationIfRightToLeft() { if ((Options & RegexOptions.RightToLeft) != 0 && Kind == RegexNodeKind.Concatenate && ChildCount() > 1) { ((List<RegexNode>)Children!).Reverse(); } return this; } /// <summary> /// Pass type as OneLazy or OneLoop /// </summary> private void MakeRep(RegexNodeKind kind, int min, int max) { Kind += kind - RegexNodeKind.One; M = min; N = max; } private void MakeLoopAtomic() { switch (Kind) { case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop: // For loops, we simply change the Type to the atomic variant. // Atomic greedy loops should consume as many values as they can. Kind += RegexNodeKind.Oneloopatomic - RegexNodeKind.Oneloop; break; case RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy: // For lazy, we not only change the Type, we also lower the max number of iterations // to the minimum number of iterations, creating a repeater, as they should end up // matching as little as possible. Kind += RegexNodeKind.Oneloopatomic - RegexNodeKind.Onelazy; N = M; if (N == 0) { // If moving the max to be the same as the min dropped it to 0, there's no // work to be done for this node, and we can make it Empty. Kind = RegexNodeKind.Empty; Str = null; Ch = '\0'; } else if (Kind == RegexNodeKind.Oneloopatomic && N is >= 2 and <= MultiVsRepeaterLimit) { // If this is now a One repeater with a small enough length, // make it a Multi instead, as they're better optimized down the line. Kind = RegexNodeKind.Multi; Str = new string(Ch, N); Ch = '\0'; M = N = 0; } break; default: Debug.Fail($"Unexpected type: {Kind}"); break; } } #if DEBUG /// <summary>Validate invariants the rest of the implementation relies on for processing fully-built trees.</summary> [Conditional("DEBUG")] private void ValidateFinalTreeInvariants() { Debug.Assert(Kind == RegexNodeKind.Capture, "Every generated tree should begin with a capture node"); var toExamine = new Stack<RegexNode>(); toExamine.Push(this); while (toExamine.Count > 0) { RegexNode node = toExamine.Pop(); // Add all children to be examined int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { RegexNode child = node.Child(i); Debug.Assert(child.Parent == node, $"{child.Describe()} missing reference to parent {node.Describe()}"); toExamine.Push(child); } // Validate that we never see certain node types. Debug.Assert(Kind != RegexNodeKind.Group, "All Group nodes should have been removed."); // Validate node types and expected child counts. switch (node.Kind) { case RegexNodeKind.Group: Debug.Fail("All Group nodes should have been removed."); break; case RegexNodeKind.Beginning: case RegexNodeKind.Bol: case RegexNodeKind.Boundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.Empty: case RegexNodeKind.End: case RegexNodeKind.EndZ: case RegexNodeKind.Eol: case RegexNodeKind.Multi: case RegexNodeKind.NonBoundary: case RegexNodeKind.NonECMABoundary: case RegexNodeKind.Nothing: case RegexNodeKind.Notone: case RegexNodeKind.Notonelazy: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.One: case RegexNodeKind.Onelazy: case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Backreference: case RegexNodeKind.Set: case RegexNodeKind.Setlazy: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Start: case RegexNodeKind.UpdateBumpalong: Debug.Assert(childCount == 0, $"Expected zero children for {node.Kind}, got {childCount}."); break; case RegexNodeKind.Atomic: case RegexNodeKind.Capture: case RegexNodeKind.Lazyloop: case RegexNodeKind.Loop: case RegexNodeKind.NegativeLookaround: case RegexNodeKind.PositiveLookaround: Debug.Assert(childCount == 1, $"Expected one and only one child for {node.Kind}, got {childCount}."); break; case RegexNodeKind.BackreferenceConditional: Debug.Assert(childCount == 2, $"Expected two children for {node.Kind}, got {childCount}"); break; case RegexNodeKind.ExpressionConditional: Debug.Assert(childCount == 3, $"Expected three children for {node.Kind}, got {childCount}"); break; case RegexNodeKind.Concatenate: case RegexNodeKind.Alternate: Debug.Assert(childCount >= 2, $"Expected at least two children for {node.Kind}, got {childCount}."); break; default: Debug.Fail($"Unexpected node type: {node.Kind}"); break; } // Validate node configuration. switch (node.Kind) { case RegexNodeKind.Multi: Debug.Assert(node.Str is not null, "Expect non-null multi string"); Debug.Assert(node.Str.Length >= 2, $"Expected {node.Str} to be at least two characters"); break; case RegexNodeKind.Set: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Setlazy: Debug.Assert(!string.IsNullOrEmpty(node.Str), $"Expected non-null, non-empty string for {node.Kind}."); break; default: Debug.Assert(node.Str is null, $"Expected null string for {node.Kind}, got \"{node.Str}\"."); break; } } } #endif /// <summary>Performs additional optimizations on an entire tree prior to being used.</summary> /// <remarks> /// Some optimizations are performed by the parser while parsing, and others are performed /// as nodes are being added to the tree. The optimizations here expect the tree to be fully /// formed, as they inspect relationships between nodes that may not have been in place as /// individual nodes were being processed/added to the tree. /// </remarks> internal RegexNode FinalOptimize() { RegexNode rootNode = this; Debug.Assert(rootNode.Kind == RegexNodeKind.Capture); Debug.Assert(rootNode.Parent is null); Debug.Assert(rootNode.ChildCount() == 1); // Only apply optimization when LTR to avoid needing additional code for the much rarer RTL case. // Also only apply these optimizations when not using NonBacktracking, as these optimizations are // all about avoiding things that are impactful for the backtracking engines but nops for non-backtracking. if ((Options & (RegexOptions.RightToLeft | RegexOptions.NonBacktracking)) == 0) { // Optimization: eliminate backtracking for loops. // For any single-character loop (Oneloop, Notoneloop, Setloop), see if we can automatically convert // that into its atomic counterpart (Oneloopatomic, Notoneloopatomic, Setloopatomic) based on what // comes after it in the expression tree. rootNode.FindAndMakeLoopsAtomic(); // Optimization: backtracking removal at expression end. // If we find backtracking construct at the end of the regex, we can instead make it non-backtracking, // since nothing would ever backtrack into it anyway. Doing this then makes the construct available // to implementations that don't support backtracking. rootNode.EliminateEndingBacktracking(); // Optimization: unnecessary re-processing of starting loops. // If an expression is guaranteed to begin with a single-character unbounded loop that isn't part of an alternation (in which case it // wouldn't be guaranteed to be at the beginning) or a capture (in which case a back reference could be influenced by its length), then we // can update the tree with a temporary node to indicate that the implementation should use that node's ending position in the input text // as the next starting position at which to start the next match. This avoids redoing matches we've already performed, e.g. matching // "\[email protected]" against "is this a valid [email protected]", the \w+ will initially match the "is" and then will fail to match the "@". // Rather than bumping the scan loop by 1 and trying again to match at the "s", we can instead start at the " ". For functional correctness // we can only consider unbounded loops, as to be able to start at the end of the loop we need the loop to have consumed all possible matches; // otherwise, you could end up with a pattern like "a{1,3}b" matching against "aaaabc", which should match, but if we pre-emptively stop consuming // after the first three a's and re-start from that position, we'll end up failing the match even though it should have succeeded. We can also // apply this optimization to non-atomic loops: even though backtracking could be necessary, such backtracking would be handled within the processing // of a single starting position. Lazy loops similarly benefit, as a failed match will result in exploring the exact same search space as with // a greedy loop, just in the opposite order (and a successful match will overwrite the bumpalong position); we need to avoid atomic lazy loops, // however, as they will only end up as a repeater for the minimum length and thus will effectively end up with a non-infinite upper bound, which // we've already outlined is problematic. { RegexNode node = rootNode.Child(0); // skip implicit root capture node bool atomicByAncestry = true; // the root is implicitly atomic because nothing comes after it (same for the implicit root capture) while (true) { switch (node.Kind) { case RegexNodeKind.Atomic: node = node.Child(0); continue; case RegexNodeKind.Concatenate: atomicByAncestry = false; node = node.Child(0); continue; case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when node.N == int.MaxValue: case RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy when node.N == int.MaxValue && !atomicByAncestry: if (node.Parent is { Kind: RegexNodeKind.Concatenate } parent) { parent.InsertChild(1, new RegexNode(RegexNodeKind.UpdateBumpalong, node.Options)); } break; } break; } } } // Done optimizing. Return the final tree. #if DEBUG rootNode.ValidateFinalTreeInvariants(); #endif return rootNode; } /// <summary>Converts nodes at the end of the node tree to be atomic.</summary> /// <remarks> /// The correctness of this optimization depends on nothing being able to backtrack into /// the provided node. That means it must be at the root of the overall expression, or /// it must be an Atomic node that nothing will backtrack into by the very nature of Atomic. /// </remarks> private void EliminateEndingBacktracking() { if (!StackHelper.TryEnsureSufficientExecutionStack() || (Options & (RegexOptions.RightToLeft | RegexOptions.NonBacktracking)) != 0) { // If we can't recur further, just stop optimizing. // We haven't done the work to validate this is correct for RTL. // And NonBacktracking doesn't support atomic groups and doesn't have backtracking to be eliminated. return; } // Walk the tree starting from the current node. RegexNode node = this; while (true) { switch (node.Kind) { // {One/Notone/Set}loops can be upgraded to {One/Notone/Set}loopatomic nodes, e.g. [abc]* => (?>[abc]*). // And {One/Notone/Set}lazys can similarly be upgraded to be atomic, which really makes them into repeaters // or even empty nodes. case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop: case RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy: node.MakeLoopAtomic(); break; // Just because a particular node is atomic doesn't mean all its descendants are. // Process them as well. case RegexNodeKind.Atomic: node = node.Child(0); continue; // For Capture and Concatenate, we just recur into their last child (only child in the case // of Capture). However, if the child is an alternation or loop, we can also make the // node itself atomic by wrapping it in an Atomic node. Since we later check to see whether a // node is atomic based on its parent or grandparent, we don't bother wrapping such a node in // an Atomic one if its grandparent is already Atomic. // e.g. [xyz](?:abc|def) => [xyz](?>abc|def) case RegexNodeKind.Capture: case RegexNodeKind.Concatenate: RegexNode existingChild = node.Child(node.ChildCount() - 1); if ((existingChild.Kind is RegexNodeKind.Alternate or RegexNodeKind.BackreferenceConditional or RegexNodeKind.ExpressionConditional or RegexNodeKind.Loop or RegexNodeKind.Lazyloop) && (node.Parent is null || node.Parent.Kind != RegexNodeKind.Atomic)) // validate grandparent isn't atomic { var atomic = new RegexNode(RegexNodeKind.Atomic, existingChild.Options); atomic.AddChild(existingChild); node.ReplaceChild(node.ChildCount() - 1, atomic); } node = existingChild; continue; // For alternate, we can recur into each branch separately. We use this iteration for the first branch. // Conditionals are just like alternations in this regard. // e.g. abc*|def* => ab(?>c*)|de(?>f*) case RegexNodeKind.Alternate: case RegexNodeKind.BackreferenceConditional: case RegexNodeKind.ExpressionConditional: { int branches = node.ChildCount(); for (int i = 1; i < branches; i++) { node.Child(i).EliminateEndingBacktracking(); } if (node.Kind != RegexNodeKind.ExpressionConditional) // ReduceTestgroup will have already applied ending backtracking removal { node = node.Child(0); continue; } } break; // For {Lazy}Loop, we search to see if there's a viable last expression, and iff there // is we recur into processing it. Also, as with the single-char lazy loops, LazyLoop // can have its max iteration count dropped to its min iteration count, as there's no // reason for it to match more than the minimal at the end; that in turn makes it a // repeater, which results in better code generation. // e.g. (?:abc*)* => (?:ab(?>c*))* // e.g. (abc*?)+? => (ab){1} case RegexNodeKind.Lazyloop: node.N = node.M; goto case RegexNodeKind.Loop; case RegexNodeKind.Loop: { if (node.N == 1) { // If the loop has a max iteration count of 1 (e.g. it's an optional node), // there's no possibility for conflict between multiple iterations, so // we can process it. node = node.Child(0); continue; } RegexNode? loopDescendent = node.FindLastExpressionInLoopForAutoAtomic(); if (loopDescendent != null) { node = loopDescendent; continue; // loop around to process node } } break; } break; } } /// <summary> /// Removes redundant nodes from the subtree, and returns an optimized subtree. /// </summary> internal RegexNode Reduce() { // TODO: https://github.com/dotnet/runtime/issues/61048 // As part of overhauling IgnoreCase handling, the parser shouldn't produce any nodes other than Backreference // that ever have IgnoreCase set on them. For now, though, remove IgnoreCase from any nodes for which it // has no behavioral effect. switch (Kind) { default: // No effect Options &= ~RegexOptions.IgnoreCase; break; case RegexNodeKind.One or RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notone or RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Set or RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic: case RegexNodeKind.Multi: case RegexNodeKind.Backreference: // Still meaningful break; } return Kind switch { RegexNodeKind.Alternate => ReduceAlternation(), RegexNodeKind.Atomic => ReduceAtomic(), RegexNodeKind.Concatenate => ReduceConcatenation(), RegexNodeKind.Group => ReduceGroup(), RegexNodeKind.Loop or RegexNodeKind.Lazyloop => ReduceLoops(), RegexNodeKind.NegativeLookaround => ReducePrevent(), RegexNodeKind.PositiveLookaround => ReduceRequire(), RegexNodeKind.Set or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy => ReduceSet(), RegexNodeKind.ExpressionConditional => ReduceTestgroup(), RegexNodeKind.BackreferenceConditional => ReduceTestref(), _ => this, }; } /// <summary>Remove an unnecessary Concatenation or Alternation node</summary> /// <remarks> /// Simple optimization for a concatenation or alternation: /// - if the node has only one child, use it instead /// - if the node has zero children, turn it into an empty with Nothing for an alternation or Empty for a concatenation /// </remarks> private RegexNode ReplaceNodeIfUnnecessary() { Debug.Assert(Kind is RegexNodeKind.Alternate or RegexNodeKind.Concatenate); return ChildCount() switch { 0 => new RegexNode(Kind == RegexNodeKind.Alternate ? RegexNodeKind.Nothing : RegexNodeKind.Empty, Options), 1 => Child(0), _ => this, }; } /// <summary>Remove all non-capturing groups.</summary> /// <remark> /// Simple optimization: once parsed into a tree, non-capturing groups /// serve no function, so strip them out. /// e.g. (?:(?:(?:abc))) => abc /// </remark> private RegexNode ReduceGroup() { Debug.Assert(Kind == RegexNodeKind.Group); RegexNode u = this; while (u.Kind == RegexNodeKind.Group) { Debug.Assert(u.ChildCount() == 1); u = u.Child(0); } return u; } /// <summary> /// Remove unnecessary atomic nodes, and make appropriate descendents of the atomic node themselves atomic. /// </summary> /// <remarks> /// e.g. (?>(?>(?>a*))) => (?>a*) /// e.g. (?>(abc*)*) => (?>(abc(?>c*))*) /// </remarks> private RegexNode ReduceAtomic() { // RegexOptions.NonBacktracking doesn't support atomic groups, so when that option // is set we don't want to create atomic groups where they weren't explicitly authored. if ((Options & RegexOptions.NonBacktracking) != 0) { return this; } Debug.Assert(Kind == RegexNodeKind.Atomic); Debug.Assert(ChildCount() == 1); RegexNode atomic = this; RegexNode child = Child(0); while (child.Kind == RegexNodeKind.Atomic) { atomic = child; child = atomic.Child(0); } switch (child.Kind) { // If the child is empty/nothing, there's nothing to be made atomic so the Atomic // node can simply be removed. case RegexNodeKind.Empty: case RegexNodeKind.Nothing: return child; // If the child is already atomic, we can just remove the atomic node. case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Setloopatomic: return child; // If an atomic subexpression contains only a {one/notone/set}{loop/lazy}, // change it to be an {one/notone/set}loopatomic and remove the atomic node. case RegexNodeKind.Oneloop: case RegexNodeKind.Notoneloop: case RegexNodeKind.Setloop: case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setlazy: child.MakeLoopAtomic(); return child; // Alternations have a variety of possible optimizations that can be applied // iff they're atomic. case RegexNodeKind.Alternate: if ((Options & RegexOptions.RightToLeft) == 0) { List<RegexNode>? branches = child.Children as List<RegexNode>; Debug.Assert(branches is not null && branches.Count != 0); // If an alternation is atomic and its first branch is Empty, the whole thing // is a nop, as Empty will match everything trivially, and no backtracking // into the node will be performed, making the remaining branches irrelevant. if (branches[0].Kind == RegexNodeKind.Empty) { return new RegexNode(RegexNodeKind.Empty, child.Options); } // Similarly, we can trim off any branches after an Empty, as they'll never be used. // An Empty will match anything, and thus branches after that would only be used // if we backtracked into it and advanced passed the Empty after trying the Empty... // but if the alternation is atomic, such backtracking won't happen. for (int i = 1; i < branches.Count - 1; i++) { if (branches[i].Kind == RegexNodeKind.Empty) { branches.RemoveRange(i + 1, branches.Count - (i + 1)); break; } } // If an alternation is atomic, we won't ever backtrack back into it, which // means order matters but not repetition. With backtracking, it would be incorrect // to convert an expression like "hi|there|hello" into "hi|hello|there", as doing // so could then change the order of results if we matched "hi" and then failed // based on what came after it, and both "hello" and "there" could be successful // with what came later. But without backtracking, we can reorder "hi|there|hello" // to instead be "hi|hello|there", as "hello" and "there" can't match the same text, // and once this atomic alternation has matched, we won't try another branch. This // reordering is valuable as it then enables further optimizations, e.g. // "hi|there|hello" => "hi|hello|there" => "h(?:i|ello)|there", which means we only // need to check the 'h' once in case it's not an 'h', and it's easier to employ different // code gen that, for example, switches on first character of the branches, enabling faster // choice of branch without always having to walk through each. bool reordered = false; for (int start = 0; start < branches.Count; start++) { // Get the node that may start our range. If it's a one, multi, or concat of those, proceed. RegexNode startNode = branches[start]; if (startNode.FindBranchOneOrMultiStart() is null) { continue; } // Find the contiguous range of nodes from this point that are similarly one, multi, or concat of those. int endExclusive = start + 1; while (endExclusive < branches.Count && branches[endExclusive].FindBranchOneOrMultiStart() is not null) { endExclusive++; } // If there's at least 3, there may be something to reorder (we won't reorder anything // before the starting position, and so only 2 items is considered ordered). if (endExclusive - start >= 3) { int compare = start; while (compare < endExclusive) { // Get the starting character char c = branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti(); // Move compare to point to the last branch that has the same starting value. while (compare < endExclusive && branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) { compare++; } // Compare now points to the first node that doesn't match the starting node. // If we've walked off our range, there's nothing left to reorder. if (compare < endExclusive) { // There may be something to reorder. See if there are any other nodes that begin with the same character. for (int next = compare + 1; next < endExclusive; next++) { RegexNode nextChild = branches[next]; if (nextChild.FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) { branches.RemoveAt(next); branches.Insert(compare++, nextChild); reordered = true; } } } } } // Move to the end of the range we've now explored. endExclusive is not a viable // starting position either, and the start++ for the loop will thus take us to // the next potential place to start a range. start = endExclusive; } // If anything was reordered, there may be new optimization opportunities inside // of the alternation, so reduce it again. if (reordered) { atomic.ReplaceChild(0, child); child = atomic.Child(0); } } goto default; // For everything else, try to reduce ending backtracking of the last contained expression. default: child.EliminateEndingBacktracking(); return atomic; } } /// <summary>Combine nested loops where applicable.</summary> /// <remarks> /// Nested repeaters just get multiplied with each other if they're not too lumpy. /// Other optimizations may have also resulted in {Lazy}loops directly containing /// sets, ones, and notones, in which case they can be transformed into the corresponding /// individual looping constructs. /// </remarks> private RegexNode ReduceLoops() { Debug.Assert(Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop); RegexNode u = this; RegexNodeKind kind = Kind; int min = M; int max = N; while (u.ChildCount() > 0) { RegexNode child = u.Child(0); // multiply reps of the same type only if (child.Kind != kind) { bool valid = false; if (kind == RegexNodeKind.Loop) { switch (child.Kind) { case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: valid = true; break; } } else // type == Lazyloop { switch (child.Kind) { case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setlazy: valid = true; break; } } if (!valid) { break; } } // child can be too lumpy to blur, e.g., (a {100,105}) {3} or (a {2,})? // [but things like (a {2,})+ are not too lumpy...] if (u.M == 0 && child.M > 1 || child.N < child.M * 2) { break; } u = child; if (u.M > 0) { u.M = min = ((int.MaxValue - 1) / u.M < min) ? int.MaxValue : u.M * min; } if (u.N > 0) { u.N = max = ((int.MaxValue - 1) / u.N < max) ? int.MaxValue : u.N * max; } } if (min == int.MaxValue) { return new RegexNode(RegexNodeKind.Nothing, Options); } // If the Loop or Lazyloop now only has one child node and its a Set, One, or Notone, // reduce to just Setloop/lazy, Oneloop/lazy, or Notoneloop/lazy. The parser will // generally have only produced the latter, but other reductions could have exposed // this. if (u.ChildCount() == 1) { RegexNode child = u.Child(0); switch (child.Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: child.MakeRep(u.Kind == RegexNodeKind.Lazyloop ? RegexNodeKind.Onelazy : RegexNodeKind.Oneloop, u.M, u.N); u = child; break; } } return u; } /// <summary> /// Reduces set-related nodes to simpler one-related and notone-related nodes, where applicable. /// </summary> /// <remarks> /// e.g. /// [a] => a /// [a]* => a* /// [a]*? => a*? /// (?>[a]*) => (?>a*) /// [^a] => ^a /// []* => Nothing /// </remarks> private RegexNode ReduceSet() { // Extract empty-set, one, and not-one case as special Debug.Assert(Kind is RegexNodeKind.Set or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy); Debug.Assert(!string.IsNullOrEmpty(Str)); if (RegexCharClass.IsEmpty(Str)) { Kind = RegexNodeKind.Nothing; Str = null; } else if (RegexCharClass.IsSingleton(Str)) { Ch = RegexCharClass.SingletonChar(Str); Str = null; Kind = Kind == RegexNodeKind.Set ? RegexNodeKind.One : Kind == RegexNodeKind.Setloop ? RegexNodeKind.Oneloop : Kind == RegexNodeKind.Setloopatomic ? RegexNodeKind.Oneloopatomic : RegexNodeKind.Onelazy; } else if (RegexCharClass.IsSingletonInverse(Str)) { Ch = RegexCharClass.SingletonChar(Str); Str = null; Kind = Kind == RegexNodeKind.Set ? RegexNodeKind.Notone : Kind == RegexNodeKind.Setloop ? RegexNodeKind.Notoneloop : Kind == RegexNodeKind.Setloopatomic ? RegexNodeKind.Notoneloopatomic : RegexNodeKind.Notonelazy; } return this; } /// <summary>Optimize an alternation.</summary> private RegexNode ReduceAlternation() { Debug.Assert(Kind == RegexNodeKind.Alternate); switch (ChildCount()) { case 0: return new RegexNode(RegexNodeKind.Nothing, Options); case 1: return Child(0); default: ReduceSingleLetterAndNestedAlternations(); RegexNode node = ReplaceNodeIfUnnecessary(); if (node.Kind == RegexNodeKind.Alternate) { node = ExtractCommonPrefixText(node); if (node.Kind == RegexNodeKind.Alternate) { node = ExtractCommonPrefixOneNotoneSet(node); if (node.Kind == RegexNodeKind.Alternate) { node = RemoveRedundantEmptiesAndNothings(node); } } } return node; } // This function performs two optimizations: // - Single-letter alternations can be replaced by faster set specifications // e.g. "a|b|c|def|g|h" -> "[a-c]|def|[gh]" // - Nested alternations with no intervening operators can be flattened: // e.g. "apple|(?:orange|pear)|grape" -> "apple|orange|pear|grape" void ReduceSingleLetterAndNestedAlternations() { bool wasLastSet = false; bool lastNodeCannotMerge = false; RegexOptions optionsLast = 0; RegexOptions optionsAt; int i; int j; RegexNode at; RegexNode prev; List<RegexNode> children = (List<RegexNode>)Children!; for (i = 0, j = 0; i < children.Count; i++, j++) { at = children[i]; if (j < i) children[j] = at; while (true) { if (at.Kind == RegexNodeKind.Alternate) { if (at.Children is List<RegexNode> atChildren) { for (int k = 0; k < atChildren.Count; k++) { atChildren[k].Parent = this; } children.InsertRange(i + 1, atChildren); } else { RegexNode atChild = (RegexNode)at.Children!; atChild.Parent = this; children.Insert(i + 1, atChild); } j--; } else if (at.Kind is RegexNodeKind.Set or RegexNodeKind.One) { // Cannot merge sets if L or I options differ, or if either are negated. optionsAt = at.Options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); if (at.Kind == RegexNodeKind.Set) { if (!wasLastSet || optionsLast != optionsAt || lastNodeCannotMerge || !RegexCharClass.IsMergeable(at.Str!)) { wasLastSet = true; lastNodeCannotMerge = !RegexCharClass.IsMergeable(at.Str!); optionsLast = optionsAt; break; } } else if (!wasLastSet || optionsLast != optionsAt || lastNodeCannotMerge) { wasLastSet = true; lastNodeCannotMerge = false; optionsLast = optionsAt; break; } // The last node was a Set or a One, we're a Set or One and our options are the same. // Merge the two nodes. j--; prev = children[j]; RegexCharClass prevCharClass; if (prev.Kind == RegexNodeKind.One) { prevCharClass = new RegexCharClass(); prevCharClass.AddChar(prev.Ch); } else { prevCharClass = RegexCharClass.Parse(prev.Str!); } if (at.Kind == RegexNodeKind.One) { prevCharClass.AddChar(at.Ch); } else { RegexCharClass atCharClass = RegexCharClass.Parse(at.Str!); prevCharClass.AddCharClass(atCharClass); } prev.Kind = RegexNodeKind.Set; prev.Str = prevCharClass.ToStringClass(Options); if ((prev.Options & RegexOptions.IgnoreCase) != 0 && RegexCharClass.MakeCaseSensitiveIfPossible(prev.Str, RegexParser.GetTargetCulture(prev.Options)) is string newSetString) { prev.Str = newSetString; prev.Options &= ~RegexOptions.IgnoreCase; } } else if (at.Kind == RegexNodeKind.Nothing) { j--; } else { wasLastSet = false; lastNodeCannotMerge = false; } break; } } if (j < i) { children.RemoveRange(j, i - j); } } // This function optimizes out prefix nodes from alternation branches that are // the same across multiple contiguous branches. // e.g. \w12|\d34|\d56|\w78|\w90 => \w12|\d(?:34|56)|\w(?:78|90) static RegexNode ExtractCommonPrefixOneNotoneSet(RegexNode alternation) { Debug.Assert(alternation.Kind == RegexNodeKind.Alternate); Debug.Assert(alternation.Children is List<RegexNode> { Count: >= 2 }); var children = (List<RegexNode>)alternation.Children; // Only process left-to-right prefixes. if ((alternation.Options & RegexOptions.RightToLeft) != 0) { return alternation; } // Only handle the case where each branch is a concatenation foreach (RegexNode child in children) { if (child.Kind != RegexNodeKind.Concatenate || child.ChildCount() < 2) { return alternation; } } for (int startingIndex = 0; startingIndex < children.Count - 1; startingIndex++) { Debug.Assert(children[startingIndex].Children is List<RegexNode> { Count: >= 2 }); // Only handle the case where each branch begins with the same One, Notone, or Set (individual or loop). // Note that while we can do this for individual characters, fixed length loops, and atomic loops, doing // it for non-atomic variable length loops could change behavior as each branch could otherwise have a // different number of characters consumed by the loop based on what's after it. RegexNode required = children[startingIndex].Child(0); switch (required.Kind) { case RegexNodeKind.One or RegexNodeKind.Notone or RegexNodeKind.Set: case RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloopatomic: case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop or RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy when required.M == required.N: break; default: continue; } // Only handle the case where each branch begins with the exact same node value int endingIndex = startingIndex + 1; for (; endingIndex < children.Count; endingIndex++) { RegexNode other = children[endingIndex].Child(0); if (required.Kind != other.Kind || required.Options != other.Options || required.M != other.M || required.N != other.N || required.Ch != other.Ch || required.Str != other.Str) { break; } } if (endingIndex - startingIndex <= 1) { // Nothing to extract from this starting index. continue; } // Remove the prefix node from every branch, adding it to a new alternation var newAlternate = new RegexNode(RegexNodeKind.Alternate, alternation.Options); for (int i = startingIndex; i < endingIndex; i++) { ((List<RegexNode>)children[i].Children!).RemoveAt(0); newAlternate.AddChild(children[i]); } // If this alternation is wrapped as atomic, we need to do the same for the new alternation. if (alternation.Parent is RegexNode { Kind: RegexNodeKind.Atomic } parent) { var atomic = new RegexNode(RegexNodeKind.Atomic, alternation.Options); atomic.AddChild(newAlternate); newAlternate = atomic; } // Now create a concatenation of the prefix node with the new alternation for the combined // branches, and replace all of the branches in this alternation with that new concatenation. var newConcat = new RegexNode(RegexNodeKind.Concatenate, alternation.Options); newConcat.AddChild(required); newConcat.AddChild(newAlternate); alternation.ReplaceChild(startingIndex, newConcat); children.RemoveRange(startingIndex + 1, endingIndex - startingIndex - 1); } return alternation.ReplaceNodeIfUnnecessary(); } // Removes unnecessary Empty and Nothing nodes from the alternation. A Nothing will never // match, so it can be removed entirely, and an Empty can be removed if there's a previous // Empty in the alternation: it's an extreme case of just having a repeated branch in an // alternation, and while we don't check for all duplicates, checking for empty is easy. static RegexNode RemoveRedundantEmptiesAndNothings(RegexNode node) { Debug.Assert(node.Kind == RegexNodeKind.Alternate); Debug.Assert(node.ChildCount() >= 2); var children = (List<RegexNode>)node.Children!; int i = 0, j = 0; bool seenEmpty = false; while (i < children.Count) { RegexNode child = children[i]; switch (child.Kind) { case RegexNodeKind.Empty when !seenEmpty: seenEmpty = true; goto default; case RegexNodeKind.Empty: case RegexNodeKind.Nothing: i++; break; default: children[j] = children[i]; i++; j++; break; } } children.RemoveRange(j, children.Count - j); return node.ReplaceNodeIfUnnecessary(); } // Analyzes all the branches of the alternation for text that's identical at the beginning // of every branch. That text is then pulled out into its own one or multi node in a // concatenation with the alternation (whose branches are updated to remove that prefix). // This is valuable for a few reasons. One, it exposes potentially more text to the // expression prefix analyzer used to influence FindFirstChar. Second, it exposes more // potential alternation optimizations, e.g. if the same prefix is followed in two branches // by sets that can be merged. Third, it reduces the amount of duplicated comparisons required // if we end up backtracking into subsequent branches. // e.g. abc|ade => a(?bc|de) static RegexNode ExtractCommonPrefixText(RegexNode alternation) { Debug.Assert(alternation.Kind == RegexNodeKind.Alternate); Debug.Assert(alternation.Children is List<RegexNode> { Count: >= 2 }); var children = (List<RegexNode>)alternation.Children; // To keep things relatively simple, we currently only handle: // - Left to right (e.g. we don't process alternations in lookbehinds) // - Branches that are one or multi nodes, or that are concatenations beginning with one or multi nodes. // - All branches having the same options. // Only extract left-to-right prefixes. if ((alternation.Options & RegexOptions.RightToLeft) != 0) { return alternation; } Span<char> scratchChar = stackalloc char[1]; ReadOnlySpan<char> startingSpan = stackalloc char[0]; for (int startingIndex = 0; startingIndex < children.Count - 1; startingIndex++) { // Process the first branch to get the maximum possible common string. RegexNode? startingNode = children[startingIndex].FindBranchOneOrMultiStart(); if (startingNode is null) { return alternation; } RegexOptions startingNodeOptions = startingNode.Options; startingSpan = startingNode.Str.AsSpan(); if (startingNode.Kind == RegexNodeKind.One) { scratchChar[0] = startingNode.Ch; startingSpan = scratchChar; } Debug.Assert(startingSpan.Length > 0); // Now compare the rest of the branches against it. int endingIndex = startingIndex + 1; for ( ; endingIndex < children.Count; endingIndex++) { // Get the starting node of the next branch. startingNode = children[endingIndex].FindBranchOneOrMultiStart(); if (startingNode is null || startingNode.Options != startingNodeOptions) { break; } // See if the new branch's prefix has a shared prefix with the current one. // If it does, shorten to that; if it doesn't, bail. if (startingNode.Kind == RegexNodeKind.One) { if (startingSpan[0] != startingNode.Ch) { break; } if (startingSpan.Length != 1) { startingSpan = startingSpan.Slice(0, 1); } } else { Debug.Assert(startingNode.Kind == RegexNodeKind.Multi); Debug.Assert(startingNode.Str!.Length > 0); int minLength = Math.Min(startingSpan.Length, startingNode.Str.Length); int c = 0; while (c < minLength && startingSpan[c] == startingNode.Str[c]) c++; if (c == 0) { break; } startingSpan = startingSpan.Slice(0, c); } } // When we get here, we have a starting string prefix shared by all branches // in the range [startingIndex, endingIndex). if (endingIndex - startingIndex <= 1) { // There's nothing to consolidate for this starting node. continue; } // We should be able to consolidate something for the nodes in the range [startingIndex, endingIndex). Debug.Assert(startingSpan.Length > 0); // Create a new node of the form: // Concatenation(prefix, Alternation(each | node | with | prefix | removed)) // that replaces all these branches in this alternation. var prefix = startingSpan.Length == 1 ? new RegexNode(RegexNodeKind.One, startingNodeOptions, startingSpan[0]) : new RegexNode(RegexNodeKind.Multi, startingNodeOptions, startingSpan.ToString()); var newAlternate = new RegexNode(RegexNodeKind.Alternate, startingNodeOptions); for (int i = startingIndex; i < endingIndex; i++) { RegexNode branch = children[i]; ProcessOneOrMulti(branch.Kind == RegexNodeKind.Concatenate ? branch.Child(0) : branch, startingSpan); branch = branch.Reduce(); newAlternate.AddChild(branch); // Remove the starting text from the one or multi node. This may end up changing // the type of the node to be Empty if the starting text matches the node's full value. static void ProcessOneOrMulti(RegexNode node, ReadOnlySpan<char> startingSpan) { if (node.Kind == RegexNodeKind.One) { Debug.Assert(startingSpan.Length == 1); Debug.Assert(startingSpan[0] == node.Ch); node.Kind = RegexNodeKind.Empty; node.Ch = '\0'; } else { Debug.Assert(node.Kind == RegexNodeKind.Multi); Debug.Assert(node.Str.AsSpan().StartsWith(startingSpan, StringComparison.Ordinal)); if (node.Str!.Length == startingSpan.Length) { node.Kind = RegexNodeKind.Empty; node.Str = null; } else if (node.Str.Length - 1 == startingSpan.Length) { node.Kind = RegexNodeKind.One; node.Ch = node.Str[node.Str.Length - 1]; node.Str = null; } else { node.Str = node.Str.Substring(startingSpan.Length); } } } } if (alternation.Parent is RegexNode parent && parent.Kind == RegexNodeKind.Atomic) { var atomic = new RegexNode(RegexNodeKind.Atomic, startingNodeOptions); atomic.AddChild(newAlternate); newAlternate = atomic; } var newConcat = new RegexNode(RegexNodeKind.Concatenate, startingNodeOptions); newConcat.AddChild(prefix); newConcat.AddChild(newAlternate); alternation.ReplaceChild(startingIndex, newConcat); children.RemoveRange(startingIndex + 1, endingIndex - startingIndex - 1); } return alternation.ChildCount() == 1 ? alternation.Child(0) : alternation; } } /// <summary> /// Finds the starting one or multi of the branch, if it has one; otherwise, returns null. /// For simplicity, this only considers branches that are One or Multi, or a Concatenation /// beginning with a One or Multi. We don't traverse more than one level to avoid the /// complication of then having to later update that hierarchy when removing the prefix, /// but it could be done in the future if proven beneficial enough. /// </summary> public RegexNode? FindBranchOneOrMultiStart() { RegexNode branch = Kind == RegexNodeKind.Concatenate ? Child(0) : this; return branch.Kind is RegexNodeKind.One or RegexNodeKind.Multi ? branch : null; } /// <summary>Same as <see cref="FindBranchOneOrMultiStart"/> but also for Sets.</summary> public RegexNode? FindBranchOneMultiOrSetStart() { RegexNode branch = Kind == RegexNodeKind.Concatenate ? Child(0) : this; return branch.Kind is RegexNodeKind.One or RegexNodeKind.Multi or RegexNodeKind.Set ? branch : null; } /// <summary>Gets the character that begins a One or Multi.</summary> public char FirstCharOfOneOrMulti() { Debug.Assert(Kind is RegexNodeKind.One or RegexNodeKind.Multi); Debug.Assert((Options & RegexOptions.RightToLeft) == 0); return Kind == RegexNodeKind.One ? Ch : Str![0]; } /// <summary>Finds the guaranteed beginning literal(s) of the node, or null if none exists.</summary> public (char Char, string? String, string? SetChars)? FindStartingLiteral(int maxSetCharacters = 5) // 5 is max optimized by IndexOfAny today { Debug.Assert(maxSetCharacters >= 0 && maxSetCharacters <= 128, $"{nameof(maxSetCharacters)} == {maxSetCharacters} should be small enough to be stack allocated."); RegexNode? node = this; while (true) { if (node is not null && (node.Options & RegexOptions.RightToLeft) == 0) { switch (node.Kind) { case RegexNodeKind.One: case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy when node.M > 0: if ((node.Options & RegexOptions.IgnoreCase) == 0 || !RegexCharClass.ParticipatesInCaseConversion(node.Ch)) { return (node.Ch, null, null); } break; case RegexNodeKind.Multi: if ((node.Options & RegexOptions.IgnoreCase) == 0 || !RegexCharClass.ParticipatesInCaseConversion(node.Str.AsSpan())) { return ('\0', node.Str, null); } break; case RegexNodeKind.Set: case RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy when node.M > 0: Span<char> setChars = stackalloc char[maxSetCharacters]; int numChars; if (!RegexCharClass.IsNegated(node.Str!) && (numChars = RegexCharClass.GetSetChars(node.Str!, setChars)) != 0) { setChars = setChars.Slice(0, numChars); if ((node.Options & RegexOptions.IgnoreCase) == 0 || !RegexCharClass.ParticipatesInCaseConversion(setChars)) { return ('\0', null, setChars.ToString()); } } break; case RegexNodeKind.Atomic: case RegexNodeKind.Concatenate: case RegexNodeKind.Capture: case RegexNodeKind.Group: case RegexNodeKind.Loop or RegexNodeKind.Lazyloop when node.M > 0: case RegexNodeKind.PositiveLookaround: node = node.Child(0); continue; } } return null; } } /// <summary> /// Optimizes a concatenation by coalescing adjacent characters and strings, /// coalescing adjacent loops, converting loops to be atomic where applicable, /// and removing the concatenation itself if it's unnecessary. /// </summary> private RegexNode ReduceConcatenation() { Debug.Assert(Kind == RegexNodeKind.Concatenate); // If the concat node has zero or only one child, get rid of the concat. switch (ChildCount()) { case 0: return new RegexNode(RegexNodeKind.Empty, Options); case 1: return Child(0); } // Coalesce adjacent loops. This helps to minimize work done by the interpreter, minimize code gen, // and also help to reduce catastrophic backtracking. ReduceConcatenationWithAdjacentLoops(); // Coalesce adjacent characters/strings. This is done after the adjacent loop coalescing so that // a One adjacent to both a Multi and a Loop prefers being folded into the Loop rather than into // the Multi. Doing so helps with auto-atomicity when it's later applied. ReduceConcatenationWithAdjacentStrings(); // If the concatenation is now empty, return an empty node, or if it's got a single child, return that child. // Otherwise, return this. return ReplaceNodeIfUnnecessary(); } /// <summary> /// Combine adjacent characters/strings. /// e.g. (?:abc)(?:def) -> abcdef /// </summary> private void ReduceConcatenationWithAdjacentStrings() { Debug.Assert(Kind == RegexNodeKind.Concatenate); Debug.Assert(Children is List<RegexNode>); bool wasLastString = false; RegexOptions optionsLast = 0; int i, j; List<RegexNode> children = (List<RegexNode>)Children!; for (i = 0, j = 0; i < children.Count; i++, j++) { RegexNode at = children[i]; if (j < i) { children[j] = at; } if (at.Kind == RegexNodeKind.Concatenate && ((at.Options & RegexOptions.RightToLeft) == (Options & RegexOptions.RightToLeft))) { if (at.Children is List<RegexNode> atChildren) { for (int k = 0; k < atChildren.Count; k++) { atChildren[k].Parent = this; } children.InsertRange(i + 1, atChildren); } else { RegexNode atChild = (RegexNode)at.Children!; atChild.Parent = this; children.Insert(i + 1, atChild); } j--; } else if (at.Kind is RegexNodeKind.Multi or RegexNodeKind.One) { // Cannot merge strings if L or I options differ RegexOptions optionsAt = at.Options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); if (!wasLastString || optionsLast != optionsAt) { wasLastString = true; optionsLast = optionsAt; continue; } RegexNode prev = children[--j]; if (prev.Kind == RegexNodeKind.One) { prev.Kind = RegexNodeKind.Multi; prev.Str = prev.Ch.ToString(); } if ((optionsAt & RegexOptions.RightToLeft) == 0) { prev.Str = (at.Kind == RegexNodeKind.One) ? $"{prev.Str}{at.Ch}" : prev.Str + at.Str; } else { prev.Str = (at.Kind == RegexNodeKind.One) ? $"{at.Ch}{prev.Str}" : at.Str + prev.Str; } } else if (at.Kind == RegexNodeKind.Empty) { j--; } else { wasLastString = false; } } if (j < i) { children.RemoveRange(j, i - j); } } /// <summary> /// Combine adjacent loops. /// e.g. a*a*a* => a* /// e.g. a+ab => a{2,}b /// </summary> private void ReduceConcatenationWithAdjacentLoops() { Debug.Assert(Kind == RegexNodeKind.Concatenate); Debug.Assert(Children is List<RegexNode>); var children = (List<RegexNode>)Children!; int current = 0, next = 1, nextSave = 1; while (next < children.Count) { RegexNode currentNode = children[current]; RegexNode nextNode = children[next]; if (currentNode.Options == nextNode.Options) { static bool CanCombineCounts(int nodeMin, int nodeMax, int nextMin, int nextMax) { // We shouldn't have an infinite minimum; bail if we find one. Also check for the // degenerate case where we'd make the min overflow or go infinite when it wasn't already. if (nodeMin == int.MaxValue || nextMin == int.MaxValue || (uint)nodeMin + (uint)nextMin >= int.MaxValue) { return false; } // Similar overflow / go infinite check for max (which can be infinite). if (nodeMax != int.MaxValue && nextMax != int.MaxValue && (uint)nodeMax + (uint)nextMax >= int.MaxValue) { return false; } return true; } switch (currentNode.Kind) { // Coalescing a loop with its same type case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy when nextNode.Kind == currentNode.Kind && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy when nextNode.Kind == currentNode.Kind && currentNode.Str == nextNode.Str: if (CanCombineCounts(currentNode.M, currentNode.N, nextNode.M, nextNode.N)) { currentNode.M += nextNode.M; if (currentNode.N != int.MaxValue) { currentNode.N = nextNode.N == int.MaxValue ? int.MaxValue : currentNode.N + nextNode.N; } next++; continue; } break; // Coalescing a loop with an additional item of the same type case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy when nextNode.Kind == RegexNodeKind.One && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy when nextNode.Kind == RegexNodeKind.Notone && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy when nextNode.Kind == RegexNodeKind.Set && currentNode.Str == nextNode.Str: if (CanCombineCounts(currentNode.M, currentNode.N, 1, 1)) { currentNode.M++; if (currentNode.N != int.MaxValue) { currentNode.N++; } next++; continue; } break; // Coalescing a loop with a subsequent string case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy when nextNode.Kind == RegexNodeKind.Multi && currentNode.Ch == nextNode.Str![0]: { // Determine how many of the multi's characters can be combined. // We already checked for the first, so we know it's at least one. int matchingCharsInMulti = 1; while (matchingCharsInMulti < nextNode.Str.Length && currentNode.Ch == nextNode.Str[matchingCharsInMulti]) { matchingCharsInMulti++; } if (CanCombineCounts(currentNode.M, currentNode.N, matchingCharsInMulti, matchingCharsInMulti)) { // Update the loop's bounds to include those characters from the multi currentNode.M += matchingCharsInMulti; if (currentNode.N != int.MaxValue) { currentNode.N += matchingCharsInMulti; } // If it was the full multi, skip/remove the multi and continue processing this loop. if (nextNode.Str.Length == matchingCharsInMulti) { next++; continue; } // Otherwise, trim the characters from the multiple that were absorbed into the loop. // If it now only has a single character, it becomes a One. Debug.Assert(matchingCharsInMulti < nextNode.Str.Length); if (nextNode.Str.Length - matchingCharsInMulti == 1) { nextNode.Kind = RegexNodeKind.One; nextNode.Ch = nextNode.Str[nextNode.Str.Length - 1]; nextNode.Str = null; } else { nextNode.Str = nextNode.Str.Substring(matchingCharsInMulti); } } } break; // NOTE: We could add support for coalescing a string with a subsequent loop, but the benefits of that // are limited. Pulling a subsequent string's prefix back into the loop helps with making the loop atomic, // but if the loop is after the string, pulling the suffix of the string forward into the loop may actually // be a deoptimization as those characters could end up matching more slowly as part of loop matching. // Coalescing an individual item with a loop. case RegexNodeKind.One when (nextNode.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy) && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Notone when (nextNode.Kind is RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy) && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Set when (nextNode.Kind is RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy) && currentNode.Str == nextNode.Str: if (CanCombineCounts(1, 1, nextNode.M, nextNode.N)) { currentNode.Kind = nextNode.Kind; currentNode.M = nextNode.M + 1; currentNode.N = nextNode.N == int.MaxValue ? int.MaxValue : nextNode.N + 1; next++; continue; } break; // Coalescing an individual item with another individual item. // We don't coalesce adjacent One nodes into a Oneloop as we'd rather they be joined into a Multi. case RegexNodeKind.Notone when nextNode.Kind == currentNode.Kind && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Set when nextNode.Kind == RegexNodeKind.Set && currentNode.Str == nextNode.Str: currentNode.MakeRep(RegexNodeKind.Oneloop, 2, 2); next++; continue; } } children[nextSave++] = children[next]; current = next; next++; } if (nextSave < children.Count) { children.RemoveRange(nextSave, children.Count - nextSave); } } /// <summary> /// Finds {one/notone/set}loop nodes in the concatenation that can be automatically upgraded /// to {one/notone/set}loopatomic nodes. Such changes avoid potential useless backtracking. /// e.g. A*B (where sets A and B don't overlap) => (?>A*)B. /// </summary> private void FindAndMakeLoopsAtomic() { Debug.Assert((Options & RegexOptions.NonBacktracking) == 0, "Atomic groups aren't supported and don't help performance with NonBacktracking"); if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we're too deep on the stack, give up optimizing further. return; } if ((Options & RegexOptions.RightToLeft) != 0) { // RTL is so rare, we don't need to spend additional time/code optimizing for it. return; } // For all node types that have children, recur into each of those children. int childCount = ChildCount(); if (childCount != 0) { for (int i = 0; i < childCount; i++) { Child(i).FindAndMakeLoopsAtomic(); } } // If this isn't a concatenation, nothing more to do. if (Kind is not RegexNodeKind.Concatenate) { return; } // This is a concatenation. Iterate through each pair of nodes in the concatenation seeing whether we can // make the first node (or its right-most child) atomic based on the second node (or its left-most child). Debug.Assert(Children is List<RegexNode>); var children = (List<RegexNode>)Children; for (int i = 0; i < childCount - 1; i++) { ProcessNode(children[i], children[i + 1]); static void ProcessNode(RegexNode node, RegexNode subsequent) { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, just stop optimizing. return; } // Skip down the node past irrelevant nodes. while (true) { // We can always recur into captures and into the last node of concatenations. if (node.Kind is RegexNodeKind.Capture or RegexNodeKind.Concatenate) { node = node.Child(node.ChildCount() - 1); continue; } // For loops with at least one guaranteed iteration, we can recur into them, but // we need to be careful not to just always do so; the ending node of a loop can only // be made atomic if what comes after the loop but also the beginning of the loop are // compatible for the optimization. if (node.Kind == RegexNodeKind.Loop) { RegexNode? loopDescendent = node.FindLastExpressionInLoopForAutoAtomic(); if (loopDescendent != null) { node = loopDescendent; continue; } } // Can't skip any further. break; } // If the node can be changed to atomic based on what comes after it, do so. switch (node.Kind) { case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop when CanBeMadeAtomic(node, subsequent, allowSubsequentIteration: true): node.MakeLoopAtomic(); break; case RegexNodeKind.Alternate or RegexNodeKind.BackreferenceConditional or RegexNodeKind.ExpressionConditional: // In the case of alternation, we can't change the alternation node itself // based on what comes after it (at least not with more complicated analysis // that factors in all branches together), but we can look at each individual // branch, and analyze ending loops in each branch individually to see if they // can be made atomic. Then if we do end up backtracking into the alternation, // we at least won't need to backtrack into that loop. The same is true for // conditionals, though we don't want to process the condition expression // itself, as it's already considered atomic and handled as part of ReduceTestgroup. { int alternateBranches = node.ChildCount(); for (int b = node.Kind == RegexNodeKind.ExpressionConditional ? 1 : 0; b < alternateBranches; b++) { ProcessNode(node.Child(b), subsequent); } } break; } } } } /// <summary> /// Recurs into the last expression of a loop node, looking to see if it can find a node /// that could be made atomic _assuming_ the conditions exist for it with the loop's ancestors. /// </summary> /// <returns>The found node that should be explored further for auto-atomicity; null if it doesn't exist.</returns> private RegexNode? FindLastExpressionInLoopForAutoAtomic() { RegexNode node = this; Debug.Assert(node.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop); // Start by looking at the loop's sole child. node = node.Child(0); // Skip past captures. while (node.Kind == RegexNodeKind.Capture) { node = node.Child(0); } // If the loop's body is a concatenate, we can skip to its last child iff that // last child doesn't conflict with the first child, since this whole concatenation // could be repeated, such that the first node ends up following the last. For // example, in the expression (a+[def])*, the last child is [def] and the first is // a+, which can't possibly overlap with [def]. In contrast, if we had (a+[ade])*, // [ade] could potentially match the starting 'a'. if (node.Kind == RegexNodeKind.Concatenate) { int concatCount = node.ChildCount(); RegexNode lastConcatChild = node.Child(concatCount - 1); if (CanBeMadeAtomic(lastConcatChild, node.Child(0), allowSubsequentIteration: false)) { return lastConcatChild; } } // Otherwise, the loop has nothing that can participate in auto-atomicity. return null; } /// <summary>Optimizations for positive lookaheads/behinds.</summary> private RegexNode ReduceRequire() { Debug.Assert(Kind == RegexNodeKind.PositiveLookaround); Debug.Assert(ChildCount() == 1); // A positive lookaround is a zero-width atomic assertion. // As it's atomic, nothing will backtrack into it, and we can // eliminate any ending backtracking from it. EliminateEndingBacktracking(); // A positive lookaround wrapped around an empty is a nop, and can just // be made into an empty. A developer typically doesn't write this, but // rather it evolves due to optimizations resulting in empty. if (Child(0).Kind == RegexNodeKind.Empty) { Kind = RegexNodeKind.Empty; Children = null; } return this; } /// <summary>Optimizations for negative lookaheads/behinds.</summary> private RegexNode ReducePrevent() { Debug.Assert(Kind == RegexNodeKind.NegativeLookaround); Debug.Assert(ChildCount() == 1); // A negative lookaround wrapped around an empty child, i.e. (?!), is // sometimes used as a way to insert a guaranteed no-match into the expression. // We can reduce it to simply Nothing. if (Child(0).Kind == RegexNodeKind.Empty) { Kind = RegexNodeKind.Nothing; Children = null; } return this; } /// <summary>Optimizations for backreference conditionals.</summary> private RegexNode ReduceTestref() { Debug.Assert(Kind == RegexNodeKind.BackreferenceConditional); Debug.Assert(ChildCount() is 1 or 2); // This isn't so much an optimization as it is changing the tree for consistency. // We want all engines to be able to trust that every Testref will have two children, // even though it's optional in the syntax. If it's missing a "not matched" branch, // we add one that will match empty. if (ChildCount() == 1) { AddChild(new RegexNode(RegexNodeKind.Empty, Options)); } return this; } /// <summary>Optimizations for expression conditionals.</summary> private RegexNode ReduceTestgroup() { Debug.Assert(Kind == RegexNodeKind.ExpressionConditional); Debug.Assert(ChildCount() is 2 or 3); // This isn't so much an optimization as it is changing the tree for consistency. // We want all engines to be able to trust that every Testgroup will have three children, // even though it's optional in the syntax. If it's missing a "not matched" branch, // we add one that will match empty. if (ChildCount() == 2) { AddChild(new RegexNode(RegexNodeKind.Empty, Options)); } // It's common for the condition to be an explicit positive lookahead, as specifying // that eliminates any ambiguity in syntax as to whether the expression is to be matched // as an expression or to be a reference to a capture group. After parsing, however, // there's no ambiguity, and we can remove an extra level of positive lookahead, as the // engines need to treat the condition as a zero-width positive, atomic assertion regardless. RegexNode condition = Child(0); if (condition.Kind == RegexNodeKind.PositiveLookaround && (condition.Options & RegexOptions.RightToLeft) == 0) { ReplaceChild(0, condition.Child(0)); } // We can also eliminate any ending backtracking in the condition, as the condition // is considered to be a positive lookahead, which is an atomic zero-width assertion. condition = Child(0); condition.EliminateEndingBacktracking(); return this; } /// <summary> /// Determines whether node can be switched to an atomic loop. Subsequent is the node /// immediately after 'node'. /// </summary> private static bool CanBeMadeAtomic(RegexNode node, RegexNode subsequent, bool allowSubsequentIteration) { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, just stop optimizing. return false; } // In most case, we'll simply check the node against whatever subsequent is. However, in case // subsequent ends up being a loop with a min bound of 0, we'll also need to evaluate the node // against whatever comes after subsequent. In that case, we'll walk the tree to find the // next subsequent, and we'll loop around against to perform the comparison again. while (true) { // Skip the successor down to the closest node that's guaranteed to follow it. int childCount; while ((childCount = subsequent.ChildCount()) > 0) { Debug.Assert(subsequent.Kind != RegexNodeKind.Group); switch (subsequent.Kind) { case RegexNodeKind.Concatenate: case RegexNodeKind.Capture: case RegexNodeKind.Atomic: case RegexNodeKind.PositiveLookaround when (subsequent.Options & RegexOptions.RightToLeft) == 0: // only lookaheads, not lookbehinds (represented as RTL PositiveLookaround nodes) case RegexNodeKind.Loop or RegexNodeKind.Lazyloop when subsequent.M > 0: subsequent = subsequent.Child(0); continue; } break; } // If the two nodes don't agree on options in any way, don't try to optimize them. // TODO: Remove this once https://github.com/dotnet/runtime/issues/61048 is implemented. if (node.Options != subsequent.Options) { return false; } // If the successor is an alternation, all of its children need to be evaluated, since any of them // could come after this node. If any of them fail the optimization, then the whole node fails. // This applies to expression conditionals as well, as long as they have both a yes and a no branch (if there's // only a yes branch, we'd need to also check whatever comes after the conditional). It doesn't apply to // backreference conditionals, as the condition itself is unknown statically and could overlap with the // loop being considered for atomicity. switch (subsequent.Kind) { case RegexNodeKind.Alternate: case RegexNodeKind.ExpressionConditional when childCount == 3: // condition, yes, and no branch for (int i = 0; i < childCount; i++) { if (!CanBeMadeAtomic(node, subsequent.Child(i), allowSubsequentIteration)) { return false; } } return true; } // If this node is a {one/notone/set}loop, see if it overlaps with its successor in the concatenation. // If it doesn't, then we can upgrade it to being a {one/notone/set}loopatomic. // Doing so avoids unnecessary backtracking. switch (node.Kind) { case RegexNodeKind.Oneloop: switch (subsequent.Kind) { case RegexNodeKind.One when node.Ch != subsequent.Ch: case RegexNodeKind.Notone when node.Ch == subsequent.Ch: case RegexNodeKind.Set when !RegexCharClass.CharInClass(node.Ch, subsequent.Str!): case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M > 0 && node.Ch != subsequent.Ch: case RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic when subsequent.M > 0 && node.Ch == subsequent.Ch: case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M > 0 && !RegexCharClass.CharInClass(node.Ch, subsequent.Str!): case RegexNodeKind.Multi when node.Ch != subsequent.Str![0]: case RegexNodeKind.End: case RegexNodeKind.EndZ or RegexNodeKind.Eol when node.Ch != '\n': case RegexNodeKind.Boundary when RegexCharClass.IsBoundaryWordChar(node.Ch): case RegexNodeKind.NonBoundary when !RegexCharClass.IsBoundaryWordChar(node.Ch): case RegexNodeKind.ECMABoundary when RegexCharClass.IsECMAWordChar(node.Ch): case RegexNodeKind.NonECMABoundary when !RegexCharClass.IsECMAWordChar(node.Ch): return true; case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M == 0 && node.Ch != subsequent.Ch: case RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic when subsequent.M == 0 && node.Ch == subsequent.Ch: case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M == 0 && !RegexCharClass.CharInClass(node.Ch, subsequent.Str!): // The loop can be made atomic based on this subsequent node, but we'll need to evaluate the next one as well. break; default: return false; } break; case RegexNodeKind.Notoneloop: switch (subsequent.Kind) { case RegexNodeKind.One when node.Ch == subsequent.Ch: case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M > 0 && node.Ch == subsequent.Ch: case RegexNodeKind.Multi when node.Ch == subsequent.Str![0]: case RegexNodeKind.End: return true; case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M == 0 && node.Ch == subsequent.Ch: // The loop can be made atomic based on this subsequent node, but we'll need to evaluate the next one as well. break; default: return false; } break; case RegexNodeKind.Setloop: switch (subsequent.Kind) { case RegexNodeKind.One when !RegexCharClass.CharInClass(subsequent.Ch, node.Str!): case RegexNodeKind.Set when !RegexCharClass.MayOverlap(node.Str!, subsequent.Str!): case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M > 0 && !RegexCharClass.CharInClass(subsequent.Ch, node.Str!): case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M > 0 && !RegexCharClass.MayOverlap(node.Str!, subsequent.Str!): case RegexNodeKind.Multi when !RegexCharClass.CharInClass(subsequent.Str![0], node.Str!): case RegexNodeKind.End: case RegexNodeKind.EndZ or RegexNodeKind.Eol when !RegexCharClass.CharInClass('\n', node.Str!): case RegexNodeKind.Boundary when node.Str is RegexCharClass.WordClass or RegexCharClass.DigitClass: case RegexNodeKind.NonBoundary when node.Str is RegexCharClass.NotWordClass or RegexCharClass.NotDigitClass: case RegexNodeKind.ECMABoundary when node.Str is RegexCharClass.ECMAWordClass or RegexCharClass.ECMADigitClass: case RegexNodeKind.NonECMABoundary when node.Str is RegexCharClass.NotECMAWordClass or RegexCharClass.NotDigitClass: return true; case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M == 0 && !RegexCharClass.CharInClass(subsequent.Ch, node.Str!): case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M == 0 && !RegexCharClass.MayOverlap(node.Str!, subsequent.Str!): // The loop can be made atomic based on this subsequent node, but we'll need to evaluate the next one as well. break; default: return false; } break; default: return false; } // We only get here if the node could be made atomic based on subsequent but subsequent has a lower bound of zero // and thus we need to move subsequent to be the next node in sequence and loop around to try again. Debug.Assert(subsequent.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy); Debug.Assert(subsequent.M == 0); if (!allowSubsequentIteration) { return false; } // To be conservative, we only walk up through a very limited set of constructs (even though we may have walked // down through more, like loops), looking for the next concatenation that we're not at the end of, at // which point subsequent becomes whatever node is next in that concatenation. while (true) { RegexNode? parent = subsequent.Parent; switch (parent?.Kind) { case RegexNodeKind.Atomic: case RegexNodeKind.Alternate: case RegexNodeKind.Capture: subsequent = parent; continue; case RegexNodeKind.Concatenate: var peers = (List<RegexNode>)parent.Children!; int currentIndex = peers.IndexOf(subsequent); Debug.Assert(currentIndex >= 0, "Node should have been in its parent's child list"); if (currentIndex + 1 == peers.Count) { subsequent = parent; continue; } else { subsequent = peers[currentIndex + 1]; break; } case null: // If we hit the root, we're at the end of the expression, at which point nothing could backtrack // in and we can declare success. return true; default: // Anything else, we don't know what to do, so we have to assume it could conflict with the loop. return false; } break; } } } /// <summary>Computes a min bound on the required length of any string that could possibly match.</summary> /// <returns>The min computed length. If the result is 0, there is no minimum we can enforce.</returns> /// <remarks> /// e.g. abc[def](ghijkl|mn) => 6 /// </remarks> public int ComputeMinLength() { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, assume there's no minimum we can enforce. return 0; } switch (Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: // Single character. return 1; case RegexNodeKind.Multi: // Every character in the string needs to match. return Str!.Length; case RegexNodeKind.Notonelazy: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Onelazy: case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Setlazy: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: // One character repeated at least M times. return M; case RegexNodeKind.Lazyloop: case RegexNodeKind.Loop: // A node graph repeated at least M times. return (int)Math.Min(int.MaxValue - 1, (long)M * Child(0).ComputeMinLength()); case RegexNodeKind.Alternate: // The minimum required length for any of the alternation's branches. { int childCount = ChildCount(); Debug.Assert(childCount >= 2); int min = Child(0).ComputeMinLength(); for (int i = 1; i < childCount && min > 0; i++) { min = Math.Min(min, Child(i).ComputeMinLength()); } return min; } case RegexNodeKind.BackreferenceConditional: // Minimum of its yes and no branches. The backreference doesn't add to the length. return Math.Min(Child(0).ComputeMinLength(), Child(1).ComputeMinLength()); case RegexNodeKind.ExpressionConditional: // Minimum of its yes and no branches. The condition is a zero-width assertion. return Math.Min(Child(1).ComputeMinLength(), Child(2).ComputeMinLength()); case RegexNodeKind.Concatenate: // The sum of all of the concatenation's children. { long sum = 0; int childCount = ChildCount(); for (int i = 0; i < childCount; i++) { sum += Child(i).ComputeMinLength(); } return (int)Math.Min(int.MaxValue - 1, sum); } case RegexNodeKind.Atomic: case RegexNodeKind.Capture: case RegexNodeKind.Group: // For groups, we just delegate to the sole child. Debug.Assert(ChildCount() == 1); return Child(0).ComputeMinLength(); case RegexNodeKind.Empty: case RegexNodeKind.Nothing: case RegexNodeKind.UpdateBumpalong: // Nothing to match. In the future, we could potentially use Nothing to say that the min length // is infinite, but that would require a different structure, as that would only apply if the // Nothing match is required in all cases (rather than, say, as one branch of an alternation). case RegexNodeKind.Beginning: case RegexNodeKind.Bol: case RegexNodeKind.Boundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.End: case RegexNodeKind.EndZ: case RegexNodeKind.Eol: case RegexNodeKind.NonBoundary: case RegexNodeKind.NonECMABoundary: case RegexNodeKind.Start: case RegexNodeKind.NegativeLookaround: case RegexNodeKind.PositiveLookaround: // Zero-width case RegexNodeKind.Backreference: // Requires matching data available only at run-time. In the future, we could choose to find // and follow the capture group this aligns with, while being careful not to end up in an // infinite cycle. return 0; default: Debug.Fail($"Unknown node: {Kind}"); goto case RegexNodeKind.Empty; } } /// <summary>Computes a maximum length of any string that could possibly match.</summary> /// <returns>The maximum length of any string that could possibly match, or null if the length may not always be the same.</returns> /// <remarks> /// e.g. abc[def](gh|ijklmnop) => 12 /// </remarks> public int? ComputeMaxLength() { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, assume there's no minimum we can enforce. return null; } switch (Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: // Single character. return 1; case RegexNodeKind.Multi: // Every character in the string needs to match. return Str!.Length; case RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic: // Return the max number of iterations if there's an upper bound, or null if it's infinite return N == int.MaxValue ? null : N; case RegexNodeKind.Loop or RegexNodeKind.Lazyloop: if (N != int.MaxValue) { // A node graph repeated a fixed number of times if (Child(0).ComputeMaxLength() is int childMaxLength) { long maxLength = (long)N * childMaxLength; if (maxLength < int.MaxValue) { return (int)maxLength; } } } return null; case RegexNodeKind.Alternate: // The maximum length of any child branch, as long as they all have one. { int childCount = ChildCount(); Debug.Assert(childCount >= 2); if (Child(0).ComputeMaxLength() is not int maxLength) { return null; } for (int i = 1; i < childCount; i++) { if (Child(i).ComputeMaxLength() is not int next) { return null; } maxLength = Math.Max(maxLength, next); } return maxLength; } case RegexNodeKind.BackreferenceConditional: case RegexNodeKind.ExpressionConditional: // The maximum length of either child branch, as long as they both have one.. The condition for an expression conditional is a zero-width assertion. { int i = Kind == RegexNodeKind.BackreferenceConditional ? 0 : 1; return Child(i).ComputeMaxLength() is int yes && Child(i + 1).ComputeMaxLength() is int no ? Math.Max(yes, no) : null; } case RegexNodeKind.Concatenate: // The sum of all of the concatenation's children's max lengths, as long as they all have one. { long sum = 0; int childCount = ChildCount(); for (int i = 0; i < childCount; i++) { if (Child(i).ComputeMaxLength() is not int length) { return null; } sum += length; } if (sum < int.MaxValue) { return (int)sum; } return null; } case RegexNodeKind.Atomic: case RegexNodeKind.Capture: // For groups, we just delegate to the sole child. Debug.Assert(ChildCount() == 1); return Child(0).ComputeMaxLength(); case RegexNodeKind.Empty: case RegexNodeKind.Nothing: case RegexNodeKind.UpdateBumpalong: case RegexNodeKind.Beginning: case RegexNodeKind.Bol: case RegexNodeKind.Boundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.End: case RegexNodeKind.EndZ: case RegexNodeKind.Eol: case RegexNodeKind.NonBoundary: case RegexNodeKind.NonECMABoundary: case RegexNodeKind.Start: case RegexNodeKind.PositiveLookaround: case RegexNodeKind.NegativeLookaround: // Zero-width return 0; case RegexNodeKind.Backreference: // Requires matching data available only at run-time. In the future, we could choose to find // and follow the capture group this aligns with, while being careful not to end up in an // infinite cycle. return null; default: Debug.Fail($"Unknown node: {Kind}"); goto case RegexNodeKind.Empty; } } /// <summary> /// Determine whether the specified child node is the beginning of a sequence that can /// trivially have length checks combined in order to avoid bounds checks. /// </summary> /// <param name="childIndex">The starting index of the child to check.</param> /// <param name="requiredLength">The sum of all the fixed lengths for the nodes in the sequence.</param> /// <param name="exclusiveEnd">The index of the node just after the last one in the sequence.</param> /// <returns>true if more than one node can have their length checks combined; otherwise, false.</returns> /// <remarks> /// There are additional node types for which we can prove a fixed length, e.g. examining all branches /// of an alternation and returning true if all their lengths are equal. However, the primary purpose /// of this method is to avoid bounds checks by consolidating length checks that guard accesses to /// strings/spans for which the JIT can see a fixed index within bounds, and alternations employ /// patterns that defeat that (e.g. reassigning the span in question). As such, the implementation /// remains focused on only a core subset of nodes that are a) likely to be used in concatenations and /// b) employ simple patterns of checks. /// </remarks> public bool TryGetJoinableLengthCheckChildRange(int childIndex, out int requiredLength, out int exclusiveEnd) { static bool CanJoinLengthCheck(RegexNode node) => node.Kind switch { RegexNodeKind.One or RegexNodeKind.Notone or RegexNodeKind.Set => true, RegexNodeKind.Multi => true, RegexNodeKind.Oneloop or RegexNodeKind.Onelazy or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setlazy or RegexNodeKind.Setloopatomic when node.M == node.N => true, _ => false, }; RegexNode child = Child(childIndex); if (CanJoinLengthCheck(child)) { requiredLength = child.ComputeMinLength(); int childCount = ChildCount(); for (exclusiveEnd = childIndex + 1; exclusiveEnd < childCount; exclusiveEnd++) { child = Child(exclusiveEnd); if (!CanJoinLengthCheck(child)) { break; } requiredLength += child.ComputeMinLength(); } if (exclusiveEnd - childIndex > 1) { return true; } } requiredLength = 0; exclusiveEnd = 0; return false; } public RegexNode MakeQuantifier(bool lazy, int min, int max) { // Certain cases of repeaters (min == max) can be handled specially if (min == max) { switch (max) { case 0: // The node is repeated 0 times, so it's actually empty. return new RegexNode(RegexNodeKind.Empty, Options); case 1: // The node is repeated 1 time, so it's not actually a repeater. return this; case <= MultiVsRepeaterLimit when Kind == RegexNodeKind.One: // The same character is repeated a fixed number of times, so it's actually a multi. // While this could remain a repeater, multis are more readily optimized later in // processing. The counts used here in real-world expressions are invariably small (e.g. 4), // but we set an upper bound just to avoid creating really large strings. Debug.Assert(max >= 2); Kind = RegexNodeKind.Multi; Str = new string(Ch, max); Ch = '\0'; return this; } } switch (Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: MakeRep(lazy ? RegexNodeKind.Onelazy : RegexNodeKind.Oneloop, min, max); return this; default: var result = new RegexNode(lazy ? RegexNodeKind.Lazyloop : RegexNodeKind.Loop, Options, min, max); result.AddChild(this); return result; } } public void AddChild(RegexNode newChild) { newChild.Parent = this; // so that the child can see its parent while being reduced newChild = newChild.Reduce(); newChild.Parent = this; // in case Reduce returns a different node that needs to be reparented if (Children is null) { Children = newChild; } else if (Children is RegexNode currentChild) { Children = new List<RegexNode>() { currentChild, newChild }; } else { ((List<RegexNode>)Children).Add(newChild); } } public void InsertChild(int index, RegexNode newChild) { Debug.Assert(Children is List<RegexNode>); newChild.Parent = this; // so that the child can see its parent while being reduced newChild = newChild.Reduce(); newChild.Parent = this; // in case Reduce returns a different node that needs to be reparented ((List<RegexNode>)Children).Insert(index, newChild); } public void ReplaceChild(int index, RegexNode newChild) { Debug.Assert(Children != null); Debug.Assert(index < ChildCount()); newChild.Parent = this; // so that the child can see its parent while being reduced newChild = newChild.Reduce(); newChild.Parent = this; // in case Reduce returns a different node that needs to be reparented if (Children is RegexNode) { Children = newChild; } else { ((List<RegexNode>)Children)[index] = newChild; } } public RegexNode Child(int i) => Children is RegexNode child ? child : ((List<RegexNode>)Children!)[i]; public int ChildCount() { if (Children is null) { return 0; } if (Children is List<RegexNode> children) { return children.Count; } Debug.Assert(Children is RegexNode); return 1; } // Determines whether the node supports a compilation / code generation strategy based on walking the node tree. internal bool SupportsCompilation() { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, code generation isn't supported as the tree is too deep. return false; } if ((Options & (RegexOptions.RightToLeft | RegexOptions.NonBacktracking)) != 0) { // NonBacktracking isn't supported, nor RightToLeft. The latter applies to both the top-level // options as well as when used to specify positive and negative lookbehinds. return false; } int childCount = ChildCount(); for (int i = 0; i < childCount; i++) { // The node isn't supported if any of its children aren't supported. if (!Child(i).SupportsCompilation()) { return false; } } // Supported. return true; } /// <summary>Gets whether the node is a Set/Setloop/Setloopatomic/Setlazy node.</summary> public bool IsSetFamily => Kind is RegexNodeKind.Set or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy; /// <summary>Gets whether the node is a One/Oneloop/Oneloopatomic/Onelazy node.</summary> public bool IsOneFamily => Kind is RegexNodeKind.One or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy; /// <summary>Gets whether the node is a Notone/Notoneloop/Notoneloopatomic/Notonelazy node.</summary> public bool IsNotoneFamily => Kind is RegexNodeKind.Notone or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy; /// <summary>Gets whether this node is contained inside of a loop.</summary> public bool IsInLoop() { for (RegexNode? parent = Parent; parent is not null; parent = parent.Parent) { if (parent.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop) { return true; } } return false; } #if DEBUG [ExcludeFromCodeCoverage] public override string ToString() { RegexNode? curNode = this; int curChild = 0; var sb = new StringBuilder().AppendLine(curNode.Describe()); var stack = new List<int>(); while (true) { if (curChild < curNode!.ChildCount()) { stack.Add(curChild + 1); curNode = curNode.Child(curChild); curChild = 0; sb.Append(new string(' ', stack.Count * 2)).Append(curNode.Describe()).AppendLine(); } else { if (stack.Count == 0) { break; } curChild = stack[stack.Count - 1]; stack.RemoveAt(stack.Count - 1); curNode = curNode.Parent; } } return sb.ToString(); } [ExcludeFromCodeCoverage] private string Describe() { var sb = new StringBuilder(Kind.ToString()); if ((Options & RegexOptions.ExplicitCapture) != 0) sb.Append("-C"); if ((Options & RegexOptions.IgnoreCase) != 0) sb.Append("-I"); if ((Options & RegexOptions.RightToLeft) != 0) sb.Append("-L"); if ((Options & RegexOptions.Multiline) != 0) sb.Append("-M"); if ((Options & RegexOptions.Singleline) != 0) sb.Append("-S"); if ((Options & RegexOptions.IgnorePatternWhitespace) != 0) sb.Append("-X"); if ((Options & RegexOptions.ECMAScript) != 0) sb.Append("-E"); switch (Kind) { case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.One: case RegexNodeKind.Notone: sb.Append(" '").Append(RegexCharClass.DescribeChar(Ch)).Append('\''); break; case RegexNodeKind.Capture: sb.Append(' ').Append($"index = {M}"); if (N != -1) { sb.Append($", unindex = {N}"); } break; case RegexNodeKind.Backreference: case RegexNodeKind.BackreferenceConditional: sb.Append(' ').Append($"index = {M}"); break; case RegexNodeKind.Multi: sb.Append(" \"").Append(Str).Append('"'); break; case RegexNodeKind.Set: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Setlazy: sb.Append(' ').Append(RegexCharClass.DescribeSet(Str!)); break; } switch (Kind) { case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Setlazy: case RegexNodeKind.Loop: case RegexNodeKind.Lazyloop: sb.Append( (M == 0 && N == int.MaxValue) ? "*" : (M == 0 && N == 1) ? "?" : (M == 1 && N == int.MaxValue) ? "+" : (N == int.MaxValue) ? $"{{{M}, *}}" : (N == M) ? $"{{{M}}}" : $"{{{M}, {N}}}"); break; } return sb.ToString(); } #endif } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; using System.Threading; namespace System.Text.RegularExpressions { /// <summary>Represents a regex subexpression.</summary> internal sealed class RegexNode { /// <summary>empty bit from the node's options to store data on whether a node contains captures</summary> internal const RegexOptions HasCapturesFlag = (RegexOptions)(1 << 31); /// <summary>Arbitrary number of repetitions of the same character when we'd prefer to represent that as a repeater of that character rather than a string.</summary> internal const int MultiVsRepeaterLimit = 64; /// <summary>The node's children.</summary> /// <remarks>null if no children, a <see cref="RegexNode"/> if one child, or a <see cref="List{RegexNode}"/> if multiple children.</remarks> private object? Children; /// <summary>The kind of expression represented by this node.</summary> public RegexNodeKind Kind { get; private set; } /// <summary>A string associated with the node.</summary> /// <remarks>For a <see cref="RegexNodeKind.Multi"/>, this is the string from the expression. For an <see cref="IsSetFamily"/> node, this is the character class string from <see cref="RegexCharClass"/>.</remarks> public string? Str { get; private set; } /// <summary>The character associated with the node.</summary> /// <remarks>For a <see cref="IsOneFamily"/> or <see cref="IsNotoneFamily"/> node, the character from the expression.</remarks> public char Ch { get; private set; } /// <summary>The minimum number of iterations for a loop, or the capture group number for a capture or backreference.</summary> /// <remarks>No minimum is represented by 0. No capture group is represented by -1.</remarks> public int M { get; private set; } /// <summary>The maximum number of iterations for a loop, or the uncapture group number for a balancing group.</summary> /// <remarks>No upper bound is represented by <see cref="int.MaxValue"/>. No capture group is represented by -1.</remarks> public int N { get; private set; } /// <summary>The options associated with the node.</summary> public RegexOptions Options; /// <summary>The node's parent node in the tree.</summary> /// <remarks> /// During parsing, top-level nodes are also stacked onto a parse stack (a stack of trees) using <see cref="Parent"/>. /// After parsing, <see cref="Parent"/> is the node in the tree that has this node as or in <see cref="Children"/>. /// </remarks> public RegexNode? Parent; public RegexNode(RegexNodeKind kind, RegexOptions options) { Kind = kind; Options = options; } public RegexNode(RegexNodeKind kind, RegexOptions options, char ch) { Kind = kind; Options = options; Ch = ch; } public RegexNode(RegexNodeKind kind, RegexOptions options, string str) { Kind = kind; Options = options; Str = str; } public RegexNode(RegexNodeKind kind, RegexOptions options, int m) { Kind = kind; Options = options; M = m; } public RegexNode(RegexNodeKind kind, RegexOptions options, int m, int n) { Kind = kind; Options = options; M = m; N = n; } /// <summary>Creates a RegexNode representing a single character.</summary> /// <param name="ch">The character.</param> /// <param name="options">The node's options.</param> /// <param name="culture">The culture to use to perform any required transformations.</param> /// <returns>The created RegexNode. This might be a RegexNode.One or a RegexNode.Set.</returns> public static RegexNode CreateOneWithCaseConversion(char ch, RegexOptions options, CultureInfo? culture) { // If the options specify case-insensitivity, we try to create a node that fully encapsulates that. if ((options & RegexOptions.IgnoreCase) != 0) { Debug.Assert(culture is not null); // If the character is part of a Unicode category that doesn't participate in case conversion, // we can simply strip out the IgnoreCase option and make the node case-sensitive. if (!RegexCharClass.ParticipatesInCaseConversion(ch)) { return new RegexNode(RegexNodeKind.One, options & ~RegexOptions.IgnoreCase, ch); } // Create a set for the character, trying to include all case-insensitive equivalent characters. // If it's successful in doing so, resultIsCaseInsensitive will be false and we can strip // out RegexOptions.IgnoreCase as part of creating the set. string stringSet = RegexCharClass.OneToStringClass(ch, culture, out bool resultIsCaseInsensitive); if (!resultIsCaseInsensitive) { return new RegexNode(RegexNodeKind.Set, options & ~RegexOptions.IgnoreCase, stringSet); } // Otherwise, until we can get rid of ToLower usage at match time entirely (https://github.com/dotnet/runtime/issues/61048), // lowercase the character and proceed to create an IgnoreCase One node. ch = culture.TextInfo.ToLower(ch); } // Create a One node for the character. return new RegexNode(RegexNodeKind.One, options, ch); } /// <summary>Reverses all children of a concatenation when in RightToLeft mode.</summary> public RegexNode ReverseConcatenationIfRightToLeft() { if ((Options & RegexOptions.RightToLeft) != 0 && Kind == RegexNodeKind.Concatenate && ChildCount() > 1) { ((List<RegexNode>)Children!).Reverse(); } return this; } /// <summary> /// Pass type as OneLazy or OneLoop /// </summary> private void MakeRep(RegexNodeKind kind, int min, int max) { Kind += kind - RegexNodeKind.One; M = min; N = max; } private void MakeLoopAtomic() { switch (Kind) { case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop: // For loops, we simply change the Type to the atomic variant. // Atomic greedy loops should consume as many values as they can. Kind += RegexNodeKind.Oneloopatomic - RegexNodeKind.Oneloop; break; case RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy: // For lazy, we not only change the Type, we also lower the max number of iterations // to the minimum number of iterations, creating a repeater, as they should end up // matching as little as possible. Kind += RegexNodeKind.Oneloopatomic - RegexNodeKind.Onelazy; N = M; if (N == 0) { // If moving the max to be the same as the min dropped it to 0, there's no // work to be done for this node, and we can make it Empty. Kind = RegexNodeKind.Empty; Str = null; Ch = '\0'; } else if (Kind == RegexNodeKind.Oneloopatomic && N is >= 2 and <= MultiVsRepeaterLimit) { // If this is now a One repeater with a small enough length, // make it a Multi instead, as they're better optimized down the line. Kind = RegexNodeKind.Multi; Str = new string(Ch, N); Ch = '\0'; M = N = 0; } break; default: Debug.Fail($"Unexpected type: {Kind}"); break; } } #if DEBUG /// <summary>Validate invariants the rest of the implementation relies on for processing fully-built trees.</summary> [Conditional("DEBUG")] private void ValidateFinalTreeInvariants() { Debug.Assert(Kind == RegexNodeKind.Capture, "Every generated tree should begin with a capture node"); var toExamine = new Stack<RegexNode>(); toExamine.Push(this); while (toExamine.Count > 0) { RegexNode node = toExamine.Pop(); // Add all children to be examined int childCount = node.ChildCount(); for (int i = 0; i < childCount; i++) { RegexNode child = node.Child(i); Debug.Assert(child.Parent == node, $"{child.Describe()} missing reference to parent {node.Describe()}"); toExamine.Push(child); } // Validate that we never see certain node types. Debug.Assert(Kind != RegexNodeKind.Group, "All Group nodes should have been removed."); // Validate node types and expected child counts. switch (node.Kind) { case RegexNodeKind.Group: Debug.Fail("All Group nodes should have been removed."); break; case RegexNodeKind.Beginning: case RegexNodeKind.Bol: case RegexNodeKind.Boundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.Empty: case RegexNodeKind.End: case RegexNodeKind.EndZ: case RegexNodeKind.Eol: case RegexNodeKind.Multi: case RegexNodeKind.NonBoundary: case RegexNodeKind.NonECMABoundary: case RegexNodeKind.Nothing: case RegexNodeKind.Notone: case RegexNodeKind.Notonelazy: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.One: case RegexNodeKind.Onelazy: case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Backreference: case RegexNodeKind.Set: case RegexNodeKind.Setlazy: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Start: case RegexNodeKind.UpdateBumpalong: Debug.Assert(childCount == 0, $"Expected zero children for {node.Kind}, got {childCount}."); break; case RegexNodeKind.Atomic: case RegexNodeKind.Capture: case RegexNodeKind.Lazyloop: case RegexNodeKind.Loop: case RegexNodeKind.NegativeLookaround: case RegexNodeKind.PositiveLookaround: Debug.Assert(childCount == 1, $"Expected one and only one child for {node.Kind}, got {childCount}."); break; case RegexNodeKind.BackreferenceConditional: Debug.Assert(childCount == 2, $"Expected two children for {node.Kind}, got {childCount}"); break; case RegexNodeKind.ExpressionConditional: Debug.Assert(childCount == 3, $"Expected three children for {node.Kind}, got {childCount}"); break; case RegexNodeKind.Concatenate: case RegexNodeKind.Alternate: Debug.Assert(childCount >= 2, $"Expected at least two children for {node.Kind}, got {childCount}."); break; default: Debug.Fail($"Unexpected node type: {node.Kind}"); break; } // Validate node configuration. switch (node.Kind) { case RegexNodeKind.Multi: Debug.Assert(node.Str is not null, "Expect non-null multi string"); Debug.Assert(node.Str.Length >= 2, $"Expected {node.Str} to be at least two characters"); break; case RegexNodeKind.Set: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Setlazy: Debug.Assert(!string.IsNullOrEmpty(node.Str), $"Expected non-null, non-empty string for {node.Kind}."); break; default: Debug.Assert(node.Str is null, $"Expected null string for {node.Kind}, got \"{node.Str}\"."); break; } } } #endif /// <summary>Performs additional optimizations on an entire tree prior to being used.</summary> /// <remarks> /// Some optimizations are performed by the parser while parsing, and others are performed /// as nodes are being added to the tree. The optimizations here expect the tree to be fully /// formed, as they inspect relationships between nodes that may not have been in place as /// individual nodes were being processed/added to the tree. /// </remarks> internal RegexNode FinalOptimize() { RegexNode rootNode = this; Debug.Assert(rootNode.Kind == RegexNodeKind.Capture); Debug.Assert(rootNode.Parent is null); Debug.Assert(rootNode.ChildCount() == 1); // Only apply optimization when LTR to avoid needing additional code for the much rarer RTL case. // Also only apply these optimizations when not using NonBacktracking, as these optimizations are // all about avoiding things that are impactful for the backtracking engines but nops for non-backtracking. if ((Options & (RegexOptions.RightToLeft | RegexOptions.NonBacktracking)) == 0) { // Optimization: eliminate backtracking for loops. // For any single-character loop (Oneloop, Notoneloop, Setloop), see if we can automatically convert // that into its atomic counterpart (Oneloopatomic, Notoneloopatomic, Setloopatomic) based on what // comes after it in the expression tree. rootNode.FindAndMakeLoopsAtomic(); // Optimization: backtracking removal at expression end. // If we find backtracking construct at the end of the regex, we can instead make it non-backtracking, // since nothing would ever backtrack into it anyway. Doing this then makes the construct available // to implementations that don't support backtracking. rootNode.EliminateEndingBacktracking(); // Optimization: unnecessary re-processing of starting loops. // If an expression is guaranteed to begin with a single-character unbounded loop that isn't part of an alternation (in which case it // wouldn't be guaranteed to be at the beginning) or a capture (in which case a back reference could be influenced by its length), then we // can update the tree with a temporary node to indicate that the implementation should use that node's ending position in the input text // as the next starting position at which to start the next match. This avoids redoing matches we've already performed, e.g. matching // "\[email protected]" against "is this a valid [email protected]", the \w+ will initially match the "is" and then will fail to match the "@". // Rather than bumping the scan loop by 1 and trying again to match at the "s", we can instead start at the " ". For functional correctness // we can only consider unbounded loops, as to be able to start at the end of the loop we need the loop to have consumed all possible matches; // otherwise, you could end up with a pattern like "a{1,3}b" matching against "aaaabc", which should match, but if we pre-emptively stop consuming // after the first three a's and re-start from that position, we'll end up failing the match even though it should have succeeded. We can also // apply this optimization to non-atomic loops: even though backtracking could be necessary, such backtracking would be handled within the processing // of a single starting position. Lazy loops similarly benefit, as a failed match will result in exploring the exact same search space as with // a greedy loop, just in the opposite order (and a successful match will overwrite the bumpalong position); we need to avoid atomic lazy loops, // however, as they will only end up as a repeater for the minimum length and thus will effectively end up with a non-infinite upper bound, which // we've already outlined is problematic. { RegexNode node = rootNode.Child(0); // skip implicit root capture node bool atomicByAncestry = true; // the root is implicitly atomic because nothing comes after it (same for the implicit root capture) while (true) { switch (node.Kind) { case RegexNodeKind.Atomic: node = node.Child(0); continue; case RegexNodeKind.Concatenate: atomicByAncestry = false; node = node.Child(0); continue; case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when node.N == int.MaxValue: case RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy when node.N == int.MaxValue && !atomicByAncestry: if (node.Parent is { Kind: RegexNodeKind.Concatenate } parent) { parent.InsertChild(1, new RegexNode(RegexNodeKind.UpdateBumpalong, node.Options)); } break; } break; } } } // Done optimizing. Return the final tree. #if DEBUG rootNode.ValidateFinalTreeInvariants(); #endif return rootNode; } /// <summary>Converts nodes at the end of the node tree to be atomic.</summary> /// <remarks> /// The correctness of this optimization depends on nothing being able to backtrack into /// the provided node. That means it must be at the root of the overall expression, or /// it must be an Atomic node that nothing will backtrack into by the very nature of Atomic. /// </remarks> private void EliminateEndingBacktracking() { if (!StackHelper.TryEnsureSufficientExecutionStack() || (Options & (RegexOptions.RightToLeft | RegexOptions.NonBacktracking)) != 0) { // If we can't recur further, just stop optimizing. // We haven't done the work to validate this is correct for RTL. // And NonBacktracking doesn't support atomic groups and doesn't have backtracking to be eliminated. return; } // Walk the tree starting from the current node. RegexNode node = this; while (true) { switch (node.Kind) { // {One/Notone/Set}loops can be upgraded to {One/Notone/Set}loopatomic nodes, e.g. [abc]* => (?>[abc]*). // And {One/Notone/Set}lazys can similarly be upgraded to be atomic, which really makes them into repeaters // or even empty nodes. case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop: case RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy: node.MakeLoopAtomic(); break; // Just because a particular node is atomic doesn't mean all its descendants are. // Process them as well. case RegexNodeKind.Atomic: node = node.Child(0); continue; // For Capture and Concatenate, we just recur into their last child (only child in the case // of Capture). However, if the child is an alternation or loop, we can also make the // node itself atomic by wrapping it in an Atomic node. Since we later check to see whether a // node is atomic based on its parent or grandparent, we don't bother wrapping such a node in // an Atomic one if its grandparent is already Atomic. // e.g. [xyz](?:abc|def) => [xyz](?>abc|def) case RegexNodeKind.Capture: case RegexNodeKind.Concatenate: RegexNode existingChild = node.Child(node.ChildCount() - 1); if ((existingChild.Kind is RegexNodeKind.Alternate or RegexNodeKind.BackreferenceConditional or RegexNodeKind.ExpressionConditional or RegexNodeKind.Loop or RegexNodeKind.Lazyloop) && (node.Parent is null || node.Parent.Kind != RegexNodeKind.Atomic)) // validate grandparent isn't atomic { var atomic = new RegexNode(RegexNodeKind.Atomic, existingChild.Options); atomic.AddChild(existingChild); node.ReplaceChild(node.ChildCount() - 1, atomic); } node = existingChild; continue; // For alternate, we can recur into each branch separately. We use this iteration for the first branch. // Conditionals are just like alternations in this regard. // e.g. abc*|def* => ab(?>c*)|de(?>f*) case RegexNodeKind.Alternate: case RegexNodeKind.BackreferenceConditional: case RegexNodeKind.ExpressionConditional: { int branches = node.ChildCount(); for (int i = 1; i < branches; i++) { node.Child(i).EliminateEndingBacktracking(); } if (node.Kind != RegexNodeKind.ExpressionConditional) // ReduceTestgroup will have already applied ending backtracking removal { node = node.Child(0); continue; } } break; // For {Lazy}Loop, we search to see if there's a viable last expression, and iff there // is we recur into processing it. Also, as with the single-char lazy loops, LazyLoop // can have its max iteration count dropped to its min iteration count, as there's no // reason for it to match more than the minimal at the end; that in turn makes it a // repeater, which results in better code generation. // e.g. (?:abc*)* => (?:ab(?>c*))* // e.g. (abc*?)+? => (ab){1} case RegexNodeKind.Lazyloop: node.N = node.M; goto case RegexNodeKind.Loop; case RegexNodeKind.Loop: { if (node.N == 1) { // If the loop has a max iteration count of 1 (e.g. it's an optional node), // there's no possibility for conflict between multiple iterations, so // we can process it. node = node.Child(0); continue; } RegexNode? loopDescendent = node.FindLastExpressionInLoopForAutoAtomic(); if (loopDescendent != null) { node = loopDescendent; continue; // loop around to process node } } break; } break; } } /// <summary> /// Removes redundant nodes from the subtree, and returns an optimized subtree. /// </summary> internal RegexNode Reduce() { // TODO: https://github.com/dotnet/runtime/issues/61048 // As part of overhauling IgnoreCase handling, the parser shouldn't produce any nodes other than Backreference // that ever have IgnoreCase set on them. For now, though, remove IgnoreCase from any nodes for which it // has no behavioral effect. switch (Kind) { default: // No effect Options &= ~RegexOptions.IgnoreCase; break; case RegexNodeKind.One or RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notone or RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Set or RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic: case RegexNodeKind.Multi: case RegexNodeKind.Backreference: // Still meaningful break; } return Kind switch { RegexNodeKind.Alternate => ReduceAlternation(), RegexNodeKind.Atomic => ReduceAtomic(), RegexNodeKind.Concatenate => ReduceConcatenation(), RegexNodeKind.Group => ReduceGroup(), RegexNodeKind.Loop or RegexNodeKind.Lazyloop => ReduceLoops(), RegexNodeKind.NegativeLookaround => ReducePrevent(), RegexNodeKind.PositiveLookaround => ReduceRequire(), RegexNodeKind.Set or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy => ReduceSet(), RegexNodeKind.ExpressionConditional => ReduceTestgroup(), RegexNodeKind.BackreferenceConditional => ReduceTestref(), _ => this, }; } /// <summary>Remove an unnecessary Concatenation or Alternation node</summary> /// <remarks> /// Simple optimization for a concatenation or alternation: /// - if the node has only one child, use it instead /// - if the node has zero children, turn it into an empty with Nothing for an alternation or Empty for a concatenation /// </remarks> private RegexNode ReplaceNodeIfUnnecessary() { Debug.Assert(Kind is RegexNodeKind.Alternate or RegexNodeKind.Concatenate); return ChildCount() switch { 0 => new RegexNode(Kind == RegexNodeKind.Alternate ? RegexNodeKind.Nothing : RegexNodeKind.Empty, Options), 1 => Child(0), _ => this, }; } /// <summary>Remove all non-capturing groups.</summary> /// <remark> /// Simple optimization: once parsed into a tree, non-capturing groups /// serve no function, so strip them out. /// e.g. (?:(?:(?:abc))) => abc /// </remark> private RegexNode ReduceGroup() { Debug.Assert(Kind == RegexNodeKind.Group); RegexNode u = this; while (u.Kind == RegexNodeKind.Group) { Debug.Assert(u.ChildCount() == 1); u = u.Child(0); } return u; } /// <summary> /// Remove unnecessary atomic nodes, and make appropriate descendents of the atomic node themselves atomic. /// </summary> /// <remarks> /// e.g. (?>(?>(?>a*))) => (?>a*) /// e.g. (?>(abc*)*) => (?>(abc(?>c*))*) /// </remarks> private RegexNode ReduceAtomic() { // RegexOptions.NonBacktracking doesn't support atomic groups, so when that option // is set we don't want to create atomic groups where they weren't explicitly authored. if ((Options & RegexOptions.NonBacktracking) != 0) { return this; } Debug.Assert(Kind == RegexNodeKind.Atomic); Debug.Assert(ChildCount() == 1); RegexNode atomic = this; RegexNode child = Child(0); while (child.Kind == RegexNodeKind.Atomic) { atomic = child; child = atomic.Child(0); } switch (child.Kind) { // If the child is empty/nothing, there's nothing to be made atomic so the Atomic // node can simply be removed. case RegexNodeKind.Empty: case RegexNodeKind.Nothing: return child; // If the child is already atomic, we can just remove the atomic node. case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Setloopatomic: return child; // If an atomic subexpression contains only a {one/notone/set}{loop/lazy}, // change it to be an {one/notone/set}loopatomic and remove the atomic node. case RegexNodeKind.Oneloop: case RegexNodeKind.Notoneloop: case RegexNodeKind.Setloop: case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setlazy: child.MakeLoopAtomic(); return child; // Alternations have a variety of possible optimizations that can be applied // iff they're atomic. case RegexNodeKind.Alternate: if ((Options & RegexOptions.RightToLeft) == 0) { List<RegexNode>? branches = child.Children as List<RegexNode>; Debug.Assert(branches is not null && branches.Count != 0); // If an alternation is atomic and its first branch is Empty, the whole thing // is a nop, as Empty will match everything trivially, and no backtracking // into the node will be performed, making the remaining branches irrelevant. if (branches[0].Kind == RegexNodeKind.Empty) { return new RegexNode(RegexNodeKind.Empty, child.Options); } // Similarly, we can trim off any branches after an Empty, as they'll never be used. // An Empty will match anything, and thus branches after that would only be used // if we backtracked into it and advanced passed the Empty after trying the Empty... // but if the alternation is atomic, such backtracking won't happen. for (int i = 1; i < branches.Count - 1; i++) { if (branches[i].Kind == RegexNodeKind.Empty) { branches.RemoveRange(i + 1, branches.Count - (i + 1)); break; } } // If an alternation is atomic, we won't ever backtrack back into it, which // means order matters but not repetition. With backtracking, it would be incorrect // to convert an expression like "hi|there|hello" into "hi|hello|there", as doing // so could then change the order of results if we matched "hi" and then failed // based on what came after it, and both "hello" and "there" could be successful // with what came later. But without backtracking, we can reorder "hi|there|hello" // to instead be "hi|hello|there", as "hello" and "there" can't match the same text, // and once this atomic alternation has matched, we won't try another branch. This // reordering is valuable as it then enables further optimizations, e.g. // "hi|there|hello" => "hi|hello|there" => "h(?:i|ello)|there", which means we only // need to check the 'h' once in case it's not an 'h', and it's easier to employ different // code gen that, for example, switches on first character of the branches, enabling faster // choice of branch without always having to walk through each. bool reordered = false; for (int start = 0; start < branches.Count; start++) { // Get the node that may start our range. If it's a one, multi, or concat of those, proceed. RegexNode startNode = branches[start]; if (startNode.FindBranchOneOrMultiStart() is null) { continue; } // Find the contiguous range of nodes from this point that are similarly one, multi, or concat of those. int endExclusive = start + 1; while (endExclusive < branches.Count && branches[endExclusive].FindBranchOneOrMultiStart() is not null) { endExclusive++; } // If there's at least 3, there may be something to reorder (we won't reorder anything // before the starting position, and so only 2 items is considered ordered). if (endExclusive - start >= 3) { int compare = start; while (compare < endExclusive) { // Get the starting character char c = branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti(); // Move compare to point to the last branch that has the same starting value. while (compare < endExclusive && branches[compare].FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) { compare++; } // Compare now points to the first node that doesn't match the starting node. // If we've walked off our range, there's nothing left to reorder. if (compare < endExclusive) { // There may be something to reorder. See if there are any other nodes that begin with the same character. for (int next = compare + 1; next < endExclusive; next++) { RegexNode nextChild = branches[next]; if (nextChild.FindBranchOneOrMultiStart()!.FirstCharOfOneOrMulti() == c) { branches.RemoveAt(next); branches.Insert(compare++, nextChild); reordered = true; } } } } } // Move to the end of the range we've now explored. endExclusive is not a viable // starting position either, and the start++ for the loop will thus take us to // the next potential place to start a range. start = endExclusive; } // If anything was reordered, there may be new optimization opportunities inside // of the alternation, so reduce it again. if (reordered) { atomic.ReplaceChild(0, child); child = atomic.Child(0); } } goto default; // For everything else, try to reduce ending backtracking of the last contained expression. default: child.EliminateEndingBacktracking(); return atomic; } } /// <summary>Combine nested loops where applicable.</summary> /// <remarks> /// Nested repeaters just get multiplied with each other if they're not too lumpy. /// Other optimizations may have also resulted in {Lazy}loops directly containing /// sets, ones, and notones, in which case they can be transformed into the corresponding /// individual looping constructs. /// </remarks> private RegexNode ReduceLoops() { Debug.Assert(Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop); RegexNode u = this; RegexNodeKind kind = Kind; int min = M; int max = N; while (u.ChildCount() > 0) { RegexNode child = u.Child(0); // multiply reps of the same type only if (child.Kind != kind) { bool valid = false; if (kind == RegexNodeKind.Loop) { switch (child.Kind) { case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: valid = true; break; } } else // type == Lazyloop { switch (child.Kind) { case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setlazy: valid = true; break; } } if (!valid) { break; } } // child can be too lumpy to blur, e.g., (a {100,105}) {3} or (a {2,})? // [but things like (a {2,})+ are not too lumpy...] if (u.M == 0 && child.M > 1 || child.N < child.M * 2) { break; } u = child; if (u.M > 0) { u.M = min = ((int.MaxValue - 1) / u.M < min) ? int.MaxValue : u.M * min; } if (u.N > 0) { u.N = max = ((int.MaxValue - 1) / u.N < max) ? int.MaxValue : u.N * max; } } if (min == int.MaxValue) { return new RegexNode(RegexNodeKind.Nothing, Options); } // If the Loop or Lazyloop now only has one child node and its a Set, One, or Notone, // reduce to just Setloop/lazy, Oneloop/lazy, or Notoneloop/lazy. The parser will // generally have only produced the latter, but other reductions could have exposed // this. if (u.ChildCount() == 1) { RegexNode child = u.Child(0); switch (child.Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: child.MakeRep(u.Kind == RegexNodeKind.Lazyloop ? RegexNodeKind.Onelazy : RegexNodeKind.Oneloop, u.M, u.N); u = child; break; } } return u; } /// <summary> /// Reduces set-related nodes to simpler one-related and notone-related nodes, where applicable. /// </summary> /// <remarks> /// e.g. /// [a] => a /// [a]* => a* /// [a]*? => a*? /// (?>[a]*) => (?>a*) /// [^a] => ^a /// []* => Nothing /// </remarks> private RegexNode ReduceSet() { // Extract empty-set, one, and not-one case as special Debug.Assert(Kind is RegexNodeKind.Set or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy); Debug.Assert(!string.IsNullOrEmpty(Str)); if (RegexCharClass.IsEmpty(Str)) { Kind = RegexNodeKind.Nothing; Str = null; } else if (RegexCharClass.IsSingleton(Str)) { Ch = RegexCharClass.SingletonChar(Str); Str = null; Kind = Kind == RegexNodeKind.Set ? RegexNodeKind.One : Kind == RegexNodeKind.Setloop ? RegexNodeKind.Oneloop : Kind == RegexNodeKind.Setloopatomic ? RegexNodeKind.Oneloopatomic : RegexNodeKind.Onelazy; } else if (RegexCharClass.IsSingletonInverse(Str)) { Ch = RegexCharClass.SingletonChar(Str); Str = null; Kind = Kind == RegexNodeKind.Set ? RegexNodeKind.Notone : Kind == RegexNodeKind.Setloop ? RegexNodeKind.Notoneloop : Kind == RegexNodeKind.Setloopatomic ? RegexNodeKind.Notoneloopatomic : RegexNodeKind.Notonelazy; } return this; } /// <summary>Optimize an alternation.</summary> private RegexNode ReduceAlternation() { Debug.Assert(Kind == RegexNodeKind.Alternate); switch (ChildCount()) { case 0: return new RegexNode(RegexNodeKind.Nothing, Options); case 1: return Child(0); default: ReduceSingleLetterAndNestedAlternations(); RegexNode node = ReplaceNodeIfUnnecessary(); if (node.Kind == RegexNodeKind.Alternate) { node = ExtractCommonPrefixText(node); if (node.Kind == RegexNodeKind.Alternate) { node = ExtractCommonPrefixOneNotoneSet(node); if (node.Kind == RegexNodeKind.Alternate) { node = RemoveRedundantEmptiesAndNothings(node); } } } return node; } // This function performs two optimizations: // - Single-letter alternations can be replaced by faster set specifications // e.g. "a|b|c|def|g|h" -> "[a-c]|def|[gh]" // - Nested alternations with no intervening operators can be flattened: // e.g. "apple|(?:orange|pear)|grape" -> "apple|orange|pear|grape" void ReduceSingleLetterAndNestedAlternations() { bool wasLastSet = false; bool lastNodeCannotMerge = false; RegexOptions optionsLast = 0; RegexOptions optionsAt; int i; int j; RegexNode at; RegexNode prev; List<RegexNode> children = (List<RegexNode>)Children!; for (i = 0, j = 0; i < children.Count; i++, j++) { at = children[i]; if (j < i) children[j] = at; while (true) { if (at.Kind == RegexNodeKind.Alternate) { if (at.Children is List<RegexNode> atChildren) { for (int k = 0; k < atChildren.Count; k++) { atChildren[k].Parent = this; } children.InsertRange(i + 1, atChildren); } else { RegexNode atChild = (RegexNode)at.Children!; atChild.Parent = this; children.Insert(i + 1, atChild); } j--; } else if (at.Kind is RegexNodeKind.Set or RegexNodeKind.One) { // Cannot merge sets if L or I options differ, or if either are negated. optionsAt = at.Options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); if (at.Kind == RegexNodeKind.Set) { if (!wasLastSet || optionsLast != optionsAt || lastNodeCannotMerge || !RegexCharClass.IsMergeable(at.Str!)) { wasLastSet = true; lastNodeCannotMerge = !RegexCharClass.IsMergeable(at.Str!); optionsLast = optionsAt; break; } } else if (!wasLastSet || optionsLast != optionsAt || lastNodeCannotMerge) { wasLastSet = true; lastNodeCannotMerge = false; optionsLast = optionsAt; break; } // The last node was a Set or a One, we're a Set or One and our options are the same. // Merge the two nodes. j--; prev = children[j]; RegexCharClass prevCharClass; if (prev.Kind == RegexNodeKind.One) { prevCharClass = new RegexCharClass(); prevCharClass.AddChar(prev.Ch); } else { prevCharClass = RegexCharClass.Parse(prev.Str!); } if (at.Kind == RegexNodeKind.One) { prevCharClass.AddChar(at.Ch); } else { RegexCharClass atCharClass = RegexCharClass.Parse(at.Str!); prevCharClass.AddCharClass(atCharClass); } prev.Kind = RegexNodeKind.Set; prev.Str = prevCharClass.ToStringClass(Options); if ((prev.Options & RegexOptions.IgnoreCase) != 0 && RegexCharClass.MakeCaseSensitiveIfPossible(prev.Str, RegexParser.GetTargetCulture(prev.Options)) is string newSetString) { prev.Str = newSetString; prev.Options &= ~RegexOptions.IgnoreCase; } } else if (at.Kind == RegexNodeKind.Nothing) { j--; } else { wasLastSet = false; lastNodeCannotMerge = false; } break; } } if (j < i) { children.RemoveRange(j, i - j); } } // This function optimizes out prefix nodes from alternation branches that are // the same across multiple contiguous branches. // e.g. \w12|\d34|\d56|\w78|\w90 => \w12|\d(?:34|56)|\w(?:78|90) static RegexNode ExtractCommonPrefixOneNotoneSet(RegexNode alternation) { Debug.Assert(alternation.Kind == RegexNodeKind.Alternate); Debug.Assert(alternation.Children is List<RegexNode> { Count: >= 2 }); var children = (List<RegexNode>)alternation.Children; // Only process left-to-right prefixes. if ((alternation.Options & RegexOptions.RightToLeft) != 0) { return alternation; } // Only handle the case where each branch is a concatenation foreach (RegexNode child in children) { if (child.Kind != RegexNodeKind.Concatenate || child.ChildCount() < 2) { return alternation; } } for (int startingIndex = 0; startingIndex < children.Count - 1; startingIndex++) { Debug.Assert(children[startingIndex].Children is List<RegexNode> { Count: >= 2 }); // Only handle the case where each branch begins with the same One, Notone, or Set (individual or loop). // Note that while we can do this for individual characters, fixed length loops, and atomic loops, doing // it for non-atomic variable length loops could change behavior as each branch could otherwise have a // different number of characters consumed by the loop based on what's after it. RegexNode required = children[startingIndex].Child(0); switch (required.Kind) { case RegexNodeKind.One or RegexNodeKind.Notone or RegexNodeKind.Set: case RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloopatomic: case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop or RegexNodeKind.Onelazy or RegexNodeKind.Notonelazy or RegexNodeKind.Setlazy when required.M == required.N: break; default: continue; } // Only handle the case where each branch begins with the exact same node value int endingIndex = startingIndex + 1; for (; endingIndex < children.Count; endingIndex++) { RegexNode other = children[endingIndex].Child(0); if (required.Kind != other.Kind || required.Options != other.Options || required.M != other.M || required.N != other.N || required.Ch != other.Ch || required.Str != other.Str) { break; } } if (endingIndex - startingIndex <= 1) { // Nothing to extract from this starting index. continue; } // Remove the prefix node from every branch, adding it to a new alternation var newAlternate = new RegexNode(RegexNodeKind.Alternate, alternation.Options); for (int i = startingIndex; i < endingIndex; i++) { ((List<RegexNode>)children[i].Children!).RemoveAt(0); newAlternate.AddChild(children[i]); } // If this alternation is wrapped as atomic, we need to do the same for the new alternation. if (alternation.Parent is RegexNode { Kind: RegexNodeKind.Atomic } parent) { var atomic = new RegexNode(RegexNodeKind.Atomic, alternation.Options); atomic.AddChild(newAlternate); newAlternate = atomic; } // Now create a concatenation of the prefix node with the new alternation for the combined // branches, and replace all of the branches in this alternation with that new concatenation. var newConcat = new RegexNode(RegexNodeKind.Concatenate, alternation.Options); newConcat.AddChild(required); newConcat.AddChild(newAlternate); alternation.ReplaceChild(startingIndex, newConcat); children.RemoveRange(startingIndex + 1, endingIndex - startingIndex - 1); } return alternation.ReplaceNodeIfUnnecessary(); } // Removes unnecessary Empty and Nothing nodes from the alternation. A Nothing will never // match, so it can be removed entirely, and an Empty can be removed if there's a previous // Empty in the alternation: it's an extreme case of just having a repeated branch in an // alternation, and while we don't check for all duplicates, checking for empty is easy. static RegexNode RemoveRedundantEmptiesAndNothings(RegexNode node) { Debug.Assert(node.Kind == RegexNodeKind.Alternate); Debug.Assert(node.ChildCount() >= 2); var children = (List<RegexNode>)node.Children!; int i = 0, j = 0; bool seenEmpty = false; while (i < children.Count) { RegexNode child = children[i]; switch (child.Kind) { case RegexNodeKind.Empty when !seenEmpty: seenEmpty = true; goto default; case RegexNodeKind.Empty: case RegexNodeKind.Nothing: i++; break; default: children[j] = children[i]; i++; j++; break; } } children.RemoveRange(j, children.Count - j); return node.ReplaceNodeIfUnnecessary(); } // Analyzes all the branches of the alternation for text that's identical at the beginning // of every branch. That text is then pulled out into its own one or multi node in a // concatenation with the alternation (whose branches are updated to remove that prefix). // This is valuable for a few reasons. One, it exposes potentially more text to the // expression prefix analyzer used to influence FindFirstChar. Second, it exposes more // potential alternation optimizations, e.g. if the same prefix is followed in two branches // by sets that can be merged. Third, it reduces the amount of duplicated comparisons required // if we end up backtracking into subsequent branches. // e.g. abc|ade => a(?bc|de) static RegexNode ExtractCommonPrefixText(RegexNode alternation) { Debug.Assert(alternation.Kind == RegexNodeKind.Alternate); Debug.Assert(alternation.Children is List<RegexNode> { Count: >= 2 }); var children = (List<RegexNode>)alternation.Children; // To keep things relatively simple, we currently only handle: // - Left to right (e.g. we don't process alternations in lookbehinds) // - Branches that are one or multi nodes, or that are concatenations beginning with one or multi nodes. // - All branches having the same options. // Only extract left-to-right prefixes. if ((alternation.Options & RegexOptions.RightToLeft) != 0) { return alternation; } Span<char> scratchChar = stackalloc char[1]; ReadOnlySpan<char> startingSpan = stackalloc char[0]; for (int startingIndex = 0; startingIndex < children.Count - 1; startingIndex++) { // Process the first branch to get the maximum possible common string. RegexNode? startingNode = children[startingIndex].FindBranchOneOrMultiStart(); if (startingNode is null) { return alternation; } RegexOptions startingNodeOptions = startingNode.Options; startingSpan = startingNode.Str.AsSpan(); if (startingNode.Kind == RegexNodeKind.One) { scratchChar[0] = startingNode.Ch; startingSpan = scratchChar; } Debug.Assert(startingSpan.Length > 0); // Now compare the rest of the branches against it. int endingIndex = startingIndex + 1; for (; endingIndex < children.Count; endingIndex++) { // Get the starting node of the next branch. startingNode = children[endingIndex].FindBranchOneOrMultiStart(); if (startingNode is null || startingNode.Options != startingNodeOptions) { break; } // See if the new branch's prefix has a shared prefix with the current one. // If it does, shorten to that; if it doesn't, bail. if (startingNode.Kind == RegexNodeKind.One) { if (startingSpan[0] != startingNode.Ch) { break; } if (startingSpan.Length != 1) { startingSpan = startingSpan.Slice(0, 1); } } else { Debug.Assert(startingNode.Kind == RegexNodeKind.Multi); Debug.Assert(startingNode.Str!.Length > 0); int minLength = Math.Min(startingSpan.Length, startingNode.Str.Length); int c = 0; while (c < minLength && startingSpan[c] == startingNode.Str[c]) c++; if (c == 0) { break; } startingSpan = startingSpan.Slice(0, c); } } // When we get here, we have a starting string prefix shared by all branches // in the range [startingIndex, endingIndex). if (endingIndex - startingIndex <= 1) { // There's nothing to consolidate for this starting node. continue; } // We should be able to consolidate something for the nodes in the range [startingIndex, endingIndex). Debug.Assert(startingSpan.Length > 0); // Create a new node of the form: // Concatenation(prefix, Alternation(each | node | with | prefix | removed)) // that replaces all these branches in this alternation. var prefix = startingSpan.Length == 1 ? new RegexNode(RegexNodeKind.One, startingNodeOptions, startingSpan[0]) : new RegexNode(RegexNodeKind.Multi, startingNodeOptions, startingSpan.ToString()); var newAlternate = new RegexNode(RegexNodeKind.Alternate, startingNodeOptions); for (int i = startingIndex; i < endingIndex; i++) { RegexNode branch = children[i]; ProcessOneOrMulti(branch.Kind == RegexNodeKind.Concatenate ? branch.Child(0) : branch, startingSpan); branch = branch.Reduce(); newAlternate.AddChild(branch); // Remove the starting text from the one or multi node. This may end up changing // the type of the node to be Empty if the starting text matches the node's full value. static void ProcessOneOrMulti(RegexNode node, ReadOnlySpan<char> startingSpan) { if (node.Kind == RegexNodeKind.One) { Debug.Assert(startingSpan.Length == 1); Debug.Assert(startingSpan[0] == node.Ch); node.Kind = RegexNodeKind.Empty; node.Ch = '\0'; } else { Debug.Assert(node.Kind == RegexNodeKind.Multi); Debug.Assert(node.Str.AsSpan().StartsWith(startingSpan, StringComparison.Ordinal)); if (node.Str!.Length == startingSpan.Length) { node.Kind = RegexNodeKind.Empty; node.Str = null; } else if (node.Str.Length - 1 == startingSpan.Length) { node.Kind = RegexNodeKind.One; node.Ch = node.Str[node.Str.Length - 1]; node.Str = null; } else { node.Str = node.Str.Substring(startingSpan.Length); } } } } if (alternation.Parent is RegexNode parent && parent.Kind == RegexNodeKind.Atomic) { var atomic = new RegexNode(RegexNodeKind.Atomic, startingNodeOptions); atomic.AddChild(newAlternate); newAlternate = atomic; } var newConcat = new RegexNode(RegexNodeKind.Concatenate, startingNodeOptions); newConcat.AddChild(prefix); newConcat.AddChild(newAlternate); alternation.ReplaceChild(startingIndex, newConcat); children.RemoveRange(startingIndex + 1, endingIndex - startingIndex - 1); } return alternation.ChildCount() == 1 ? alternation.Child(0) : alternation; } } /// <summary> /// Finds the starting one or multi of the branch, if it has one; otherwise, returns null. /// For simplicity, this only considers branches that are One or Multi, or a Concatenation /// beginning with a One or Multi. We don't traverse more than one level to avoid the /// complication of then having to later update that hierarchy when removing the prefix, /// but it could be done in the future if proven beneficial enough. /// </summary> public RegexNode? FindBranchOneOrMultiStart() { RegexNode branch = Kind == RegexNodeKind.Concatenate ? Child(0) : this; return branch.Kind is RegexNodeKind.One or RegexNodeKind.Multi ? branch : null; } /// <summary>Same as <see cref="FindBranchOneOrMultiStart"/> but also for Sets.</summary> public RegexNode? FindBranchOneMultiOrSetStart() { RegexNode branch = Kind == RegexNodeKind.Concatenate ? Child(0) : this; return branch.Kind is RegexNodeKind.One or RegexNodeKind.Multi or RegexNodeKind.Set ? branch : null; } /// <summary>Gets the character that begins a One or Multi.</summary> public char FirstCharOfOneOrMulti() { Debug.Assert(Kind is RegexNodeKind.One or RegexNodeKind.Multi); Debug.Assert((Options & RegexOptions.RightToLeft) == 0); return Kind == RegexNodeKind.One ? Ch : Str![0]; } /// <summary>Finds the guaranteed beginning literal(s) of the node, or null if none exists.</summary> public (char Char, string? String, string? SetChars)? FindStartingLiteral(int maxSetCharacters = 5) // 5 is max optimized by IndexOfAny today { Debug.Assert(maxSetCharacters >= 0 && maxSetCharacters <= 128, $"{nameof(maxSetCharacters)} == {maxSetCharacters} should be small enough to be stack allocated."); RegexNode? node = this; while (true) { if (node is not null && (node.Options & RegexOptions.RightToLeft) == 0) { switch (node.Kind) { case RegexNodeKind.One: case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy when node.M > 0: if ((node.Options & RegexOptions.IgnoreCase) == 0 || !RegexCharClass.ParticipatesInCaseConversion(node.Ch)) { return (node.Ch, null, null); } break; case RegexNodeKind.Multi: if ((node.Options & RegexOptions.IgnoreCase) == 0 || !RegexCharClass.ParticipatesInCaseConversion(node.Str.AsSpan())) { return ('\0', node.Str, null); } break; case RegexNodeKind.Set: case RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy when node.M > 0: Span<char> setChars = stackalloc char[maxSetCharacters]; int numChars; if (!RegexCharClass.IsNegated(node.Str!) && (numChars = RegexCharClass.GetSetChars(node.Str!, setChars)) != 0) { setChars = setChars.Slice(0, numChars); if ((node.Options & RegexOptions.IgnoreCase) == 0 || !RegexCharClass.ParticipatesInCaseConversion(setChars)) { return ('\0', null, setChars.ToString()); } } break; case RegexNodeKind.Atomic: case RegexNodeKind.Concatenate: case RegexNodeKind.Capture: case RegexNodeKind.Group: case RegexNodeKind.Loop or RegexNodeKind.Lazyloop when node.M > 0: case RegexNodeKind.PositiveLookaround: node = node.Child(0); continue; } } return null; } } /// <summary> /// Optimizes a concatenation by coalescing adjacent characters and strings, /// coalescing adjacent loops, converting loops to be atomic where applicable, /// and removing the concatenation itself if it's unnecessary. /// </summary> private RegexNode ReduceConcatenation() { Debug.Assert(Kind == RegexNodeKind.Concatenate); // If the concat node has zero or only one child, get rid of the concat. switch (ChildCount()) { case 0: return new RegexNode(RegexNodeKind.Empty, Options); case 1: return Child(0); } // Coalesce adjacent loops. This helps to minimize work done by the interpreter, minimize code gen, // and also help to reduce catastrophic backtracking. ReduceConcatenationWithAdjacentLoops(); // Coalesce adjacent characters/strings. This is done after the adjacent loop coalescing so that // a One adjacent to both a Multi and a Loop prefers being folded into the Loop rather than into // the Multi. Doing so helps with auto-atomicity when it's later applied. ReduceConcatenationWithAdjacentStrings(); // If the concatenation is now empty, return an empty node, or if it's got a single child, return that child. // Otherwise, return this. return ReplaceNodeIfUnnecessary(); } /// <summary> /// Combine adjacent characters/strings. /// e.g. (?:abc)(?:def) -> abcdef /// </summary> private void ReduceConcatenationWithAdjacentStrings() { Debug.Assert(Kind == RegexNodeKind.Concatenate); Debug.Assert(Children is List<RegexNode>); bool wasLastString = false; RegexOptions optionsLast = 0; int i, j; List<RegexNode> children = (List<RegexNode>)Children!; for (i = 0, j = 0; i < children.Count; i++, j++) { RegexNode at = children[i]; if (j < i) { children[j] = at; } if (at.Kind == RegexNodeKind.Concatenate && ((at.Options & RegexOptions.RightToLeft) == (Options & RegexOptions.RightToLeft))) { if (at.Children is List<RegexNode> atChildren) { for (int k = 0; k < atChildren.Count; k++) { atChildren[k].Parent = this; } children.InsertRange(i + 1, atChildren); } else { RegexNode atChild = (RegexNode)at.Children!; atChild.Parent = this; children.Insert(i + 1, atChild); } j--; } else if (at.Kind is RegexNodeKind.Multi or RegexNodeKind.One) { // Cannot merge strings if L or I options differ RegexOptions optionsAt = at.Options & (RegexOptions.RightToLeft | RegexOptions.IgnoreCase); if (!wasLastString || optionsLast != optionsAt) { wasLastString = true; optionsLast = optionsAt; continue; } RegexNode prev = children[--j]; if (prev.Kind == RegexNodeKind.One) { prev.Kind = RegexNodeKind.Multi; prev.Str = prev.Ch.ToString(); } if ((optionsAt & RegexOptions.RightToLeft) == 0) { prev.Str = (at.Kind == RegexNodeKind.One) ? $"{prev.Str}{at.Ch}" : prev.Str + at.Str; } else { prev.Str = (at.Kind == RegexNodeKind.One) ? $"{at.Ch}{prev.Str}" : at.Str + prev.Str; } } else if (at.Kind == RegexNodeKind.Empty) { j--; } else { wasLastString = false; } } if (j < i) { children.RemoveRange(j, i - j); } } /// <summary> /// Combine adjacent loops. /// e.g. a*a*a* => a* /// e.g. a+ab => a{2,}b /// </summary> private void ReduceConcatenationWithAdjacentLoops() { Debug.Assert(Kind == RegexNodeKind.Concatenate); Debug.Assert(Children is List<RegexNode>); var children = (List<RegexNode>)Children!; int current = 0, next = 1, nextSave = 1; while (next < children.Count) { RegexNode currentNode = children[current]; RegexNode nextNode = children[next]; if (currentNode.Options == nextNode.Options) { static bool CanCombineCounts(int nodeMin, int nodeMax, int nextMin, int nextMax) { // We shouldn't have an infinite minimum; bail if we find one. Also check for the // degenerate case where we'd make the min overflow or go infinite when it wasn't already. if (nodeMin == int.MaxValue || nextMin == int.MaxValue || (uint)nodeMin + (uint)nextMin >= int.MaxValue) { return false; } // Similar overflow / go infinite check for max (which can be infinite). if (nodeMax != int.MaxValue && nextMax != int.MaxValue && (uint)nodeMax + (uint)nextMax >= int.MaxValue) { return false; } return true; } switch (currentNode.Kind) { // Coalescing a loop with its same type case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy when nextNode.Kind == currentNode.Kind && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy when nextNode.Kind == currentNode.Kind && currentNode.Str == nextNode.Str: if (CanCombineCounts(currentNode.M, currentNode.N, nextNode.M, nextNode.N)) { currentNode.M += nextNode.M; if (currentNode.N != int.MaxValue) { currentNode.N = nextNode.N == int.MaxValue ? int.MaxValue : currentNode.N + nextNode.N; } next++; continue; } break; // Coalescing a loop with an additional item of the same type case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy when nextNode.Kind == RegexNodeKind.One && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy when nextNode.Kind == RegexNodeKind.Notone && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy when nextNode.Kind == RegexNodeKind.Set && currentNode.Str == nextNode.Str: if (CanCombineCounts(currentNode.M, currentNode.N, 1, 1)) { currentNode.M++; if (currentNode.N != int.MaxValue) { currentNode.N++; } next++; continue; } break; // Coalescing a loop with a subsequent string case RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy when nextNode.Kind == RegexNodeKind.Multi && currentNode.Ch == nextNode.Str![0]: { // Determine how many of the multi's characters can be combined. // We already checked for the first, so we know it's at least one. int matchingCharsInMulti = 1; while (matchingCharsInMulti < nextNode.Str.Length && currentNode.Ch == nextNode.Str[matchingCharsInMulti]) { matchingCharsInMulti++; } if (CanCombineCounts(currentNode.M, currentNode.N, matchingCharsInMulti, matchingCharsInMulti)) { // Update the loop's bounds to include those characters from the multi currentNode.M += matchingCharsInMulti; if (currentNode.N != int.MaxValue) { currentNode.N += matchingCharsInMulti; } // If it was the full multi, skip/remove the multi and continue processing this loop. if (nextNode.Str.Length == matchingCharsInMulti) { next++; continue; } // Otherwise, trim the characters from the multiple that were absorbed into the loop. // If it now only has a single character, it becomes a One. Debug.Assert(matchingCharsInMulti < nextNode.Str.Length); if (nextNode.Str.Length - matchingCharsInMulti == 1) { nextNode.Kind = RegexNodeKind.One; nextNode.Ch = nextNode.Str[nextNode.Str.Length - 1]; nextNode.Str = null; } else { nextNode.Str = nextNode.Str.Substring(matchingCharsInMulti); } } } break; // NOTE: We could add support for coalescing a string with a subsequent loop, but the benefits of that // are limited. Pulling a subsequent string's prefix back into the loop helps with making the loop atomic, // but if the loop is after the string, pulling the suffix of the string forward into the loop may actually // be a deoptimization as those characters could end up matching more slowly as part of loop matching. // Coalescing an individual item with a loop. case RegexNodeKind.One when (nextNode.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy) && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Notone when (nextNode.Kind is RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy) && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Set when (nextNode.Kind is RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy) && currentNode.Str == nextNode.Str: if (CanCombineCounts(1, 1, nextNode.M, nextNode.N)) { currentNode.Kind = nextNode.Kind; currentNode.M = nextNode.M + 1; currentNode.N = nextNode.N == int.MaxValue ? int.MaxValue : nextNode.N + 1; next++; continue; } break; // Coalescing an individual item with another individual item. // We don't coalesce adjacent One nodes into a Oneloop as we'd rather they be joined into a Multi. case RegexNodeKind.Notone when nextNode.Kind == currentNode.Kind && currentNode.Ch == nextNode.Ch: case RegexNodeKind.Set when nextNode.Kind == RegexNodeKind.Set && currentNode.Str == nextNode.Str: currentNode.MakeRep(RegexNodeKind.Oneloop, 2, 2); next++; continue; } } children[nextSave++] = children[next]; current = next; next++; } if (nextSave < children.Count) { children.RemoveRange(nextSave, children.Count - nextSave); } } /// <summary> /// Finds {one/notone/set}loop nodes in the concatenation that can be automatically upgraded /// to {one/notone/set}loopatomic nodes. Such changes avoid potential useless backtracking. /// e.g. A*B (where sets A and B don't overlap) => (?>A*)B. /// </summary> private void FindAndMakeLoopsAtomic() { Debug.Assert((Options & RegexOptions.NonBacktracking) == 0, "Atomic groups aren't supported and don't help performance with NonBacktracking"); if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we're too deep on the stack, give up optimizing further. return; } if ((Options & RegexOptions.RightToLeft) != 0) { // RTL is so rare, we don't need to spend additional time/code optimizing for it. return; } // For all node types that have children, recur into each of those children. int childCount = ChildCount(); if (childCount != 0) { for (int i = 0; i < childCount; i++) { Child(i).FindAndMakeLoopsAtomic(); } } // If this isn't a concatenation, nothing more to do. if (Kind is not RegexNodeKind.Concatenate) { return; } // This is a concatenation. Iterate through each pair of nodes in the concatenation seeing whether we can // make the first node (or its right-most child) atomic based on the second node (or its left-most child). Debug.Assert(Children is List<RegexNode>); var children = (List<RegexNode>)Children; for (int i = 0; i < childCount - 1; i++) { ProcessNode(children[i], children[i + 1]); static void ProcessNode(RegexNode node, RegexNode subsequent) { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, just stop optimizing. return; } // Skip down the node past irrelevant nodes. while (true) { // We can always recur into captures and into the last node of concatenations. if (node.Kind is RegexNodeKind.Capture or RegexNodeKind.Concatenate) { node = node.Child(node.ChildCount() - 1); continue; } // For loops with at least one guaranteed iteration, we can recur into them, but // we need to be careful not to just always do so; the ending node of a loop can only // be made atomic if what comes after the loop but also the beginning of the loop are // compatible for the optimization. if (node.Kind == RegexNodeKind.Loop) { RegexNode? loopDescendent = node.FindLastExpressionInLoopForAutoAtomic(); if (loopDescendent != null) { node = loopDescendent; continue; } } // Can't skip any further. break; } // If the node can be changed to atomic based on what comes after it, do so. switch (node.Kind) { case RegexNodeKind.Oneloop or RegexNodeKind.Notoneloop or RegexNodeKind.Setloop when CanBeMadeAtomic(node, subsequent, allowSubsequentIteration: true): node.MakeLoopAtomic(); break; case RegexNodeKind.Alternate or RegexNodeKind.BackreferenceConditional or RegexNodeKind.ExpressionConditional: // In the case of alternation, we can't change the alternation node itself // based on what comes after it (at least not with more complicated analysis // that factors in all branches together), but we can look at each individual // branch, and analyze ending loops in each branch individually to see if they // can be made atomic. Then if we do end up backtracking into the alternation, // we at least won't need to backtrack into that loop. The same is true for // conditionals, though we don't want to process the condition expression // itself, as it's already considered atomic and handled as part of ReduceTestgroup. { int alternateBranches = node.ChildCount(); for (int b = node.Kind == RegexNodeKind.ExpressionConditional ? 1 : 0; b < alternateBranches; b++) { ProcessNode(node.Child(b), subsequent); } } break; } } } } /// <summary> /// Recurs into the last expression of a loop node, looking to see if it can find a node /// that could be made atomic _assuming_ the conditions exist for it with the loop's ancestors. /// </summary> /// <returns>The found node that should be explored further for auto-atomicity; null if it doesn't exist.</returns> private RegexNode? FindLastExpressionInLoopForAutoAtomic() { RegexNode node = this; Debug.Assert(node.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop); // Start by looking at the loop's sole child. node = node.Child(0); // Skip past captures. while (node.Kind == RegexNodeKind.Capture) { node = node.Child(0); } // If the loop's body is a concatenate, we can skip to its last child iff that // last child doesn't conflict with the first child, since this whole concatenation // could be repeated, such that the first node ends up following the last. For // example, in the expression (a+[def])*, the last child is [def] and the first is // a+, which can't possibly overlap with [def]. In contrast, if we had (a+[ade])*, // [ade] could potentially match the starting 'a'. if (node.Kind == RegexNodeKind.Concatenate) { int concatCount = node.ChildCount(); RegexNode lastConcatChild = node.Child(concatCount - 1); if (CanBeMadeAtomic(lastConcatChild, node.Child(0), allowSubsequentIteration: false)) { return lastConcatChild; } } // Otherwise, the loop has nothing that can participate in auto-atomicity. return null; } /// <summary>Optimizations for positive lookaheads/behinds.</summary> private RegexNode ReduceRequire() { Debug.Assert(Kind == RegexNodeKind.PositiveLookaround); Debug.Assert(ChildCount() == 1); // A positive lookaround is a zero-width atomic assertion. // As it's atomic, nothing will backtrack into it, and we can // eliminate any ending backtracking from it. EliminateEndingBacktracking(); // A positive lookaround wrapped around an empty is a nop, and can just // be made into an empty. A developer typically doesn't write this, but // rather it evolves due to optimizations resulting in empty. if (Child(0).Kind == RegexNodeKind.Empty) { Kind = RegexNodeKind.Empty; Children = null; } return this; } /// <summary>Optimizations for negative lookaheads/behinds.</summary> private RegexNode ReducePrevent() { Debug.Assert(Kind == RegexNodeKind.NegativeLookaround); Debug.Assert(ChildCount() == 1); // A negative lookaround wrapped around an empty child, i.e. (?!), is // sometimes used as a way to insert a guaranteed no-match into the expression. // We can reduce it to simply Nothing. if (Child(0).Kind == RegexNodeKind.Empty) { Kind = RegexNodeKind.Nothing; Children = null; } return this; } /// <summary>Optimizations for backreference conditionals.</summary> private RegexNode ReduceTestref() { Debug.Assert(Kind == RegexNodeKind.BackreferenceConditional); Debug.Assert(ChildCount() is 1 or 2); // This isn't so much an optimization as it is changing the tree for consistency. // We want all engines to be able to trust that every Testref will have two children, // even though it's optional in the syntax. If it's missing a "not matched" branch, // we add one that will match empty. if (ChildCount() == 1) { AddChild(new RegexNode(RegexNodeKind.Empty, Options)); } return this; } /// <summary>Optimizations for expression conditionals.</summary> private RegexNode ReduceTestgroup() { Debug.Assert(Kind == RegexNodeKind.ExpressionConditional); Debug.Assert(ChildCount() is 2 or 3); // This isn't so much an optimization as it is changing the tree for consistency. // We want all engines to be able to trust that every Testgroup will have three children, // even though it's optional in the syntax. If it's missing a "not matched" branch, // we add one that will match empty. if (ChildCount() == 2) { AddChild(new RegexNode(RegexNodeKind.Empty, Options)); } // It's common for the condition to be an explicit positive lookahead, as specifying // that eliminates any ambiguity in syntax as to whether the expression is to be matched // as an expression or to be a reference to a capture group. After parsing, however, // there's no ambiguity, and we can remove an extra level of positive lookahead, as the // engines need to treat the condition as a zero-width positive, atomic assertion regardless. RegexNode condition = Child(0); if (condition.Kind == RegexNodeKind.PositiveLookaround && (condition.Options & RegexOptions.RightToLeft) == 0) { ReplaceChild(0, condition.Child(0)); } // We can also eliminate any ending backtracking in the condition, as the condition // is considered to be a positive lookahead, which is an atomic zero-width assertion. condition = Child(0); condition.EliminateEndingBacktracking(); return this; } /// <summary> /// Determines whether node can be switched to an atomic loop. Subsequent is the node /// immediately after 'node'. /// </summary> private static bool CanBeMadeAtomic(RegexNode node, RegexNode subsequent, bool allowSubsequentIteration) { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, just stop optimizing. return false; } // In most case, we'll simply check the node against whatever subsequent is. However, in case // subsequent ends up being a loop with a min bound of 0, we'll also need to evaluate the node // against whatever comes after subsequent. In that case, we'll walk the tree to find the // next subsequent, and we'll loop around against to perform the comparison again. while (true) { // Skip the successor down to the closest node that's guaranteed to follow it. int childCount; while ((childCount = subsequent.ChildCount()) > 0) { Debug.Assert(subsequent.Kind != RegexNodeKind.Group); switch (subsequent.Kind) { case RegexNodeKind.Concatenate: case RegexNodeKind.Capture: case RegexNodeKind.Atomic: case RegexNodeKind.PositiveLookaround when (subsequent.Options & RegexOptions.RightToLeft) == 0: // only lookaheads, not lookbehinds (represented as RTL PositiveLookaround nodes) case RegexNodeKind.Loop or RegexNodeKind.Lazyloop when subsequent.M > 0: subsequent = subsequent.Child(0); continue; } break; } // If the two nodes don't agree on options in any way, don't try to optimize them. // TODO: Remove this once https://github.com/dotnet/runtime/issues/61048 is implemented. if (node.Options != subsequent.Options) { return false; } // If the successor is an alternation, all of its children need to be evaluated, since any of them // could come after this node. If any of them fail the optimization, then the whole node fails. // This applies to expression conditionals as well, as long as they have both a yes and a no branch (if there's // only a yes branch, we'd need to also check whatever comes after the conditional). It doesn't apply to // backreference conditionals, as the condition itself is unknown statically and could overlap with the // loop being considered for atomicity. switch (subsequent.Kind) { case RegexNodeKind.Alternate: case RegexNodeKind.ExpressionConditional when childCount == 3: // condition, yes, and no branch for (int i = 0; i < childCount; i++) { if (!CanBeMadeAtomic(node, subsequent.Child(i), allowSubsequentIteration)) { return false; } } return true; } // If this node is a {one/notone/set}loop, see if it overlaps with its successor in the concatenation. // If it doesn't, then we can upgrade it to being a {one/notone/set}loopatomic. // Doing so avoids unnecessary backtracking. switch (node.Kind) { case RegexNodeKind.Oneloop: switch (subsequent.Kind) { case RegexNodeKind.One when node.Ch != subsequent.Ch: case RegexNodeKind.Notone when node.Ch == subsequent.Ch: case RegexNodeKind.Set when !RegexCharClass.CharInClass(node.Ch, subsequent.Str!): case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M > 0 && node.Ch != subsequent.Ch: case RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic when subsequent.M > 0 && node.Ch == subsequent.Ch: case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M > 0 && !RegexCharClass.CharInClass(node.Ch, subsequent.Str!): case RegexNodeKind.Multi when node.Ch != subsequent.Str![0]: case RegexNodeKind.End: case RegexNodeKind.EndZ or RegexNodeKind.Eol when node.Ch != '\n': case RegexNodeKind.Boundary when RegexCharClass.IsBoundaryWordChar(node.Ch): case RegexNodeKind.NonBoundary when !RegexCharClass.IsBoundaryWordChar(node.Ch): case RegexNodeKind.ECMABoundary when RegexCharClass.IsECMAWordChar(node.Ch): case RegexNodeKind.NonECMABoundary when !RegexCharClass.IsECMAWordChar(node.Ch): return true; case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M == 0 && node.Ch != subsequent.Ch: case RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic when subsequent.M == 0 && node.Ch == subsequent.Ch: case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M == 0 && !RegexCharClass.CharInClass(node.Ch, subsequent.Str!): // The loop can be made atomic based on this subsequent node, but we'll need to evaluate the next one as well. break; default: return false; } break; case RegexNodeKind.Notoneloop: switch (subsequent.Kind) { case RegexNodeKind.One when node.Ch == subsequent.Ch: case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M > 0 && node.Ch == subsequent.Ch: case RegexNodeKind.Multi when node.Ch == subsequent.Str![0]: case RegexNodeKind.End: return true; case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M == 0 && node.Ch == subsequent.Ch: // The loop can be made atomic based on this subsequent node, but we'll need to evaluate the next one as well. break; default: return false; } break; case RegexNodeKind.Setloop: switch (subsequent.Kind) { case RegexNodeKind.One when !RegexCharClass.CharInClass(subsequent.Ch, node.Str!): case RegexNodeKind.Set when !RegexCharClass.MayOverlap(node.Str!, subsequent.Str!): case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M > 0 && !RegexCharClass.CharInClass(subsequent.Ch, node.Str!): case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M > 0 && !RegexCharClass.MayOverlap(node.Str!, subsequent.Str!): case RegexNodeKind.Multi when !RegexCharClass.CharInClass(subsequent.Str![0], node.Str!): case RegexNodeKind.End: case RegexNodeKind.EndZ or RegexNodeKind.Eol when !RegexCharClass.CharInClass('\n', node.Str!): case RegexNodeKind.Boundary when node.Str is RegexCharClass.WordClass or RegexCharClass.DigitClass: case RegexNodeKind.NonBoundary when node.Str is RegexCharClass.NotWordClass or RegexCharClass.NotDigitClass: case RegexNodeKind.ECMABoundary when node.Str is RegexCharClass.ECMAWordClass or RegexCharClass.ECMADigitClass: case RegexNodeKind.NonECMABoundary when node.Str is RegexCharClass.NotECMAWordClass or RegexCharClass.NotDigitClass: return true; case RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic when subsequent.M == 0 && !RegexCharClass.CharInClass(subsequent.Ch, node.Str!): case RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic when subsequent.M == 0 && !RegexCharClass.MayOverlap(node.Str!, subsequent.Str!): // The loop can be made atomic based on this subsequent node, but we'll need to evaluate the next one as well. break; default: return false; } break; default: return false; } // We only get here if the node could be made atomic based on subsequent but subsequent has a lower bound of zero // and thus we need to move subsequent to be the next node in sequence and loop around to try again. Debug.Assert(subsequent.Kind is RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy); Debug.Assert(subsequent.M == 0); if (!allowSubsequentIteration) { return false; } // To be conservative, we only walk up through a very limited set of constructs (even though we may have walked // down through more, like loops), looking for the next concatenation that we're not at the end of, at // which point subsequent becomes whatever node is next in that concatenation. while (true) { RegexNode? parent = subsequent.Parent; switch (parent?.Kind) { case RegexNodeKind.Atomic: case RegexNodeKind.Alternate: case RegexNodeKind.Capture: subsequent = parent; continue; case RegexNodeKind.Concatenate: var peers = (List<RegexNode>)parent.Children!; int currentIndex = peers.IndexOf(subsequent); Debug.Assert(currentIndex >= 0, "Node should have been in its parent's child list"); if (currentIndex + 1 == peers.Count) { subsequent = parent; continue; } else { subsequent = peers[currentIndex + 1]; break; } case null: // If we hit the root, we're at the end of the expression, at which point nothing could backtrack // in and we can declare success. return true; default: // Anything else, we don't know what to do, so we have to assume it could conflict with the loop. return false; } break; } } } /// <summary>Computes a min bound on the required length of any string that could possibly match.</summary> /// <returns>The min computed length. If the result is 0, there is no minimum we can enforce.</returns> /// <remarks> /// e.g. abc[def](ghijkl|mn) => 6 /// </remarks> public int ComputeMinLength() { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, assume there's no minimum we can enforce. return 0; } switch (Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: // Single character. return 1; case RegexNodeKind.Multi: // Every character in the string needs to match. return Str!.Length; case RegexNodeKind.Notonelazy: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Onelazy: case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Setlazy: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: // One character repeated at least M times. return M; case RegexNodeKind.Lazyloop: case RegexNodeKind.Loop: // A node graph repeated at least M times. return (int)Math.Min(int.MaxValue - 1, (long)M * Child(0).ComputeMinLength()); case RegexNodeKind.Alternate: // The minimum required length for any of the alternation's branches. { int childCount = ChildCount(); Debug.Assert(childCount >= 2); int min = Child(0).ComputeMinLength(); for (int i = 1; i < childCount && min > 0; i++) { min = Math.Min(min, Child(i).ComputeMinLength()); } return min; } case RegexNodeKind.BackreferenceConditional: // Minimum of its yes and no branches. The backreference doesn't add to the length. return Math.Min(Child(0).ComputeMinLength(), Child(1).ComputeMinLength()); case RegexNodeKind.ExpressionConditional: // Minimum of its yes and no branches. The condition is a zero-width assertion. return Math.Min(Child(1).ComputeMinLength(), Child(2).ComputeMinLength()); case RegexNodeKind.Concatenate: // The sum of all of the concatenation's children. { long sum = 0; int childCount = ChildCount(); for (int i = 0; i < childCount; i++) { sum += Child(i).ComputeMinLength(); } return (int)Math.Min(int.MaxValue - 1, sum); } case RegexNodeKind.Atomic: case RegexNodeKind.Capture: case RegexNodeKind.Group: // For groups, we just delegate to the sole child. Debug.Assert(ChildCount() == 1); return Child(0).ComputeMinLength(); case RegexNodeKind.Empty: case RegexNodeKind.Nothing: case RegexNodeKind.UpdateBumpalong: // Nothing to match. In the future, we could potentially use Nothing to say that the min length // is infinite, but that would require a different structure, as that would only apply if the // Nothing match is required in all cases (rather than, say, as one branch of an alternation). case RegexNodeKind.Beginning: case RegexNodeKind.Bol: case RegexNodeKind.Boundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.End: case RegexNodeKind.EndZ: case RegexNodeKind.Eol: case RegexNodeKind.NonBoundary: case RegexNodeKind.NonECMABoundary: case RegexNodeKind.Start: case RegexNodeKind.NegativeLookaround: case RegexNodeKind.PositiveLookaround: // Zero-width case RegexNodeKind.Backreference: // Requires matching data available only at run-time. In the future, we could choose to find // and follow the capture group this aligns with, while being careful not to end up in an // infinite cycle. return 0; default: Debug.Fail($"Unknown node: {Kind}"); goto case RegexNodeKind.Empty; } } /// <summary>Computes a maximum length of any string that could possibly match.</summary> /// <returns>The maximum length of any string that could possibly match, or null if the length may not always be the same.</returns> /// <remarks> /// e.g. abc[def](gh|ijklmnop) => 12 /// </remarks> public int? ComputeMaxLength() { if (!StackHelper.TryEnsureSufficientExecutionStack()) { // If we can't recur further, assume there's no minimum we can enforce. return null; } switch (Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: // Single character. return 1; case RegexNodeKind.Multi: // Every character in the string needs to match. return Str!.Length; case RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Onelazy or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Setlazy or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic: // Return the max number of iterations if there's an upper bound, or null if it's infinite return N == int.MaxValue ? null : N; case RegexNodeKind.Loop or RegexNodeKind.Lazyloop: if (N != int.MaxValue) { // A node graph repeated a fixed number of times if (Child(0).ComputeMaxLength() is int childMaxLength) { long maxLength = (long)N * childMaxLength; if (maxLength < int.MaxValue) { return (int)maxLength; } } } return null; case RegexNodeKind.Alternate: // The maximum length of any child branch, as long as they all have one. { int childCount = ChildCount(); Debug.Assert(childCount >= 2); if (Child(0).ComputeMaxLength() is not int maxLength) { return null; } for (int i = 1; i < childCount; i++) { if (Child(i).ComputeMaxLength() is not int next) { return null; } maxLength = Math.Max(maxLength, next); } return maxLength; } case RegexNodeKind.BackreferenceConditional: case RegexNodeKind.ExpressionConditional: // The maximum length of either child branch, as long as they both have one.. The condition for an expression conditional is a zero-width assertion. { int i = Kind == RegexNodeKind.BackreferenceConditional ? 0 : 1; return Child(i).ComputeMaxLength() is int yes && Child(i + 1).ComputeMaxLength() is int no ? Math.Max(yes, no) : null; } case RegexNodeKind.Concatenate: // The sum of all of the concatenation's children's max lengths, as long as they all have one. { long sum = 0; int childCount = ChildCount(); for (int i = 0; i < childCount; i++) { if (Child(i).ComputeMaxLength() is not int length) { return null; } sum += length; } if (sum < int.MaxValue) { return (int)sum; } return null; } case RegexNodeKind.Atomic: case RegexNodeKind.Capture: // For groups, we just delegate to the sole child. Debug.Assert(ChildCount() == 1); return Child(0).ComputeMaxLength(); case RegexNodeKind.Empty: case RegexNodeKind.Nothing: case RegexNodeKind.UpdateBumpalong: case RegexNodeKind.Beginning: case RegexNodeKind.Bol: case RegexNodeKind.Boundary: case RegexNodeKind.ECMABoundary: case RegexNodeKind.End: case RegexNodeKind.EndZ: case RegexNodeKind.Eol: case RegexNodeKind.NonBoundary: case RegexNodeKind.NonECMABoundary: case RegexNodeKind.Start: case RegexNodeKind.PositiveLookaround: case RegexNodeKind.NegativeLookaround: // Zero-width return 0; case RegexNodeKind.Backreference: // Requires matching data available only at run-time. In the future, we could choose to find // and follow the capture group this aligns with, while being careful not to end up in an // infinite cycle. return null; default: Debug.Fail($"Unknown node: {Kind}"); goto case RegexNodeKind.Empty; } } /// <summary> /// Determine whether the specified child node is the beginning of a sequence that can /// trivially have length checks combined in order to avoid bounds checks. /// </summary> /// <param name="childIndex">The starting index of the child to check.</param> /// <param name="requiredLength">The sum of all the fixed lengths for the nodes in the sequence.</param> /// <param name="exclusiveEnd">The index of the node just after the last one in the sequence.</param> /// <returns>true if more than one node can have their length checks combined; otherwise, false.</returns> /// <remarks> /// There are additional node types for which we can prove a fixed length, e.g. examining all branches /// of an alternation and returning true if all their lengths are equal. However, the primary purpose /// of this method is to avoid bounds checks by consolidating length checks that guard accesses to /// strings/spans for which the JIT can see a fixed index within bounds, and alternations employ /// patterns that defeat that (e.g. reassigning the span in question). As such, the implementation /// remains focused on only a core subset of nodes that are a) likely to be used in concatenations and /// b) employ simple patterns of checks. /// </remarks> public bool TryGetJoinableLengthCheckChildRange(int childIndex, out int requiredLength, out int exclusiveEnd) { static bool CanJoinLengthCheck(RegexNode node) => node.Kind switch { RegexNodeKind.One or RegexNodeKind.Notone or RegexNodeKind.Set => true, RegexNodeKind.Multi => true, RegexNodeKind.Oneloop or RegexNodeKind.Onelazy or RegexNodeKind.Oneloopatomic or RegexNodeKind.Notoneloop or RegexNodeKind.Notonelazy or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Setloop or RegexNodeKind.Setlazy or RegexNodeKind.Setloopatomic when node.M == node.N => true, _ => false, }; RegexNode child = Child(childIndex); if (CanJoinLengthCheck(child)) { requiredLength = child.ComputeMinLength(); int childCount = ChildCount(); for (exclusiveEnd = childIndex + 1; exclusiveEnd < childCount; exclusiveEnd++) { child = Child(exclusiveEnd); if (!CanJoinLengthCheck(child)) { break; } requiredLength += child.ComputeMinLength(); } if (exclusiveEnd - childIndex > 1) { return true; } } requiredLength = 0; exclusiveEnd = 0; return false; } public RegexNode MakeQuantifier(bool lazy, int min, int max) { // Certain cases of repeaters (min == max) can be handled specially if (min == max) { switch (max) { case 0: // The node is repeated 0 times, so it's actually empty. return new RegexNode(RegexNodeKind.Empty, Options); case 1: // The node is repeated 1 time, so it's not actually a repeater. return this; case <= MultiVsRepeaterLimit when Kind == RegexNodeKind.One: // The same character is repeated a fixed number of times, so it's actually a multi. // While this could remain a repeater, multis are more readily optimized later in // processing. The counts used here in real-world expressions are invariably small (e.g. 4), // but we set an upper bound just to avoid creating really large strings. Debug.Assert(max >= 2); Kind = RegexNodeKind.Multi; Str = new string(Ch, max); Ch = '\0'; return this; } } switch (Kind) { case RegexNodeKind.One: case RegexNodeKind.Notone: case RegexNodeKind.Set: MakeRep(lazy ? RegexNodeKind.Onelazy : RegexNodeKind.Oneloop, min, max); return this; default: var result = new RegexNode(lazy ? RegexNodeKind.Lazyloop : RegexNodeKind.Loop, Options, min, max); result.AddChild(this); return result; } } public void AddChild(RegexNode newChild) { newChild.Parent = this; // so that the child can see its parent while being reduced newChild = newChild.Reduce(); newChild.Parent = this; // in case Reduce returns a different node that needs to be reparented if (Children is null) { Children = newChild; } else if (Children is RegexNode currentChild) { Children = new List<RegexNode>() { currentChild, newChild }; } else { ((List<RegexNode>)Children).Add(newChild); } } public void InsertChild(int index, RegexNode newChild) { Debug.Assert(Children is List<RegexNode>); newChild.Parent = this; // so that the child can see its parent while being reduced newChild = newChild.Reduce(); newChild.Parent = this; // in case Reduce returns a different node that needs to be reparented ((List<RegexNode>)Children).Insert(index, newChild); } public void ReplaceChild(int index, RegexNode newChild) { Debug.Assert(Children != null); Debug.Assert(index < ChildCount()); newChild.Parent = this; // so that the child can see its parent while being reduced newChild = newChild.Reduce(); newChild.Parent = this; // in case Reduce returns a different node that needs to be reparented if (Children is RegexNode) { Children = newChild; } else { ((List<RegexNode>)Children)[index] = newChild; } } public RegexNode Child(int i) => Children is RegexNode child ? child : ((List<RegexNode>)Children!)[i]; public int ChildCount() { if (Children is null) { return 0; } if (Children is List<RegexNode> children) { return children.Count; } Debug.Assert(Children is RegexNode); return 1; } // Determines whether the node supports a compilation / code generation strategy based on walking the node tree. // Also returns a human-readable string to explain the reason (it will be emitted by the source generator, hence // there's no need to localize). internal bool SupportsCompilation([NotNullWhen(false)] out string? reason) { if (!StackHelper.TryEnsureSufficientExecutionStack()) { reason = "run-time limits were exceeded"; return false; } // NonBacktracking isn't supported, nor RightToLeft. The latter applies to both the top-level // options as well as when used to specify positive and negative lookbehinds. if ((Options & RegexOptions.NonBacktracking) != 0) { reason = "RegexOptions.NonBacktracking was specified"; return false; } if ((Options & RegexOptions.RightToLeft) != 0) { reason = "RegexOptions.RightToLeft or a positive/negative lookbehind was used"; return false; } int childCount = ChildCount(); for (int i = 0; i < childCount; i++) { // The node isn't supported if any of its children aren't supported. if (!Child(i).SupportsCompilation(out reason)) { return false; } } // Supported. reason = null; return true; } /// <summary>Gets whether the node is a Set/Setloop/Setloopatomic/Setlazy node.</summary> public bool IsSetFamily => Kind is RegexNodeKind.Set or RegexNodeKind.Setloop or RegexNodeKind.Setloopatomic or RegexNodeKind.Setlazy; /// <summary>Gets whether the node is a One/Oneloop/Oneloopatomic/Onelazy node.</summary> public bool IsOneFamily => Kind is RegexNodeKind.One or RegexNodeKind.Oneloop or RegexNodeKind.Oneloopatomic or RegexNodeKind.Onelazy; /// <summary>Gets whether the node is a Notone/Notoneloop/Notoneloopatomic/Notonelazy node.</summary> public bool IsNotoneFamily => Kind is RegexNodeKind.Notone or RegexNodeKind.Notoneloop or RegexNodeKind.Notoneloopatomic or RegexNodeKind.Notonelazy; /// <summary>Gets whether this node is contained inside of a loop.</summary> public bool IsInLoop() { for (RegexNode? parent = Parent; parent is not null; parent = parent.Parent) { if (parent.Kind is RegexNodeKind.Loop or RegexNodeKind.Lazyloop) { return true; } } return false; } #if DEBUG [ExcludeFromCodeCoverage] public override string ToString() { RegexNode? curNode = this; int curChild = 0; var sb = new StringBuilder().AppendLine(curNode.Describe()); var stack = new List<int>(); while (true) { if (curChild < curNode!.ChildCount()) { stack.Add(curChild + 1); curNode = curNode.Child(curChild); curChild = 0; sb.Append(new string(' ', stack.Count * 2)).Append(curNode.Describe()).AppendLine(); } else { if (stack.Count == 0) { break; } curChild = stack[stack.Count - 1]; stack.RemoveAt(stack.Count - 1); curNode = curNode.Parent; } } return sb.ToString(); } [ExcludeFromCodeCoverage] private string Describe() { var sb = new StringBuilder(Kind.ToString()); if ((Options & RegexOptions.ExplicitCapture) != 0) sb.Append("-C"); if ((Options & RegexOptions.IgnoreCase) != 0) sb.Append("-I"); if ((Options & RegexOptions.RightToLeft) != 0) sb.Append("-L"); if ((Options & RegexOptions.Multiline) != 0) sb.Append("-M"); if ((Options & RegexOptions.Singleline) != 0) sb.Append("-S"); if ((Options & RegexOptions.IgnorePatternWhitespace) != 0) sb.Append("-X"); if ((Options & RegexOptions.ECMAScript) != 0) sb.Append("-E"); switch (Kind) { case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.One: case RegexNodeKind.Notone: sb.Append(" '").Append(RegexCharClass.DescribeChar(Ch)).Append('\''); break; case RegexNodeKind.Capture: sb.Append(' ').Append($"index = {M}"); if (N != -1) { sb.Append($", unindex = {N}"); } break; case RegexNodeKind.Backreference: case RegexNodeKind.BackreferenceConditional: sb.Append(' ').Append($"index = {M}"); break; case RegexNodeKind.Multi: sb.Append(" \"").Append(Str).Append('"'); break; case RegexNodeKind.Set: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Setlazy: sb.Append(' ').Append(RegexCharClass.DescribeSet(Str!)); break; } switch (Kind) { case RegexNodeKind.Oneloop: case RegexNodeKind.Oneloopatomic: case RegexNodeKind.Notoneloop: case RegexNodeKind.Notoneloopatomic: case RegexNodeKind.Onelazy: case RegexNodeKind.Notonelazy: case RegexNodeKind.Setloop: case RegexNodeKind.Setloopatomic: case RegexNodeKind.Setlazy: case RegexNodeKind.Loop: case RegexNodeKind.Lazyloop: sb.Append( (M == 0 && N == int.MaxValue) ? "*" : (M == 0 && N == 1) ? "?" : (M == 1 && N == int.MaxValue) ? "+" : (N == int.MaxValue) ? $"{{{M}, *}}" : (N == M) ? $"{{{M}}}" : $"{{{M}, {N}}}"); break; } return sb.ToString(); } #endif } }
1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/jit64/opt/lim/lim_002.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; /********************************************* Notes on tests: test_01: Testing several assignments to see that they maintain order when hoisted. test_02: Like test_01, but with two loops. test_03: Like test_02, but nested. test_04: The increment is not invariant. test_05: Like test_04 but with two increments. test_06: Loop has one invariant and one not invariant. test_07: Like test_06, but with a different not invariant. test_08: Another not invariant assignemnt in a loop. test_09: An invariant addition. test_10: Like test_09 with a zero trip. Test_11: A nested invariant with a zero trip. test_12: Nested invariant with an add. test_13: Nested conflicting invariants. Plus permutations: int long uint Notes: It may be useful to run these tests with constant prop off. *********************************************/ internal class test { public static int Main() { int failed_tests = 0; // Test 01 if (test_01() != 9) { Console.WriteLine("FAIL: test_01"); failed_tests++; } // Test 02 if (test_02() != 3) { Console.WriteLine("FAIL: test_02"); failed_tests++; } // Test 03 if (test_03() != 3) { Console.WriteLine("FAIL: test_03"); failed_tests++; } // Test 04 if (test_04() != 10) { Console.WriteLine("FAIL: test_04"); failed_tests++; } // Test 05 if (test_05() != 20) { Console.WriteLine("FAIL: test_05"); failed_tests++; } // Test 06 if (test_06() != 8) { Console.WriteLine("FAIL: test_06"); failed_tests++; } // Test 07 if (test_07() != 16) { Console.WriteLine("FAIL: test_07"); failed_tests++; } // Test 08 if (test_08() != 9) { Console.WriteLine("FAIL: test_08"); failed_tests++; } // Test 09 if (test_09() != 3) { Console.WriteLine("FAIL: test_09"); failed_tests++; } // Test 10 if (test_10() != 0) { Console.WriteLine("FAIL: test_10"); failed_tests++; } // Test 11 if (test_11() != 0) { Console.WriteLine("FAIL: test_11"); failed_tests++; } // Test 12 if (test_12() != 2) { Console.WriteLine("FAIL: test_12"); failed_tests++; } // Test 13 if (test_13() != 7) { Console.WriteLine("FAIL: test_13"); failed_tests++; } // Test 01 if (test_101() != 9) { Console.WriteLine("FAIL: test_101"); failed_tests++; } // Test 02 if (test_102() != 3) { Console.WriteLine("FAIL: test_102"); failed_tests++; } // Test 03 if (test_103() != 3) { Console.WriteLine("FAIL: test_103"); failed_tests++; } // Test 04 if (test_104() != 10) { Console.WriteLine("FAIL: test_104"); failed_tests++; } // Test 05 if (test_105() != 20) { Console.WriteLine("FAIL: test_105"); failed_tests++; } // Test 06 if (test_106() != 8) { Console.WriteLine("FAIL: test_106"); failed_tests++; } // Test 07 if (test_107() != 16) { Console.WriteLine("FAIL: test_107"); failed_tests++; } // Test 08 if (test_108() != 9) { Console.WriteLine("FAIL: test_108"); failed_tests++; } // Test 09 if (test_109() != 3) { Console.WriteLine("FAIL: test_109"); failed_tests++; } // Test 10 if (test_110() != 0) { Console.WriteLine("FAIL: test_110"); failed_tests++; } // Test 11 if (test_111() != 0) { Console.WriteLine("FAIL: test_111"); failed_tests++; } // Test 12 if (test_112() != 2) { Console.WriteLine("FAIL: test_112"); failed_tests++; } // Test 13 if (test_113() != 7) { Console.WriteLine("FAIL: test_113"); failed_tests++; } // Test 01 if (test_201() != 9) { Console.WriteLine("FAIL: test_201"); failed_tests++; } // Test 02 if (test_202() != 3) { Console.WriteLine("FAIL: test_202"); failed_tests++; } // Test 03 if (test_203() != 3) { Console.WriteLine("FAIL: test_203"); failed_tests++; } // Test 04 if (test_204() != 10) { Console.WriteLine("FAIL: test_204"); failed_tests++; } // Test 05 if (test_205() != 20) { Console.WriteLine("FAIL: test_205"); failed_tests++; } // Test 06 if (test_206() != 8) { Console.WriteLine("FAIL: test_206"); failed_tests++; } // Test 07 if (test_207() != 16) { Console.WriteLine("FAIL: test_207"); failed_tests++; } // Test 08 if (test_208() != 9) { Console.WriteLine("FAIL: test_208"); failed_tests++; } // Test 09 if (test_209() != 3) { Console.WriteLine("FAIL: test_209"); failed_tests++; } // Test 10 if (test_210() != 0) { Console.WriteLine("FAIL: test_210"); failed_tests++; } // Test 11 if (test_211() != 0) { Console.WriteLine("FAIL: test_211"); failed_tests++; } // Test 12 if (test_212() != 2) { Console.WriteLine("FAIL: test_212"); failed_tests++; } // Test 13 if (test_213() != 7) { Console.WriteLine("FAIL: test_213"); failed_tests++; } return (failed_tests == 0) ? 100 : 1; } public static int test_13() { int a = 0; for (int i = 0; i < 10; i++) { a = 9; for (int j = 0; j < 10; j++) { a = 7; } } return a; } public static int test_12() { int a = 0; int b = 0; for (int i = 0; i < 10; i++) { b = 1; for (int j = 0; j < 10; j++) { a = 1 + b; } } return a; } public static int test_11() { int a = 0; for (int i = 0; i < 0; i++) { for (int j = 0; j < 10; j++) { a = 1; } } return a; } public static int test_10() { int a = 0; int b = 0; int c = 0; int k = 0; for (int i = 0; i < k; i++) { a = 1; b = 2; c = a + b; } return c; } public static int test_09() { int a = 0; int b = 0; int c = 0; for (int i = 0; i < 10; i++) { a = 1; b = 2; c = a + b; } return c; } public static int test_08() { int a = 0; for (int i = 0; i < 10; i++) { a = i; } return a; } public static int test_07() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a += i; } return a; } public static int test_06() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a++; } return a; } public static int test_05() { int a = 0; for (int i = 0; i < 10; i++) { a++; a++; } return a; } public static int test_04() { int a = 0; for (int i = 0; i < 10; i++) { a++; } return a; } public static int test_01() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } return a; } public static int test_02() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (int j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } return a; } public static int test_03() { int a = 0; for (int k = 0; k < 10; k++) { for (int i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (int j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } } return a; } public static long test_113() { long a = 0; for (long i = 0; i < 10; i++) { a = 9; for (long j = 0; j < 10; j++) { a = 7; } } return a; } public static long test_112() { long a = 0; long b = 0; for (long i = 0; i < 10; i++) { b = 1; for (long j = 0; j < 10; j++) { a = 1 + b; } } return a; } public static long test_111() { long a = 0; for (long i = 0; i < 0; i++) { for (long j = 0; j < 10; j++) { a = 1; } } return a; } public static long test_110() { long a = 0; long b = 0; long c = 0; long k = 0; for (long i = 0; i < k; i++) { a = 1; b = 2; c = a + b; } return c; } public static long test_109() { long a = 0; long b = 0; long c = 0; for (long i = 0; i < 10; i++) { a = 1; b = 2; c = a + b; } return c; } public static long test_108() { long a = 0; for (long i = 0; i < 10; i++) { a = i; } return a; } public static long test_107() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a += i; } return a; } public static long test_106() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a++; } return a; } public static long test_105() { long a = 0; for (long i = 0; i < 10; i++) { a++; a++; } return a; } public static long test_104() { long a = 0; for (long i = 0; i < 10; i++) { a++; } return a; } public static long test_101() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } return a; } public static long test_102() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (long j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } return a; } public static long test_103() { long a = 0; for (long k = 0; k < 10; k++) { for (long i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (long j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } } return a; } public static uint test_213() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 9; for (uint j = 0; j < 10; j++) { a = 7; } } return a; } public static uint test_212() { uint a = 0; uint b = 0; for (uint i = 0; i < 10; i++) { b = 1; for (uint j = 0; j < 10; j++) { a = 1 + b; } } return a; } public static uint test_211() { uint a = 0; for (uint i = 0; i < 0; i++) { for (uint j = 0; j < 10; j++) { a = 1; } } return a; } public static uint test_210() { uint a = 0; uint b = 0; uint c = 0; uint k = 0; for (uint i = 0; i < k; i++) { a = 1; b = 2; c = a + b; } return c; } public static uint test_209() { uint a = 0; uint b = 0; uint c = 0; for (uint i = 0; i < 10; i++) { a = 1; b = 2; c = a + b; } return c; } public static uint test_208() { uint a = 0; for (uint i = 0; i < 10; i++) { a = i; } return a; } public static uint test_207() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a += i; } return a; } public static uint test_206() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a++; } return a; } public static uint test_205() { uint a = 0; for (uint i = 0; i < 10; i++) { a++; a++; } return a; } public static uint test_204() { uint a = 0; for (uint i = 0; i < 10; i++) { a++; } return a; } public static uint test_201() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } return a; } public static uint test_202() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (uint j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } return a; } public static uint test_203() { uint a = 0; for (uint k = 0; k < 10; k++) { for (uint i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (uint j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } } return a; } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; /********************************************* Notes on tests: test_01: Testing several assignments to see that they maintain order when hoisted. test_02: Like test_01, but with two loops. test_03: Like test_02, but nested. test_04: The increment is not invariant. test_05: Like test_04 but with two increments. test_06: Loop has one invariant and one not invariant. test_07: Like test_06, but with a different not invariant. test_08: Another not invariant assignemnt in a loop. test_09: An invariant addition. test_10: Like test_09 with a zero trip. Test_11: A nested invariant with a zero trip. test_12: Nested invariant with an add. test_13: Nested conflicting invariants. Plus permutations: int long uint Notes: It may be useful to run these tests with constant prop off. *********************************************/ internal class test { public static int Main() { int failed_tests = 0; // Test 01 if (test_01() != 9) { Console.WriteLine("FAIL: test_01"); failed_tests++; } // Test 02 if (test_02() != 3) { Console.WriteLine("FAIL: test_02"); failed_tests++; } // Test 03 if (test_03() != 3) { Console.WriteLine("FAIL: test_03"); failed_tests++; } // Test 04 if (test_04() != 10) { Console.WriteLine("FAIL: test_04"); failed_tests++; } // Test 05 if (test_05() != 20) { Console.WriteLine("FAIL: test_05"); failed_tests++; } // Test 06 if (test_06() != 8) { Console.WriteLine("FAIL: test_06"); failed_tests++; } // Test 07 if (test_07() != 16) { Console.WriteLine("FAIL: test_07"); failed_tests++; } // Test 08 if (test_08() != 9) { Console.WriteLine("FAIL: test_08"); failed_tests++; } // Test 09 if (test_09() != 3) { Console.WriteLine("FAIL: test_09"); failed_tests++; } // Test 10 if (test_10() != 0) { Console.WriteLine("FAIL: test_10"); failed_tests++; } // Test 11 if (test_11() != 0) { Console.WriteLine("FAIL: test_11"); failed_tests++; } // Test 12 if (test_12() != 2) { Console.WriteLine("FAIL: test_12"); failed_tests++; } // Test 13 if (test_13() != 7) { Console.WriteLine("FAIL: test_13"); failed_tests++; } // Test 01 if (test_101() != 9) { Console.WriteLine("FAIL: test_101"); failed_tests++; } // Test 02 if (test_102() != 3) { Console.WriteLine("FAIL: test_102"); failed_tests++; } // Test 03 if (test_103() != 3) { Console.WriteLine("FAIL: test_103"); failed_tests++; } // Test 04 if (test_104() != 10) { Console.WriteLine("FAIL: test_104"); failed_tests++; } // Test 05 if (test_105() != 20) { Console.WriteLine("FAIL: test_105"); failed_tests++; } // Test 06 if (test_106() != 8) { Console.WriteLine("FAIL: test_106"); failed_tests++; } // Test 07 if (test_107() != 16) { Console.WriteLine("FAIL: test_107"); failed_tests++; } // Test 08 if (test_108() != 9) { Console.WriteLine("FAIL: test_108"); failed_tests++; } // Test 09 if (test_109() != 3) { Console.WriteLine("FAIL: test_109"); failed_tests++; } // Test 10 if (test_110() != 0) { Console.WriteLine("FAIL: test_110"); failed_tests++; } // Test 11 if (test_111() != 0) { Console.WriteLine("FAIL: test_111"); failed_tests++; } // Test 12 if (test_112() != 2) { Console.WriteLine("FAIL: test_112"); failed_tests++; } // Test 13 if (test_113() != 7) { Console.WriteLine("FAIL: test_113"); failed_tests++; } // Test 01 if (test_201() != 9) { Console.WriteLine("FAIL: test_201"); failed_tests++; } // Test 02 if (test_202() != 3) { Console.WriteLine("FAIL: test_202"); failed_tests++; } // Test 03 if (test_203() != 3) { Console.WriteLine("FAIL: test_203"); failed_tests++; } // Test 04 if (test_204() != 10) { Console.WriteLine("FAIL: test_204"); failed_tests++; } // Test 05 if (test_205() != 20) { Console.WriteLine("FAIL: test_205"); failed_tests++; } // Test 06 if (test_206() != 8) { Console.WriteLine("FAIL: test_206"); failed_tests++; } // Test 07 if (test_207() != 16) { Console.WriteLine("FAIL: test_207"); failed_tests++; } // Test 08 if (test_208() != 9) { Console.WriteLine("FAIL: test_208"); failed_tests++; } // Test 09 if (test_209() != 3) { Console.WriteLine("FAIL: test_209"); failed_tests++; } // Test 10 if (test_210() != 0) { Console.WriteLine("FAIL: test_210"); failed_tests++; } // Test 11 if (test_211() != 0) { Console.WriteLine("FAIL: test_211"); failed_tests++; } // Test 12 if (test_212() != 2) { Console.WriteLine("FAIL: test_212"); failed_tests++; } // Test 13 if (test_213() != 7) { Console.WriteLine("FAIL: test_213"); failed_tests++; } return (failed_tests == 0) ? 100 : 1; } public static int test_13() { int a = 0; for (int i = 0; i < 10; i++) { a = 9; for (int j = 0; j < 10; j++) { a = 7; } } return a; } public static int test_12() { int a = 0; int b = 0; for (int i = 0; i < 10; i++) { b = 1; for (int j = 0; j < 10; j++) { a = 1 + b; } } return a; } public static int test_11() { int a = 0; for (int i = 0; i < 0; i++) { for (int j = 0; j < 10; j++) { a = 1; } } return a; } public static int test_10() { int a = 0; int b = 0; int c = 0; int k = 0; for (int i = 0; i < k; i++) { a = 1; b = 2; c = a + b; } return c; } public static int test_09() { int a = 0; int b = 0; int c = 0; for (int i = 0; i < 10; i++) { a = 1; b = 2; c = a + b; } return c; } public static int test_08() { int a = 0; for (int i = 0; i < 10; i++) { a = i; } return a; } public static int test_07() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a += i; } return a; } public static int test_06() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a++; } return a; } public static int test_05() { int a = 0; for (int i = 0; i < 10; i++) { a++; a++; } return a; } public static int test_04() { int a = 0; for (int i = 0; i < 10; i++) { a++; } return a; } public static int test_01() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } return a; } public static int test_02() { int a = 0; for (int i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (int j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } return a; } public static int test_03() { int a = 0; for (int k = 0; k < 10; k++) { for (int i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (int j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } } return a; } public static long test_113() { long a = 0; for (long i = 0; i < 10; i++) { a = 9; for (long j = 0; j < 10; j++) { a = 7; } } return a; } public static long test_112() { long a = 0; long b = 0; for (long i = 0; i < 10; i++) { b = 1; for (long j = 0; j < 10; j++) { a = 1 + b; } } return a; } public static long test_111() { long a = 0; for (long i = 0; i < 0; i++) { for (long j = 0; j < 10; j++) { a = 1; } } return a; } public static long test_110() { long a = 0; long b = 0; long c = 0; long k = 0; for (long i = 0; i < k; i++) { a = 1; b = 2; c = a + b; } return c; } public static long test_109() { long a = 0; long b = 0; long c = 0; for (long i = 0; i < 10; i++) { a = 1; b = 2; c = a + b; } return c; } public static long test_108() { long a = 0; for (long i = 0; i < 10; i++) { a = i; } return a; } public static long test_107() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a += i; } return a; } public static long test_106() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a++; } return a; } public static long test_105() { long a = 0; for (long i = 0; i < 10; i++) { a++; a++; } return a; } public static long test_104() { long a = 0; for (long i = 0; i < 10; i++) { a++; } return a; } public static long test_101() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } return a; } public static long test_102() { long a = 0; for (long i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (long j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } return a; } public static long test_103() { long a = 0; for (long k = 0; k < 10; k++) { for (long i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (long j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } } return a; } public static uint test_213() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 9; for (uint j = 0; j < 10; j++) { a = 7; } } return a; } public static uint test_212() { uint a = 0; uint b = 0; for (uint i = 0; i < 10; i++) { b = 1; for (uint j = 0; j < 10; j++) { a = 1 + b; } } return a; } public static uint test_211() { uint a = 0; for (uint i = 0; i < 0; i++) { for (uint j = 0; j < 10; j++) { a = 1; } } return a; } public static uint test_210() { uint a = 0; uint b = 0; uint c = 0; uint k = 0; for (uint i = 0; i < k; i++) { a = 1; b = 2; c = a + b; } return c; } public static uint test_209() { uint a = 0; uint b = 0; uint c = 0; for (uint i = 0; i < 10; i++) { a = 1; b = 2; c = a + b; } return c; } public static uint test_208() { uint a = 0; for (uint i = 0; i < 10; i++) { a = i; } return a; } public static uint test_207() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a += i; } return a; } public static uint test_206() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a++; } return a; } public static uint test_205() { uint a = 0; for (uint i = 0; i < 10; i++) { a++; a++; } return a; } public static uint test_204() { uint a = 0; for (uint i = 0; i < 10; i++) { a++; } return a; } public static uint test_201() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } return a; } public static uint test_202() { uint a = 0; for (uint i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (uint j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } return a; } public static uint test_203() { uint a = 0; for (uint k = 0; k < 10; k++) { for (uint i = 0; i < 10; i++) { a = 7; a = 8; a = 9; } for (uint j = 0; j < 10; j++) { a = 1; a = 2; a = 3; } } return a; } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/IDynamicExpression.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Linq.Expressions { /// <summary> /// Interface implemented by expression nodes that represent a dynamically bound operation. /// </summary> public interface IDynamicExpression : IArgumentProvider { /// <summary> /// Gets the type of the delegate used by the CallSite. /// </summary> Type DelegateType { get; } /// <summary> /// Rewrite this node replacing the args with the provided values. The /// number of the args needs to match the number of the current block. /// /// This helper is provided to allow re-writing of nodes to not depend on the specific /// class of DynamicExpression which is being used. /// </summary> Expression Rewrite(Expression[] args); /// <summary> /// Creates a CallSite for the node. /// </summary> object CreateCallSite(); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Linq.Expressions { /// <summary> /// Interface implemented by expression nodes that represent a dynamically bound operation. /// </summary> public interface IDynamicExpression : IArgumentProvider { /// <summary> /// Gets the type of the delegate used by the CallSite. /// </summary> Type DelegateType { get; } /// <summary> /// Rewrite this node replacing the args with the provided values. The /// number of the args needs to match the number of the current block. /// /// This helper is provided to allow re-writing of nodes to not depend on the specific /// class of DynamicExpression which is being used. /// </summary> Expression Rewrite(Expression[] args); /// <summary> /// Creates a CallSite for the node. /// </summary> object CreateCallSite(); } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/ReflectionJsonFormatReader.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Xml; namespace System.Runtime.Serialization.Json { internal sealed class ReflectionJsonClassReader { private readonly ClassDataContract _classContract; private readonly ReflectionReader _reflectionReader; public ReflectionJsonClassReader(ClassDataContract classDataContract) { Debug.Assert(classDataContract != null); _classContract = classDataContract; _reflectionReader = new ReflectionJsonReader(); } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] public object ReflectionReadClass(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson? context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString[]? memberNames) { Debug.Assert(_classContract != null); return _reflectionReader.ReflectionReadClass(xmlReader, context, memberNames, null /*memberNamespaces*/, _classContract); } } internal sealed class ReflectionJsonCollectionReader { private readonly ReflectionReader _reflectionReader = new ReflectionJsonReader(); [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] public object ReflectionReadCollection(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString itemName, CollectionDataContract collectionContract) { return _reflectionReader.ReflectionReadCollection(xmlReader, context, itemName, emptyDictionaryString/*itemNamespace*/, collectionContract); } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] public void ReflectionReadGetOnlyCollection(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString itemName, CollectionDataContract collectionContract) { _reflectionReader.ReflectionReadGetOnlyCollection(xmlReader, context, itemName, emptyDictionaryString/*itemNamespace*/, collectionContract); } } internal sealed class ReflectionJsonReader : ReflectionReader { [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] protected override void ReflectionReadMembers(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, XmlDictionaryString[] memberNames, XmlDictionaryString[]? memberNamespaces, ClassDataContract classContract, ref object obj) { var jsonContext = context as XmlObjectSerializerReadContextComplexJson; Debug.Assert(jsonContext != null); int memberCount = classContract.MemberNames!.Length; context.IncrementItemCount(memberCount); DataMember[] members = new DataMember[memberCount]; ReflectionGetMembers(classContract, members); int memberIndex = -1; ExtensionDataObject? extensionData = null; if (classContract.HasExtensionData) { extensionData = new ExtensionDataObject(); ((IExtensibleDataObject)obj).ExtensionData = extensionData; } while (true) { if (!XmlObjectSerializerReadContext.MoveToNextElement(xmlReader)) { return; } memberIndex = jsonContext.GetJsonMemberIndex(xmlReader, memberNames, memberIndex, extensionData); // GetMemberIndex returns memberNames.Length if member not found if (memberIndex < members.Length) { ReflectionReadMember(xmlReader, context, classContract, ref obj, memberIndex, members); } } } protected override string GetClassContractNamespace(ClassDataContract classContract) { return string.Empty; } protected override string GetCollectionContractItemName(CollectionDataContract collectionContract) { return JsonGlobals.itemString; } protected override string GetCollectionContractNamespace(CollectionDataContract collectionContract) { return string.Empty; } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] protected override object? ReflectionReadDictionaryItem(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, CollectionDataContract collectionContract) { var jsonContext = context as XmlObjectSerializerReadContextComplexJson; Debug.Assert(jsonContext != null); Debug.Assert(collectionContract.Kind == CollectionKind.Dictionary || collectionContract.Kind == CollectionKind.GenericDictionary); context.ReadAttributes(xmlReader); var itemContract = XmlObjectSerializerWriteContextComplexJson.GetRevisedItemContract(collectionContract.ItemContract); return DataContractJsonSerializer.ReadJsonValue(itemContract, xmlReader, jsonContext); } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] protected override bool ReflectionReadSpecialCollection(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, CollectionDataContract collectionContract, object? resultCollection) { var jsonContext = context as XmlObjectSerializerReadContextComplexJson; Debug.Assert(jsonContext != null); bool canReadSimpleDictionary = collectionContract.Kind == CollectionKind.Dictionary || collectionContract.Kind == CollectionKind.GenericDictionary; if (canReadSimpleDictionary && jsonContext.UseSimpleDictionaryFormat) { ReadSimpleDictionary(xmlReader, context, collectionContract, collectionContract.ItemType, resultCollection); } return false; } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] private void ReadSimpleDictionary(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, CollectionDataContract collectionContract, Type keyValueType, object? dictionary) { Type[] keyValueTypes = keyValueType.GetGenericArguments(); Type keyType = keyValueTypes[0]; Type valueType = keyValueTypes[1]; int keyTypeNullableDepth = 0; while (keyType.IsGenericType && keyType.GetGenericTypeDefinition() == Globals.TypeOfNullable) { keyTypeNullableDepth++; keyType = keyType.GetGenericArguments()[0]; } ClassDataContract keyValueDataContract = (ClassDataContract)collectionContract.ItemContract; DataContract keyDataContract = keyValueDataContract.Members![0].MemberTypeContract; KeyParseMode keyParseMode = KeyParseMode.Fail; if (keyType == Globals.TypeOfString || keyType == Globals.TypeOfObject) { keyParseMode = KeyParseMode.AsString; } else if (keyType.IsEnum) { keyParseMode = KeyParseMode.UsingParseEnum; } else if (keyDataContract.ParseMethod != null) { keyParseMode = KeyParseMode.UsingCustomParse; } if (keyParseMode == KeyParseMode.Fail) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new InvalidOperationException( SR.Format(SR.KeyTypeCannotBeParsedInSimpleDictionary, DataContract.GetClrTypeFullName(collectionContract.UnderlyingType), DataContract.GetClrTypeFullName(keyType)) )); } while (true) { XmlNodeType nodeType = xmlReader.MoveToContent(); if (nodeType == XmlNodeType.EndElement) { return; } if (nodeType != XmlNodeType.Element) { throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); } context.IncrementItemCount(1); string keyString = XmlObjectSerializerReadContextComplexJson.GetJsonMemberName(xmlReader); object pairKey; if (keyParseMode == KeyParseMode.UsingParseEnum) { pairKey = Enum.Parse(keyType, keyString); } else if (keyParseMode == KeyParseMode.UsingCustomParse) { TypeCode typeCode = Type.GetTypeCode(keyDataContract.UnderlyingType); pairKey = typeCode switch { TypeCode.Boolean => bool.Parse(keyString), TypeCode.Int16 => short.Parse(keyString), TypeCode.Int32 => int.Parse(keyString), TypeCode.Int64 => long.Parse(keyString), TypeCode.Char => char.Parse(keyString), TypeCode.Byte => byte.Parse(keyString), TypeCode.SByte => sbyte.Parse(keyString), TypeCode.Double => double.Parse(keyString), TypeCode.Decimal => decimal.Parse(keyString), TypeCode.Single => float.Parse(keyString), TypeCode.UInt16 => ushort.Parse(keyString), TypeCode.UInt32 => uint.Parse(keyString), TypeCode.UInt64 => ulong.Parse(keyString), _ => keyDataContract.ParseMethod!.Invoke(null, new object[] { keyString })!, }; } else { pairKey = keyString; } if (keyTypeNullableDepth > 0) { throw new NotImplementedException(SR.Format(SR.MustBeGreaterThanZero, keyTypeNullableDepth)); } object? pairValue = ReflectionReadValue(xmlReader, context, valueType, string.Empty, string.Empty); Debug.Assert(dictionary != null); ((IDictionary)dictionary).Add(pairKey, pairValue); } } private enum KeyParseMode { Fail, AsString, UsingParseEnum, UsingCustomParse } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Xml; namespace System.Runtime.Serialization.Json { internal sealed class ReflectionJsonClassReader { private readonly ClassDataContract _classContract; private readonly ReflectionReader _reflectionReader; public ReflectionJsonClassReader(ClassDataContract classDataContract) { Debug.Assert(classDataContract != null); _classContract = classDataContract; _reflectionReader = new ReflectionJsonReader(); } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] public object ReflectionReadClass(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson? context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString[]? memberNames) { Debug.Assert(_classContract != null); return _reflectionReader.ReflectionReadClass(xmlReader, context, memberNames, null /*memberNamespaces*/, _classContract); } } internal sealed class ReflectionJsonCollectionReader { private readonly ReflectionReader _reflectionReader = new ReflectionJsonReader(); [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] public object ReflectionReadCollection(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString itemName, CollectionDataContract collectionContract) { return _reflectionReader.ReflectionReadCollection(xmlReader, context, itemName, emptyDictionaryString/*itemNamespace*/, collectionContract); } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] public void ReflectionReadGetOnlyCollection(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContextComplexJson context, XmlDictionaryString emptyDictionaryString, XmlDictionaryString itemName, CollectionDataContract collectionContract) { _reflectionReader.ReflectionReadGetOnlyCollection(xmlReader, context, itemName, emptyDictionaryString/*itemNamespace*/, collectionContract); } } internal sealed class ReflectionJsonReader : ReflectionReader { [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] protected override void ReflectionReadMembers(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, XmlDictionaryString[] memberNames, XmlDictionaryString[]? memberNamespaces, ClassDataContract classContract, ref object obj) { var jsonContext = context as XmlObjectSerializerReadContextComplexJson; Debug.Assert(jsonContext != null); int memberCount = classContract.MemberNames!.Length; context.IncrementItemCount(memberCount); DataMember[] members = new DataMember[memberCount]; ReflectionGetMembers(classContract, members); int memberIndex = -1; ExtensionDataObject? extensionData = null; if (classContract.HasExtensionData) { extensionData = new ExtensionDataObject(); ((IExtensibleDataObject)obj).ExtensionData = extensionData; } while (true) { if (!XmlObjectSerializerReadContext.MoveToNextElement(xmlReader)) { return; } memberIndex = jsonContext.GetJsonMemberIndex(xmlReader, memberNames, memberIndex, extensionData); // GetMemberIndex returns memberNames.Length if member not found if (memberIndex < members.Length) { ReflectionReadMember(xmlReader, context, classContract, ref obj, memberIndex, members); } } } protected override string GetClassContractNamespace(ClassDataContract classContract) { return string.Empty; } protected override string GetCollectionContractItemName(CollectionDataContract collectionContract) { return JsonGlobals.itemString; } protected override string GetCollectionContractNamespace(CollectionDataContract collectionContract) { return string.Empty; } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] protected override object? ReflectionReadDictionaryItem(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, CollectionDataContract collectionContract) { var jsonContext = context as XmlObjectSerializerReadContextComplexJson; Debug.Assert(jsonContext != null); Debug.Assert(collectionContract.Kind == CollectionKind.Dictionary || collectionContract.Kind == CollectionKind.GenericDictionary); context.ReadAttributes(xmlReader); var itemContract = XmlObjectSerializerWriteContextComplexJson.GetRevisedItemContract(collectionContract.ItemContract); return DataContractJsonSerializer.ReadJsonValue(itemContract, xmlReader, jsonContext); } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] protected override bool ReflectionReadSpecialCollection(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, CollectionDataContract collectionContract, object? resultCollection) { var jsonContext = context as XmlObjectSerializerReadContextComplexJson; Debug.Assert(jsonContext != null); bool canReadSimpleDictionary = collectionContract.Kind == CollectionKind.Dictionary || collectionContract.Kind == CollectionKind.GenericDictionary; if (canReadSimpleDictionary && jsonContext.UseSimpleDictionaryFormat) { ReadSimpleDictionary(xmlReader, context, collectionContract, collectionContract.ItemType, resultCollection); } return false; } [RequiresUnreferencedCode(DataContract.SerializerTrimmerWarning)] private void ReadSimpleDictionary(XmlReaderDelegator xmlReader, XmlObjectSerializerReadContext context, CollectionDataContract collectionContract, Type keyValueType, object? dictionary) { Type[] keyValueTypes = keyValueType.GetGenericArguments(); Type keyType = keyValueTypes[0]; Type valueType = keyValueTypes[1]; int keyTypeNullableDepth = 0; while (keyType.IsGenericType && keyType.GetGenericTypeDefinition() == Globals.TypeOfNullable) { keyTypeNullableDepth++; keyType = keyType.GetGenericArguments()[0]; } ClassDataContract keyValueDataContract = (ClassDataContract)collectionContract.ItemContract; DataContract keyDataContract = keyValueDataContract.Members![0].MemberTypeContract; KeyParseMode keyParseMode = KeyParseMode.Fail; if (keyType == Globals.TypeOfString || keyType == Globals.TypeOfObject) { keyParseMode = KeyParseMode.AsString; } else if (keyType.IsEnum) { keyParseMode = KeyParseMode.UsingParseEnum; } else if (keyDataContract.ParseMethod != null) { keyParseMode = KeyParseMode.UsingCustomParse; } if (keyParseMode == KeyParseMode.Fail) { throw DiagnosticUtility.ExceptionUtility.ThrowHelperError( new InvalidOperationException( SR.Format(SR.KeyTypeCannotBeParsedInSimpleDictionary, DataContract.GetClrTypeFullName(collectionContract.UnderlyingType), DataContract.GetClrTypeFullName(keyType)) )); } while (true) { XmlNodeType nodeType = xmlReader.MoveToContent(); if (nodeType == XmlNodeType.EndElement) { return; } if (nodeType != XmlNodeType.Element) { throw XmlObjectSerializerReadContext.CreateUnexpectedStateException(XmlNodeType.Element, xmlReader); } context.IncrementItemCount(1); string keyString = XmlObjectSerializerReadContextComplexJson.GetJsonMemberName(xmlReader); object pairKey; if (keyParseMode == KeyParseMode.UsingParseEnum) { pairKey = Enum.Parse(keyType, keyString); } else if (keyParseMode == KeyParseMode.UsingCustomParse) { TypeCode typeCode = Type.GetTypeCode(keyDataContract.UnderlyingType); pairKey = typeCode switch { TypeCode.Boolean => bool.Parse(keyString), TypeCode.Int16 => short.Parse(keyString), TypeCode.Int32 => int.Parse(keyString), TypeCode.Int64 => long.Parse(keyString), TypeCode.Char => char.Parse(keyString), TypeCode.Byte => byte.Parse(keyString), TypeCode.SByte => sbyte.Parse(keyString), TypeCode.Double => double.Parse(keyString), TypeCode.Decimal => decimal.Parse(keyString), TypeCode.Single => float.Parse(keyString), TypeCode.UInt16 => ushort.Parse(keyString), TypeCode.UInt32 => uint.Parse(keyString), TypeCode.UInt64 => ulong.Parse(keyString), _ => keyDataContract.ParseMethod!.Invoke(null, new object[] { keyString })!, }; } else { pairKey = keyString; } if (keyTypeNullableDepth > 0) { throw new NotImplementedException(SR.Format(SR.MustBeGreaterThanZero, keyTypeNullableDepth)); } object? pairValue = ReflectionReadValue(xmlReader, context, valueType, string.Empty, string.Empty); Debug.Assert(dictionary != null); ((IDictionary)dictionary).Add(pairKey, pairValue); } } private enum KeyParseMode { Fail, AsString, UsingParseEnum, UsingCustomParse } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/coreclr/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace ILCompiler.DependencyAnalysis { public interface ISortableNode { #if !SUPPORT_JIT /// <summary> /// Gets an identifier that is the same for all instances of this <see cref="ObjectNode"/> /// descendant, but different from the <see cref="ClassCode"/> of any other descendant. /// </summary> /// <remarks> /// This is really just a number, ideally produced by "new Random().Next(int.MinValue, int.MaxValue)". /// If two manage to conflict (which is pretty unlikely), just make a new one... /// </remarks> int ClassCode { get; } int CompareToImpl(ISortableNode other, CompilerComparer comparer); #endif } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace ILCompiler.DependencyAnalysis { public interface ISortableNode { #if !SUPPORT_JIT /// <summary> /// Gets an identifier that is the same for all instances of this <see cref="ObjectNode"/> /// descendant, but different from the <see cref="ClassCode"/> of any other descendant. /// </summary> /// <remarks> /// This is really just a number, ideally produced by "new Random().Next(int.MinValue, int.MaxValue)". /// If two manage to conflict (which is pretty unlikely), just make a new one... /// </remarks> int ClassCode { get; } int CompareToImpl(ISortableNode other, CompilerComparer comparer); #endif } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Security.Cryptography/tests/DefaultDSAProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Security.Cryptography.Dsa.Tests { public class DefaultDSAProvider : IDSAProvider { public DSA Create() { return DSA.Create(); } public DSA Create(int keySize) { #if NETCOREAPP return DSA.Create(keySize); #else DSA dsa = Create(); dsa.KeySize = keySize; return dsa; #endif } public bool SupportsFips186_3 { get { return !(PlatformDetection.IsWindows7 || PlatformDetection.IsOSXLike); } } public bool SupportsKeyGeneration => !PlatformDetection.IsOSXLike; } public partial class DSAFactory { private static readonly IDSAProvider s_provider = new DefaultDSAProvider(); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Security.Cryptography.Dsa.Tests { public class DefaultDSAProvider : IDSAProvider { public DSA Create() { return DSA.Create(); } public DSA Create(int keySize) { #if NETCOREAPP return DSA.Create(keySize); #else DSA dsa = Create(); dsa.KeySize = keySize; return dsa; #endif } public bool SupportsFips186_3 { get { return !(PlatformDetection.IsWindows7 || PlatformDetection.IsOSXLike); } } public bool SupportsKeyGeneration => !PlatformDetection.IsOSXLike; } public partial class DSAFactory { private static readonly IDSAProvider s_provider = new DefaultDSAProvider(); } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/Performance/CodeQuality/HWIntrinsic/X86/PacketTracer/ObjectPool.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System.Collections.Generic; using System.Diagnostics; namespace System.Collections.Concurrent { /// <summary>Provides a thread-safe object pool.</summary> /// <typeparam name="T">Specifies the type of the elements stored in the pool.</typeparam> [DebuggerDisplay("Count={Count}")] [DebuggerTypeProxy(typeof(IProducerConsumerCollection_DebugView<>))] public sealed class ObjectPool<T> : ProducerConsumerCollectionBase<T> { private readonly Func<T> _generator; /// <summary>Initializes an instance of the ObjectPool class.</summary> /// <param name="generator">The function used to create items when no items exist in the pool.</param> public ObjectPool(Func<T> generator) : this(generator, new ConcurrentQueue<T>()) { } /// <summary>Initializes an instance of the ObjectPool class.</summary> /// <param name="generator">The function used to create items when no items exist in the pool.</param> /// <param name="collection">The collection used to store the elements of the pool.</param> public ObjectPool(Func<T> generator, IProducerConsumerCollection<T> collection) : base(collection) { if (generator == null) throw new ArgumentNullException("generator"); _generator = generator; } /// <summary>Adds the provided item into the pool.</summary> /// <param name="item">The item to be added.</param> public void PutObject(T item) { base.TryAdd(item); } /// <summary>Gets an item from the pool.</summary> /// <returns>The removed or created item.</returns> /// <remarks>If the pool is empty, a new item will be created and returned.</remarks> public T GetObject() { T value; return base.TryTake(out value) ? value : _generator(); } /// <summary>Clears the object pool, returning all of the data that was in the pool.</summary> /// <returns>An array containing all of the elements in the pool.</returns> public T[] ToArrayAndClear() { var items = new List<T>(); T value; while (base.TryTake(out value)) items.Add(value); return items.ToArray(); } protected override bool TryAdd(T item) { PutObject(item); return true; } protected override bool TryTake(out T item) { item = GetObject(); return true; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System.Collections.Generic; using System.Diagnostics; namespace System.Collections.Concurrent { /// <summary>Provides a thread-safe object pool.</summary> /// <typeparam name="T">Specifies the type of the elements stored in the pool.</typeparam> [DebuggerDisplay("Count={Count}")] [DebuggerTypeProxy(typeof(IProducerConsumerCollection_DebugView<>))] public sealed class ObjectPool<T> : ProducerConsumerCollectionBase<T> { private readonly Func<T> _generator; /// <summary>Initializes an instance of the ObjectPool class.</summary> /// <param name="generator">The function used to create items when no items exist in the pool.</param> public ObjectPool(Func<T> generator) : this(generator, new ConcurrentQueue<T>()) { } /// <summary>Initializes an instance of the ObjectPool class.</summary> /// <param name="generator">The function used to create items when no items exist in the pool.</param> /// <param name="collection">The collection used to store the elements of the pool.</param> public ObjectPool(Func<T> generator, IProducerConsumerCollection<T> collection) : base(collection) { if (generator == null) throw new ArgumentNullException("generator"); _generator = generator; } /// <summary>Adds the provided item into the pool.</summary> /// <param name="item">The item to be added.</param> public void PutObject(T item) { base.TryAdd(item); } /// <summary>Gets an item from the pool.</summary> /// <returns>The removed or created item.</returns> /// <remarks>If the pool is empty, a new item will be created and returned.</remarks> public T GetObject() { T value; return base.TryTake(out value) ? value : _generator(); } /// <summary>Clears the object pool, returning all of the data that was in the pool.</summary> /// <returns>An array containing all of the elements in the pool.</returns> public T[] ToArrayAndClear() { var items = new List<T>(); T value; while (base.TryTake(out value)) items.Add(value); return items.ToArray(); } protected override bool TryAdd(T item) { PutObject(item); return true; } protected override bool TryTake(out T item) { item = GetObject(); return true; } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/HardwareIntrinsics/General/Vector256/Dot.Int16.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void DotInt16() { var test = new VectorBinaryOpTest__DotInt16(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBinaryOpTest__DotInt16 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private GCHandle inHandle1; private GCHandle inHandle2; private ulong alignment; public DataTable(Int16[] inArray1, Int16[] inArray2, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int16>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int16>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int16, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int16, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector256<Int16> _fld1; public Vector256<Int16> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref testStruct._fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref testStruct._fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); return testStruct; } public void RunStructFldScenario(VectorBinaryOpTest__DotInt16 testClass) { var result = Vector256.Dot(_fld1, _fld2); testClass.ValidateResult(_fld1, _fld2, result); } } private static readonly int LargestVectorSize = 32; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector256<Int16>>() / sizeof(Int16); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector256<Int16>>() / sizeof(Int16); private static Int16[] _data1 = new Int16[Op1ElementCount]; private static Int16[] _data2 = new Int16[Op2ElementCount]; private static Vector256<Int16> _clsVar1; private static Vector256<Int16> _clsVar2; private Vector256<Int16> _fld1; private Vector256<Int16> _fld2; private DataTable _dataTable; static VectorBinaryOpTest__DotInt16() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _clsVar1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _clsVar2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); } public VectorBinaryOpTest__DotInt16() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } _dataTable = new DataTable(_data1, _data2, LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Vector256.Dot( Unsafe.Read<Vector256<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector256<Int16>>(_dataTable.inArray2Ptr) ); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, result); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var method = typeof(Vector256).GetMethod(nameof(Vector256.Dot), new Type[] { typeof(Vector256<Int16>), typeof(Vector256<Int16>) }); if (method is null) { method = typeof(Vector256).GetMethod(nameof(Vector256.Dot), 1, new Type[] { typeof(Vector256<>).MakeGenericType(Type.MakeGenericMethodParameter(0)), typeof(Vector256<>).MakeGenericType(Type.MakeGenericMethodParameter(0)) }); } if (method.IsGenericMethodDefinition) { method = method.MakeGenericMethod(typeof(Int16)); } var result = method.Invoke(null, new object[] { Unsafe.Read<Vector256<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector256<Int16>>(_dataTable.inArray2Ptr) }); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, (Int16)(result)); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = Vector256.Dot( _clsVar1, _clsVar2 ); ValidateResult(_clsVar1, _clsVar2, result); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector256<Int16>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector256<Int16>>(_dataTable.inArray2Ptr); var result = Vector256.Dot(op1, op2); ValidateResult(op1, op2, result); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBinaryOpTest__DotInt16(); var result = Vector256.Dot(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = Vector256.Dot(_fld1, _fld2); ValidateResult(_fld1, _fld2, result); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = Vector256.Dot(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector256<Int16> op1, Vector256<Int16> op2, Int16 result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), op2); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(void* op1, void* op2, Int16 result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector256<Int16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector256<Int16>>()); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(Int16[] left, Int16[] right, Int16 result, [CallerMemberName] string method = "") { bool succeeded = true; Int16 actualResult = default; Int16 intermResult = default; for (var i = 0; i < Op1ElementCount; i++) { if ((i % Vector128<Int16>.Count) == 0) { actualResult += intermResult; intermResult = default; } intermResult += (Int16)(left[i] * right[i]); } actualResult += intermResult; if (actualResult != result) { succeeded = false; } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector256)}.{nameof(Vector256.Dot)}<Int16>(Vector256<Int16>, Vector256<Int16>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: {result}"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void DotInt16() { var test = new VectorBinaryOpTest__DotInt16(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBinaryOpTest__DotInt16 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private GCHandle inHandle1; private GCHandle inHandle2; private ulong alignment; public DataTable(Int16[] inArray1, Int16[] inArray2, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int16>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int16>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int16, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int16, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector256<Int16> _fld1; public Vector256<Int16> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref testStruct._fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref testStruct._fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); return testStruct; } public void RunStructFldScenario(VectorBinaryOpTest__DotInt16 testClass) { var result = Vector256.Dot(_fld1, _fld2); testClass.ValidateResult(_fld1, _fld2, result); } } private static readonly int LargestVectorSize = 32; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector256<Int16>>() / sizeof(Int16); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector256<Int16>>() / sizeof(Int16); private static Int16[] _data1 = new Int16[Op1ElementCount]; private static Int16[] _data2 = new Int16[Op2ElementCount]; private static Vector256<Int16> _clsVar1; private static Vector256<Int16> _clsVar2; private Vector256<Int16> _fld1; private Vector256<Int16> _fld2; private DataTable _dataTable; static VectorBinaryOpTest__DotInt16() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _clsVar1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _clsVar2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); } public VectorBinaryOpTest__DotInt16() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector256<Int16>, byte>(ref _fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector256<Int16>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } _dataTable = new DataTable(_data1, _data2, LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Vector256.Dot( Unsafe.Read<Vector256<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector256<Int16>>(_dataTable.inArray2Ptr) ); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, result); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var method = typeof(Vector256).GetMethod(nameof(Vector256.Dot), new Type[] { typeof(Vector256<Int16>), typeof(Vector256<Int16>) }); if (method is null) { method = typeof(Vector256).GetMethod(nameof(Vector256.Dot), 1, new Type[] { typeof(Vector256<>).MakeGenericType(Type.MakeGenericMethodParameter(0)), typeof(Vector256<>).MakeGenericType(Type.MakeGenericMethodParameter(0)) }); } if (method.IsGenericMethodDefinition) { method = method.MakeGenericMethod(typeof(Int16)); } var result = method.Invoke(null, new object[] { Unsafe.Read<Vector256<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector256<Int16>>(_dataTable.inArray2Ptr) }); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, (Int16)(result)); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = Vector256.Dot( _clsVar1, _clsVar2 ); ValidateResult(_clsVar1, _clsVar2, result); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector256<Int16>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector256<Int16>>(_dataTable.inArray2Ptr); var result = Vector256.Dot(op1, op2); ValidateResult(op1, op2, result); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBinaryOpTest__DotInt16(); var result = Vector256.Dot(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = Vector256.Dot(_fld1, _fld2); ValidateResult(_fld1, _fld2, result); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = Vector256.Dot(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector256<Int16> op1, Vector256<Int16> op2, Int16 result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), op2); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(void* op1, void* op2, Int16 result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector256<Int16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector256<Int16>>()); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(Int16[] left, Int16[] right, Int16 result, [CallerMemberName] string method = "") { bool succeeded = true; Int16 actualResult = default; Int16 intermResult = default; for (var i = 0; i < Op1ElementCount; i++) { if ((i % Vector128<Int16>.Count) == 0) { actualResult += intermResult; intermResult = default; } intermResult += (Int16)(left[i] * right[i]); } actualResult += intermResult; if (actualResult != result) { succeeded = false; } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector256)}.{nameof(Vector256.Dot)}<Int16>(Vector256<Int16>, Vector256<Int16>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: {result}"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableHashSet_1.MutationInput.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; namespace System.Collections.Immutable { /// <content> /// Contains the inner <see cref="ImmutableHashSet{T}.MutationInput"/> class. /// </content> public partial class ImmutableHashSet<T> { /// <summary> /// Description of the current data structure as input into a /// mutating or query method. /// </summary> private readonly struct MutationInput { /// <summary> /// The root of the data structure for the collection. /// </summary> private readonly SortedInt32KeyNode<HashBucket> _root; /// <summary> /// The equality comparer. /// </summary> private readonly IEqualityComparer<T> _equalityComparer; /// <summary> /// The current number of elements in the collection. /// </summary> private readonly int _count; /// <summary> /// The equality comparer to use when checking for <see cref="HashBucket"/> equality. /// </summary> private readonly IEqualityComparer<HashBucket> _hashBucketEqualityComparer; /// <summary> /// Initializes a new instance of the <see cref="ImmutableHashSet{T}.MutationInput"/> struct. /// </summary> /// <param name="set">The set.</param> internal MutationInput(ImmutableHashSet<T> set) { Requires.NotNull(set, nameof(set)); _root = set._root; _equalityComparer = set._equalityComparer; _count = set._count; _hashBucketEqualityComparer = set._hashBucketEqualityComparer; } /// <summary> /// Initializes a new instance of the <see cref="ImmutableHashSet{T}.MutationInput"/> struct. /// </summary> /// <param name="root">The root.</param> /// <param name="equalityComparer">The equality comparer.</param> /// <param name="hashBucketEqualityComparer">The equality comparer to use when checking for <see cref="HashBucket"/> equality.</param> /// <param name="count">The count.</param> internal MutationInput(SortedInt32KeyNode<HashBucket> root, IEqualityComparer<T> equalityComparer, IEqualityComparer<HashBucket> hashBucketEqualityComparer, int count) { Requires.NotNull(root, nameof(root)); Requires.NotNull(equalityComparer, nameof(equalityComparer)); Requires.Range(count >= 0, nameof(count)); Requires.NotNull(hashBucketEqualityComparer, nameof(hashBucketEqualityComparer)); _root = root; _equalityComparer = equalityComparer; _count = count; _hashBucketEqualityComparer = hashBucketEqualityComparer; } /// <summary> /// Gets the root of the data structure for the collection. /// </summary> internal SortedInt32KeyNode<HashBucket> Root { get { return _root; } } /// <summary> /// Gets the equality comparer. /// </summary> internal IEqualityComparer<T> EqualityComparer { get { return _equalityComparer; } } /// <summary> /// Gets the current number of elements in the collection. /// </summary> internal int Count { get { return _count; } } /// <summary> /// Gets the equality comparer to use when checking for <see cref="HashBucket"/> equality. /// </summary> internal IEqualityComparer<HashBucket> HashBucketEqualityComparer => _hashBucketEqualityComparer; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; namespace System.Collections.Immutable { /// <content> /// Contains the inner <see cref="ImmutableHashSet{T}.MutationInput"/> class. /// </content> public partial class ImmutableHashSet<T> { /// <summary> /// Description of the current data structure as input into a /// mutating or query method. /// </summary> private readonly struct MutationInput { /// <summary> /// The root of the data structure for the collection. /// </summary> private readonly SortedInt32KeyNode<HashBucket> _root; /// <summary> /// The equality comparer. /// </summary> private readonly IEqualityComparer<T> _equalityComparer; /// <summary> /// The current number of elements in the collection. /// </summary> private readonly int _count; /// <summary> /// The equality comparer to use when checking for <see cref="HashBucket"/> equality. /// </summary> private readonly IEqualityComparer<HashBucket> _hashBucketEqualityComparer; /// <summary> /// Initializes a new instance of the <see cref="ImmutableHashSet{T}.MutationInput"/> struct. /// </summary> /// <param name="set">The set.</param> internal MutationInput(ImmutableHashSet<T> set) { Requires.NotNull(set, nameof(set)); _root = set._root; _equalityComparer = set._equalityComparer; _count = set._count; _hashBucketEqualityComparer = set._hashBucketEqualityComparer; } /// <summary> /// Initializes a new instance of the <see cref="ImmutableHashSet{T}.MutationInput"/> struct. /// </summary> /// <param name="root">The root.</param> /// <param name="equalityComparer">The equality comparer.</param> /// <param name="hashBucketEqualityComparer">The equality comparer to use when checking for <see cref="HashBucket"/> equality.</param> /// <param name="count">The count.</param> internal MutationInput(SortedInt32KeyNode<HashBucket> root, IEqualityComparer<T> equalityComparer, IEqualityComparer<HashBucket> hashBucketEqualityComparer, int count) { Requires.NotNull(root, nameof(root)); Requires.NotNull(equalityComparer, nameof(equalityComparer)); Requires.Range(count >= 0, nameof(count)); Requires.NotNull(hashBucketEqualityComparer, nameof(hashBucketEqualityComparer)); _root = root; _equalityComparer = equalityComparer; _count = count; _hashBucketEqualityComparer = hashBucketEqualityComparer; } /// <summary> /// Gets the root of the data structure for the collection. /// </summary> internal SortedInt32KeyNode<HashBucket> Root { get { return _root; } } /// <summary> /// Gets the equality comparer. /// </summary> internal IEqualityComparer<T> EqualityComparer { get { return _equalityComparer; } } /// <summary> /// Gets the current number of elements in the collection. /// </summary> internal int Count { get { return _count; } } /// <summary> /// Gets the equality comparer to use when checking for <see cref="HashBucket"/> equality. /// </summary> internal IEqualityComparer<HashBucket> HashBucketEqualityComparer => _hashBucketEqualityComparer; } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Configuration.ConfigurationManager/src/System/Configuration/ConfigurationElement.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Specialized; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Xml; using System.Globalization; using System.Text; namespace System.Configuration { // Methods that are called by the configuration system, and must be overridable // by derived classes that wish to implement their own serialization/deserialization // IsModified() // ResetModified() // Reset(ConfigurationElement parentSection, object context) // DeserializeSection(object context, XmlNode xmlNode) // SerializeSection(ConfigurationElement parentSection, object context, string name) public abstract class ConfigurationElement { private const string LockAttributesKey = "lockAttributes"; private const string LockAllAttributesExceptKey = "lockAllAttributesExcept"; private const string LockElementsKey = "lockElements"; private const string LockAll = "*"; private const string LockAllElementsExceptKey = "lockAllElementsExcept"; private const string LockItemKey = "lockItem"; internal const string DefaultCollectionPropertyName = ""; private static readonly string[] s_lockAttributeNames = { LockAttributesKey, LockAllAttributesExceptKey, LockElementsKey, LockAllElementsExceptKey, LockItemKey, }; private static readonly Hashtable s_propertyBags = new Hashtable(); private static volatile Dictionary<Type, ConfigurationValidatorBase> s_perTypeValidators; internal static readonly object s_nullPropertyValue = new object(); private static readonly ConfigurationElementProperty s_elementProperty = new ConfigurationElementProperty(new DefaultValidator()); private bool _initialized; private bool _modified; private bool _readOnly; internal BaseConfigurationRecord _configRecord; private ConfigurationElementProperty _elementProperty = s_elementProperty; internal ContextInformation _evalContext; private volatile ElementInformation _evaluationElement; internal ConfigurationValueFlags _itemLockedFlag; internal ConfigurationLockCollection _lockedAllExceptAttributesList; internal ConfigurationLockCollection _lockedAllExceptElementsList; internal ConfigurationLockCollection _lockedAttributesList; internal ConfigurationLockCollection _lockedElementsList; protected ConfigurationElement() { Values = new ConfigurationValues(); // Set the per-type validator ( this will actually have an effect only for an attributed model elements ) // Note that in the case where the property bag fot this.GetType() has not yet been created // the validator for this instance will get applied in ApplyValidatorsRecursive ( see this.get_Properties ) ApplyValidator(this); } internal static bool IsNullOrNullProperty(object value) { return value == null || value == s_nullPropertyValue; } internal bool DataToWriteInternal { get; set; } internal bool ElementPresent { get; set; } internal string ElementTagName { get; private set; } internal ConfigurationLockCollection LockedAttributesList => _lockedAttributesList; internal ConfigurationLockCollection LockedAllExceptAttributesList => _lockedAllExceptAttributesList; internal ConfigurationValueFlags ItemLocked => _itemLockedFlag; public ConfigurationLockCollection LockAttributes => _lockedAttributesList ?? (_lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes)); public ConfigurationLockCollection LockAllAttributesExcept => _lockedAllExceptAttributesList ?? (_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, ElementTagName)); public ConfigurationLockCollection LockElements => _lockedElementsList ?? (_lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements)); public ConfigurationLockCollection LockAllElementsExcept => _lockedAllExceptElementsList ?? (_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, ElementTagName)); public bool LockItem { get { return (_itemLockedFlag & ConfigurationValueFlags.Locked) != 0; } set { if ((_itemLockedFlag & ConfigurationValueFlags.Inherited) == 0) { _itemLockedFlag = value ? ConfigurationValueFlags.Locked : ConfigurationValueFlags.Default; _itemLockedFlag |= ConfigurationValueFlags.Modified; } else { throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, LockItemKey)); } } } protected internal object this[ConfigurationProperty prop] { get { object o = Values[prop.Name]; if (o == null) { if (prop.IsConfigurationElementType) { lock (Values.SyncRoot) { o = Values[prop.Name]; if (o == null) { ConfigurationElement childElement = CreateElement(prop.Type); if (_readOnly) childElement.SetReadOnly(); if (typeof(ConfigurationElementCollection).IsAssignableFrom(prop.Type)) { ConfigurationElementCollection childElementCollection = childElement as ConfigurationElementCollection; if (prop.AddElementName != null) childElementCollection.AddElementName = prop.AddElementName; if (prop.RemoveElementName != null) childElementCollection.RemoveElementName = prop.RemoveElementName; if (prop.ClearElementName != null) childElementCollection.ClearElementName = prop.ClearElementName; } //_values[prop.Name] = childElement; Values.SetValue(prop.Name, childElement, ConfigurationValueFlags.Inherited, null); o = childElement; } } } else o = prop.DefaultValue; } else { if (o == s_nullPropertyValue) o = null; } // If its an invalid value - throw the error now if (o is InvalidPropValue) throw ((InvalidPropValue)o).Error; return o; } set { SetPropertyValue(prop, value, false); // Do not ignore locks!!! } } protected internal object this[string propertyName] { get { ConfigurationProperty prop = Properties[propertyName]; if (prop == null) { prop = Properties[DefaultCollectionPropertyName]; if (prop.ProvidedName != propertyName) return null; } return this[prop]; } set { Debug.Assert(Properties.Contains(propertyName), "Properties.Contains(propertyName)"); SetPropertyValue(Properties[propertyName], value, false); // Do not ignore locks!!! } } protected internal virtual ConfigurationPropertyCollection Properties { get { ConfigurationPropertyCollection result; if (PropertiesFromType(GetType(), out result)) ApplyValidatorsRecursive(this); return result; } } internal ConfigurationValues Values { get; } public ElementInformation ElementInformation => _evaluationElement ?? (_evaluationElement = new ElementInformation(this)); protected ContextInformation EvaluationContext { get { if (_evalContext == null) { if (_configRecord == null) { // This is not associated with a context, so throw failure throw new ConfigurationErrorsException(SR.Config_element_no_context); } _evalContext = new ContextInformation(_configRecord); } return _evalContext; } } protected internal virtual ConfigurationElementProperty ElementProperty => _elementProperty; protected bool HasContext => _configRecord != null; public Configuration CurrentConfiguration => _configRecord?.CurrentConfiguration; internal ConfigurationElement CreateElement(Type type) { ConfigurationElement element = (ConfigurationElement)TypeUtil.CreateInstance(type); element.CallInit(); return element; } protected internal virtual void Init() { // If Init is called by the derived class, we may be able // to set _bInited to true if the derived class properly // calls Init on its base. _initialized = true; } internal void CallInit() { // Ensure Init is called just once if (!_initialized) { Init(); _initialized = true; } } internal void MergeLocks(ConfigurationElement source) { if (source == null) return; _itemLockedFlag = (source._itemLockedFlag & ConfigurationValueFlags.Locked) != 0 ? ConfigurationValueFlags.Inherited | source._itemLockedFlag : _itemLockedFlag; if (source._lockedAttributesList != null) { // Mark entry as from the parent - read only if (_lockedAttributesList == null) { _lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes); } foreach (string key in source._lockedAttributesList) _lockedAttributesList.Add(key, ConfigurationValueFlags.Inherited); } if (source._lockedAllExceptAttributesList != null) { if (_lockedAllExceptAttributesList == null) { _lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, string.Empty, source._lockedAllExceptAttributesList); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, source._lockedAllExceptAttributesList); _lockedAllExceptAttributesList.ClearInternal(false); foreach (string key in intersectionCollection) _lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); } if (source._lockedElementsList != null) { if (_lockedElementsList == null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); } ConfigurationElementCollection collection = null; if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if (collection != null) { // Default collections don't know their tag name collection.InternalElementTagName = source.ElementTagName; //point to the same instance of the collection from parent if (collection._lockedElementsList == null) collection._lockedElementsList = _lockedElementsList; } } foreach (string key in source._lockedElementsList) { // Mark entry as from the parent - read only _lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); // add the local copy collection?._lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); } } if (source._lockedAllExceptElementsList != null) { if ((_lockedAllExceptElementsList == null) || (_lockedAllExceptElementsList.Count == 0)) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, source.ElementTagName, source._lockedAllExceptElementsList); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, source._lockedAllExceptElementsList); if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedAllExceptElementsList == null)) { // point default collection to the parent collection collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } } _lockedAllExceptElementsList.ClearInternal(false); foreach (string key in intersectionCollection) if (!_lockedAllExceptElementsList.Contains(key) || (key == ElementTagName)) _lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); if (_lockedAllExceptElementsList.HasParentElements) { // add the local copy foreach (ConfigurationProperty prop in Properties) if (!_lockedAllExceptElementsList.Contains(prop.Name) && prop.IsConfigurationElementType) ((ConfigurationElement)this[prop]).SetLocked(); } } } internal void HandleLockedAttributes(ConfigurationElement source) { // if there are locked attributes on this collection element if (source == null || (source._lockedAttributesList == null && source._lockedAllExceptAttributesList == null)) return; // enumerate the possible locked properties foreach (PropertyInformation propInfo in source.ElementInformation.Properties) if (((source._lockedAttributesList != null) && (source._lockedAttributesList.Contains(propInfo.Name) || source._lockedAttributesList.Contains(LockAll))) || ((source._lockedAllExceptAttributesList != null) && !source._lockedAllExceptAttributesList.Contains(propInfo.Name)) ) { if ((propInfo.Name == LockAttributesKey) || (propInfo.Name == LockAllAttributesExceptKey)) continue; // if the attribute has been locked in the source then check to see // if the local config is trying to override it if (ElementInformation.Properties[propInfo.Name] == null) { // locked items are not defined ConfigurationPropertyCollection props = Properties; // so create the property based in the source item ConfigurationProperty prop = source.Properties[propInfo.Name]; props.Add(prop); // Add the property information to the property bag _evaluationElement = null; // flush the cached element data // Add the data from the source element but mark it as in herited // This must use setvalue in order to set the lock and inherited flags ConfigurationValueFlags flags = ConfigurationValueFlags.Inherited | ConfigurationValueFlags.Locked; Values.SetValue(propInfo.Name, propInfo.Value, flags, source.PropertyInfoInternal(propInfo.Name)); } else { // don't error when optional attribute are not defined yet if (ElementInformation.Properties[propInfo.Name].ValueOrigin == PropertyValueOrigin.SetHere) { // Don't allow the override throw new ConfigurationErrorsException( SR.Format(SR.Config_base_attribute_locked, propInfo.Name)); } // They did not override so we need to make sure the value comes from the locked one ElementInformation.Properties[propInfo.Name].Value = propInfo.Value; } } } internal virtual void AssociateContext(BaseConfigurationRecord configRecord) { _configRecord = configRecord; Values.AssociateContext(configRecord); } protected internal virtual bool IsModified() { if (_modified || ((_lockedAttributesList != null) && _lockedAttributesList.IsModified) || ((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.IsModified) || ((_lockedElementsList != null) && _lockedElementsList.IsModified) || ((_lockedAllExceptElementsList != null) && _lockedAllExceptElementsList.IsModified) || ((_itemLockedFlag & ConfigurationValueFlags.Modified) != 0)) return true; foreach (ConfigurationElement elem in Values.ConfigurationElements) if (elem.IsModified()) return true; return false; } protected internal virtual void ResetModified() { _modified = false; _lockedAttributesList?.ResetModified(); _lockedAllExceptAttributesList?.ResetModified(); _lockedElementsList?.ResetModified(); _lockedAllExceptElementsList?.ResetModified(); foreach (ConfigurationElement elem in Values.ConfigurationElements) elem.ResetModified(); } public virtual bool IsReadOnly() { return _readOnly; } protected internal virtual void SetReadOnly() { _readOnly = true; foreach (ConfigurationElement elem in Values.ConfigurationElements) elem.SetReadOnly(); } internal void SetLocked() { _itemLockedFlag = ConfigurationValueFlags.Locked | ConfigurationValueFlags.XmlParentInherited; foreach (ConfigurationProperty prop in Properties) { ConfigurationElement elem = this[prop] as ConfigurationElement; if (elem != null) { if (elem.GetType() != GetType()) elem.SetLocked(); ConfigurationElementCollection collection = this[prop] as ConfigurationElementCollection; if (collection != null) { foreach (object obj in collection) { ConfigurationElement element = obj as ConfigurationElement; element?.SetLocked(); } } } } } internal ArrayList GetErrorsList() { ArrayList errorList = new ArrayList(); ListErrors(errorList); return errorList; } internal ConfigurationErrorsException GetErrors() { ArrayList errorsList = GetErrorsList(); if (errorsList.Count == 0) return null; ConfigurationErrorsException e = new ConfigurationErrorsException(errorsList); return e; } protected virtual void ListErrors(IList errorList) { // First list errors in this element, then in subelements foreach (InvalidPropValue invalidValue in Values.InvalidValues) errorList.Add(invalidValue.Error); foreach (ConfigurationElement elem in Values.ConfigurationElements) { elem.ListErrors(errorList); ConfigurationElementCollection collection = elem as ConfigurationElementCollection; if (collection != null) foreach (ConfigurationElement item in collection) item.ListErrors(errorList); } } protected internal virtual void InitializeDefault() { } internal void CheckLockedElement(string elementName, XmlReader reader) { // have to check if clear was locked! if (elementName != null) { bool lockedInParent = (_lockedElementsList != null) && (_lockedElementsList.DefinedInParent(LockAll) || _lockedElementsList.DefinedInParent(elementName)); if (lockedInParent || ((_lockedAllExceptElementsList != null) && (_lockedAllExceptElementsList.Count != 0) && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(elementName)) || ((_itemLockedFlag & ConfigurationValueFlags.Inherited) != 0) ) { throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, elementName), reader); } } } internal void RemoveAllInheritedLocks() { _lockedAttributesList?.RemoveInheritedLocks(); _lockedElementsList?.RemoveInheritedLocks(); _lockedAllExceptAttributesList?.RemoveInheritedLocks(); _lockedAllExceptElementsList?.RemoveInheritedLocks(); } internal void ResetLockLists(ConfigurationElement parentElement) { _lockedAttributesList = null; _lockedAllExceptAttributesList = null; _lockedElementsList = null; _lockedAllExceptElementsList = null; if (parentElement == null) return; _itemLockedFlag = (parentElement._itemLockedFlag & ConfigurationValueFlags.Locked) != 0 ? ConfigurationValueFlags.Inherited | parentElement._itemLockedFlag : ConfigurationValueFlags.Default; if (parentElement._lockedAttributesList != null) { // Mark entry as from the parent - read only _lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes); foreach (string key in parentElement._lockedAttributesList) _lockedAttributesList.Add(key, ConfigurationValueFlags.Inherited); } if (parentElement._lockedAllExceptAttributesList != null) { _lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, string.Empty, parentElement._lockedAllExceptAttributesList); } if (parentElement._lockedElementsList != null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if (collection != null) { collection.InternalElementTagName = parentElement.ElementTagName; // Default collections don't know there tag name if (collection._lockedElementsList == null) collection._lockedElementsList = _lockedElementsList; } } // Mark entry as from the parent - read only foreach (string key in parentElement._lockedElementsList) _lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); } if (parentElement._lockedAllExceptElementsList != null) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, parentElement.ElementTagName, parentElement._lockedAllExceptElementsList); if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedAllExceptElementsList == null)) collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } } } protected internal virtual void Reset(ConfigurationElement parentElement) { Values.Clear(); ResetLockLists(parentElement); ConfigurationPropertyCollection props = Properties; // Force the bag to be up to date ElementPresent = false; if (parentElement == null) InitializeDefault(); else { bool hasAnyChildElements = false; ConfigurationPropertyCollection collectionKeys = null; for (int index = 0; index < parentElement.Values.Count; index++) { string key = parentElement.Values.GetKey(index); ConfigurationValue configValue = parentElement.Values.GetConfigValue(index); object value = configValue?.Value; PropertySourceInfo sourceInfo = configValue?.SourceInfo; ConfigurationProperty prop = parentElement.Properties[key]; if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsConfigurationElementType) hasAnyChildElements = true; else { ConfigurationValueFlags flags = ConfigurationValueFlags.Inherited | (((_lockedAttributesList != null) && (_lockedAttributesList.Contains(key) || _lockedAttributesList.Contains(LockAll))) || ((_lockedAllExceptAttributesList != null) && !_lockedAllExceptAttributesList.Contains(key)) ? ConfigurationValueFlags.Locked : ConfigurationValueFlags.Default); if (value != s_nullPropertyValue) { // _values[key] = value; Values.SetValue(key, value, flags, sourceInfo); } if (!props.Contains(key)) // this is for optional provider models keys { props.Add(prop); Values.SetValue(key, value, flags, sourceInfo); } } } if (hasAnyChildElements) { for (int index = 0; index < parentElement.Values.Count; index++) { string key = parentElement.Values.GetKey(index); object value = parentElement.Values[index]; ConfigurationProperty prop = parentElement.Properties[key]; if ((prop != null) && prop.IsConfigurationElementType) { //((ConfigurationElement)value).SerializeToXmlElement(writer, prop.Name); ConfigurationElement childElement = (ConfigurationElement)this[prop]; childElement.Reset((ConfigurationElement)value); } } } } } public override bool Equals(object compareTo) { ConfigurationElement otherElement = compareTo as ConfigurationElement; if ((otherElement == null) || (compareTo.GetType() != GetType()) || (otherElement.Properties.Count != Properties.Count)) return false; foreach (ConfigurationProperty configProperty in Properties) { object thisValue = Values[configProperty.Name]; object otherValue = otherElement.Values[configProperty.Name]; if (!Equals(thisValue, otherValue)) { // The values don't match- if either is 'null' default is ok if (!((IsNullOrNullProperty(thisValue) && Equals(otherValue, configProperty.DefaultValue)) || (IsNullOrNullProperty(otherValue) && Equals(thisValue, configProperty.DefaultValue)))) return false; } } return true; } public override int GetHashCode() { int hHashCode = 0; foreach (ConfigurationProperty configProperty in Properties) { object o = this[configProperty]; if (o != null) hHashCode ^= this[configProperty].GetHashCode(); } return hHashCode; } private static bool PropertiesFromType(Type type, out ConfigurationPropertyCollection result) { ConfigurationPropertyCollection properties = (ConfigurationPropertyCollection)s_propertyBags[type]; bool firstTimeInit = false; if (properties == null) { lock (s_propertyBags.SyncRoot) { properties = (ConfigurationPropertyCollection)s_propertyBags[type]; if (properties == null) { properties = CreatePropertyBagFromType(type); s_propertyBags[type] = properties; firstTimeInit = true; } } } result = properties; return firstTimeInit; } private static ConfigurationPropertyCollection CreatePropertyBagFromType(Type type) { Debug.Assert(type != null, "type != null"); // For ConfigurationElement derived classes - get the per-type validator if (typeof(ConfigurationElement).IsAssignableFrom(type)) { ConfigurationValidatorAttribute validatorAttribute = Attribute.GetCustomAttribute(type, typeof(ConfigurationValidatorAttribute)) as ConfigurationValidatorAttribute; if (validatorAttribute != null) { validatorAttribute.SetDeclaringType(type); ConfigurationValidatorBase validator = validatorAttribute.ValidatorInstance; if (validator != null) CachePerTypeValidator(type, validator); } } ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); foreach (PropertyInfo propertyInformation in type.GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance)) { ConfigurationProperty property = CreateConfigurationPropertyFromAttributes(propertyInformation); if (property != null) properties.Add(property); } return properties; } private static ConfigurationProperty CreateConfigurationPropertyFromAttributes(PropertyInfo propertyInformation) { Debug.Assert(propertyInformation != null, "propertyInformation != null"); ConfigurationProperty result = null; ConfigurationPropertyAttribute attribProperty = Attribute.GetCustomAttribute(propertyInformation, typeof(ConfigurationPropertyAttribute)) as ConfigurationPropertyAttribute; // If there is no ConfigurationPropertyAttribute - this is not considered a property if (attribProperty != null) result = new ConfigurationProperty(propertyInformation); // Handle some special cases of property types if ((result != null) && typeof(ConfigurationElement).IsAssignableFrom(result.Type)) { PropertiesFromType(result.Type, out _); } return result; } private static void CachePerTypeValidator(Type type, ConfigurationValidatorBase validator) { Debug.Assert((type != null) && (validator != null)); Debug.Assert(typeof(ConfigurationElement).IsAssignableFrom(type)); // Use the same lock as the property bag lock since in the current implementation // the only way to get to this method is through the code path that locks the property bag cache first ( see PropertiesFromType() ) // NOTE[ Thread Safety ]: Non-guarded access to static variable - since this code is called only from CreatePropertyBagFromType // which in turn is done onle once per type and is guarded by the s_propertyBag.SyncRoot then this call is thread safe as well if (s_perTypeValidators == null) s_perTypeValidators = new Dictionary<Type, ConfigurationValidatorBase>(); // A type validator should be cached only once. If it isn't then attribute parsing is done more then once which should be avoided Debug.Assert(!s_perTypeValidators.ContainsKey(type)); // Make sure the supplied validator supports validating this object if (!validator.CanValidate(type)) { throw new ConfigurationErrorsException( SR.Format(SR.Validator_does_not_support_elem_type, type.Name)); } s_perTypeValidators.Add(type, validator); } private static void ApplyValidatorsRecursive(ConfigurationElement root) { Debug.Assert(root != null); // Apply the validator on 'root' ApplyValidator(root); // Apply validators on created child elements (non created ones will get their validators run when constructed) foreach (ConfigurationElement elem in root.Values.ConfigurationElements) ApplyValidatorsRecursive(elem); } private static void ApplyValidator(ConfigurationElement elem) { Debug.Assert(elem != null); if ((s_perTypeValidators != null) && s_perTypeValidators.ContainsKey(elem.GetType())) elem._elementProperty = new ConfigurationElementProperty(s_perTypeValidators[elem.GetType()]); } protected void SetPropertyValue(ConfigurationProperty prop, object value, bool ignoreLocks) { if (IsReadOnly()) throw new ConfigurationErrorsException(SR.Config_base_read_only); if ((ignoreLocks == false) && (((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || ((_lockedAttributesList != null) && (_lockedAttributesList.DefinedInParent(prop.Name) || _lockedAttributesList.DefinedInParent(LockAll))) || (((_itemLockedFlag & ConfigurationValueFlags.Locked) != 0) && ((_itemLockedFlag & ConfigurationValueFlags.Inherited) != 0)))) throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, prop.Name)); _modified = true; // Run the new value through the validator to make sure its ok to store it if (value != null) prop.Validate(value); Values[prop.Name] = value ?? s_nullPropertyValue; } internal PropertySourceInfo PropertyInfoInternal(string propertyName) { return Values.GetSourceInfo(propertyName); } internal string PropertyFileName(string propertyName) { // Get the filename of the parent if prop is not there PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty); return p == null ? string.Empty : p.FileName; } internal int PropertyLineNumber(string propertyName) { PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty); return p?.LineNumber ?? 0; } internal virtual void Dump(TextWriter tw) { tw.WriteLine("Type: " + GetType().FullName); foreach (PropertyInfo pi in GetType().GetProperties()) tw.WriteLine("{0}: {1}", pi.Name, pi.GetValue(this, null)); } protected internal virtual void Unmerge(ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode) { if (sourceElement == null) return; bool hasAnyChildElements = false; _lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; _lockedAllExceptElementsList = sourceElement._lockedAllExceptElementsList; _itemLockedFlag = sourceElement._itemLockedFlag; _lockedAttributesList = sourceElement._lockedAttributesList; _lockedElementsList = sourceElement._lockedElementsList; AssociateContext(sourceElement._configRecord); if (parentElement != null) { if (parentElement._lockedAttributesList != null) { _lockedAttributesList = UnMergeLockList(sourceElement._lockedAttributesList, parentElement._lockedAttributesList, saveMode); } if (parentElement._lockedElementsList != null) { _lockedElementsList = UnMergeLockList(sourceElement._lockedElementsList, parentElement._lockedElementsList, saveMode); } if (parentElement._lockedAllExceptAttributesList != null) { _lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, parentElement._lockedAllExceptAttributesList, saveMode); } if (parentElement._lockedAllExceptElementsList != null) { _lockedAllExceptElementsList = UnMergeLockList(sourceElement._lockedAllExceptElementsList, parentElement._lockedAllExceptElementsList, saveMode); } } ConfigurationPropertyCollection props = Properties; ConfigurationPropertyCollection collectionKeys = null; // check for props not in bag from source for (int index = 0; index < sourceElement.Values.Count; index++) { string key = sourceElement.Values.GetKey(index); object value = sourceElement.Values[index]; ConfigurationProperty prop = sourceElement.Properties[key]; if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsConfigurationElementType) { hasAnyChildElements = true; } else if (value != s_nullPropertyValue && !props.Contains(key)) { // this is for optional provider models keys // _values[key] = value; ConfigurationValueFlags valueFlags = sourceElement.Values.RetrieveFlags(key); Values.SetValue(key, value, valueFlags, null); props.Add(prop); } } foreach (ConfigurationProperty prop in Properties) { if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsConfigurationElementType) hasAnyChildElements = true; else { object value = sourceElement.Values[prop.Name]; // if the property is required or we are writing a full config make sure we have defaults if ((prop.IsRequired || (saveMode == ConfigurationSaveMode.Full)) && IsNullOrNullProperty(value)) { // If the default value is null, this means there wasnt a reasonable default for the value // and there is nothing more we can do. Otherwise reset the value to the default // Note: 'null' should be used as default for non-empty strings instead // of the current practice to use String.Epmty if (prop.DefaultValue != null) value = prop.DefaultValue; // need to make sure required properties are persisted } if (IsNullOrNullProperty(value)) continue; // Use the parent value if available object value2 = parentElement?.Values[prop.Name] ?? prop.DefaultValue; // If changed and not same as parent write or required switch (saveMode) { case ConfigurationSaveMode.Minimal: if (!Equals(value, value2) || prop.IsRequired) Values[prop.Name] = value; break; case ConfigurationSaveMode.Modified: bool modified = sourceElement.Values.IsModified(prop.Name); bool inherited = sourceElement.Values.IsInherited(prop.Name); // update the value if the property is required, modified or it was not inherited // Also update properties that ARE inherited when we are resetting the object // as long as the property is not the same as the default value for the property if (prop.IsRequired || modified || !inherited || ((parentElement == null) && inherited && !Equals(value, value2))) Values[prop.Name] = value; break; case ConfigurationSaveMode.Full: if (IsNullOrNullProperty(value)) Values[prop.Name] = value2; else Values[prop.Name] = value; break; } } } if (hasAnyChildElements) { foreach (ConfigurationProperty prop in Properties) if (prop.IsConfigurationElementType) { ConfigurationElement pElem = (ConfigurationElement)parentElement?[prop]; ConfigurationElement childElement = (ConfigurationElement)this[prop]; if ((ConfigurationElement)sourceElement[prop] != null) { childElement.Unmerge((ConfigurationElement)sourceElement[prop], pElem, saveMode); } } } } protected internal virtual bool SerializeToXmlElement(XmlWriter writer, string elementName) { if ((_configRecord != null) && (_configRecord.TargetFramework != null)) { ConfigurationSection section = null; if (_configRecord.SectionsStack.Count > 0) section = _configRecord.SectionsStack.Peek() as ConfigurationSection; if ((section != null) && !section.ShouldSerializeElementInTargetVersion(this, elementName, _configRecord.TargetFramework)) return false; } bool dataToWrite = DataToWriteInternal; // Don't write elements that are locked in the parent if (((_lockedElementsList != null) && _lockedElementsList.DefinedInParent(elementName)) || ((_lockedAllExceptElementsList != null) && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(elementName))) return dataToWrite; if (SerializeElement(null, false)) // check if there is anything to write... { writer?.WriteStartElement(elementName); dataToWrite |= SerializeElement(writer, false); writer?.WriteEndElement(); } return dataToWrite; } protected internal virtual bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) { PreSerialize(writer); bool dataToWrite = DataToWriteInternal; bool hasAnyChildElements = false; bool foundDefaultElement = false; ConfigurationPropertyCollection props = Properties; ConfigurationPropertyCollection collectionKeys = null; for (int index = 0; index < Values.Count; index++) { string key = Values.GetKey(index); object value = Values[index]; ConfigurationProperty prop = props[key]; if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsVersionCheckRequired && (_configRecord != null) && (_configRecord.TargetFramework != null)) { ConfigurationSection section = null; if (_configRecord.SectionsStack.Count > 0) section = _configRecord.SectionsStack.Peek() as ConfigurationSection; if ((section != null) && !section.ShouldSerializePropertyInTargetVersion(prop, prop.Name, _configRecord.TargetFramework, this)) continue; } if (prop.IsConfigurationElementType) { hasAnyChildElements = true; } else { if (((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || ((_lockedAttributesList != null) && _lockedAttributesList.DefinedInParent(prop.Name))) { if (prop.IsRequired) { throw new ConfigurationErrorsException(SR.Format( SR.Config_base_required_attribute_locked, prop.Name)); } value = s_nullPropertyValue; } if (value == s_nullPropertyValue || (serializeCollectionKey && !prop.IsKey)) continue; string xmlValue; // If this was an invalid string value and was cached - write it out as is if (value is InvalidPropValue) xmlValue = ((InvalidPropValue)value).Value; else { prop.Validate(value); xmlValue = prop.ConvertToString(value); } if ((xmlValue != null) && (writer != null)) { if (prop.IsTypeStringTransformationRequired) xmlValue = GetTransformedTypeString(xmlValue); if (prop.IsAssemblyStringTransformationRequired) xmlValue = GetTransformedAssemblyString(xmlValue); writer.WriteAttributeString(prop.Name, xmlValue); } dataToWrite = dataToWrite || (xmlValue != null); } } if (serializeCollectionKey == false) { dataToWrite |= SerializeLockList(_lockedAttributesList, LockAttributesKey, writer); dataToWrite |= SerializeLockList(_lockedAllExceptAttributesList, LockAllAttributesExceptKey, writer); dataToWrite |= SerializeLockList(_lockedElementsList, LockElementsKey, writer); dataToWrite |= SerializeLockList(_lockedAllExceptElementsList, LockAllElementsExceptKey, writer); if (((_itemLockedFlag & ConfigurationValueFlags.Locked) != 0) && ((_itemLockedFlag & ConfigurationValueFlags.Inherited) == 0) && ((_itemLockedFlag & ConfigurationValueFlags.XmlParentInherited) == 0)) { dataToWrite = true; writer?.WriteAttributeString(LockItemKey, true.ToString().ToLowerInvariant()); } } if (hasAnyChildElements) { for (int index = 0; index < Values.Count; index++) { string key = Values.GetKey(index); object value = Values[index]; ConfigurationProperty prop = props[key]; // if we are writing a remove and the sub element is not part of the key don't write it. if ((serializeCollectionKey && !prop.IsKey) || !(value is ConfigurationElement)) continue; if (((_lockedElementsList != null) && _lockedElementsList.DefinedInParent(key)) || ((_lockedAllExceptElementsList != null) && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(key))) continue; ConfigurationElement elem = (ConfigurationElement)value; if (prop.Name != ConfigurationProperty.DefaultCollectionPropertyName) { dataToWrite |= elem.SerializeToXmlElement(writer, prop.Name); } else { if (!foundDefaultElement) { // Prevent the locks from serializing a second time since locks // on a default collection serialize with their parent node elem._lockedAttributesList = null; elem._lockedAllExceptAttributesList = null; elem._lockedElementsList = null; elem._lockedAllExceptElementsList = null; dataToWrite |= elem.SerializeElement(writer, false); foundDefaultElement = true; } else { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_element_cannot_have_multiple_child_elements, prop.Name)); } } } } return dataToWrite; } private bool SerializeLockList(ConfigurationLockCollection list, string elementKey, XmlWriter writer) { StringBuilder sb = new StringBuilder(); if (list != null) { foreach (string key in list) if (!list.DefinedInParent(key)) { if (sb.Length != 0) sb.Append(','); sb.Append(key); } } if ((writer != null) && (sb.Length != 0)) writer.WriteAttributeString(elementKey, sb.ToString()); return sb.Length != 0; } internal void ReportInvalidLock(string attribToLockTrim, ConfigurationLockCollectionType lockedType, ConfigurationValue value, string collectionProperties) { StringBuilder sb = new StringBuilder(); // Add the collection properties when locking elements if (!string.IsNullOrEmpty(collectionProperties) && ((lockedType == ConfigurationLockCollectionType.LockedElements) || (lockedType == ConfigurationLockCollectionType.LockedElementsExceptionList))) { if (sb.Length != 0) sb.Append(','); sb.Append(collectionProperties); } // construct a list of valid lockable properties foreach (object prop in Properties) { ConfigurationProperty validProp = (ConfigurationProperty)prop; if ((validProp.Name != LockAttributesKey) && (validProp.Name != LockAllAttributesExceptKey) && (validProp.Name != LockElementsKey) && (validProp.Name != LockAllElementsExceptKey) ) { if ((lockedType == ConfigurationLockCollectionType.LockedElements) || (lockedType == ConfigurationLockCollectionType.LockedElementsExceptionList)) { if (typeof(ConfigurationElement).IsAssignableFrom(validProp.Type)) { if (sb.Length != 0) sb.Append(", "); sb.Append('\''); sb.Append(validProp.Name); sb.Append('\''); } } else { if (!typeof(ConfigurationElement).IsAssignableFrom(validProp.Type)) { if (sb.Length != 0) sb.Append(", "); sb.Append('\''); sb.Append(validProp.Name); sb.Append('\''); } } } } string format; if ((lockedType == ConfigurationLockCollectionType.LockedElements) || (lockedType == ConfigurationLockCollectionType.LockedElementsExceptionList)) { format = value != null ? SR.Config_base_invalid_element_to_lock : SR.Config_base_invalid_element_to_lock_by_add; } else { format = value != null ? SR.Config_base_invalid_attribute_to_lock : SR.Config_base_invalid_attribute_to_lock_by_add; } if (value != null) { throw new ConfigurationErrorsException( SR.Format(format, attribToLockTrim, sb), value.SourceInfo.FileName, value.SourceInfo.LineNumber); } throw new ConfigurationErrorsException(SR.Format(format, attribToLockTrim, sb)); } private ConfigurationLockCollection ParseLockedAttributes(ConfigurationValue value, ConfigurationLockCollectionType lockType) { // check that only actual properties are in the lock attribute ConfigurationLockCollection localLockedAttributesList = new ConfigurationLockCollection(this, lockType); string attributeList = (string)value.Value; if (string.IsNullOrEmpty(attributeList)) { switch (lockType) { case ConfigurationLockCollectionType.LockedAttributes: throw new ConfigurationErrorsException(SR.Format(SR.Empty_attribute, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); case ConfigurationLockCollectionType.LockedElements: throw new ConfigurationErrorsException(SR.Format(SR.Empty_attribute, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); case ConfigurationLockCollectionType.LockedExceptionList: throw new ConfigurationErrorsException( SR.Format(SR.Config_empty_lock_attributes_except, LockAllAttributesExceptKey, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); case ConfigurationLockCollectionType.LockedElementsExceptionList: throw new ConfigurationErrorsException( SR.Format(SR.Config_empty_lock_element_except, LockAllElementsExceptKey, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); } } string[] attribsToLock = attributeList.Split(',', ':', ';'); foreach (string attribToLock in attribsToLock) { string attribToLockTrim = attribToLock.Trim(); if (!string.IsNullOrEmpty(attribToLockTrim)) { // validate that the locks are good if (!(((lockType == ConfigurationLockCollectionType.LockedElements) || (lockType == ConfigurationLockCollectionType.LockedAttributes)) && (attribToLockTrim == LockAll))) { ConfigurationProperty propToLock = Properties[attribToLockTrim]; if ((propToLock == null) || // if the prop does not exist (attribToLockTrim == LockAttributesKey) || // or it is the lockattributes keyword (attribToLockTrim == LockAllAttributesExceptKey) || // or it is the lockattributes keyword (attribToLockTrim == LockElementsKey) || // or it is the lockelements keyword ((lockType != ConfigurationLockCollectionType.LockedElements) && (lockType != ConfigurationLockCollectionType.LockedElementsExceptionList) && typeof(ConfigurationElement).IsAssignableFrom(propToLock.Type)) || // or if not locking elements but the property is an element (((lockType == ConfigurationLockCollectionType.LockedElements) || (lockType == ConfigurationLockCollectionType.LockedElementsExceptionList)) && !typeof(ConfigurationElement).IsAssignableFrom(propToLock.Type)) // or if locking elements but the property is not an element ) { // check to see if this is a collection and we are locking a collection element ConfigurationElementCollection collection = this as ConfigurationElementCollection; if ((collection == null) && (Properties.DefaultCollectionProperty != null)) // this is not a collection but it may contain a default collection { collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; } if ((collection == null) || (lockType == ConfigurationLockCollectionType.LockedAttributes) || // If the collection type is not element then the lock is bogus (lockType == ConfigurationLockCollectionType.LockedExceptionList)) ReportInvalidLock(attribToLockTrim, lockType, value, null); else { if (!collection.IsLockableElement(attribToLockTrim)) ReportInvalidLock(attribToLockTrim, lockType, value, collection.LockableElements); } } if ((propToLock != null) && propToLock.IsRequired) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_required_attribute_lock_attempt, propToLock.Name)); } } // concatenate the new attribute. localLockedAttributesList.Add(attribToLockTrim, ConfigurationValueFlags.Default); // Mark as local } } return localLockedAttributesList; } private StringCollection IntersectLockCollections(ConfigurationLockCollection collection1, ConfigurationLockCollection collection2) { ConfigurationLockCollection smallCollection = collection1.Count < collection2.Count ? collection1 : collection2; ConfigurationLockCollection largeCollection = collection1.Count >= collection2.Count ? collection1 : collection2; StringCollection intersectionCollection = new StringCollection(); foreach (string key in smallCollection) if (largeCollection.Contains(key) || (key == ElementTagName)) intersectionCollection.Add(key); // add the local copy return intersectionCollection; } protected internal virtual void DeserializeElement(XmlReader reader, bool serializeCollectionKey) { ConfigurationPropertyCollection props = Properties; ConfigurationValue lockedAttributesList = null; ConfigurationValue lockedAllExceptList = null; ConfigurationValue lockedElementList = null; ConfigurationValue lockedAllElementsExceptList = null; bool itemLockedLocally = false; ElementPresent = true; ConfigurationElement defaultCollection = null; ConfigurationProperty defaultCollectionProperty = props?.DefaultCollectionProperty; if (defaultCollectionProperty != null) defaultCollection = (ConfigurationElement)this[defaultCollectionProperty]; // Process attributes ElementTagName = reader.Name; PropertySourceInfo rootInfo = new PropertySourceInfo(reader); Values.SetValue(reader.Name, null, ConfigurationValueFlags.Modified, rootInfo); Values.SetValue(DefaultCollectionPropertyName, defaultCollection, ConfigurationValueFlags.Modified, rootInfo); if (((_lockedElementsList != null) && (_lockedElementsList.Contains(reader.Name) || (_lockedElementsList.Contains(LockAll) && (reader.Name != ElementTagName)))) || ((_lockedAllExceptElementsList != null) && (_lockedAllExceptElementsList.Count != 0) && !_lockedAllExceptElementsList.Contains(reader.Name)) || (((_itemLockedFlag & ConfigurationValueFlags.Locked) != 0) && ((_itemLockedFlag & ConfigurationValueFlags.Inherited) != 0)) ) throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, reader.Name), reader); if (reader.AttributeCount > 0) { while (reader.MoveToNextAttribute()) { string propertyName = reader.Name; if (((_lockedAttributesList != null) && (_lockedAttributesList.Contains(propertyName) || _lockedAttributesList.Contains(LockAll))) || ((_lockedAllExceptAttributesList != null) && !_lockedAllExceptAttributesList.Contains(propertyName)) ) { if ((propertyName != LockAttributesKey) && (propertyName != LockAllAttributesExceptKey)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_attribute_locked, propertyName), reader); } } ConfigurationProperty prop = props?[propertyName]; if (prop != null) { if (serializeCollectionKey && !prop.IsKey) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_unrecognized_attribute, propertyName), reader); } Values.SetValue(propertyName, DeserializePropertyValue(prop, reader), ConfigurationValueFlags.Modified, new PropertySourceInfo(reader)); } else { // if (deserializing a remove OR an add that does not handle optional attributes) switch (propertyName) { case LockItemKey: try { itemLockedLocally = bool.Parse(reader.Value); } catch { throw new ConfigurationErrorsException( SR.Format(SR.Config_invalid_boolean_attribute, propertyName), reader); } break; case LockAttributesKey: lockedAttributesList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; case LockAllAttributesExceptKey: lockedAllExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; case LockElementsKey: lockedElementList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; case LockAllElementsExceptKey: lockedAllElementsExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; default: if (serializeCollectionKey || !OnDeserializeUnrecognizedAttribute(propertyName, reader.Value)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_unrecognized_attribute, propertyName), reader); } break; } } } } reader.MoveToElement(); // Check for nested elements. try { HybridDictionary nodeFound = new HybridDictionary(); if (!reader.IsEmptyElement) { while (reader.Read()) if (reader.NodeType == XmlNodeType.Element) { string propertyName = reader.Name; CheckLockedElement(propertyName, null); ConfigurationProperty prop = props?[propertyName]; if (prop != null) { if (prop.IsConfigurationElementType) { // TODO: Check for duplicates. if (nodeFound.Contains(propertyName)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_element_cannot_have_multiple_child_elements, propertyName), reader); } nodeFound.Add(propertyName, propertyName); ConfigurationElement childElement = (ConfigurationElement)this[prop]; childElement.DeserializeElement(reader, serializeCollectionKey); // Validate the new element with the per-property Validator // Note that the per-type validator for childElement has been already executed as part of Deserialize ValidateElement(childElement, prop.Validator, false); } else { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_property_is_not_a_configuration_element, propertyName), reader); } } else { if (!OnDeserializeUnrecognizedElement(propertyName, reader)) { // Let the default collection, if there is one, handle this node. if ((defaultCollection == null) || !defaultCollection.OnDeserializeUnrecognizedElement(propertyName, reader)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_unrecognized_element_name, propertyName), reader); } } } } else { if (reader.NodeType == XmlNodeType.EndElement) break; if ((reader.NodeType == XmlNodeType.CDATA) || (reader.NodeType == XmlNodeType.Text)) { throw new ConfigurationErrorsException( SR.Config_base_section_invalid_content, reader); } } } EnsureRequiredProperties(serializeCollectionKey); // Call the per-type validator for this object ValidateElement(this, null, false); } catch (ConfigurationException e) { // Catch the generic message from deserialization and include line info if necessary if ((e.Filename == null) || (e.Filename.Length == 0)) throw new ConfigurationErrorsException(e.Message, reader); // give it some info throw; } if (itemLockedLocally) { SetLocked(); _itemLockedFlag = ConfigurationValueFlags.Locked; } if (lockedAttributesList != null) { if (_lockedAttributesList == null) { _lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes); } foreach ( string key in ParseLockedAttributes(lockedAttributesList, ConfigurationLockCollectionType.LockedAttributes)) if (!_lockedAttributesList.Contains(key)) _lockedAttributesList.Add(key, ConfigurationValueFlags.Default); // add the local copy else { _lockedAttributesList.Add(key, ConfigurationValueFlags.Modified | ConfigurationValueFlags.Inherited); // add the local copy } } if (lockedAllExceptList != null) { ConfigurationLockCollection newCollection = ParseLockedAttributes(lockedAllExceptList, ConfigurationLockCollectionType.LockedExceptionList); if (_lockedAllExceptAttributesList == null) { // Prevent the list from thinking this was set by a parent. _lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, string.Empty, newCollection); _lockedAllExceptAttributesList.ClearSeedList(); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, newCollection); _lockedAllExceptAttributesList.ClearInternal(false); foreach (string key in intersectionCollection) _lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); } if (lockedElementList != null) { if (_lockedElementsList == null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); } ConfigurationLockCollection localLockedElementList = ParseLockedAttributes(lockedElementList, ConfigurationLockCollectionType.LockedElements); if (props.DefaultCollectionProperty != null) // this is not a collection but it may contain a default collection { ConfigurationElementCollection collection = this[props.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedElementsList == null)) collection._lockedElementsList = _lockedElementsList; } foreach (string key in localLockedElementList) if (!_lockedElementsList.Contains(key)) { _lockedElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy ConfigurationProperty propToLock = Properties[key]; if ((propToLock != null) && typeof(ConfigurationElement).IsAssignableFrom(propToLock.Type)) ((ConfigurationElement)this[key]).SetLocked(); if (key == LockAll) { foreach (ConfigurationProperty prop in Properties) if (!string.IsNullOrEmpty(prop.Name) && prop.IsConfigurationElementType) ((ConfigurationElement)this[prop]).SetLocked(); } } } if (lockedAllElementsExceptList != null) { ConfigurationLockCollection newCollection = ParseLockedAttributes(lockedAllElementsExceptList, ConfigurationLockCollectionType.LockedElementsExceptionList); if (_lockedAllExceptElementsList == null) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, ElementTagName, newCollection); _lockedAllExceptElementsList.ClearSeedList(); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, newCollection); if (props.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[props.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedAllExceptElementsList == null)) collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } _lockedAllExceptElementsList.ClearInternal(false); foreach (string key in intersectionCollection) if (!_lockedAllExceptElementsList.Contains(key) || (key == ElementTagName)) _lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy foreach (ConfigurationProperty prop in Properties) if (!(string.IsNullOrEmpty(prop.Name) || _lockedAllExceptElementsList.Contains(prop.Name)) && prop.IsConfigurationElementType) ((ConfigurationElement)this[prop]).SetLocked(); } // Make sure default collections use the same lock element lists if (defaultCollectionProperty != null) { defaultCollection = (ConfigurationElement)this[defaultCollectionProperty]; if (_lockedElementsList == null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); } defaultCollection._lockedElementsList = _lockedElementsList; if (_lockedAllExceptElementsList == null) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, reader.Name); _lockedAllExceptElementsList.ClearSeedList(); } defaultCollection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } // This has to be the last thing to execute PostDeserialize(); } private object DeserializePropertyValue(ConfigurationProperty prop, XmlReader reader) { Debug.Assert(prop != null, "prop != null"); Debug.Assert(reader != null, "reader != null"); // By default we try to load (i.e. parse/validate ) all properties // If a property value is invalid ( cannot be parsed or is not valid ) we will keep the value // as string ( from the xml ) and will write it out unchanged if needed // If the property value is needed by users the actual exception will be thrown string xmlValue = reader.Value; object propertyValue = null; try { propertyValue = prop.ConvertFromString(xmlValue); // Validate the loaded and converted value prop.Validate(propertyValue); } catch (ConfigurationException ce) { // If the error is incomplete - complete it :) if (string.IsNullOrEmpty(ce.Filename)) ce = new ConfigurationErrorsException(ce.Message, reader); // Cannot parse/validate the value. Keep it as string propertyValue = new InvalidPropValue(xmlValue, ce); } catch { // If this is an exception related to the parsing/validating the // value ConfigurationErrorsException should be thrown instead. // If not - the exception is ok to surface out of here Debug.Fail("Unknown exception type thrown"); } return propertyValue; } internal static void ValidateElement(ConfigurationElement elem, ConfigurationValidatorBase propValidator, bool recursive) { // Validate a config element with the per-type validator when a per-property ( propValidator ) is not supplied // or with the per-prop validator when the element ( elem ) is a child property of another configuration element ConfigurationValidatorBase validator = propValidator; if ((validator == null) && // Not a property - use the per-type validator (elem.ElementProperty != null)) { validator = elem.ElementProperty.Validator; // Since ElementProperty can be overriden by derived classes we need to make sure that // the validator supports the type of elem every time if ((validator != null) && !validator.CanValidate(elem.GetType())) { throw new ConfigurationErrorsException(SR.Format(SR.Validator_does_not_support_elem_type, elem.GetType().Name)); } } try { validator?.Validate(elem); } catch (ConfigurationException) { // ConfigurationElement validators are allowed to throw ConfigurationErrorsException. throw; } catch (Exception ex) { throw new ConfigurationErrorsException(SR.Format(SR.Validator_element_not_valid, elem.ElementTagName, ex.Message)); } if (recursive) { // Validate collection items: // Note: this is a bit of a hack - we will exploit the fact that this method is called with recursive == true only when serializing the top level section // At deserializtion time the per-element validator for collection items will get executed as part of their deserialization logic // However we dont perform validation in the serialization logic ( because at that time the object is unmerged and not all data is present ) // so we have to do that validation here. if (elem is ConfigurationElementCollection) { IEnumerator it = ((ConfigurationElementCollection)elem).GetElementsEnumerator(); while (it.MoveNext()) ValidateElement((ConfigurationElement)it.Current, null, true); } // Validate all child elements recursively for (int index = 0; index < elem.Values.Count; index++) { ConfigurationElement value = elem.Values[index] as ConfigurationElement; if (value != null) { // Run the per-type validator on the child element and proceed with validation in subelements // Note we dont run the per-property validator here since we run those when the property value is set ValidateElement(value, null, true); // per-type } } } } private void EnsureRequiredProperties(bool ensureKeysOnly) { ConfigurationPropertyCollection props = Properties; // Make sure all required properties are here if (props != null) { foreach (ConfigurationProperty prop in props) if (prop.IsRequired && !Values.Contains(prop.Name)) { // Required properties can be ommited when we need only the keys to be there if (!ensureKeysOnly || prop.IsKey) Values[prop.Name] = OnRequiredPropertyNotFound(prop.Name); } } } protected virtual object OnRequiredPropertyNotFound(string name) { // Derivied classes can override this to return a value for a required property that is missing // Here we treat this as an error though throw new ConfigurationErrorsException(SR.Format(SR.Config_base_required_attribute_missing, name), PropertyFileName(name), PropertyLineNumber(name)); } protected virtual void PostDeserialize() { // Please try to not add code in here } protected virtual void PreSerialize(XmlWriter writer) { // Please try to not add code in here } protected virtual bool OnDeserializeUnrecognizedAttribute(string name, string value) { return false; } protected virtual bool OnDeserializeUnrecognizedElement(string elementName, XmlReader reader) { return false; } protected virtual string GetTransformedTypeString(string typeName) { if ((typeName == null) || (_configRecord == null) || !_configRecord.TypeStringTransformerIsSet) return typeName; return _configRecord.TypeStringTransformer(typeName); } protected virtual string GetTransformedAssemblyString(string assemblyName) { if ((assemblyName == null) || (_configRecord == null) || !_configRecord.AssemblyStringTransformerIsSet) return assemblyName; return _configRecord.AssemblyStringTransformer(assemblyName); } internal ConfigurationLockCollection UnMergeLockList( ConfigurationLockCollection sourceLockList, ConfigurationLockCollection parentLockList, ConfigurationSaveMode saveMode) { if (sourceLockList.ExceptionList == false) { switch (saveMode) { case ConfigurationSaveMode.Modified: { ConfigurationLockCollection tempLockList = new ConfigurationLockCollection(this, sourceLockList.LockType); foreach (string lockedAttributeName in sourceLockList) if (!parentLockList.Contains(lockedAttributeName) || sourceLockList.IsValueModified(lockedAttributeName)) tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.Default); return tempLockList; } case ConfigurationSaveMode.Minimal: { ConfigurationLockCollection tempLockList = new ConfigurationLockCollection(this, sourceLockList.LockType); foreach (string lockedAttributeName in sourceLockList) if (!parentLockList.Contains(lockedAttributeName)) tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.Default); return tempLockList; } } } else { // exception list write out the entire collection unless the entire collection // came from the parent. if ((saveMode == ConfigurationSaveMode.Modified) || (saveMode == ConfigurationSaveMode.Minimal)) { bool sameAsParent = false; if (sourceLockList.Count == parentLockList.Count) { sameAsParent = true; foreach (string lockedAttributeName in sourceLockList) if (!parentLockList.Contains(lockedAttributeName) || (sourceLockList.IsValueModified(lockedAttributeName) && (saveMode == ConfigurationSaveMode.Modified))) sameAsParent = false; } if (sameAsParent) return null; } } return sourceLockList; } // Return true if an attribute is one of our reserved locking attributes, // false otherwise. internal static bool IsLockAttributeName(string name) { // optimize for common case that attribute name does not start with "lock" if (!StringUtil.StartsWithOrdinal(name, "lock")) return false; foreach (string lockAttributeName in s_lockAttributeNames) if (name == lockAttributeName) return true; return false; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections; using System.Collections.Specialized; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Reflection; using System.Xml; using System.Globalization; using System.Text; namespace System.Configuration { // Methods that are called by the configuration system, and must be overridable // by derived classes that wish to implement their own serialization/deserialization // IsModified() // ResetModified() // Reset(ConfigurationElement parentSection, object context) // DeserializeSection(object context, XmlNode xmlNode) // SerializeSection(ConfigurationElement parentSection, object context, string name) public abstract class ConfigurationElement { private const string LockAttributesKey = "lockAttributes"; private const string LockAllAttributesExceptKey = "lockAllAttributesExcept"; private const string LockElementsKey = "lockElements"; private const string LockAll = "*"; private const string LockAllElementsExceptKey = "lockAllElementsExcept"; private const string LockItemKey = "lockItem"; internal const string DefaultCollectionPropertyName = ""; private static readonly string[] s_lockAttributeNames = { LockAttributesKey, LockAllAttributesExceptKey, LockElementsKey, LockAllElementsExceptKey, LockItemKey, }; private static readonly Hashtable s_propertyBags = new Hashtable(); private static volatile Dictionary<Type, ConfigurationValidatorBase> s_perTypeValidators; internal static readonly object s_nullPropertyValue = new object(); private static readonly ConfigurationElementProperty s_elementProperty = new ConfigurationElementProperty(new DefaultValidator()); private bool _initialized; private bool _modified; private bool _readOnly; internal BaseConfigurationRecord _configRecord; private ConfigurationElementProperty _elementProperty = s_elementProperty; internal ContextInformation _evalContext; private volatile ElementInformation _evaluationElement; internal ConfigurationValueFlags _itemLockedFlag; internal ConfigurationLockCollection _lockedAllExceptAttributesList; internal ConfigurationLockCollection _lockedAllExceptElementsList; internal ConfigurationLockCollection _lockedAttributesList; internal ConfigurationLockCollection _lockedElementsList; protected ConfigurationElement() { Values = new ConfigurationValues(); // Set the per-type validator ( this will actually have an effect only for an attributed model elements ) // Note that in the case where the property bag fot this.GetType() has not yet been created // the validator for this instance will get applied in ApplyValidatorsRecursive ( see this.get_Properties ) ApplyValidator(this); } internal static bool IsNullOrNullProperty(object value) { return value == null || value == s_nullPropertyValue; } internal bool DataToWriteInternal { get; set; } internal bool ElementPresent { get; set; } internal string ElementTagName { get; private set; } internal ConfigurationLockCollection LockedAttributesList => _lockedAttributesList; internal ConfigurationLockCollection LockedAllExceptAttributesList => _lockedAllExceptAttributesList; internal ConfigurationValueFlags ItemLocked => _itemLockedFlag; public ConfigurationLockCollection LockAttributes => _lockedAttributesList ?? (_lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes)); public ConfigurationLockCollection LockAllAttributesExcept => _lockedAllExceptAttributesList ?? (_lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, ElementTagName)); public ConfigurationLockCollection LockElements => _lockedElementsList ?? (_lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements)); public ConfigurationLockCollection LockAllElementsExcept => _lockedAllExceptElementsList ?? (_lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, ElementTagName)); public bool LockItem { get { return (_itemLockedFlag & ConfigurationValueFlags.Locked) != 0; } set { if ((_itemLockedFlag & ConfigurationValueFlags.Inherited) == 0) { _itemLockedFlag = value ? ConfigurationValueFlags.Locked : ConfigurationValueFlags.Default; _itemLockedFlag |= ConfigurationValueFlags.Modified; } else { throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, LockItemKey)); } } } protected internal object this[ConfigurationProperty prop] { get { object o = Values[prop.Name]; if (o == null) { if (prop.IsConfigurationElementType) { lock (Values.SyncRoot) { o = Values[prop.Name]; if (o == null) { ConfigurationElement childElement = CreateElement(prop.Type); if (_readOnly) childElement.SetReadOnly(); if (typeof(ConfigurationElementCollection).IsAssignableFrom(prop.Type)) { ConfigurationElementCollection childElementCollection = childElement as ConfigurationElementCollection; if (prop.AddElementName != null) childElementCollection.AddElementName = prop.AddElementName; if (prop.RemoveElementName != null) childElementCollection.RemoveElementName = prop.RemoveElementName; if (prop.ClearElementName != null) childElementCollection.ClearElementName = prop.ClearElementName; } //_values[prop.Name] = childElement; Values.SetValue(prop.Name, childElement, ConfigurationValueFlags.Inherited, null); o = childElement; } } } else o = prop.DefaultValue; } else { if (o == s_nullPropertyValue) o = null; } // If its an invalid value - throw the error now if (o is InvalidPropValue) throw ((InvalidPropValue)o).Error; return o; } set { SetPropertyValue(prop, value, false); // Do not ignore locks!!! } } protected internal object this[string propertyName] { get { ConfigurationProperty prop = Properties[propertyName]; if (prop == null) { prop = Properties[DefaultCollectionPropertyName]; if (prop.ProvidedName != propertyName) return null; } return this[prop]; } set { Debug.Assert(Properties.Contains(propertyName), "Properties.Contains(propertyName)"); SetPropertyValue(Properties[propertyName], value, false); // Do not ignore locks!!! } } protected internal virtual ConfigurationPropertyCollection Properties { get { ConfigurationPropertyCollection result; if (PropertiesFromType(GetType(), out result)) ApplyValidatorsRecursive(this); return result; } } internal ConfigurationValues Values { get; } public ElementInformation ElementInformation => _evaluationElement ?? (_evaluationElement = new ElementInformation(this)); protected ContextInformation EvaluationContext { get { if (_evalContext == null) { if (_configRecord == null) { // This is not associated with a context, so throw failure throw new ConfigurationErrorsException(SR.Config_element_no_context); } _evalContext = new ContextInformation(_configRecord); } return _evalContext; } } protected internal virtual ConfigurationElementProperty ElementProperty => _elementProperty; protected bool HasContext => _configRecord != null; public Configuration CurrentConfiguration => _configRecord?.CurrentConfiguration; internal ConfigurationElement CreateElement(Type type) { ConfigurationElement element = (ConfigurationElement)TypeUtil.CreateInstance(type); element.CallInit(); return element; } protected internal virtual void Init() { // If Init is called by the derived class, we may be able // to set _bInited to true if the derived class properly // calls Init on its base. _initialized = true; } internal void CallInit() { // Ensure Init is called just once if (!_initialized) { Init(); _initialized = true; } } internal void MergeLocks(ConfigurationElement source) { if (source == null) return; _itemLockedFlag = (source._itemLockedFlag & ConfigurationValueFlags.Locked) != 0 ? ConfigurationValueFlags.Inherited | source._itemLockedFlag : _itemLockedFlag; if (source._lockedAttributesList != null) { // Mark entry as from the parent - read only if (_lockedAttributesList == null) { _lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes); } foreach (string key in source._lockedAttributesList) _lockedAttributesList.Add(key, ConfigurationValueFlags.Inherited); } if (source._lockedAllExceptAttributesList != null) { if (_lockedAllExceptAttributesList == null) { _lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, string.Empty, source._lockedAllExceptAttributesList); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, source._lockedAllExceptAttributesList); _lockedAllExceptAttributesList.ClearInternal(false); foreach (string key in intersectionCollection) _lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); } if (source._lockedElementsList != null) { if (_lockedElementsList == null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); } ConfigurationElementCollection collection = null; if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if (collection != null) { // Default collections don't know their tag name collection.InternalElementTagName = source.ElementTagName; //point to the same instance of the collection from parent if (collection._lockedElementsList == null) collection._lockedElementsList = _lockedElementsList; } } foreach (string key in source._lockedElementsList) { // Mark entry as from the parent - read only _lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); // add the local copy collection?._lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); } } if (source._lockedAllExceptElementsList != null) { if ((_lockedAllExceptElementsList == null) || (_lockedAllExceptElementsList.Count == 0)) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, source.ElementTagName, source._lockedAllExceptElementsList); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, source._lockedAllExceptElementsList); if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedAllExceptElementsList == null)) { // point default collection to the parent collection collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } } _lockedAllExceptElementsList.ClearInternal(false); foreach (string key in intersectionCollection) if (!_lockedAllExceptElementsList.Contains(key) || (key == ElementTagName)) _lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); if (_lockedAllExceptElementsList.HasParentElements) { // add the local copy foreach (ConfigurationProperty prop in Properties) if (!_lockedAllExceptElementsList.Contains(prop.Name) && prop.IsConfigurationElementType) ((ConfigurationElement)this[prop]).SetLocked(); } } } internal void HandleLockedAttributes(ConfigurationElement source) { // if there are locked attributes on this collection element if (source == null || (source._lockedAttributesList == null && source._lockedAllExceptAttributesList == null)) return; // enumerate the possible locked properties foreach (PropertyInformation propInfo in source.ElementInformation.Properties) if (((source._lockedAttributesList != null) && (source._lockedAttributesList.Contains(propInfo.Name) || source._lockedAttributesList.Contains(LockAll))) || ((source._lockedAllExceptAttributesList != null) && !source._lockedAllExceptAttributesList.Contains(propInfo.Name)) ) { if ((propInfo.Name == LockAttributesKey) || (propInfo.Name == LockAllAttributesExceptKey)) continue; // if the attribute has been locked in the source then check to see // if the local config is trying to override it if (ElementInformation.Properties[propInfo.Name] == null) { // locked items are not defined ConfigurationPropertyCollection props = Properties; // so create the property based in the source item ConfigurationProperty prop = source.Properties[propInfo.Name]; props.Add(prop); // Add the property information to the property bag _evaluationElement = null; // flush the cached element data // Add the data from the source element but mark it as in herited // This must use setvalue in order to set the lock and inherited flags ConfigurationValueFlags flags = ConfigurationValueFlags.Inherited | ConfigurationValueFlags.Locked; Values.SetValue(propInfo.Name, propInfo.Value, flags, source.PropertyInfoInternal(propInfo.Name)); } else { // don't error when optional attribute are not defined yet if (ElementInformation.Properties[propInfo.Name].ValueOrigin == PropertyValueOrigin.SetHere) { // Don't allow the override throw new ConfigurationErrorsException( SR.Format(SR.Config_base_attribute_locked, propInfo.Name)); } // They did not override so we need to make sure the value comes from the locked one ElementInformation.Properties[propInfo.Name].Value = propInfo.Value; } } } internal virtual void AssociateContext(BaseConfigurationRecord configRecord) { _configRecord = configRecord; Values.AssociateContext(configRecord); } protected internal virtual bool IsModified() { if (_modified || ((_lockedAttributesList != null) && _lockedAttributesList.IsModified) || ((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.IsModified) || ((_lockedElementsList != null) && _lockedElementsList.IsModified) || ((_lockedAllExceptElementsList != null) && _lockedAllExceptElementsList.IsModified) || ((_itemLockedFlag & ConfigurationValueFlags.Modified) != 0)) return true; foreach (ConfigurationElement elem in Values.ConfigurationElements) if (elem.IsModified()) return true; return false; } protected internal virtual void ResetModified() { _modified = false; _lockedAttributesList?.ResetModified(); _lockedAllExceptAttributesList?.ResetModified(); _lockedElementsList?.ResetModified(); _lockedAllExceptElementsList?.ResetModified(); foreach (ConfigurationElement elem in Values.ConfigurationElements) elem.ResetModified(); } public virtual bool IsReadOnly() { return _readOnly; } protected internal virtual void SetReadOnly() { _readOnly = true; foreach (ConfigurationElement elem in Values.ConfigurationElements) elem.SetReadOnly(); } internal void SetLocked() { _itemLockedFlag = ConfigurationValueFlags.Locked | ConfigurationValueFlags.XmlParentInherited; foreach (ConfigurationProperty prop in Properties) { ConfigurationElement elem = this[prop] as ConfigurationElement; if (elem != null) { if (elem.GetType() != GetType()) elem.SetLocked(); ConfigurationElementCollection collection = this[prop] as ConfigurationElementCollection; if (collection != null) { foreach (object obj in collection) { ConfigurationElement element = obj as ConfigurationElement; element?.SetLocked(); } } } } } internal ArrayList GetErrorsList() { ArrayList errorList = new ArrayList(); ListErrors(errorList); return errorList; } internal ConfigurationErrorsException GetErrors() { ArrayList errorsList = GetErrorsList(); if (errorsList.Count == 0) return null; ConfigurationErrorsException e = new ConfigurationErrorsException(errorsList); return e; } protected virtual void ListErrors(IList errorList) { // First list errors in this element, then in subelements foreach (InvalidPropValue invalidValue in Values.InvalidValues) errorList.Add(invalidValue.Error); foreach (ConfigurationElement elem in Values.ConfigurationElements) { elem.ListErrors(errorList); ConfigurationElementCollection collection = elem as ConfigurationElementCollection; if (collection != null) foreach (ConfigurationElement item in collection) item.ListErrors(errorList); } } protected internal virtual void InitializeDefault() { } internal void CheckLockedElement(string elementName, XmlReader reader) { // have to check if clear was locked! if (elementName != null) { bool lockedInParent = (_lockedElementsList != null) && (_lockedElementsList.DefinedInParent(LockAll) || _lockedElementsList.DefinedInParent(elementName)); if (lockedInParent || ((_lockedAllExceptElementsList != null) && (_lockedAllExceptElementsList.Count != 0) && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(elementName)) || ((_itemLockedFlag & ConfigurationValueFlags.Inherited) != 0) ) { throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, elementName), reader); } } } internal void RemoveAllInheritedLocks() { _lockedAttributesList?.RemoveInheritedLocks(); _lockedElementsList?.RemoveInheritedLocks(); _lockedAllExceptAttributesList?.RemoveInheritedLocks(); _lockedAllExceptElementsList?.RemoveInheritedLocks(); } internal void ResetLockLists(ConfigurationElement parentElement) { _lockedAttributesList = null; _lockedAllExceptAttributesList = null; _lockedElementsList = null; _lockedAllExceptElementsList = null; if (parentElement == null) return; _itemLockedFlag = (parentElement._itemLockedFlag & ConfigurationValueFlags.Locked) != 0 ? ConfigurationValueFlags.Inherited | parentElement._itemLockedFlag : ConfigurationValueFlags.Default; if (parentElement._lockedAttributesList != null) { // Mark entry as from the parent - read only _lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes); foreach (string key in parentElement._lockedAttributesList) _lockedAttributesList.Add(key, ConfigurationValueFlags.Inherited); } if (parentElement._lockedAllExceptAttributesList != null) { _lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, string.Empty, parentElement._lockedAllExceptAttributesList); } if (parentElement._lockedElementsList != null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if (collection != null) { collection.InternalElementTagName = parentElement.ElementTagName; // Default collections don't know there tag name if (collection._lockedElementsList == null) collection._lockedElementsList = _lockedElementsList; } } // Mark entry as from the parent - read only foreach (string key in parentElement._lockedElementsList) _lockedElementsList.Add(key, ConfigurationValueFlags.Inherited); } if (parentElement._lockedAllExceptElementsList != null) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, parentElement.ElementTagName, parentElement._lockedAllExceptElementsList); if (Properties.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedAllExceptElementsList == null)) collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } } } protected internal virtual void Reset(ConfigurationElement parentElement) { Values.Clear(); ResetLockLists(parentElement); ConfigurationPropertyCollection props = Properties; // Force the bag to be up to date ElementPresent = false; if (parentElement == null) InitializeDefault(); else { bool hasAnyChildElements = false; ConfigurationPropertyCollection collectionKeys = null; for (int index = 0; index < parentElement.Values.Count; index++) { string key = parentElement.Values.GetKey(index); ConfigurationValue configValue = parentElement.Values.GetConfigValue(index); object value = configValue?.Value; PropertySourceInfo sourceInfo = configValue?.SourceInfo; ConfigurationProperty prop = parentElement.Properties[key]; if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsConfigurationElementType) hasAnyChildElements = true; else { ConfigurationValueFlags flags = ConfigurationValueFlags.Inherited | (((_lockedAttributesList != null) && (_lockedAttributesList.Contains(key) || _lockedAttributesList.Contains(LockAll))) || ((_lockedAllExceptAttributesList != null) && !_lockedAllExceptAttributesList.Contains(key)) ? ConfigurationValueFlags.Locked : ConfigurationValueFlags.Default); if (value != s_nullPropertyValue) { // _values[key] = value; Values.SetValue(key, value, flags, sourceInfo); } if (!props.Contains(key)) // this is for optional provider models keys { props.Add(prop); Values.SetValue(key, value, flags, sourceInfo); } } } if (hasAnyChildElements) { for (int index = 0; index < parentElement.Values.Count; index++) { string key = parentElement.Values.GetKey(index); object value = parentElement.Values[index]; ConfigurationProperty prop = parentElement.Properties[key]; if ((prop != null) && prop.IsConfigurationElementType) { //((ConfigurationElement)value).SerializeToXmlElement(writer, prop.Name); ConfigurationElement childElement = (ConfigurationElement)this[prop]; childElement.Reset((ConfigurationElement)value); } } } } } public override bool Equals(object compareTo) { ConfigurationElement otherElement = compareTo as ConfigurationElement; if ((otherElement == null) || (compareTo.GetType() != GetType()) || (otherElement.Properties.Count != Properties.Count)) return false; foreach (ConfigurationProperty configProperty in Properties) { object thisValue = Values[configProperty.Name]; object otherValue = otherElement.Values[configProperty.Name]; if (!Equals(thisValue, otherValue)) { // The values don't match- if either is 'null' default is ok if (!((IsNullOrNullProperty(thisValue) && Equals(otherValue, configProperty.DefaultValue)) || (IsNullOrNullProperty(otherValue) && Equals(thisValue, configProperty.DefaultValue)))) return false; } } return true; } public override int GetHashCode() { int hHashCode = 0; foreach (ConfigurationProperty configProperty in Properties) { object o = this[configProperty]; if (o != null) hHashCode ^= this[configProperty].GetHashCode(); } return hHashCode; } private static bool PropertiesFromType(Type type, out ConfigurationPropertyCollection result) { ConfigurationPropertyCollection properties = (ConfigurationPropertyCollection)s_propertyBags[type]; bool firstTimeInit = false; if (properties == null) { lock (s_propertyBags.SyncRoot) { properties = (ConfigurationPropertyCollection)s_propertyBags[type]; if (properties == null) { properties = CreatePropertyBagFromType(type); s_propertyBags[type] = properties; firstTimeInit = true; } } } result = properties; return firstTimeInit; } private static ConfigurationPropertyCollection CreatePropertyBagFromType(Type type) { Debug.Assert(type != null, "type != null"); // For ConfigurationElement derived classes - get the per-type validator if (typeof(ConfigurationElement).IsAssignableFrom(type)) { ConfigurationValidatorAttribute validatorAttribute = Attribute.GetCustomAttribute(type, typeof(ConfigurationValidatorAttribute)) as ConfigurationValidatorAttribute; if (validatorAttribute != null) { validatorAttribute.SetDeclaringType(type); ConfigurationValidatorBase validator = validatorAttribute.ValidatorInstance; if (validator != null) CachePerTypeValidator(type, validator); } } ConfigurationPropertyCollection properties = new ConfigurationPropertyCollection(); foreach (PropertyInfo propertyInformation in type.GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance)) { ConfigurationProperty property = CreateConfigurationPropertyFromAttributes(propertyInformation); if (property != null) properties.Add(property); } return properties; } private static ConfigurationProperty CreateConfigurationPropertyFromAttributes(PropertyInfo propertyInformation) { Debug.Assert(propertyInformation != null, "propertyInformation != null"); ConfigurationProperty result = null; ConfigurationPropertyAttribute attribProperty = Attribute.GetCustomAttribute(propertyInformation, typeof(ConfigurationPropertyAttribute)) as ConfigurationPropertyAttribute; // If there is no ConfigurationPropertyAttribute - this is not considered a property if (attribProperty != null) result = new ConfigurationProperty(propertyInformation); // Handle some special cases of property types if ((result != null) && typeof(ConfigurationElement).IsAssignableFrom(result.Type)) { PropertiesFromType(result.Type, out _); } return result; } private static void CachePerTypeValidator(Type type, ConfigurationValidatorBase validator) { Debug.Assert((type != null) && (validator != null)); Debug.Assert(typeof(ConfigurationElement).IsAssignableFrom(type)); // Use the same lock as the property bag lock since in the current implementation // the only way to get to this method is through the code path that locks the property bag cache first ( see PropertiesFromType() ) // NOTE[ Thread Safety ]: Non-guarded access to static variable - since this code is called only from CreatePropertyBagFromType // which in turn is done onle once per type and is guarded by the s_propertyBag.SyncRoot then this call is thread safe as well if (s_perTypeValidators == null) s_perTypeValidators = new Dictionary<Type, ConfigurationValidatorBase>(); // A type validator should be cached only once. If it isn't then attribute parsing is done more then once which should be avoided Debug.Assert(!s_perTypeValidators.ContainsKey(type)); // Make sure the supplied validator supports validating this object if (!validator.CanValidate(type)) { throw new ConfigurationErrorsException( SR.Format(SR.Validator_does_not_support_elem_type, type.Name)); } s_perTypeValidators.Add(type, validator); } private static void ApplyValidatorsRecursive(ConfigurationElement root) { Debug.Assert(root != null); // Apply the validator on 'root' ApplyValidator(root); // Apply validators on created child elements (non created ones will get their validators run when constructed) foreach (ConfigurationElement elem in root.Values.ConfigurationElements) ApplyValidatorsRecursive(elem); } private static void ApplyValidator(ConfigurationElement elem) { Debug.Assert(elem != null); if ((s_perTypeValidators != null) && s_perTypeValidators.ContainsKey(elem.GetType())) elem._elementProperty = new ConfigurationElementProperty(s_perTypeValidators[elem.GetType()]); } protected void SetPropertyValue(ConfigurationProperty prop, object value, bool ignoreLocks) { if (IsReadOnly()) throw new ConfigurationErrorsException(SR.Config_base_read_only); if ((ignoreLocks == false) && (((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || ((_lockedAttributesList != null) && (_lockedAttributesList.DefinedInParent(prop.Name) || _lockedAttributesList.DefinedInParent(LockAll))) || (((_itemLockedFlag & ConfigurationValueFlags.Locked) != 0) && ((_itemLockedFlag & ConfigurationValueFlags.Inherited) != 0)))) throw new ConfigurationErrorsException(SR.Format(SR.Config_base_attribute_locked, prop.Name)); _modified = true; // Run the new value through the validator to make sure its ok to store it if (value != null) prop.Validate(value); Values[prop.Name] = value ?? s_nullPropertyValue; } internal PropertySourceInfo PropertyInfoInternal(string propertyName) { return Values.GetSourceInfo(propertyName); } internal string PropertyFileName(string propertyName) { // Get the filename of the parent if prop is not there PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty); return p == null ? string.Empty : p.FileName; } internal int PropertyLineNumber(string propertyName) { PropertySourceInfo p = PropertyInfoInternal(propertyName) ?? PropertyInfoInternal(string.Empty); return p?.LineNumber ?? 0; } internal virtual void Dump(TextWriter tw) { tw.WriteLine("Type: " + GetType().FullName); foreach (PropertyInfo pi in GetType().GetProperties()) tw.WriteLine("{0}: {1}", pi.Name, pi.GetValue(this, null)); } protected internal virtual void Unmerge(ConfigurationElement sourceElement, ConfigurationElement parentElement, ConfigurationSaveMode saveMode) { if (sourceElement == null) return; bool hasAnyChildElements = false; _lockedAllExceptAttributesList = sourceElement._lockedAllExceptAttributesList; _lockedAllExceptElementsList = sourceElement._lockedAllExceptElementsList; _itemLockedFlag = sourceElement._itemLockedFlag; _lockedAttributesList = sourceElement._lockedAttributesList; _lockedElementsList = sourceElement._lockedElementsList; AssociateContext(sourceElement._configRecord); if (parentElement != null) { if (parentElement._lockedAttributesList != null) { _lockedAttributesList = UnMergeLockList(sourceElement._lockedAttributesList, parentElement._lockedAttributesList, saveMode); } if (parentElement._lockedElementsList != null) { _lockedElementsList = UnMergeLockList(sourceElement._lockedElementsList, parentElement._lockedElementsList, saveMode); } if (parentElement._lockedAllExceptAttributesList != null) { _lockedAllExceptAttributesList = UnMergeLockList(sourceElement._lockedAllExceptAttributesList, parentElement._lockedAllExceptAttributesList, saveMode); } if (parentElement._lockedAllExceptElementsList != null) { _lockedAllExceptElementsList = UnMergeLockList(sourceElement._lockedAllExceptElementsList, parentElement._lockedAllExceptElementsList, saveMode); } } ConfigurationPropertyCollection props = Properties; ConfigurationPropertyCollection collectionKeys = null; // check for props not in bag from source for (int index = 0; index < sourceElement.Values.Count; index++) { string key = sourceElement.Values.GetKey(index); object value = sourceElement.Values[index]; ConfigurationProperty prop = sourceElement.Properties[key]; if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsConfigurationElementType) { hasAnyChildElements = true; } else if (value != s_nullPropertyValue && !props.Contains(key)) { // this is for optional provider models keys // _values[key] = value; ConfigurationValueFlags valueFlags = sourceElement.Values.RetrieveFlags(key); Values.SetValue(key, value, valueFlags, null); props.Add(prop); } } foreach (ConfigurationProperty prop in Properties) { if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsConfigurationElementType) hasAnyChildElements = true; else { object value = sourceElement.Values[prop.Name]; // if the property is required or we are writing a full config make sure we have defaults if ((prop.IsRequired || (saveMode == ConfigurationSaveMode.Full)) && IsNullOrNullProperty(value)) { // If the default value is null, this means there wasnt a reasonable default for the value // and there is nothing more we can do. Otherwise reset the value to the default // Note: 'null' should be used as default for non-empty strings instead // of the current practice to use String.Epmty if (prop.DefaultValue != null) value = prop.DefaultValue; // need to make sure required properties are persisted } if (IsNullOrNullProperty(value)) continue; // Use the parent value if available object value2 = parentElement?.Values[prop.Name] ?? prop.DefaultValue; // If changed and not same as parent write or required switch (saveMode) { case ConfigurationSaveMode.Minimal: if (!Equals(value, value2) || prop.IsRequired) Values[prop.Name] = value; break; case ConfigurationSaveMode.Modified: bool modified = sourceElement.Values.IsModified(prop.Name); bool inherited = sourceElement.Values.IsInherited(prop.Name); // update the value if the property is required, modified or it was not inherited // Also update properties that ARE inherited when we are resetting the object // as long as the property is not the same as the default value for the property if (prop.IsRequired || modified || !inherited || ((parentElement == null) && inherited && !Equals(value, value2))) Values[prop.Name] = value; break; case ConfigurationSaveMode.Full: if (IsNullOrNullProperty(value)) Values[prop.Name] = value2; else Values[prop.Name] = value; break; } } } if (hasAnyChildElements) { foreach (ConfigurationProperty prop in Properties) if (prop.IsConfigurationElementType) { ConfigurationElement pElem = (ConfigurationElement)parentElement?[prop]; ConfigurationElement childElement = (ConfigurationElement)this[prop]; if ((ConfigurationElement)sourceElement[prop] != null) { childElement.Unmerge((ConfigurationElement)sourceElement[prop], pElem, saveMode); } } } } protected internal virtual bool SerializeToXmlElement(XmlWriter writer, string elementName) { if ((_configRecord != null) && (_configRecord.TargetFramework != null)) { ConfigurationSection section = null; if (_configRecord.SectionsStack.Count > 0) section = _configRecord.SectionsStack.Peek() as ConfigurationSection; if ((section != null) && !section.ShouldSerializeElementInTargetVersion(this, elementName, _configRecord.TargetFramework)) return false; } bool dataToWrite = DataToWriteInternal; // Don't write elements that are locked in the parent if (((_lockedElementsList != null) && _lockedElementsList.DefinedInParent(elementName)) || ((_lockedAllExceptElementsList != null) && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(elementName))) return dataToWrite; if (SerializeElement(null, false)) // check if there is anything to write... { writer?.WriteStartElement(elementName); dataToWrite |= SerializeElement(writer, false); writer?.WriteEndElement(); } return dataToWrite; } protected internal virtual bool SerializeElement(XmlWriter writer, bool serializeCollectionKey) { PreSerialize(writer); bool dataToWrite = DataToWriteInternal; bool hasAnyChildElements = false; bool foundDefaultElement = false; ConfigurationPropertyCollection props = Properties; ConfigurationPropertyCollection collectionKeys = null; for (int index = 0; index < Values.Count; index++) { string key = Values.GetKey(index); object value = Values[index]; ConfigurationProperty prop = props[key]; if ((prop == null) || ((collectionKeys != null) && !collectionKeys.Contains(prop.Name))) continue; if (prop.IsVersionCheckRequired && (_configRecord != null) && (_configRecord.TargetFramework != null)) { ConfigurationSection section = null; if (_configRecord.SectionsStack.Count > 0) section = _configRecord.SectionsStack.Peek() as ConfigurationSection; if ((section != null) && !section.ShouldSerializePropertyInTargetVersion(prop, prop.Name, _configRecord.TargetFramework, this)) continue; } if (prop.IsConfigurationElementType) { hasAnyChildElements = true; } else { if (((_lockedAllExceptAttributesList != null) && _lockedAllExceptAttributesList.HasParentElements && !_lockedAllExceptAttributesList.DefinedInParent(prop.Name)) || ((_lockedAttributesList != null) && _lockedAttributesList.DefinedInParent(prop.Name))) { if (prop.IsRequired) { throw new ConfigurationErrorsException(SR.Format( SR.Config_base_required_attribute_locked, prop.Name)); } value = s_nullPropertyValue; } if (value == s_nullPropertyValue || (serializeCollectionKey && !prop.IsKey)) continue; string xmlValue; // If this was an invalid string value and was cached - write it out as is if (value is InvalidPropValue) xmlValue = ((InvalidPropValue)value).Value; else { prop.Validate(value); xmlValue = prop.ConvertToString(value); } if ((xmlValue != null) && (writer != null)) { if (prop.IsTypeStringTransformationRequired) xmlValue = GetTransformedTypeString(xmlValue); if (prop.IsAssemblyStringTransformationRequired) xmlValue = GetTransformedAssemblyString(xmlValue); writer.WriteAttributeString(prop.Name, xmlValue); } dataToWrite = dataToWrite || (xmlValue != null); } } if (serializeCollectionKey == false) { dataToWrite |= SerializeLockList(_lockedAttributesList, LockAttributesKey, writer); dataToWrite |= SerializeLockList(_lockedAllExceptAttributesList, LockAllAttributesExceptKey, writer); dataToWrite |= SerializeLockList(_lockedElementsList, LockElementsKey, writer); dataToWrite |= SerializeLockList(_lockedAllExceptElementsList, LockAllElementsExceptKey, writer); if (((_itemLockedFlag & ConfigurationValueFlags.Locked) != 0) && ((_itemLockedFlag & ConfigurationValueFlags.Inherited) == 0) && ((_itemLockedFlag & ConfigurationValueFlags.XmlParentInherited) == 0)) { dataToWrite = true; writer?.WriteAttributeString(LockItemKey, true.ToString().ToLowerInvariant()); } } if (hasAnyChildElements) { for (int index = 0; index < Values.Count; index++) { string key = Values.GetKey(index); object value = Values[index]; ConfigurationProperty prop = props[key]; // if we are writing a remove and the sub element is not part of the key don't write it. if ((serializeCollectionKey && !prop.IsKey) || !(value is ConfigurationElement)) continue; if (((_lockedElementsList != null) && _lockedElementsList.DefinedInParent(key)) || ((_lockedAllExceptElementsList != null) && _lockedAllExceptElementsList.HasParentElements && !_lockedAllExceptElementsList.DefinedInParent(key))) continue; ConfigurationElement elem = (ConfigurationElement)value; if (prop.Name != ConfigurationProperty.DefaultCollectionPropertyName) { dataToWrite |= elem.SerializeToXmlElement(writer, prop.Name); } else { if (!foundDefaultElement) { // Prevent the locks from serializing a second time since locks // on a default collection serialize with their parent node elem._lockedAttributesList = null; elem._lockedAllExceptAttributesList = null; elem._lockedElementsList = null; elem._lockedAllExceptElementsList = null; dataToWrite |= elem.SerializeElement(writer, false); foundDefaultElement = true; } else { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_element_cannot_have_multiple_child_elements, prop.Name)); } } } } return dataToWrite; } private bool SerializeLockList(ConfigurationLockCollection list, string elementKey, XmlWriter writer) { StringBuilder sb = new StringBuilder(); if (list != null) { foreach (string key in list) if (!list.DefinedInParent(key)) { if (sb.Length != 0) sb.Append(','); sb.Append(key); } } if ((writer != null) && (sb.Length != 0)) writer.WriteAttributeString(elementKey, sb.ToString()); return sb.Length != 0; } internal void ReportInvalidLock(string attribToLockTrim, ConfigurationLockCollectionType lockedType, ConfigurationValue value, string collectionProperties) { StringBuilder sb = new StringBuilder(); // Add the collection properties when locking elements if (!string.IsNullOrEmpty(collectionProperties) && ((lockedType == ConfigurationLockCollectionType.LockedElements) || (lockedType == ConfigurationLockCollectionType.LockedElementsExceptionList))) { if (sb.Length != 0) sb.Append(','); sb.Append(collectionProperties); } // construct a list of valid lockable properties foreach (object prop in Properties) { ConfigurationProperty validProp = (ConfigurationProperty)prop; if ((validProp.Name != LockAttributesKey) && (validProp.Name != LockAllAttributesExceptKey) && (validProp.Name != LockElementsKey) && (validProp.Name != LockAllElementsExceptKey) ) { if ((lockedType == ConfigurationLockCollectionType.LockedElements) || (lockedType == ConfigurationLockCollectionType.LockedElementsExceptionList)) { if (typeof(ConfigurationElement).IsAssignableFrom(validProp.Type)) { if (sb.Length != 0) sb.Append(", "); sb.Append('\''); sb.Append(validProp.Name); sb.Append('\''); } } else { if (!typeof(ConfigurationElement).IsAssignableFrom(validProp.Type)) { if (sb.Length != 0) sb.Append(", "); sb.Append('\''); sb.Append(validProp.Name); sb.Append('\''); } } } } string format; if ((lockedType == ConfigurationLockCollectionType.LockedElements) || (lockedType == ConfigurationLockCollectionType.LockedElementsExceptionList)) { format = value != null ? SR.Config_base_invalid_element_to_lock : SR.Config_base_invalid_element_to_lock_by_add; } else { format = value != null ? SR.Config_base_invalid_attribute_to_lock : SR.Config_base_invalid_attribute_to_lock_by_add; } if (value != null) { throw new ConfigurationErrorsException( SR.Format(format, attribToLockTrim, sb), value.SourceInfo.FileName, value.SourceInfo.LineNumber); } throw new ConfigurationErrorsException(SR.Format(format, attribToLockTrim, sb)); } private ConfigurationLockCollection ParseLockedAttributes(ConfigurationValue value, ConfigurationLockCollectionType lockType) { // check that only actual properties are in the lock attribute ConfigurationLockCollection localLockedAttributesList = new ConfigurationLockCollection(this, lockType); string attributeList = (string)value.Value; if (string.IsNullOrEmpty(attributeList)) { switch (lockType) { case ConfigurationLockCollectionType.LockedAttributes: throw new ConfigurationErrorsException(SR.Format(SR.Empty_attribute, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); case ConfigurationLockCollectionType.LockedElements: throw new ConfigurationErrorsException(SR.Format(SR.Empty_attribute, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); case ConfigurationLockCollectionType.LockedExceptionList: throw new ConfigurationErrorsException( SR.Format(SR.Config_empty_lock_attributes_except, LockAllAttributesExceptKey, LockAttributesKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); case ConfigurationLockCollectionType.LockedElementsExceptionList: throw new ConfigurationErrorsException( SR.Format(SR.Config_empty_lock_element_except, LockAllElementsExceptKey, LockElementsKey), value.SourceInfo.FileName, value.SourceInfo.LineNumber); } } string[] attribsToLock = attributeList.Split(',', ':', ';'); foreach (string attribToLock in attribsToLock) { string attribToLockTrim = attribToLock.Trim(); if (!string.IsNullOrEmpty(attribToLockTrim)) { // validate that the locks are good if (!(((lockType == ConfigurationLockCollectionType.LockedElements) || (lockType == ConfigurationLockCollectionType.LockedAttributes)) && (attribToLockTrim == LockAll))) { ConfigurationProperty propToLock = Properties[attribToLockTrim]; if ((propToLock == null) || // if the prop does not exist (attribToLockTrim == LockAttributesKey) || // or it is the lockattributes keyword (attribToLockTrim == LockAllAttributesExceptKey) || // or it is the lockattributes keyword (attribToLockTrim == LockElementsKey) || // or it is the lockelements keyword ((lockType != ConfigurationLockCollectionType.LockedElements) && (lockType != ConfigurationLockCollectionType.LockedElementsExceptionList) && typeof(ConfigurationElement).IsAssignableFrom(propToLock.Type)) || // or if not locking elements but the property is an element (((lockType == ConfigurationLockCollectionType.LockedElements) || (lockType == ConfigurationLockCollectionType.LockedElementsExceptionList)) && !typeof(ConfigurationElement).IsAssignableFrom(propToLock.Type)) // or if locking elements but the property is not an element ) { // check to see if this is a collection and we are locking a collection element ConfigurationElementCollection collection = this as ConfigurationElementCollection; if ((collection == null) && (Properties.DefaultCollectionProperty != null)) // this is not a collection but it may contain a default collection { collection = this[Properties.DefaultCollectionProperty] as ConfigurationElementCollection; } if ((collection == null) || (lockType == ConfigurationLockCollectionType.LockedAttributes) || // If the collection type is not element then the lock is bogus (lockType == ConfigurationLockCollectionType.LockedExceptionList)) ReportInvalidLock(attribToLockTrim, lockType, value, null); else { if (!collection.IsLockableElement(attribToLockTrim)) ReportInvalidLock(attribToLockTrim, lockType, value, collection.LockableElements); } } if ((propToLock != null) && propToLock.IsRequired) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_required_attribute_lock_attempt, propToLock.Name)); } } // concatenate the new attribute. localLockedAttributesList.Add(attribToLockTrim, ConfigurationValueFlags.Default); // Mark as local } } return localLockedAttributesList; } private StringCollection IntersectLockCollections(ConfigurationLockCollection collection1, ConfigurationLockCollection collection2) { ConfigurationLockCollection smallCollection = collection1.Count < collection2.Count ? collection1 : collection2; ConfigurationLockCollection largeCollection = collection1.Count >= collection2.Count ? collection1 : collection2; StringCollection intersectionCollection = new StringCollection(); foreach (string key in smallCollection) if (largeCollection.Contains(key) || (key == ElementTagName)) intersectionCollection.Add(key); // add the local copy return intersectionCollection; } protected internal virtual void DeserializeElement(XmlReader reader, bool serializeCollectionKey) { ConfigurationPropertyCollection props = Properties; ConfigurationValue lockedAttributesList = null; ConfigurationValue lockedAllExceptList = null; ConfigurationValue lockedElementList = null; ConfigurationValue lockedAllElementsExceptList = null; bool itemLockedLocally = false; ElementPresent = true; ConfigurationElement defaultCollection = null; ConfigurationProperty defaultCollectionProperty = props?.DefaultCollectionProperty; if (defaultCollectionProperty != null) defaultCollection = (ConfigurationElement)this[defaultCollectionProperty]; // Process attributes ElementTagName = reader.Name; PropertySourceInfo rootInfo = new PropertySourceInfo(reader); Values.SetValue(reader.Name, null, ConfigurationValueFlags.Modified, rootInfo); Values.SetValue(DefaultCollectionPropertyName, defaultCollection, ConfigurationValueFlags.Modified, rootInfo); if (((_lockedElementsList != null) && (_lockedElementsList.Contains(reader.Name) || (_lockedElementsList.Contains(LockAll) && (reader.Name != ElementTagName)))) || ((_lockedAllExceptElementsList != null) && (_lockedAllExceptElementsList.Count != 0) && !_lockedAllExceptElementsList.Contains(reader.Name)) || (((_itemLockedFlag & ConfigurationValueFlags.Locked) != 0) && ((_itemLockedFlag & ConfigurationValueFlags.Inherited) != 0)) ) throw new ConfigurationErrorsException(SR.Format(SR.Config_base_element_locked, reader.Name), reader); if (reader.AttributeCount > 0) { while (reader.MoveToNextAttribute()) { string propertyName = reader.Name; if (((_lockedAttributesList != null) && (_lockedAttributesList.Contains(propertyName) || _lockedAttributesList.Contains(LockAll))) || ((_lockedAllExceptAttributesList != null) && !_lockedAllExceptAttributesList.Contains(propertyName)) ) { if ((propertyName != LockAttributesKey) && (propertyName != LockAllAttributesExceptKey)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_attribute_locked, propertyName), reader); } } ConfigurationProperty prop = props?[propertyName]; if (prop != null) { if (serializeCollectionKey && !prop.IsKey) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_unrecognized_attribute, propertyName), reader); } Values.SetValue(propertyName, DeserializePropertyValue(prop, reader), ConfigurationValueFlags.Modified, new PropertySourceInfo(reader)); } else { // if (deserializing a remove OR an add that does not handle optional attributes) switch (propertyName) { case LockItemKey: try { itemLockedLocally = bool.Parse(reader.Value); } catch { throw new ConfigurationErrorsException( SR.Format(SR.Config_invalid_boolean_attribute, propertyName), reader); } break; case LockAttributesKey: lockedAttributesList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; case LockAllAttributesExceptKey: lockedAllExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; case LockElementsKey: lockedElementList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; case LockAllElementsExceptKey: lockedAllElementsExceptList = new ConfigurationValue(reader.Value, ConfigurationValueFlags.Default, new PropertySourceInfo(reader)); break; default: if (serializeCollectionKey || !OnDeserializeUnrecognizedAttribute(propertyName, reader.Value)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_unrecognized_attribute, propertyName), reader); } break; } } } } reader.MoveToElement(); // Check for nested elements. try { HybridDictionary nodeFound = new HybridDictionary(); if (!reader.IsEmptyElement) { while (reader.Read()) if (reader.NodeType == XmlNodeType.Element) { string propertyName = reader.Name; CheckLockedElement(propertyName, null); ConfigurationProperty prop = props?[propertyName]; if (prop != null) { if (prop.IsConfigurationElementType) { // TODO: Check for duplicates. if (nodeFound.Contains(propertyName)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_element_cannot_have_multiple_child_elements, propertyName), reader); } nodeFound.Add(propertyName, propertyName); ConfigurationElement childElement = (ConfigurationElement)this[prop]; childElement.DeserializeElement(reader, serializeCollectionKey); // Validate the new element with the per-property Validator // Note that the per-type validator for childElement has been already executed as part of Deserialize ValidateElement(childElement, prop.Validator, false); } else { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_property_is_not_a_configuration_element, propertyName), reader); } } else { if (!OnDeserializeUnrecognizedElement(propertyName, reader)) { // Let the default collection, if there is one, handle this node. if ((defaultCollection == null) || !defaultCollection.OnDeserializeUnrecognizedElement(propertyName, reader)) { throw new ConfigurationErrorsException( SR.Format(SR.Config_base_unrecognized_element_name, propertyName), reader); } } } } else { if (reader.NodeType == XmlNodeType.EndElement) break; if ((reader.NodeType == XmlNodeType.CDATA) || (reader.NodeType == XmlNodeType.Text)) { throw new ConfigurationErrorsException( SR.Config_base_section_invalid_content, reader); } } } EnsureRequiredProperties(serializeCollectionKey); // Call the per-type validator for this object ValidateElement(this, null, false); } catch (ConfigurationException e) { // Catch the generic message from deserialization and include line info if necessary if ((e.Filename == null) || (e.Filename.Length == 0)) throw new ConfigurationErrorsException(e.Message, reader); // give it some info throw; } if (itemLockedLocally) { SetLocked(); _itemLockedFlag = ConfigurationValueFlags.Locked; } if (lockedAttributesList != null) { if (_lockedAttributesList == null) { _lockedAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedAttributes); } foreach ( string key in ParseLockedAttributes(lockedAttributesList, ConfigurationLockCollectionType.LockedAttributes)) if (!_lockedAttributesList.Contains(key)) _lockedAttributesList.Add(key, ConfigurationValueFlags.Default); // add the local copy else { _lockedAttributesList.Add(key, ConfigurationValueFlags.Modified | ConfigurationValueFlags.Inherited); // add the local copy } } if (lockedAllExceptList != null) { ConfigurationLockCollection newCollection = ParseLockedAttributes(lockedAllExceptList, ConfigurationLockCollectionType.LockedExceptionList); if (_lockedAllExceptAttributesList == null) { // Prevent the list from thinking this was set by a parent. _lockedAllExceptAttributesList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedExceptionList, string.Empty, newCollection); _lockedAllExceptAttributesList.ClearSeedList(); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptAttributesList, newCollection); _lockedAllExceptAttributesList.ClearInternal(false); foreach (string key in intersectionCollection) _lockedAllExceptAttributesList.Add(key, ConfigurationValueFlags.Default); } if (lockedElementList != null) { if (_lockedElementsList == null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); } ConfigurationLockCollection localLockedElementList = ParseLockedAttributes(lockedElementList, ConfigurationLockCollectionType.LockedElements); if (props.DefaultCollectionProperty != null) // this is not a collection but it may contain a default collection { ConfigurationElementCollection collection = this[props.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedElementsList == null)) collection._lockedElementsList = _lockedElementsList; } foreach (string key in localLockedElementList) if (!_lockedElementsList.Contains(key)) { _lockedElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy ConfigurationProperty propToLock = Properties[key]; if ((propToLock != null) && typeof(ConfigurationElement).IsAssignableFrom(propToLock.Type)) ((ConfigurationElement)this[key]).SetLocked(); if (key == LockAll) { foreach (ConfigurationProperty prop in Properties) if (!string.IsNullOrEmpty(prop.Name) && prop.IsConfigurationElementType) ((ConfigurationElement)this[prop]).SetLocked(); } } } if (lockedAllElementsExceptList != null) { ConfigurationLockCollection newCollection = ParseLockedAttributes(lockedAllElementsExceptList, ConfigurationLockCollectionType.LockedElementsExceptionList); if (_lockedAllExceptElementsList == null) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, ElementTagName, newCollection); _lockedAllExceptElementsList.ClearSeedList(); } StringCollection intersectionCollection = IntersectLockCollections(_lockedAllExceptElementsList, newCollection); if (props.DefaultCollectionProperty != null) { // this is not a collection but it may contain a default collection ConfigurationElementCollection collection = this[props.DefaultCollectionProperty] as ConfigurationElementCollection; if ((collection != null) && (collection._lockedAllExceptElementsList == null)) collection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } _lockedAllExceptElementsList.ClearInternal(false); foreach (string key in intersectionCollection) if (!_lockedAllExceptElementsList.Contains(key) || (key == ElementTagName)) _lockedAllExceptElementsList.Add(key, ConfigurationValueFlags.Default); // add the local copy foreach (ConfigurationProperty prop in Properties) if (!(string.IsNullOrEmpty(prop.Name) || _lockedAllExceptElementsList.Contains(prop.Name)) && prop.IsConfigurationElementType) ((ConfigurationElement)this[prop]).SetLocked(); } // Make sure default collections use the same lock element lists if (defaultCollectionProperty != null) { defaultCollection = (ConfigurationElement)this[defaultCollectionProperty]; if (_lockedElementsList == null) { _lockedElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElements); } defaultCollection._lockedElementsList = _lockedElementsList; if (_lockedAllExceptElementsList == null) { _lockedAllExceptElementsList = new ConfigurationLockCollection(this, ConfigurationLockCollectionType.LockedElementsExceptionList, reader.Name); _lockedAllExceptElementsList.ClearSeedList(); } defaultCollection._lockedAllExceptElementsList = _lockedAllExceptElementsList; } // This has to be the last thing to execute PostDeserialize(); } private object DeserializePropertyValue(ConfigurationProperty prop, XmlReader reader) { Debug.Assert(prop != null, "prop != null"); Debug.Assert(reader != null, "reader != null"); // By default we try to load (i.e. parse/validate ) all properties // If a property value is invalid ( cannot be parsed or is not valid ) we will keep the value // as string ( from the xml ) and will write it out unchanged if needed // If the property value is needed by users the actual exception will be thrown string xmlValue = reader.Value; object propertyValue = null; try { propertyValue = prop.ConvertFromString(xmlValue); // Validate the loaded and converted value prop.Validate(propertyValue); } catch (ConfigurationException ce) { // If the error is incomplete - complete it :) if (string.IsNullOrEmpty(ce.Filename)) ce = new ConfigurationErrorsException(ce.Message, reader); // Cannot parse/validate the value. Keep it as string propertyValue = new InvalidPropValue(xmlValue, ce); } catch { // If this is an exception related to the parsing/validating the // value ConfigurationErrorsException should be thrown instead. // If not - the exception is ok to surface out of here Debug.Fail("Unknown exception type thrown"); } return propertyValue; } internal static void ValidateElement(ConfigurationElement elem, ConfigurationValidatorBase propValidator, bool recursive) { // Validate a config element with the per-type validator when a per-property ( propValidator ) is not supplied // or with the per-prop validator when the element ( elem ) is a child property of another configuration element ConfigurationValidatorBase validator = propValidator; if ((validator == null) && // Not a property - use the per-type validator (elem.ElementProperty != null)) { validator = elem.ElementProperty.Validator; // Since ElementProperty can be overriden by derived classes we need to make sure that // the validator supports the type of elem every time if ((validator != null) && !validator.CanValidate(elem.GetType())) { throw new ConfigurationErrorsException(SR.Format(SR.Validator_does_not_support_elem_type, elem.GetType().Name)); } } try { validator?.Validate(elem); } catch (ConfigurationException) { // ConfigurationElement validators are allowed to throw ConfigurationErrorsException. throw; } catch (Exception ex) { throw new ConfigurationErrorsException(SR.Format(SR.Validator_element_not_valid, elem.ElementTagName, ex.Message)); } if (recursive) { // Validate collection items: // Note: this is a bit of a hack - we will exploit the fact that this method is called with recursive == true only when serializing the top level section // At deserializtion time the per-element validator for collection items will get executed as part of their deserialization logic // However we dont perform validation in the serialization logic ( because at that time the object is unmerged and not all data is present ) // so we have to do that validation here. if (elem is ConfigurationElementCollection) { IEnumerator it = ((ConfigurationElementCollection)elem).GetElementsEnumerator(); while (it.MoveNext()) ValidateElement((ConfigurationElement)it.Current, null, true); } // Validate all child elements recursively for (int index = 0; index < elem.Values.Count; index++) { ConfigurationElement value = elem.Values[index] as ConfigurationElement; if (value != null) { // Run the per-type validator on the child element and proceed with validation in subelements // Note we dont run the per-property validator here since we run those when the property value is set ValidateElement(value, null, true); // per-type } } } } private void EnsureRequiredProperties(bool ensureKeysOnly) { ConfigurationPropertyCollection props = Properties; // Make sure all required properties are here if (props != null) { foreach (ConfigurationProperty prop in props) if (prop.IsRequired && !Values.Contains(prop.Name)) { // Required properties can be ommited when we need only the keys to be there if (!ensureKeysOnly || prop.IsKey) Values[prop.Name] = OnRequiredPropertyNotFound(prop.Name); } } } protected virtual object OnRequiredPropertyNotFound(string name) { // Derivied classes can override this to return a value for a required property that is missing // Here we treat this as an error though throw new ConfigurationErrorsException(SR.Format(SR.Config_base_required_attribute_missing, name), PropertyFileName(name), PropertyLineNumber(name)); } protected virtual void PostDeserialize() { // Please try to not add code in here } protected virtual void PreSerialize(XmlWriter writer) { // Please try to not add code in here } protected virtual bool OnDeserializeUnrecognizedAttribute(string name, string value) { return false; } protected virtual bool OnDeserializeUnrecognizedElement(string elementName, XmlReader reader) { return false; } protected virtual string GetTransformedTypeString(string typeName) { if ((typeName == null) || (_configRecord == null) || !_configRecord.TypeStringTransformerIsSet) return typeName; return _configRecord.TypeStringTransformer(typeName); } protected virtual string GetTransformedAssemblyString(string assemblyName) { if ((assemblyName == null) || (_configRecord == null) || !_configRecord.AssemblyStringTransformerIsSet) return assemblyName; return _configRecord.AssemblyStringTransformer(assemblyName); } internal ConfigurationLockCollection UnMergeLockList( ConfigurationLockCollection sourceLockList, ConfigurationLockCollection parentLockList, ConfigurationSaveMode saveMode) { if (sourceLockList.ExceptionList == false) { switch (saveMode) { case ConfigurationSaveMode.Modified: { ConfigurationLockCollection tempLockList = new ConfigurationLockCollection(this, sourceLockList.LockType); foreach (string lockedAttributeName in sourceLockList) if (!parentLockList.Contains(lockedAttributeName) || sourceLockList.IsValueModified(lockedAttributeName)) tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.Default); return tempLockList; } case ConfigurationSaveMode.Minimal: { ConfigurationLockCollection tempLockList = new ConfigurationLockCollection(this, sourceLockList.LockType); foreach (string lockedAttributeName in sourceLockList) if (!parentLockList.Contains(lockedAttributeName)) tempLockList.Add(lockedAttributeName, ConfigurationValueFlags.Default); return tempLockList; } } } else { // exception list write out the entire collection unless the entire collection // came from the parent. if ((saveMode == ConfigurationSaveMode.Modified) || (saveMode == ConfigurationSaveMode.Minimal)) { bool sameAsParent = false; if (sourceLockList.Count == parentLockList.Count) { sameAsParent = true; foreach (string lockedAttributeName in sourceLockList) if (!parentLockList.Contains(lockedAttributeName) || (sourceLockList.IsValueModified(lockedAttributeName) && (saveMode == ConfigurationSaveMode.Modified))) sameAsParent = false; } if (sameAsParent) return null; } } return sourceLockList; } // Return true if an attribute is one of our reserved locking attributes, // false otherwise. internal static bool IsLockAttributeName(string name) { // optimize for common case that attribute name does not start with "lock" if (!StringUtil.StartsWithOrdinal(name, "lock")) return false; foreach (string lockAttributeName in s_lockAttributeNames) if (name == lockAttributeName) return true; return false; } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Globalization.Calendars/tests/KoreanCalendar/KoreanCalendarToFourDigitYear.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Globalization.Tests { public class KoreanCalendarToFourDigitYear { private static readonly RandomDataGenerator s_randomDataGenerator = new RandomDataGenerator(); public static IEnumerable<object[]> ToFourDigitYear_TestData() { yield return new object[] { 0 }; yield return new object[] { 99 }; yield return new object[] { s_randomDataGenerator.GetInt16(-55) % 100 }; } [Theory] [MemberData(nameof(ToFourDigitYear_TestData))] public void ToFourDigitYear(int year) { KoreanCalendar calendar = new KoreanCalendar(); int lBound = calendar.TwoDigitYearMax - 99; int rBound = calendar.TwoDigitYearMax; int expectedValue; if (year < (lBound % 100)) { expectedValue = (lBound / 100 + 1) * 100 + year; } else { expectedValue = (lBound / 100) * 100 + year; } Assert.Equal(expectedValue, calendar.ToFourDigitYear(year)); } [Fact] public void ToFourDigitYear_InvalidYear_ThrowsArgumentOutOfRangeException() { AssertExtensions.Throws<ArgumentOutOfRangeException>("year", () => new KoreanCalendar().ToFourDigitYear(100)); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; namespace System.Globalization.Tests { public class KoreanCalendarToFourDigitYear { private static readonly RandomDataGenerator s_randomDataGenerator = new RandomDataGenerator(); public static IEnumerable<object[]> ToFourDigitYear_TestData() { yield return new object[] { 0 }; yield return new object[] { 99 }; yield return new object[] { s_randomDataGenerator.GetInt16(-55) % 100 }; } [Theory] [MemberData(nameof(ToFourDigitYear_TestData))] public void ToFourDigitYear(int year) { KoreanCalendar calendar = new KoreanCalendar(); int lBound = calendar.TwoDigitYearMax - 99; int rBound = calendar.TwoDigitYearMax; int expectedValue; if (year < (lBound % 100)) { expectedValue = (lBound / 100 + 1) * 100 + year; } else { expectedValue = (lBound / 100) * 100 + year; } Assert.Equal(expectedValue, calendar.ToFourDigitYear(year)); } [Fact] public void ToFourDigitYear_InvalidYear_ThrowsArgumentOutOfRangeException() { AssertExtensions.Throws<ArgumentOutOfRangeException>("year", () => new KoreanCalendar().ToFourDigitYear(100)); } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightLogicalRoundedAdd.Vector128.UInt64.1.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void ShiftRightLogicalRoundedAdd_Vector128_UInt64_1() { var test = new ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates basic functionality works, using Load test.RunBasicScenario_Load(); } // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates calling via reflection works, using Load test.RunReflectionScenario_Load(); } // Validates passing a static member works test.RunClsVarScenario(); if (AdvSimd.IsSupported) { // Validates passing a static member works, using pinning and Load test.RunClsVarScenario_Load(); } // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates passing a local works, using Load test.RunLclVarScenario_Load(); } // Validates passing the field of a local class works test.RunClassLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local class works, using pinning and Load test.RunClassLclFldScenario_Load(); } // Validates passing an instance member of a class works test.RunClassFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a class works, using pinning and Load test.RunClassFldScenario_Load(); } // Validates passing the field of a local struct works test.RunStructLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local struct works, using pinning and Load test.RunStructLclFldScenario_Load(); } // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a struct works, using pinning and Load test.RunStructFldScenario_Load(); } } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle outHandle; private ulong alignment; public DataTable(UInt64[] inArray1, UInt64[] inArray2, UInt64[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<UInt64>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<UInt64>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<UInt64>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<UInt64, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<UInt64, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<UInt64> _fld1; public Vector128<UInt64> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref testStruct._fld1), ref Unsafe.As<UInt64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref testStruct._fld2), ref Unsafe.As<UInt64, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); return testStruct; } public void RunStructFldScenario(ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1 testClass) { var result = AdvSimd.ShiftRightLogicalRoundedAdd(_fld1, _fld2, 1); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } public void RunStructFldScenario_Load(ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1 testClass) { fixed (Vector128<UInt64>* pFld1 = &_fld1) fixed (Vector128<UInt64>* pFld2 = &_fld2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pFld1)), AdvSimd.LoadVector128((UInt64*)(pFld2)), 1 ); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<UInt64>>() / sizeof(UInt64); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<UInt64>>() / sizeof(UInt64); private static readonly int RetElementCount = Unsafe.SizeOf<Vector128<UInt64>>() / sizeof(UInt64); private static readonly byte Imm = 1; private static UInt64[] _data1 = new UInt64[Op1ElementCount]; private static UInt64[] _data2 = new UInt64[Op2ElementCount]; private static Vector128<UInt64> _clsVar1; private static Vector128<UInt64> _clsVar2; private Vector128<UInt64> _fld1; private Vector128<UInt64> _fld2; private DataTable _dataTable; static ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _clsVar1), ref Unsafe.As<UInt64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _clsVar2), ref Unsafe.As<UInt64, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); } public ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _fld1), ref Unsafe.As<UInt64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _fld2), ref Unsafe.As<UInt64, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } _dataTable = new DataTable(_data1, _data2, new UInt64[RetElementCount], LargestVectorSize); } public bool IsSupported => AdvSimd.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = AdvSimd.ShiftRightLogicalRoundedAdd( Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray2Ptr), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunBasicScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_Load)); var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray2Ptr)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftRightLogicalRoundedAdd), new Type[] { typeof(Vector128<UInt64>), typeof(Vector128<UInt64>), typeof(byte) }) .Invoke(null, new object[] { Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray2Ptr), (byte)1 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<UInt64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_Load)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftRightLogicalRoundedAdd), new Type[] { typeof(Vector128<UInt64>), typeof(Vector128<UInt64>), typeof(byte) }) .Invoke(null, new object[] { AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray2Ptr)), (byte)1 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<UInt64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = AdvSimd.ShiftRightLogicalRoundedAdd( _clsVar1, _clsVar2, 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } public void RunClsVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario_Load)); fixed (Vector128<UInt64>* pClsVar1 = &_clsVar1) fixed (Vector128<UInt64>* pClsVar2 = &_clsVar2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pClsVar1)), AdvSimd.LoadVector128((UInt64*)(pClsVar2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray2Ptr); var result = AdvSimd.ShiftRightLogicalRoundedAdd(op1, op2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunLclVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_Load)); var op1 = AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray1Ptr)); var op2 = AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray2Ptr)); var result = AdvSimd.ShiftRightLogicalRoundedAdd(op1, op2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1(); var result = AdvSimd.ShiftRightLogicalRoundedAdd(test._fld1, test._fld2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario_Load)); var test = new ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1(); fixed (Vector128<UInt64>* pFld1 = &test._fld1) fixed (Vector128<UInt64>* pFld2 = &test._fld2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pFld1)), AdvSimd.LoadVector128((UInt64*)(pFld2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = AdvSimd.ShiftRightLogicalRoundedAdd(_fld1, _fld2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } public void RunClassFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario_Load)); fixed (Vector128<UInt64>* pFld1 = &_fld1) fixed (Vector128<UInt64>* pFld2 = &_fld2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pFld1)), AdvSimd.LoadVector128((UInt64*)(pFld2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = AdvSimd.ShiftRightLogicalRoundedAdd(test._fld1, test._fld2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario_Load)); var test = TestStruct.Create(); var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(&test._fld1)), AdvSimd.LoadVector128((UInt64*)(&test._fld2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunStructFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario_Load)); var test = TestStruct.Create(); test.RunStructFldScenario_Load(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult(Vector128<UInt64> firstOp, Vector128<UInt64> secondOp, void* result, [CallerMemberName] string method = "") { UInt64[] inArray1 = new UInt64[Op1ElementCount]; UInt64[] inArray2 = new UInt64[Op2ElementCount]; UInt64[] outArray = new UInt64[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray1[0]), firstOp); Unsafe.WriteUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray2[0]), secondOp); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(void* firstOp, void* secondOp, void* result, [CallerMemberName] string method = "") { UInt64[] inArray1 = new UInt64[Op1ElementCount]; UInt64[] inArray2 = new UInt64[Op2ElementCount]; UInt64[] outArray = new UInt64[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(firstOp), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(secondOp), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(UInt64[] firstOp, UInt64[] secondOp, UInt64[] result, [CallerMemberName] string method = "") { bool succeeded = true; for (var i = 0; i < RetElementCount; i++) { if (Helpers.ShiftRightLogicalRoundedAdd(firstOp[i], secondOp[i], Imm) != result[i]) { succeeded = false; break; } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(AdvSimd)}.{nameof(AdvSimd.ShiftRightLogicalRoundedAdd)}<UInt64>(Vector128<UInt64>, Vector128<UInt64>, 1): {method} failed:"); TestLibrary.TestFramework.LogInformation($" firstOp: ({string.Join(", ", firstOp)})"); TestLibrary.TestFramework.LogInformation($" secondOp: ({string.Join(", ", secondOp)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void ShiftRightLogicalRoundedAdd_Vector128_UInt64_1() { var test = new ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates basic functionality works, using Load test.RunBasicScenario_Load(); } // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates calling via reflection works, using Load test.RunReflectionScenario_Load(); } // Validates passing a static member works test.RunClsVarScenario(); if (AdvSimd.IsSupported) { // Validates passing a static member works, using pinning and Load test.RunClsVarScenario_Load(); } // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates passing a local works, using Load test.RunLclVarScenario_Load(); } // Validates passing the field of a local class works test.RunClassLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local class works, using pinning and Load test.RunClassLclFldScenario_Load(); } // Validates passing an instance member of a class works test.RunClassFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a class works, using pinning and Load test.RunClassFldScenario_Load(); } // Validates passing the field of a local struct works test.RunStructLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local struct works, using pinning and Load test.RunStructLclFldScenario_Load(); } // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a struct works, using pinning and Load test.RunStructFldScenario_Load(); } } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle outHandle; private ulong alignment; public DataTable(UInt64[] inArray1, UInt64[] inArray2, UInt64[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<UInt64>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<UInt64>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<UInt64>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<UInt64, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<UInt64, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<UInt64> _fld1; public Vector128<UInt64> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref testStruct._fld1), ref Unsafe.As<UInt64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref testStruct._fld2), ref Unsafe.As<UInt64, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); return testStruct; } public void RunStructFldScenario(ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1 testClass) { var result = AdvSimd.ShiftRightLogicalRoundedAdd(_fld1, _fld2, 1); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } public void RunStructFldScenario_Load(ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1 testClass) { fixed (Vector128<UInt64>* pFld1 = &_fld1) fixed (Vector128<UInt64>* pFld2 = &_fld2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pFld1)), AdvSimd.LoadVector128((UInt64*)(pFld2)), 1 ); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<UInt64>>() / sizeof(UInt64); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<UInt64>>() / sizeof(UInt64); private static readonly int RetElementCount = Unsafe.SizeOf<Vector128<UInt64>>() / sizeof(UInt64); private static readonly byte Imm = 1; private static UInt64[] _data1 = new UInt64[Op1ElementCount]; private static UInt64[] _data2 = new UInt64[Op2ElementCount]; private static Vector128<UInt64> _clsVar1; private static Vector128<UInt64> _clsVar2; private Vector128<UInt64> _fld1; private Vector128<UInt64> _fld2; private DataTable _dataTable; static ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _clsVar1), ref Unsafe.As<UInt64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _clsVar2), ref Unsafe.As<UInt64, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); } public ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _fld1), ref Unsafe.As<UInt64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt64>, byte>(ref _fld2), ref Unsafe.As<UInt64, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt64(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt64(); } _dataTable = new DataTable(_data1, _data2, new UInt64[RetElementCount], LargestVectorSize); } public bool IsSupported => AdvSimd.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = AdvSimd.ShiftRightLogicalRoundedAdd( Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray2Ptr), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunBasicScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_Load)); var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray2Ptr)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftRightLogicalRoundedAdd), new Type[] { typeof(Vector128<UInt64>), typeof(Vector128<UInt64>), typeof(byte) }) .Invoke(null, new object[] { Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray2Ptr), (byte)1 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<UInt64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_Load)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftRightLogicalRoundedAdd), new Type[] { typeof(Vector128<UInt64>), typeof(Vector128<UInt64>), typeof(byte) }) .Invoke(null, new object[] { AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray2Ptr)), (byte)1 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<UInt64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = AdvSimd.ShiftRightLogicalRoundedAdd( _clsVar1, _clsVar2, 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } public void RunClsVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario_Load)); fixed (Vector128<UInt64>* pClsVar1 = &_clsVar1) fixed (Vector128<UInt64>* pClsVar2 = &_clsVar2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pClsVar1)), AdvSimd.LoadVector128((UInt64*)(pClsVar2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<UInt64>>(_dataTable.inArray2Ptr); var result = AdvSimd.ShiftRightLogicalRoundedAdd(op1, op2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunLclVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_Load)); var op1 = AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray1Ptr)); var op2 = AdvSimd.LoadVector128((UInt64*)(_dataTable.inArray2Ptr)); var result = AdvSimd.ShiftRightLogicalRoundedAdd(op1, op2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1(); var result = AdvSimd.ShiftRightLogicalRoundedAdd(test._fld1, test._fld2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario_Load)); var test = new ImmBinaryOpTest__ShiftRightLogicalRoundedAdd_Vector128_UInt64_1(); fixed (Vector128<UInt64>* pFld1 = &test._fld1) fixed (Vector128<UInt64>* pFld2 = &test._fld2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pFld1)), AdvSimd.LoadVector128((UInt64*)(pFld2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = AdvSimd.ShiftRightLogicalRoundedAdd(_fld1, _fld2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } public void RunClassFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario_Load)); fixed (Vector128<UInt64>* pFld1 = &_fld1) fixed (Vector128<UInt64>* pFld2 = &_fld2) { var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(pFld1)), AdvSimd.LoadVector128((UInt64*)(pFld2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = AdvSimd.ShiftRightLogicalRoundedAdd(test._fld1, test._fld2, 1); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario_Load)); var test = TestStruct.Create(); var result = AdvSimd.ShiftRightLogicalRoundedAdd( AdvSimd.LoadVector128((UInt64*)(&test._fld1)), AdvSimd.LoadVector128((UInt64*)(&test._fld2)), 1 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunStructFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario_Load)); var test = TestStruct.Create(); test.RunStructFldScenario_Load(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult(Vector128<UInt64> firstOp, Vector128<UInt64> secondOp, void* result, [CallerMemberName] string method = "") { UInt64[] inArray1 = new UInt64[Op1ElementCount]; UInt64[] inArray2 = new UInt64[Op2ElementCount]; UInt64[] outArray = new UInt64[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray1[0]), firstOp); Unsafe.WriteUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray2[0]), secondOp); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(void* firstOp, void* secondOp, void* result, [CallerMemberName] string method = "") { UInt64[] inArray1 = new UInt64[Op1ElementCount]; UInt64[] inArray2 = new UInt64[Op2ElementCount]; UInt64[] outArray = new UInt64[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(firstOp), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(secondOp), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<UInt64>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(UInt64[] firstOp, UInt64[] secondOp, UInt64[] result, [CallerMemberName] string method = "") { bool succeeded = true; for (var i = 0; i < RetElementCount; i++) { if (Helpers.ShiftRightLogicalRoundedAdd(firstOp[i], secondOp[i], Imm) != result[i]) { succeeded = false; break; } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(AdvSimd)}.{nameof(AdvSimd.ShiftRightLogicalRoundedAdd)}<UInt64>(Vector128<UInt64>, Vector128<UInt64>, 1): {method} failed:"); TestLibrary.TestFramework.LogInformation($" firstOp: ({string.Join(", ", firstOp)})"); TestLibrary.TestFramework.LogInformation($" secondOp: ({string.Join(", ", secondOp)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftLogicalRoundedSaturate.Vector64.Int16.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics.Arm\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void ShiftLogicalRoundedSaturate_Vector64_Int16() { var test = new SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates basic functionality works, using Load test.RunBasicScenario_Load(); } // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates calling via reflection works, using Load test.RunReflectionScenario_Load(); } // Validates passing a static member works test.RunClsVarScenario(); if (AdvSimd.IsSupported) { // Validates passing a static member works, using pinning and Load test.RunClsVarScenario_Load(); } // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates passing a local works, using Load test.RunLclVarScenario_Load(); } // Validates passing the field of a local class works test.RunClassLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local class works, using pinning and Load test.RunClassLclFldScenario_Load(); } // Validates passing an instance member of a class works test.RunClassFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a class works, using pinning and Load test.RunClassFldScenario_Load(); } // Validates passing the field of a local struct works test.RunStructLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local struct works, using pinning and Load test.RunStructLclFldScenario_Load(); } // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a struct works, using pinning and Load test.RunStructFldScenario_Load(); } } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle outHandle; private ulong alignment; public DataTable(Int16[] inArray1, Int16[] inArray2, Int16[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int16>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int16>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<Int16>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int16, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int16, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector64<Int16> _fld1; public Vector64<Int16> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref testStruct._fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref testStruct._fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); return testStruct; } public void RunStructFldScenario(SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16 testClass) { var result = AdvSimd.ShiftLogicalRoundedSaturate(_fld1, _fld2); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } public void RunStructFldScenario_Load(SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16 testClass) { fixed (Vector64<Int16>* pFld1 = &_fld1) fixed (Vector64<Int16>* pFld2 = &_fld2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pFld1)), AdvSimd.LoadVector64((Int16*)(pFld2)) ); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } } } private static readonly int LargestVectorSize = 8; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector64<Int16>>() / sizeof(Int16); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector64<Int16>>() / sizeof(Int16); private static readonly int RetElementCount = Unsafe.SizeOf<Vector64<Int16>>() / sizeof(Int16); private static Int16[] _data1 = new Int16[Op1ElementCount]; private static Int16[] _data2 = new Int16[Op2ElementCount]; private static Vector64<Int16> _clsVar1; private static Vector64<Int16> _clsVar2; private Vector64<Int16> _fld1; private Vector64<Int16> _fld2; private DataTable _dataTable; static SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _clsVar1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _clsVar2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); } public SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } _dataTable = new DataTable(_data1, _data2, new Int16[RetElementCount], LargestVectorSize); } public bool IsSupported => AdvSimd.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = AdvSimd.ShiftLogicalRoundedSaturate( Unsafe.Read<Vector64<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector64<Int16>>(_dataTable.inArray2Ptr) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunBasicScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_Load)); var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector64((Int16*)(_dataTable.inArray2Ptr)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftLogicalRoundedSaturate), new Type[] { typeof(Vector64<Int16>), typeof(Vector64<Int16>) }) .Invoke(null, new object[] { Unsafe.Read<Vector64<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector64<Int16>>(_dataTable.inArray2Ptr) }); Unsafe.Write(_dataTable.outArrayPtr, (Vector64<Int16>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_Load)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftLogicalRoundedSaturate), new Type[] { typeof(Vector64<Int16>), typeof(Vector64<Int16>) }) .Invoke(null, new object[] { AdvSimd.LoadVector64((Int16*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector64((Int16*)(_dataTable.inArray2Ptr)) }); Unsafe.Write(_dataTable.outArrayPtr, (Vector64<Int16>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = AdvSimd.ShiftLogicalRoundedSaturate( _clsVar1, _clsVar2 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } public void RunClsVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario_Load)); fixed (Vector64<Int16>* pClsVar1 = &_clsVar1) fixed (Vector64<Int16>* pClsVar2 = &_clsVar2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pClsVar1)), AdvSimd.LoadVector64((Int16*)(pClsVar2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector64<Int16>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector64<Int16>>(_dataTable.inArray2Ptr); var result = AdvSimd.ShiftLogicalRoundedSaturate(op1, op2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunLclVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_Load)); var op1 = AdvSimd.LoadVector64((Int16*)(_dataTable.inArray1Ptr)); var op2 = AdvSimd.LoadVector64((Int16*)(_dataTable.inArray2Ptr)); var result = AdvSimd.ShiftLogicalRoundedSaturate(op1, op2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16(); var result = AdvSimd.ShiftLogicalRoundedSaturate(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario_Load)); var test = new SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16(); fixed (Vector64<Int16>* pFld1 = &test._fld1) fixed (Vector64<Int16>* pFld2 = &test._fld2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pFld1)), AdvSimd.LoadVector64((Int16*)(pFld2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = AdvSimd.ShiftLogicalRoundedSaturate(_fld1, _fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } public void RunClassFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario_Load)); fixed (Vector64<Int16>* pFld1 = &_fld1) fixed (Vector64<Int16>* pFld2 = &_fld2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pFld1)), AdvSimd.LoadVector64((Int16*)(pFld2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = AdvSimd.ShiftLogicalRoundedSaturate(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario_Load)); var test = TestStruct.Create(); var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(&test._fld1)), AdvSimd.LoadVector64((Int16*)(&test._fld2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunStructFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario_Load)); var test = TestStruct.Create(); test.RunStructFldScenario_Load(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult(Vector64<Int16> op1, Vector64<Int16> op2, void* result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Int16[] outArray = new Int16[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), op2); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector64<Int16>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(void* op1, void* op2, void* result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Int16[] outArray = new Int16[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector64<Int16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector64<Int16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector64<Int16>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(Int16[] left, Int16[] right, Int16[] result, [CallerMemberName] string method = "") { bool succeeded = true; for (var i = 0; i < RetElementCount; i++) { if (Helpers.ShiftLogicalRoundedSaturate(left[i], right[i]) != result[i]) { succeeded = false; break; } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(AdvSimd)}.{nameof(AdvSimd.ShiftLogicalRoundedSaturate)}<Int16>(Vector64<Int16>, Vector64<Int16>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics.Arm\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void ShiftLogicalRoundedSaturate_Vector64_Int16() { var test = new SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates basic functionality works, using Load test.RunBasicScenario_Load(); } // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates calling via reflection works, using Load test.RunReflectionScenario_Load(); } // Validates passing a static member works test.RunClsVarScenario(); if (AdvSimd.IsSupported) { // Validates passing a static member works, using pinning and Load test.RunClsVarScenario_Load(); } // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates passing a local works, using Load test.RunLclVarScenario_Load(); } // Validates passing the field of a local class works test.RunClassLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local class works, using pinning and Load test.RunClassLclFldScenario_Load(); } // Validates passing an instance member of a class works test.RunClassFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a class works, using pinning and Load test.RunClassFldScenario_Load(); } // Validates passing the field of a local struct works test.RunStructLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local struct works, using pinning and Load test.RunStructLclFldScenario_Load(); } // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a struct works, using pinning and Load test.RunStructFldScenario_Load(); } } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle outHandle; private ulong alignment; public DataTable(Int16[] inArray1, Int16[] inArray2, Int16[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int16>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int16>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<Int16>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int16, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int16, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector64<Int16> _fld1; public Vector64<Int16> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref testStruct._fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref testStruct._fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); return testStruct; } public void RunStructFldScenario(SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16 testClass) { var result = AdvSimd.ShiftLogicalRoundedSaturate(_fld1, _fld2); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } public void RunStructFldScenario_Load(SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16 testClass) { fixed (Vector64<Int16>* pFld1 = &_fld1) fixed (Vector64<Int16>* pFld2 = &_fld2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pFld1)), AdvSimd.LoadVector64((Int16*)(pFld2)) ); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } } } private static readonly int LargestVectorSize = 8; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector64<Int16>>() / sizeof(Int16); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector64<Int16>>() / sizeof(Int16); private static readonly int RetElementCount = Unsafe.SizeOf<Vector64<Int16>>() / sizeof(Int16); private static Int16[] _data1 = new Int16[Op1ElementCount]; private static Int16[] _data2 = new Int16[Op2ElementCount]; private static Vector64<Int16> _clsVar1; private static Vector64<Int16> _clsVar2; private Vector64<Int16> _fld1; private Vector64<Int16> _fld2; private DataTable _dataTable; static SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _clsVar1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _clsVar2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); } public SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _fld1), ref Unsafe.As<Int16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector64<Int16>, byte>(ref _fld2), ref Unsafe.As<Int16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector64<Int16>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt16(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt16(); } _dataTable = new DataTable(_data1, _data2, new Int16[RetElementCount], LargestVectorSize); } public bool IsSupported => AdvSimd.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = AdvSimd.ShiftLogicalRoundedSaturate( Unsafe.Read<Vector64<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector64<Int16>>(_dataTable.inArray2Ptr) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunBasicScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_Load)); var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector64((Int16*)(_dataTable.inArray2Ptr)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftLogicalRoundedSaturate), new Type[] { typeof(Vector64<Int16>), typeof(Vector64<Int16>) }) .Invoke(null, new object[] { Unsafe.Read<Vector64<Int16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector64<Int16>>(_dataTable.inArray2Ptr) }); Unsafe.Write(_dataTable.outArrayPtr, (Vector64<Int16>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_Load)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.ShiftLogicalRoundedSaturate), new Type[] { typeof(Vector64<Int16>), typeof(Vector64<Int16>) }) .Invoke(null, new object[] { AdvSimd.LoadVector64((Int16*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector64((Int16*)(_dataTable.inArray2Ptr)) }); Unsafe.Write(_dataTable.outArrayPtr, (Vector64<Int16>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = AdvSimd.ShiftLogicalRoundedSaturate( _clsVar1, _clsVar2 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } public void RunClsVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario_Load)); fixed (Vector64<Int16>* pClsVar1 = &_clsVar1) fixed (Vector64<Int16>* pClsVar2 = &_clsVar2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pClsVar1)), AdvSimd.LoadVector64((Int16*)(pClsVar2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector64<Int16>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector64<Int16>>(_dataTable.inArray2Ptr); var result = AdvSimd.ShiftLogicalRoundedSaturate(op1, op2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunLclVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_Load)); var op1 = AdvSimd.LoadVector64((Int16*)(_dataTable.inArray1Ptr)); var op2 = AdvSimd.LoadVector64((Int16*)(_dataTable.inArray2Ptr)); var result = AdvSimd.ShiftLogicalRoundedSaturate(op1, op2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16(); var result = AdvSimd.ShiftLogicalRoundedSaturate(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario_Load)); var test = new SimpleBinaryOpTest__ShiftLogicalRoundedSaturate_Vector64_Int16(); fixed (Vector64<Int16>* pFld1 = &test._fld1) fixed (Vector64<Int16>* pFld2 = &test._fld2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pFld1)), AdvSimd.LoadVector64((Int16*)(pFld2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = AdvSimd.ShiftLogicalRoundedSaturate(_fld1, _fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } public void RunClassFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario_Load)); fixed (Vector64<Int16>* pFld1 = &_fld1) fixed (Vector64<Int16>* pFld2 = &_fld2) { var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(pFld1)), AdvSimd.LoadVector64((Int16*)(pFld2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = AdvSimd.ShiftLogicalRoundedSaturate(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario_Load)); var test = TestStruct.Create(); var result = AdvSimd.ShiftLogicalRoundedSaturate( AdvSimd.LoadVector64((Int16*)(&test._fld1)), AdvSimd.LoadVector64((Int16*)(&test._fld2)) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunStructFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario_Load)); var test = TestStruct.Create(); test.RunStructFldScenario_Load(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult(Vector64<Int16> op1, Vector64<Int16> op2, void* result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Int16[] outArray = new Int16[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), op2); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector64<Int16>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(void* op1, void* op2, void* result, [CallerMemberName] string method = "") { Int16[] inArray1 = new Int16[Op1ElementCount]; Int16[] inArray2 = new Int16[Op2ElementCount]; Int16[] outArray = new Int16[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector64<Int16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector64<Int16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int16, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector64<Int16>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(Int16[] left, Int16[] right, Int16[] result, [CallerMemberName] string method = "") { bool succeeded = true; for (var i = 0; i < RetElementCount; i++) { if (Helpers.ShiftLogicalRoundedSaturate(left[i], right[i]) != result[i]) { succeeded = false; break; } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(AdvSimd)}.{nameof(AdvSimd.ShiftLogicalRoundedSaturate)}<Int16>(Vector64<Int16>, Vector64<Int16>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetBytesAvailable.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [GeneratedDllImport(Libraries.SystemNative, EntryPoint = "SystemNative_GetBytesAvailable")] internal static unsafe partial Error GetBytesAvailable(SafeHandle socket, int* available); [GeneratedDllImport(Libraries.SystemNative, EntryPoint = "SystemNative_GetAtOutOfBandMark")] internal static unsafe partial Error GetAtOutOfBandMark(SafeHandle socket, int* atMark); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [GeneratedDllImport(Libraries.SystemNative, EntryPoint = "SystemNative_GetBytesAvailable")] internal static unsafe partial Error GetBytesAvailable(SafeHandle socket, int* available); [GeneratedDllImport(Libraries.SystemNative, EntryPoint = "SystemNative_GetAtOutOfBandMark")] internal static unsafe partial Error GetAtOutOfBandMark(SafeHandle socket, int* atMark); } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/Microsoft.Extensions.Logging.Console/tests/Microsoft.Extensions.Logging.Console.Tests/ConsoleLoggerTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging.Test.Console; using Microsoft.Extensions.Options; using Xunit; #pragma warning disable CS0618 namespace Microsoft.Extensions.Logging.Console.Test { public class ConsoleLoggerTest { private const string _paddingString = " "; private const string _loggerName = "test"; private const string _state = "This is a test, and {curly braces} are just fine!"; private readonly Func<object, Exception, string> _defaultFormatter = (state, exception) => state.ToString(); internal static IEnumerable<ConsoleFormatter> GetFormatters( SimpleConsoleFormatterOptions simpleOptions = null, ConsoleFormatterOptions systemdOptions = null, JsonConsoleFormatterOptions jsonOptions = null) { var defaultMonitor = new TestFormatterOptionsMonitor<SimpleConsoleFormatterOptions>(simpleOptions ?? new SimpleConsoleFormatterOptions()); var systemdMonitor = new TestFormatterOptionsMonitor<ConsoleFormatterOptions>(systemdOptions ?? new ConsoleFormatterOptions()); var jsonMonitor = new TestFormatterOptionsMonitor<JsonConsoleFormatterOptions>(jsonOptions ?? new JsonConsoleFormatterOptions()); var formatters = new List<ConsoleFormatter>() { new SimpleConsoleFormatter(defaultMonitor), new SystemdConsoleFormatter(systemdMonitor), new JsonConsoleFormatter(jsonMonitor) }; return formatters; } private static (ConsoleLogger Logger, ConsoleSink Sink, ConsoleSink ErrorSink, Func<LogLevel, string> GetLevelPrefix, int WritesPerMsg) SetUp(ConsoleLoggerOptions options = null) { // Arrange var sink = new ConsoleSink(); var errorSink = new ConsoleSink(); var console = new TestConsole(sink); var errorConsole = new TestConsole(errorSink); var consoleLoggerProcessor = new TestLoggerProcessor(); consoleLoggerProcessor.Console = console; consoleLoggerProcessor.ErrorConsole = errorConsole; var logger = new ConsoleLogger(_loggerName, consoleLoggerProcessor); logger.ScopeProvider = new LoggerExternalScopeProvider(); logger.Options = options ?? new ConsoleLoggerOptions(); var formatters = new ConcurrentDictionary<string, ConsoleFormatter>(GetFormatters().ToDictionary(f => f.Name)); Func<LogLevel, string> levelAsString; int writesPerMsg; switch (logger.Options.Format) { case ConsoleLoggerFormat.Default: levelAsString = LogLevelAsStringDefault; writesPerMsg = 2; logger.Formatter = formatters[ConsoleFormatterNames.Simple]; break; case ConsoleLoggerFormat.Systemd: levelAsString = GetSyslogSeverityString; writesPerMsg = 1; logger.Formatter = formatters[ConsoleFormatterNames.Systemd]; break; default: throw new ArgumentOutOfRangeException(nameof(logger.Options.Format)); } UpdateFormatterOptions(logger.Formatter, logger.Options); VerifyDeprecatedPropertiesUsedOnNullFormatterName(logger); return (logger, sink, errorSink, levelAsString, writesPerMsg); } private static void VerifyDeprecatedPropertiesUsedOnNullFormatterName(ConsoleLogger logger) { Assert.Null(logger.Options.FormatterName); if (ConsoleLoggerFormat.Default == logger.Options.Format) { var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.Equal(formatter.FormatterOptions.IncludeScopes, logger.Options.IncludeScopes); Assert.Equal(formatter.FormatterOptions.UseUtcTimestamp, logger.Options.UseUtcTimestamp); Assert.Equal(formatter.FormatterOptions.TimestampFormat, logger.Options.TimestampFormat); Assert.Equal(formatter.FormatterOptions.ColorBehavior, logger.Options.DisableColors ? LoggerColorBehavior.Disabled : LoggerColorBehavior.Enabled); } else { var formatter = Assert.IsType<SystemdConsoleFormatter>(logger.Formatter); Assert.Equal(formatter.FormatterOptions.IncludeScopes, logger.Options.IncludeScopes); Assert.Equal(formatter.FormatterOptions.UseUtcTimestamp, logger.Options.UseUtcTimestamp); Assert.Equal(formatter.FormatterOptions.TimestampFormat, logger.Options.TimestampFormat); } } private static void UpdateFormatterOptions(ConsoleFormatter formatter, ConsoleLoggerOptions deprecatedFromOptions) { // kept for deprecated apis: if (formatter is SimpleConsoleFormatter defaultFormatter) { defaultFormatter.FormatterOptions.ColorBehavior = deprecatedFromOptions.DisableColors ? LoggerColorBehavior.Disabled : LoggerColorBehavior.Enabled; defaultFormatter.FormatterOptions.IncludeScopes = deprecatedFromOptions.IncludeScopes; defaultFormatter.FormatterOptions.TimestampFormat = deprecatedFromOptions.TimestampFormat; defaultFormatter.FormatterOptions.UseUtcTimestamp = deprecatedFromOptions.UseUtcTimestamp; } else if (formatter is SystemdConsoleFormatter systemdFormatter) { systemdFormatter.FormatterOptions.IncludeScopes = deprecatedFromOptions.IncludeScopes; systemdFormatter.FormatterOptions.TimestampFormat = deprecatedFromOptions.TimestampFormat; systemdFormatter.FormatterOptions.UseUtcTimestamp = deprecatedFromOptions.UseUtcTimestamp; } } internal static string LogLevelAsStringDefault(LogLevel level) { switch (level) { case LogLevel.Trace: return "trce"; case LogLevel.Debug: return "dbug"; case LogLevel.Information: return "info"; case LogLevel.Warning: return "warn"; case LogLevel.Error: return "fail"; case LogLevel.Critical: return "crit"; default: throw new ArgumentOutOfRangeException(nameof(level)); } } internal static string GetSyslogSeverityString(LogLevel level) { switch (level) { case LogLevel.Trace: case LogLevel.Debug: return "<7>"; case LogLevel.Information: return "<6>"; case LogLevel.Warning: return "<4>"; case LogLevel.Error: return "<3>"; case LogLevel.Critical: return "<2>"; default: throw new ArgumentOutOfRangeException(nameof(level)); } } internal static string GetJsonLogLevelString(LogLevel logLevel) { return logLevel switch { LogLevel.Trace => "Trace", LogLevel.Debug => "Debug", LogLevel.Information => "Information", LogLevel.Warning => "Warning", LogLevel.Error => "Error", LogLevel.Critical => "Critical", _ => throw new ArgumentOutOfRangeException(nameof(logLevel)) }; } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void LogsWhenMessageIsNotProvided() { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; var sink = t.Sink; var exception = new InvalidOperationException("Invalid value"); // Act logger.LogCritical(eventId: 0, exception: null, message: null); logger.LogCritical(eventId: 0, message: null); logger.LogCritical(eventId: 0, message: null, exception: exception); // Assert Assert.Equal(6, sink.Writes.Count); Assert.Equal( "crit: test[0]" + Environment.NewLine + _paddingString + "[null]" + Environment.NewLine, GetMessage(sink.Writes.GetRange(0 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal( "crit: test[0]" + Environment.NewLine + _paddingString + "[null]" + Environment.NewLine, GetMessage(sink.Writes.GetRange(1 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal( "crit: test[0]" + Environment.NewLine + _paddingString + "[null]" + Environment.NewLine + _paddingString + "System.InvalidOperationException: Invalid value" + Environment.NewLine, GetMessage(sink.Writes.GetRange(2 * t.WritesPerMsg, t.WritesPerMsg))); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void DoesNotLog_NewLine_WhenNoExceptionIsProvided() { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; var sink = t.Sink; var logMessage = "Route with name 'Simple' was not found."; var expected1 = @"crit: test[0]" + Environment.NewLine + _paddingString + "Route with name 'Simple' was not found." + Environment.NewLine; var expected2 = @"crit: test[10]" + Environment.NewLine + _paddingString + "Route with name 'Simple' was not found." + Environment.NewLine; // Act logger.LogCritical(logMessage); logger.LogCritical(eventId: 10, message: logMessage, exception: null); logger.LogCritical(eventId: 10, message: logMessage); logger.LogCritical(eventId: 10, message: logMessage, exception: null); // Assert Assert.Equal(8, sink.Writes.Count); Assert.Equal(expected1, GetMessage(sink.Writes.GetRange(0 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal(expected2, GetMessage(sink.Writes.GetRange(1 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal(expected2, GetMessage(sink.Writes.GetRange(2 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal(expected2, GetMessage(sink.Writes.GetRange(3 * t.WritesPerMsg, t.WritesPerMsg))); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [InlineData(null, 0)] [InlineData(null, 1)] [InlineData("missingFormatter", 0)] [InlineData("missingFormatter", 1)] public void Options_FormatterNameNull_UsesDeprecatedProperties(string formatterName, int formatNumber) { // Arrange ConsoleLoggerFormat format = (ConsoleLoggerFormat)formatNumber; var options = new ConsoleLoggerOptions() { FormatterName = formatterName }; var monitor = new TestOptionsMonitor(options); var loggerProvider = new ConsoleLoggerProvider(monitor, GetFormatters()); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act monitor.Set(new ConsoleLoggerOptions() { FormatterName = null, Format = format, TimestampFormat = "HH:mm:ss " }); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Null(logger.Options.FormatterName); Assert.Equal(ConsoleFormatterNames.Simple, logger.Formatter.Name); var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.Equal("HH:mm:ss ", formatter.FormatterOptions.TimestampFormat); } break; case ConsoleLoggerFormat.Systemd: { Assert.Null(logger.Options.FormatterName); Assert.Equal(ConsoleFormatterNames.Systemd, logger.Formatter.Name); var formatter = Assert.IsType<SystemdConsoleFormatter>(logger.Formatter); Assert.Equal("HH:mm:ss ", formatter.FormatterOptions.TimestampFormat); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } loggerProvider?.Dispose(); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [InlineData("Route with name 'Simple' was not found.")] public void Writes_NewLine_WhenExceptionIsProvided(string message) { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; var sink = t.Sink; var eventId = 10; var exception = new InvalidOperationException("Invalid value"); var expectedHeader = CreateHeader(ConsoleLoggerFormat.Default, eventId) + Environment.NewLine; var expectedMessage = _paddingString + message + Environment.NewLine; var expectedExceptionMessage = _paddingString + exception.ToString() + Environment.NewLine; // Act logger.LogCritical(eventId, exception, message); // Assert Assert.Equal(2, sink.Writes.Count); Assert.Equal(expectedHeader + expectedMessage + expectedExceptionMessage, sink.Writes[1].Message); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ThrowsException_WhenNoFormatterIsProvided() { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; // Act & Assert Assert.Throws<ArgumentNullException>(() => logger.Log<object>(LogLevel.Trace, 1, "empty", new Exception(), null)); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void LogsWhenNullFilterGiven() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; var expectedHeader = CreateHeader(ConsoleLoggerFormat.Default) + Environment.NewLine; var expectedMessage = _paddingString + _state + Environment.NewLine; // Act logger.Log(LogLevel.Information, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); Assert.Equal(expectedHeader + expectedMessage, sink.Writes[1].Message); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteCritical_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Critical, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.DarkRed, write.BackgroundColor); Assert.Equal(ConsoleColor.White, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteError_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Error, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.DarkRed, write.BackgroundColor); Assert.Equal(ConsoleColor.Black, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteWarning_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Warning, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Yellow, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteInformation_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Information, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.DarkGreen, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteDebug_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Debug, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Gray, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteTrace_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Trace, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Gray, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteAllLevelsDisabledColors_LogsNoColors() { // Arrange var t = SetUp(new ConsoleLoggerOptions { DisableColors = true }); var logger = t.Logger; var sink = t.Sink; int levelSequence; // Act for (levelSequence = (int)LogLevel.Trace; levelSequence < (int)LogLevel.None; levelSequence++) { logger.Log((LogLevel)levelSequence, 0, _state, null, _defaultFormatter); } // Assert Assert.Equal(levelSequence, sink.Writes.Count); foreach (ConsoleContext write in sink.Writes) { Assert.Null(write.ForegroundColor); Assert.Null(write.BackgroundColor); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void Log_LogsCorrectTimestamp(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { TimestampFormat = "yyyy-MM-ddTHH:mm:sszz ", Format = format, UseUtcTimestamp = false }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); // Act logger.Log(level, 0, _state, ex, _defaultFormatter); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(3, sink.Writes.Count); Assert.StartsWith(levelPrefix, sink.Writes[1].Message); Assert.Matches(@"^\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\s$", sink.Writes[0].Message); var parsedDateTime = DateTimeOffset.Parse(sink.Writes[0].Message.Trim()); Assert.Equal(DateTimeOffset.Now.Offset, parsedDateTime.Offset); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.StartsWith(levelPrefix, sink.Writes[0].Message); var regexMatch = Regex.Match(sink.Writes[0].Message, @"^<\d>(\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2})\s[^\s]"); Assert.True(regexMatch.Success); var parsedDateTime = DateTimeOffset.Parse(regexMatch.Groups[1].Value); Assert.Equal(DateTimeOffset.Now.Offset, parsedDateTime.Offset); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_LogsCorrectTimestampInUtc(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { TimestampFormat = "yyyy-MM-ddTHH:mm:sszz ", Format = format, UseUtcTimestamp = true }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); // Act logger.Log(level, 0, _state, ex, _defaultFormatter); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(3, sink.Writes.Count); Assert.StartsWith(levelPrefix, sink.Writes[1].Message); Assert.Matches(@"^\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\s$", sink.Writes[0].Message); var parsedDateTime = DateTimeOffset.Parse(sink.Writes[0].Message.Trim()); Assert.Equal(DateTimeOffset.UtcNow.Offset, parsedDateTime.Offset); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.StartsWith(levelPrefix, sink.Writes[0].Message); var regexMatch = Regex.Match(sink.Writes[0].Message, @"^<\d>(\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2})\s[^\s]"); Assert.True(regexMatch.Success); var parsedDateTime = DateTimeOffset.Parse(regexMatch.Groups[1].Value); Assert.Equal(DateTimeOffset.UtcNow.Offset, parsedDateTime.Offset); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_LogsCorrectMessages(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); // Act logger.Log(level, 0, _state, ex, _defaultFormatter); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "This is a test, and {curly braces} are just fine!" + Environment.NewLine + _paddingString + "System.Exception: Exception message" + Environment.NewLine + _paddingString + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "This is a test, and {curly braces} are just fine!" + " " + "System.Exception: Exception message" + " " + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void NoLogScope_DoesNotWriteAnyScopeContentToOutput() { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true }); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Warning, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Yellow, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WritingScopes_LogsWithCorrectColors() { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true }); var logger = t.Logger; var sink = t.Sink; var id = Guid.NewGuid(); var scopeMessage = "RequestId: {RequestId}"; // Act using (logger.BeginScope(scopeMessage, id)) { logger.Log(LogLevel.Information, 0, _state, null, _defaultFormatter); } // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.DarkGreen, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingScopes_LogsExpectedMessage(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var scope = "=> RequestId: 100"; var message = _state; // Act using (logger.BeginScope("RequestId: {RequestId}", 100)) { logger.Log(level, 0, _state, null, _defaultFormatter); } // Assert switch (format) { case ConsoleLoggerFormat.Default: { // Assert Assert.Equal(2, sink.Writes.Count); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingNestedScope_LogsNullScopeName(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var scope = "=> [null] => Request matched action: (null)"; var message = _state; // Act using (logger.BeginScope(null)) { using (logger.BeginScope("Request matched action: {ActionName}", new object[] { null })) { logger.Log(level, 0, _state, null, _defaultFormatter); } } // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope + " " + message + Environment.NewLine, write.Message); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingNestedScopes_LogsExpectedMessage(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var scope = "=> RequestId: 100 => Request matched action: Index"; var message = _state; // Act using (logger.BeginScope("RequestId: {RequestId}", 100)) { using (logger.BeginScope("Request matched action: {ActionName}", "Index")) { logger.Log(level, 0, _state, null, _defaultFormatter); } } switch (format) { case ConsoleLoggerFormat.Default: { // Assert Assert.Equal(2, sink.Writes.Count); var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.True(formatter.FormatterOptions.IncludeScopes); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } break; case ConsoleLoggerFormat.Systemd: { // Assert Assert.Single(sink.Writes); var formatter = Assert.IsType<SystemdConsoleFormatter>(logger.Formatter); Assert.True(formatter.FormatterOptions.IncludeScopes); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingMultipleScopes_LogsExpectedMessage(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var message = _state; var scope1 = "=> RequestId: 100 => Request matched action: Index"; var scope2 = "=> RequestId: 100 => Created product: Car"; // Act using (logger.BeginScope("RequestId: {RequestId}", 100)) { using (logger.BeginScope("Request matched action: {ActionName}", "Index")) { logger.Log(level, 0, _state, null, _defaultFormatter); } using (logger.BeginScope("Created product: {ProductName}", "Car")) { logger.Log(level, 0, _state, null, _defaultFormatter); } } // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(4, sink.Writes.Count); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope1 + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); write = sink.Writes[3]; Assert.Equal(header + Environment.NewLine + _paddingString + scope2 + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } break; case ConsoleLoggerFormat.Systemd: { Assert.Equal(2, sink.Writes.Count); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope1 + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(levelPrefix + header + " " + scope2 + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void CallingBeginScopeOnLogger_AlwaysReturnsNewDisposableInstance() { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true }); var logger = t.Logger; var sink = t.Sink; // Act var disposable1 = logger.BeginScope("Scope1"); var disposable2 = logger.BeginScope("Scope2"); // Assert Assert.NotNull(disposable1); Assert.NotNull(disposable2); Assert.NotSame(disposable1, disposable2); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void CallingBeginScopeOnLogger_ReturnsNonNullableInstance() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act var disposable = logger.BeginScope("Scope1"); // Assert Assert.NotNull(disposable); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void ConsoleLoggerLogsToError_WhenOverErrorLevel(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { LogToStandardErrorThreshold = LogLevel.Warning, Format = format }); var logger = t.Logger; var sink = t.Sink; var errorSink = t.ErrorSink; // Act logger.LogInformation("Info"); logger.LogWarning("Warn"); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( "info: test[0]" + Environment.NewLine + _paddingString + "Info" + Environment.NewLine, GetMessage(sink.Writes)); Assert.Equal(2, errorSink.Writes.Count); Assert.Equal( "warn: test[0]" + Environment.NewLine + _paddingString + "Warn" + Environment.NewLine, GetMessage(errorSink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( "<6>test[0] Info" + Environment.NewLine, GetMessage(sink.Writes)); Assert.Single(errorSink.Writes); Assert.Equal( "<4>test[0] Warn" + Environment.NewLine, GetMessage(errorSink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_NullMessageWithException(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); string message = null; // Act logger.Log(level, 0, message, ex, (s, e) => s); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "System.Exception: Exception message" + Environment.NewLine + _paddingString + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "System.Exception: Exception message" + " " + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_EmptyMessageWithException(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); string message = string.Empty; // Act logger.Log(level, 0, message, ex, (s, e) => s); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "System.Exception: Exception message" + Environment.NewLine + _paddingString + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "System.Exception: Exception message" + " " + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_MessageWithNullException(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; Exception ex = null; // Act logger.Log(level, 0, _state, ex, (s, e) => s); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "This is a test, and {curly braces} are just fine!" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "This is a test, and {curly braces} are just fine!" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Levels))] public void WriteCore_NullMessageWithNullException(LogLevel level) { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; Exception ex = null; string message = null; // Act logger.Log(level, 0, message, ex, (s, e) => s); // Assert Assert.Empty(sink.Writes); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void LogAfterDisposeWritesLog() { // Arrange var sink = new ConsoleSink(); var console = new TestConsole(sink); var processor = new ConsoleLoggerProcessor(); processor.Console = console; var formatters = new ConcurrentDictionary<string, ConsoleFormatter>(GetFormatters().ToDictionary(f => f.Name)); var logger = new ConsoleLogger(_loggerName, loggerProcessor: processor); logger.Options = new ConsoleLoggerOptions(); Assert.Null(logger.Options.FormatterName); logger.Formatter = formatters[ConsoleFormatterNames.Simple]; UpdateFormatterOptions(logger.Formatter, logger.Options); // Act processor.Dispose(); logger.LogInformation("Logging after dispose"); // Assert Assert.True(sink.Writes.Count == 2); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public static void IsEnabledReturnsCorrectValue() { var logger = SetUp().Logger; Assert.False(logger.IsEnabled(LogLevel.None)); Assert.True(logger.IsEnabled(LogLevel.Critical)); Assert.True(logger.IsEnabled(LogLevel.Error)); Assert.True(logger.IsEnabled(LogLevel.Warning)); Assert.True(logger.IsEnabled(LogLevel.Information)); Assert.True(logger.IsEnabled(LogLevel.Debug)); Assert.True(logger.IsEnabled(LogLevel.Trace)); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_DisableColors_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions() { DisableColors = true }); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.True(logger.Options.DisableColors); monitor.Set(new ConsoleLoggerOptions() { DisableColors = false }); Assert.False(logger.Options.DisableColors); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_InvalidFormat_Throws() { Assert.Throws<ArgumentOutOfRangeException>(() => new ConsoleLoggerOptions() { Format = (ConsoleLoggerFormat)10 }); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_DisableColors_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:DisableColors", "true") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.True(logger.Options.DisableColors); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_TimeStampFormat_IsReloaded() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.Null(logger.Options.TimestampFormat); monitor.Set(new ConsoleLoggerOptions() { TimestampFormat = "yyyyMMddHHmmss" }); Assert.Equal("yyyyMMddHHmmss", logger.Options.TimestampFormat); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_TimeStampFormat_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:TimeStampFormat", "yyyyMMddHHmmss") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.Equal("yyyyMMddHHmmss", logger.Options.TimestampFormat); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_TimeStampFormat_MultipleReloads() { var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); Assert.Null(logger.Options.TimestampFormat); monitor.Set(new ConsoleLoggerOptions() { TimestampFormat = "yyyyMMdd" }); Assert.Equal("yyyyMMdd", logger.Options.TimestampFormat); monitor.Set(new ConsoleLoggerOptions() { TimestampFormat = "yyyyMMddHHmmss" }); Assert.Equal("yyyyMMddHHmmss", logger.Options.TimestampFormat); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_IncludeScopes_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions() { IncludeScopes = true }); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.True(logger.Options.IncludeScopes); monitor.Set(new ConsoleLoggerOptions() { IncludeScopes = false }); Assert.False(logger.Options.IncludeScopes); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_LogAsErrorLevel_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:LogToStandardErrorThreshold", "Warning") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.Equal(LogLevel.Warning, logger.Options.LogToStandardErrorThreshold); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_LogAsErrorLevel_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.Equal(LogLevel.None, logger.Options.LogToStandardErrorThreshold); monitor.Set(new ConsoleLoggerOptions() { LogToStandardErrorThreshold = LogLevel.Error }); Assert.Equal(LogLevel.Error, logger.Options.LogToStandardErrorThreshold); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_UseUtcTimestamp_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.False(logger.Options.UseUtcTimestamp); monitor.Set(new ConsoleLoggerOptions() { UseUtcTimestamp = true }); Assert.True(logger.Options.UseUtcTimestamp); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_IncludeScopes_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:IncludeScopes", "true") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.NotNull(logger.ScopeProvider); var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.True(formatter.FormatterOptions.IncludeScopes); } public static TheoryData<ConsoleLoggerFormat, LogLevel> FormatsAndLevels { get { var data = new TheoryData<ConsoleLoggerFormat, LogLevel>(); foreach (ConsoleLoggerFormat format in Enum.GetValues(typeof(ConsoleLoggerFormat))) { foreach (LogLevel level in Enum.GetValues(typeof(LogLevel))) { if (level == LogLevel.None) { continue; } data.Add(format, level); } } return data; } } public static TheoryData<ConsoleLoggerFormat> Formats { get { var data = new TheoryData<ConsoleLoggerFormat>(); foreach (ConsoleLoggerFormat value in Enum.GetValues(typeof(ConsoleLoggerFormat))) { data.Add(value); } return data; } } public static TheoryData<LogLevel> Levels { get { var data = new TheoryData<LogLevel>(); foreach (LogLevel value in Enum.GetValues(typeof(LogLevel))) { data.Add(value); } return data; } } private string GetMessage(List<ConsoleContext> contexts) { return string.Join("", contexts.Select(c => c.Message)); } private string CreateHeader(ConsoleLoggerFormat format, int eventId = 0) { switch (format) { case ConsoleLoggerFormat.Default: return $": {_loggerName}[{eventId}]"; case ConsoleLoggerFormat.Systemd: return $"{_loggerName}[{eventId}]"; default: throw new ArgumentOutOfRangeException(nameof(format)); } } } internal class TestLoggerProcessor : ConsoleLoggerProcessor { public TestLoggerProcessor() { } public override void EnqueueMessage(LogMessageEntry message) { WriteMessage(message); } } public class TestOptionsMonitor : IOptionsMonitor<ConsoleLoggerOptions> { private ConsoleLoggerOptions _options; private event Action<ConsoleLoggerOptions, string> _onChange; public TestOptionsMonitor(ConsoleLoggerOptions options) { _options = options; } public ConsoleLoggerOptions Get(string name) => _options; public IDisposable OnChange(Action<ConsoleLoggerOptions, string> listener) { _onChange += listener; return null; } public ConsoleLoggerOptions CurrentValue => _options; public void Set(ConsoleLoggerOptions options) { _options = options; _onChange?.Invoke(options, ""); } } } #pragma warning restore CS0618
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Linq; using System.Text.RegularExpressions; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.Logging.Test.Console; using Microsoft.Extensions.Options; using Xunit; #pragma warning disable CS0618 namespace Microsoft.Extensions.Logging.Console.Test { public class ConsoleLoggerTest { private const string _paddingString = " "; private const string _loggerName = "test"; private const string _state = "This is a test, and {curly braces} are just fine!"; private readonly Func<object, Exception, string> _defaultFormatter = (state, exception) => state.ToString(); internal static IEnumerable<ConsoleFormatter> GetFormatters( SimpleConsoleFormatterOptions simpleOptions = null, ConsoleFormatterOptions systemdOptions = null, JsonConsoleFormatterOptions jsonOptions = null) { var defaultMonitor = new TestFormatterOptionsMonitor<SimpleConsoleFormatterOptions>(simpleOptions ?? new SimpleConsoleFormatterOptions()); var systemdMonitor = new TestFormatterOptionsMonitor<ConsoleFormatterOptions>(systemdOptions ?? new ConsoleFormatterOptions()); var jsonMonitor = new TestFormatterOptionsMonitor<JsonConsoleFormatterOptions>(jsonOptions ?? new JsonConsoleFormatterOptions()); var formatters = new List<ConsoleFormatter>() { new SimpleConsoleFormatter(defaultMonitor), new SystemdConsoleFormatter(systemdMonitor), new JsonConsoleFormatter(jsonMonitor) }; return formatters; } private static (ConsoleLogger Logger, ConsoleSink Sink, ConsoleSink ErrorSink, Func<LogLevel, string> GetLevelPrefix, int WritesPerMsg) SetUp(ConsoleLoggerOptions options = null) { // Arrange var sink = new ConsoleSink(); var errorSink = new ConsoleSink(); var console = new TestConsole(sink); var errorConsole = new TestConsole(errorSink); var consoleLoggerProcessor = new TestLoggerProcessor(); consoleLoggerProcessor.Console = console; consoleLoggerProcessor.ErrorConsole = errorConsole; var logger = new ConsoleLogger(_loggerName, consoleLoggerProcessor); logger.ScopeProvider = new LoggerExternalScopeProvider(); logger.Options = options ?? new ConsoleLoggerOptions(); var formatters = new ConcurrentDictionary<string, ConsoleFormatter>(GetFormatters().ToDictionary(f => f.Name)); Func<LogLevel, string> levelAsString; int writesPerMsg; switch (logger.Options.Format) { case ConsoleLoggerFormat.Default: levelAsString = LogLevelAsStringDefault; writesPerMsg = 2; logger.Formatter = formatters[ConsoleFormatterNames.Simple]; break; case ConsoleLoggerFormat.Systemd: levelAsString = GetSyslogSeverityString; writesPerMsg = 1; logger.Formatter = formatters[ConsoleFormatterNames.Systemd]; break; default: throw new ArgumentOutOfRangeException(nameof(logger.Options.Format)); } UpdateFormatterOptions(logger.Formatter, logger.Options); VerifyDeprecatedPropertiesUsedOnNullFormatterName(logger); return (logger, sink, errorSink, levelAsString, writesPerMsg); } private static void VerifyDeprecatedPropertiesUsedOnNullFormatterName(ConsoleLogger logger) { Assert.Null(logger.Options.FormatterName); if (ConsoleLoggerFormat.Default == logger.Options.Format) { var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.Equal(formatter.FormatterOptions.IncludeScopes, logger.Options.IncludeScopes); Assert.Equal(formatter.FormatterOptions.UseUtcTimestamp, logger.Options.UseUtcTimestamp); Assert.Equal(formatter.FormatterOptions.TimestampFormat, logger.Options.TimestampFormat); Assert.Equal(formatter.FormatterOptions.ColorBehavior, logger.Options.DisableColors ? LoggerColorBehavior.Disabled : LoggerColorBehavior.Enabled); } else { var formatter = Assert.IsType<SystemdConsoleFormatter>(logger.Formatter); Assert.Equal(formatter.FormatterOptions.IncludeScopes, logger.Options.IncludeScopes); Assert.Equal(formatter.FormatterOptions.UseUtcTimestamp, logger.Options.UseUtcTimestamp); Assert.Equal(formatter.FormatterOptions.TimestampFormat, logger.Options.TimestampFormat); } } private static void UpdateFormatterOptions(ConsoleFormatter formatter, ConsoleLoggerOptions deprecatedFromOptions) { // kept for deprecated apis: if (formatter is SimpleConsoleFormatter defaultFormatter) { defaultFormatter.FormatterOptions.ColorBehavior = deprecatedFromOptions.DisableColors ? LoggerColorBehavior.Disabled : LoggerColorBehavior.Enabled; defaultFormatter.FormatterOptions.IncludeScopes = deprecatedFromOptions.IncludeScopes; defaultFormatter.FormatterOptions.TimestampFormat = deprecatedFromOptions.TimestampFormat; defaultFormatter.FormatterOptions.UseUtcTimestamp = deprecatedFromOptions.UseUtcTimestamp; } else if (formatter is SystemdConsoleFormatter systemdFormatter) { systemdFormatter.FormatterOptions.IncludeScopes = deprecatedFromOptions.IncludeScopes; systemdFormatter.FormatterOptions.TimestampFormat = deprecatedFromOptions.TimestampFormat; systemdFormatter.FormatterOptions.UseUtcTimestamp = deprecatedFromOptions.UseUtcTimestamp; } } internal static string LogLevelAsStringDefault(LogLevel level) { switch (level) { case LogLevel.Trace: return "trce"; case LogLevel.Debug: return "dbug"; case LogLevel.Information: return "info"; case LogLevel.Warning: return "warn"; case LogLevel.Error: return "fail"; case LogLevel.Critical: return "crit"; default: throw new ArgumentOutOfRangeException(nameof(level)); } } internal static string GetSyslogSeverityString(LogLevel level) { switch (level) { case LogLevel.Trace: case LogLevel.Debug: return "<7>"; case LogLevel.Information: return "<6>"; case LogLevel.Warning: return "<4>"; case LogLevel.Error: return "<3>"; case LogLevel.Critical: return "<2>"; default: throw new ArgumentOutOfRangeException(nameof(level)); } } internal static string GetJsonLogLevelString(LogLevel logLevel) { return logLevel switch { LogLevel.Trace => "Trace", LogLevel.Debug => "Debug", LogLevel.Information => "Information", LogLevel.Warning => "Warning", LogLevel.Error => "Error", LogLevel.Critical => "Critical", _ => throw new ArgumentOutOfRangeException(nameof(logLevel)) }; } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void LogsWhenMessageIsNotProvided() { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; var sink = t.Sink; var exception = new InvalidOperationException("Invalid value"); // Act logger.LogCritical(eventId: 0, exception: null, message: null); logger.LogCritical(eventId: 0, message: null); logger.LogCritical(eventId: 0, message: null, exception: exception); // Assert Assert.Equal(6, sink.Writes.Count); Assert.Equal( "crit: test[0]" + Environment.NewLine + _paddingString + "[null]" + Environment.NewLine, GetMessage(sink.Writes.GetRange(0 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal( "crit: test[0]" + Environment.NewLine + _paddingString + "[null]" + Environment.NewLine, GetMessage(sink.Writes.GetRange(1 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal( "crit: test[0]" + Environment.NewLine + _paddingString + "[null]" + Environment.NewLine + _paddingString + "System.InvalidOperationException: Invalid value" + Environment.NewLine, GetMessage(sink.Writes.GetRange(2 * t.WritesPerMsg, t.WritesPerMsg))); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void DoesNotLog_NewLine_WhenNoExceptionIsProvided() { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; var sink = t.Sink; var logMessage = "Route with name 'Simple' was not found."; var expected1 = @"crit: test[0]" + Environment.NewLine + _paddingString + "Route with name 'Simple' was not found." + Environment.NewLine; var expected2 = @"crit: test[10]" + Environment.NewLine + _paddingString + "Route with name 'Simple' was not found." + Environment.NewLine; // Act logger.LogCritical(logMessage); logger.LogCritical(eventId: 10, message: logMessage, exception: null); logger.LogCritical(eventId: 10, message: logMessage); logger.LogCritical(eventId: 10, message: logMessage, exception: null); // Assert Assert.Equal(8, sink.Writes.Count); Assert.Equal(expected1, GetMessage(sink.Writes.GetRange(0 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal(expected2, GetMessage(sink.Writes.GetRange(1 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal(expected2, GetMessage(sink.Writes.GetRange(2 * t.WritesPerMsg, t.WritesPerMsg))); Assert.Equal(expected2, GetMessage(sink.Writes.GetRange(3 * t.WritesPerMsg, t.WritesPerMsg))); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [InlineData(null, 0)] [InlineData(null, 1)] [InlineData("missingFormatter", 0)] [InlineData("missingFormatter", 1)] public void Options_FormatterNameNull_UsesDeprecatedProperties(string formatterName, int formatNumber) { // Arrange ConsoleLoggerFormat format = (ConsoleLoggerFormat)formatNumber; var options = new ConsoleLoggerOptions() { FormatterName = formatterName }; var monitor = new TestOptionsMonitor(options); var loggerProvider = new ConsoleLoggerProvider(monitor, GetFormatters()); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act monitor.Set(new ConsoleLoggerOptions() { FormatterName = null, Format = format, TimestampFormat = "HH:mm:ss " }); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Null(logger.Options.FormatterName); Assert.Equal(ConsoleFormatterNames.Simple, logger.Formatter.Name); var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.Equal("HH:mm:ss ", formatter.FormatterOptions.TimestampFormat); } break; case ConsoleLoggerFormat.Systemd: { Assert.Null(logger.Options.FormatterName); Assert.Equal(ConsoleFormatterNames.Systemd, logger.Formatter.Name); var formatter = Assert.IsType<SystemdConsoleFormatter>(logger.Formatter); Assert.Equal("HH:mm:ss ", formatter.FormatterOptions.TimestampFormat); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } loggerProvider?.Dispose(); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [InlineData("Route with name 'Simple' was not found.")] public void Writes_NewLine_WhenExceptionIsProvided(string message) { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; var sink = t.Sink; var eventId = 10; var exception = new InvalidOperationException("Invalid value"); var expectedHeader = CreateHeader(ConsoleLoggerFormat.Default, eventId) + Environment.NewLine; var expectedMessage = _paddingString + message + Environment.NewLine; var expectedExceptionMessage = _paddingString + exception.ToString() + Environment.NewLine; // Act logger.LogCritical(eventId, exception, message); // Assert Assert.Equal(2, sink.Writes.Count); Assert.Equal(expectedHeader + expectedMessage + expectedExceptionMessage, sink.Writes[1].Message); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ThrowsException_WhenNoFormatterIsProvided() { // Arrange var t = SetUp(); var logger = (ILogger)t.Logger; // Act & Assert Assert.Throws<ArgumentNullException>(() => logger.Log<object>(LogLevel.Trace, 1, "empty", new Exception(), null)); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void LogsWhenNullFilterGiven() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; var expectedHeader = CreateHeader(ConsoleLoggerFormat.Default) + Environment.NewLine; var expectedMessage = _paddingString + _state + Environment.NewLine; // Act logger.Log(LogLevel.Information, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); Assert.Equal(expectedHeader + expectedMessage, sink.Writes[1].Message); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteCritical_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Critical, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.DarkRed, write.BackgroundColor); Assert.Equal(ConsoleColor.White, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteError_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Error, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.DarkRed, write.BackgroundColor); Assert.Equal(ConsoleColor.Black, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteWarning_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Warning, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Yellow, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteInformation_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Information, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.DarkGreen, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteDebug_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Debug, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Gray, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteTrace_LogsCorrectColors() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Trace, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Gray, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WriteAllLevelsDisabledColors_LogsNoColors() { // Arrange var t = SetUp(new ConsoleLoggerOptions { DisableColors = true }); var logger = t.Logger; var sink = t.Sink; int levelSequence; // Act for (levelSequence = (int)LogLevel.Trace; levelSequence < (int)LogLevel.None; levelSequence++) { logger.Log((LogLevel)levelSequence, 0, _state, null, _defaultFormatter); } // Assert Assert.Equal(levelSequence, sink.Writes.Count); foreach (ConsoleContext write in sink.Writes) { Assert.Null(write.ForegroundColor); Assert.Null(write.BackgroundColor); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void Log_LogsCorrectTimestamp(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { TimestampFormat = "yyyy-MM-ddTHH:mm:sszz ", Format = format, UseUtcTimestamp = false }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); // Act logger.Log(level, 0, _state, ex, _defaultFormatter); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(3, sink.Writes.Count); Assert.StartsWith(levelPrefix, sink.Writes[1].Message); Assert.Matches(@"^\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\s$", sink.Writes[0].Message); var parsedDateTime = DateTimeOffset.Parse(sink.Writes[0].Message.Trim()); Assert.Equal(DateTimeOffset.Now.Offset, parsedDateTime.Offset); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.StartsWith(levelPrefix, sink.Writes[0].Message); var regexMatch = Regex.Match(sink.Writes[0].Message, @"^<\d>(\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2})\s[^\s]"); Assert.True(regexMatch.Success); var parsedDateTime = DateTimeOffset.Parse(regexMatch.Groups[1].Value); Assert.Equal(DateTimeOffset.Now.Offset, parsedDateTime.Offset); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_LogsCorrectTimestampInUtc(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { TimestampFormat = "yyyy-MM-ddTHH:mm:sszz ", Format = format, UseUtcTimestamp = true }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); // Act logger.Log(level, 0, _state, ex, _defaultFormatter); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(3, sink.Writes.Count); Assert.StartsWith(levelPrefix, sink.Writes[1].Message); Assert.Matches(@"^\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\s$", sink.Writes[0].Message); var parsedDateTime = DateTimeOffset.Parse(sink.Writes[0].Message.Trim()); Assert.Equal(DateTimeOffset.UtcNow.Offset, parsedDateTime.Offset); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.StartsWith(levelPrefix, sink.Writes[0].Message); var regexMatch = Regex.Match(sink.Writes[0].Message, @"^<\d>(\d{4}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2}\D\d{2})\s[^\s]"); Assert.True(regexMatch.Success); var parsedDateTime = DateTimeOffset.Parse(regexMatch.Groups[1].Value); Assert.Equal(DateTimeOffset.UtcNow.Offset, parsedDateTime.Offset); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_LogsCorrectMessages(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); // Act logger.Log(level, 0, _state, ex, _defaultFormatter); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "This is a test, and {curly braces} are just fine!" + Environment.NewLine + _paddingString + "System.Exception: Exception message" + Environment.NewLine + _paddingString + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "This is a test, and {curly braces} are just fine!" + " " + "System.Exception: Exception message" + " " + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void NoLogScope_DoesNotWriteAnyScopeContentToOutput() { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true }); var logger = t.Logger; var sink = t.Sink; // Act logger.Log(LogLevel.Warning, 0, _state, null, _defaultFormatter); // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.Yellow, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void WritingScopes_LogsWithCorrectColors() { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true }); var logger = t.Logger; var sink = t.Sink; var id = Guid.NewGuid(); var scopeMessage = "RequestId: {RequestId}"; // Act using (logger.BeginScope(scopeMessage, id)) { logger.Log(LogLevel.Information, 0, _state, null, _defaultFormatter); } // Assert Assert.Equal(2, sink.Writes.Count); var write = sink.Writes[0]; Assert.Equal(ConsoleColor.Black, write.BackgroundColor); Assert.Equal(ConsoleColor.DarkGreen, write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingScopes_LogsExpectedMessage(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var scope = "=> RequestId: 100"; var message = _state; // Act using (logger.BeginScope("RequestId: {RequestId}", 100)) { logger.Log(level, 0, _state, null, _defaultFormatter); } // Assert switch (format) { case ConsoleLoggerFormat.Default: { // Assert Assert.Equal(2, sink.Writes.Count); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingNestedScope_LogsNullScopeName(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var scope = "=> [null] => Request matched action: (null)"; var message = _state; // Act using (logger.BeginScope(null)) { using (logger.BeginScope("Request matched action: {ActionName}", new object[] { null })) { logger.Log(level, 0, _state, null, _defaultFormatter); } } // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope + " " + message + Environment.NewLine, write.Message); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingNestedScopes_LogsExpectedMessage(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var scope = "=> RequestId: 100 => Request matched action: Index"; var message = _state; // Act using (logger.BeginScope("RequestId: {RequestId}", 100)) { using (logger.BeginScope("Request matched action: {ActionName}", "Index")) { logger.Log(level, 0, _state, null, _defaultFormatter); } } switch (format) { case ConsoleLoggerFormat.Default: { // Assert Assert.Equal(2, sink.Writes.Count); var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.True(formatter.FormatterOptions.IncludeScopes); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } break; case ConsoleLoggerFormat.Systemd: { // Assert Assert.Single(sink.Writes); var formatter = Assert.IsType<SystemdConsoleFormatter>(logger.Formatter); Assert.True(formatter.FormatterOptions.IncludeScopes); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void WritingMultipleScopes_LogsExpectedMessage(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true, Format = format }); var logger = t.Logger; var sink = t.Sink; var level = LogLevel.Information; var levelPrefix = t.GetLevelPrefix(level); var header = CreateHeader(format); var message = _state; var scope1 = "=> RequestId: 100 => Request matched action: Index"; var scope2 = "=> RequestId: 100 => Created product: Car"; // Act using (logger.BeginScope("RequestId: {RequestId}", 100)) { using (logger.BeginScope("Request matched action: {ActionName}", "Index")) { logger.Log(level, 0, _state, null, _defaultFormatter); } using (logger.BeginScope("Created product: {ProductName}", "Car")) { logger.Log(level, 0, _state, null, _defaultFormatter); } } // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(4, sink.Writes.Count); // scope var write = sink.Writes[1]; Assert.Equal(header + Environment.NewLine + _paddingString + scope1 + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); write = sink.Writes[3]; Assert.Equal(header + Environment.NewLine + _paddingString + scope2 + Environment.NewLine + _paddingString + message + Environment.NewLine, write.Message); Assert.Equal(TestConsole.DefaultBackgroundColor, write.BackgroundColor); Assert.Equal(TestConsole.DefaultForegroundColor, write.ForegroundColor); } break; case ConsoleLoggerFormat.Systemd: { Assert.Equal(2, sink.Writes.Count); // scope var write = sink.Writes[0]; Assert.Equal(levelPrefix + header + " " + scope1 + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); write = sink.Writes[1]; Assert.Equal(levelPrefix + header + " " + scope2 + " " + message + Environment.NewLine, write.Message); Assert.Null(write.BackgroundColor); Assert.Null(write.ForegroundColor); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void CallingBeginScopeOnLogger_AlwaysReturnsNewDisposableInstance() { // Arrange var t = SetUp(new ConsoleLoggerOptions { IncludeScopes = true }); var logger = t.Logger; var sink = t.Sink; // Act var disposable1 = logger.BeginScope("Scope1"); var disposable2 = logger.BeginScope("Scope2"); // Assert Assert.NotNull(disposable1); Assert.NotNull(disposable2); Assert.NotSame(disposable1, disposable2); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void CallingBeginScopeOnLogger_ReturnsNonNullableInstance() { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; // Act var disposable = logger.BeginScope("Scope1"); // Assert Assert.NotNull(disposable); } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Formats))] public void ConsoleLoggerLogsToError_WhenOverErrorLevel(ConsoleLoggerFormat format) { // Arrange var t = SetUp(new ConsoleLoggerOptions { LogToStandardErrorThreshold = LogLevel.Warning, Format = format }); var logger = t.Logger; var sink = t.Sink; var errorSink = t.ErrorSink; // Act logger.LogInformation("Info"); logger.LogWarning("Warn"); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( "info: test[0]" + Environment.NewLine + _paddingString + "Info" + Environment.NewLine, GetMessage(sink.Writes)); Assert.Equal(2, errorSink.Writes.Count); Assert.Equal( "warn: test[0]" + Environment.NewLine + _paddingString + "Warn" + Environment.NewLine, GetMessage(errorSink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( "<6>test[0] Info" + Environment.NewLine, GetMessage(sink.Writes)); Assert.Single(errorSink.Writes); Assert.Equal( "<4>test[0] Warn" + Environment.NewLine, GetMessage(errorSink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_NullMessageWithException(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); string message = null; // Act logger.Log(level, 0, message, ex, (s, e) => s); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "System.Exception: Exception message" + Environment.NewLine + _paddingString + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "System.Exception: Exception message" + " " + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_EmptyMessageWithException(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; var ex = new Exception("Exception message" + Environment.NewLine + "with a second line"); string message = string.Empty; // Act logger.Log(level, 0, message, ex, (s, e) => s); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "System.Exception: Exception message" + Environment.NewLine + _paddingString + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "System.Exception: Exception message" + " " + "with a second line" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(FormatsAndLevels))] public void WriteCore_MessageWithNullException(ConsoleLoggerFormat format, LogLevel level) { // Arrange var t = SetUp(new ConsoleLoggerOptions { Format = format }); var levelPrefix = t.GetLevelPrefix(level); var logger = t.Logger; var sink = t.Sink; Exception ex = null; // Act logger.Log(level, 0, _state, ex, (s, e) => s); // Assert switch (format) { case ConsoleLoggerFormat.Default: { Assert.Equal(2, sink.Writes.Count); Assert.Equal( levelPrefix + ": test[0]" + Environment.NewLine + _paddingString + "This is a test, and {curly braces} are just fine!" + Environment.NewLine, GetMessage(sink.Writes)); } break; case ConsoleLoggerFormat.Systemd: { Assert.Single(sink.Writes); Assert.Equal( levelPrefix + "test[0]" + " " + "This is a test, and {curly braces} are just fine!" + Environment.NewLine, GetMessage(sink.Writes)); } break; default: throw new ArgumentOutOfRangeException(nameof(format)); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] [MemberData(nameof(Levels))] public void WriteCore_NullMessageWithNullException(LogLevel level) { // Arrange var t = SetUp(); var logger = t.Logger; var sink = t.Sink; Exception ex = null; string message = null; // Act logger.Log(level, 0, message, ex, (s, e) => s); // Assert Assert.Empty(sink.Writes); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void LogAfterDisposeWritesLog() { // Arrange var sink = new ConsoleSink(); var console = new TestConsole(sink); var processor = new ConsoleLoggerProcessor(); processor.Console = console; var formatters = new ConcurrentDictionary<string, ConsoleFormatter>(GetFormatters().ToDictionary(f => f.Name)); var logger = new ConsoleLogger(_loggerName, loggerProcessor: processor); logger.Options = new ConsoleLoggerOptions(); Assert.Null(logger.Options.FormatterName); logger.Formatter = formatters[ConsoleFormatterNames.Simple]; UpdateFormatterOptions(logger.Formatter, logger.Options); // Act processor.Dispose(); logger.LogInformation("Logging after dispose"); // Assert Assert.True(sink.Writes.Count == 2); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public static void IsEnabledReturnsCorrectValue() { var logger = SetUp().Logger; Assert.False(logger.IsEnabled(LogLevel.None)); Assert.True(logger.IsEnabled(LogLevel.Critical)); Assert.True(logger.IsEnabled(LogLevel.Error)); Assert.True(logger.IsEnabled(LogLevel.Warning)); Assert.True(logger.IsEnabled(LogLevel.Information)); Assert.True(logger.IsEnabled(LogLevel.Debug)); Assert.True(logger.IsEnabled(LogLevel.Trace)); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_DisableColors_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions() { DisableColors = true }); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.True(logger.Options.DisableColors); monitor.Set(new ConsoleLoggerOptions() { DisableColors = false }); Assert.False(logger.Options.DisableColors); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_InvalidFormat_Throws() { Assert.Throws<ArgumentOutOfRangeException>(() => new ConsoleLoggerOptions() { Format = (ConsoleLoggerFormat)10 }); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_DisableColors_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:DisableColors", "true") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.True(logger.Options.DisableColors); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_TimeStampFormat_IsReloaded() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.Null(logger.Options.TimestampFormat); monitor.Set(new ConsoleLoggerOptions() { TimestampFormat = "yyyyMMddHHmmss" }); Assert.Equal("yyyyMMddHHmmss", logger.Options.TimestampFormat); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_TimeStampFormat_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:TimeStampFormat", "yyyyMMddHHmmss") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.Equal("yyyyMMddHHmmss", logger.Options.TimestampFormat); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_TimeStampFormat_MultipleReloads() { var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); Assert.Null(logger.Options.TimestampFormat); monitor.Set(new ConsoleLoggerOptions() { TimestampFormat = "yyyyMMdd" }); Assert.Equal("yyyyMMdd", logger.Options.TimestampFormat); monitor.Set(new ConsoleLoggerOptions() { TimestampFormat = "yyyyMMddHHmmss" }); Assert.Equal("yyyyMMddHHmmss", logger.Options.TimestampFormat); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_IncludeScopes_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions() { IncludeScopes = true }); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.True(logger.Options.IncludeScopes); monitor.Set(new ConsoleLoggerOptions() { IncludeScopes = false }); Assert.False(logger.Options.IncludeScopes); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_LogAsErrorLevel_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:LogToStandardErrorThreshold", "Warning") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.Equal(LogLevel.Warning, logger.Options.LogToStandardErrorThreshold); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_LogAsErrorLevel_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.Equal(LogLevel.None, logger.Options.LogToStandardErrorThreshold); monitor.Set(new ConsoleLoggerOptions() { LogToStandardErrorThreshold = LogLevel.Error }); Assert.Equal(LogLevel.Error, logger.Options.LogToStandardErrorThreshold); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_UseUtcTimestamp_IsAppliedToLoggers() { // Arrange var monitor = new TestOptionsMonitor(new ConsoleLoggerOptions()); var loggerProvider = new ConsoleLoggerProvider(monitor); var logger = (ConsoleLogger)loggerProvider.CreateLogger("Name"); // Act & Assert Assert.False(logger.Options.UseUtcTimestamp); monitor.Set(new ConsoleLoggerOptions() { UseUtcTimestamp = true }); Assert.True(logger.Options.UseUtcTimestamp); } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsThreadingSupported))] public void ConsoleLoggerOptions_IncludeScopes_IsReadFromLoggingConfiguration() { var configuration = new ConfigurationBuilder().AddInMemoryCollection(new[] { new KeyValuePair<string, string>("Console:IncludeScopes", "true") }).Build(); var loggerProvider = new ServiceCollection() .AddLogging(builder => builder .AddConfiguration(configuration) .AddConsole()) .BuildServiceProvider() .GetRequiredService<ILoggerProvider>(); var consoleLoggerProvider = Assert.IsType<ConsoleLoggerProvider>(loggerProvider); var logger = (ConsoleLogger)consoleLoggerProvider.CreateLogger("Category"); Assert.NotNull(logger.ScopeProvider); var formatter = Assert.IsType<SimpleConsoleFormatter>(logger.Formatter); Assert.True(formatter.FormatterOptions.IncludeScopes); } public static TheoryData<ConsoleLoggerFormat, LogLevel> FormatsAndLevels { get { var data = new TheoryData<ConsoleLoggerFormat, LogLevel>(); foreach (ConsoleLoggerFormat format in Enum.GetValues(typeof(ConsoleLoggerFormat))) { foreach (LogLevel level in Enum.GetValues(typeof(LogLevel))) { if (level == LogLevel.None) { continue; } data.Add(format, level); } } return data; } } public static TheoryData<ConsoleLoggerFormat> Formats { get { var data = new TheoryData<ConsoleLoggerFormat>(); foreach (ConsoleLoggerFormat value in Enum.GetValues(typeof(ConsoleLoggerFormat))) { data.Add(value); } return data; } } public static TheoryData<LogLevel> Levels { get { var data = new TheoryData<LogLevel>(); foreach (LogLevel value in Enum.GetValues(typeof(LogLevel))) { data.Add(value); } return data; } } private string GetMessage(List<ConsoleContext> contexts) { return string.Join("", contexts.Select(c => c.Message)); } private string CreateHeader(ConsoleLoggerFormat format, int eventId = 0) { switch (format) { case ConsoleLoggerFormat.Default: return $": {_loggerName}[{eventId}]"; case ConsoleLoggerFormat.Systemd: return $"{_loggerName}[{eventId}]"; default: throw new ArgumentOutOfRangeException(nameof(format)); } } } internal class TestLoggerProcessor : ConsoleLoggerProcessor { public TestLoggerProcessor() { } public override void EnqueueMessage(LogMessageEntry message) { WriteMessage(message); } } public class TestOptionsMonitor : IOptionsMonitor<ConsoleLoggerOptions> { private ConsoleLoggerOptions _options; private event Action<ConsoleLoggerOptions, string> _onChange; public TestOptionsMonitor(ConsoleLoggerOptions options) { _options = options; } public ConsoleLoggerOptions Get(string name) => _options; public IDisposable OnChange(Action<ConsoleLoggerOptions, string> listener) { _onChange += listener; return null; } public ConsoleLoggerOptions CurrentValue => _options; public void Set(ConsoleLoggerOptions options) { _options = options; _onChange?.Invoke(options, ""); } } } #pragma warning restore CS0618
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector256Int16AsGeneric_Boolean.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\General\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void Vector256Int16AsGeneric_Boolean() { bool succeeded = false; try { Vector256<bool> result = default(Vector256<short>).As<short, bool>(); } catch (NotSupportedException) { succeeded = true; } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"Vector256Int16AsGeneric_Boolean: RunNotSupportedScenario failed to throw NotSupportedException."); TestLibrary.TestFramework.LogInformation(string.Empty); throw new Exception("One or more scenarios did not complete as expected."); } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\General\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void Vector256Int16AsGeneric_Boolean() { bool succeeded = false; try { Vector256<bool> result = default(Vector256<short>).As<short, bool>(); } catch (NotSupportedException) { succeeded = true; } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"Vector256Int16AsGeneric_Boolean: RunNotSupportedScenario failed to throw NotSupportedException."); TestLibrary.TestFramework.LogInformation(string.Empty); throw new Exception("One or more scenarios did not complete as expected."); } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/mono/mono/tests/namedmutex-destroy-race.cs
/* test for https://bugzilla.xamarin.com/show_bug.cgi?id=41914 */ using System; using System.Threading; namespace Crasher { class Program { public static void Main (string[] args) { Thread[] threads = new Thread[100]; DateTime start = DateTime.Now; for (int i = 0; i < threads.Length; ++i) { threads [i] = new Thread (() => { var rnd = new Random(); do { using (var mutex = new Mutex(false, "Global\\TEST")) { var owner = false; try { owner = mutex.WaitOne(TimeSpan.FromMinutes(1)); } finally { if (owner) mutex.ReleaseMutex(); } } Thread.Sleep(rnd.Next(100, 1000)); } while ((DateTime.Now - start) < TimeSpan.FromSeconds (10)); }); } for (int i = 0; i < threads.Length; ++i) threads [i].Start (); for (int i = 0; i < threads.Length; ++i) threads [i].Join (); } private static void Crasher(){ } } }
/* test for https://bugzilla.xamarin.com/show_bug.cgi?id=41914 */ using System; using System.Threading; namespace Crasher { class Program { public static void Main (string[] args) { Thread[] threads = new Thread[100]; DateTime start = DateTime.Now; for (int i = 0; i < threads.Length; ++i) { threads [i] = new Thread (() => { var rnd = new Random(); do { using (var mutex = new Mutex(false, "Global\\TEST")) { var owner = false; try { owner = mutex.WaitOne(TimeSpan.FromMinutes(1)); } finally { if (owner) mutex.ReleaseMutex(); } } Thread.Sleep(rnd.Next(100, 1000)); } while ((DateTime.Now - start) < TimeSpan.FromSeconds (10)); }); } for (int i = 0; i < threads.Length; ++i) threads [i].Start (); for (int i = 0; i < threads.Length; ++i) threads [i].Join (); } private static void Crasher(){ } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/HardwareIntrinsics/General/Vector128/LessThanOrEqualAny.UInt16.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void LessThanOrEqualAnyUInt16() { var test = new VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private GCHandle inHandle1; private GCHandle inHandle2; private ulong alignment; public DataTable(UInt16[] inArray1, UInt16[] inArray2, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<UInt16>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<UInt16>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<UInt16, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<UInt16, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<UInt16> _fld1; public Vector128<UInt16> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref testStruct._fld1), ref Unsafe.As<UInt16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref testStruct._fld2), ref Unsafe.As<UInt16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); return testStruct; } public void RunStructFldScenario(VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16 testClass) { var result = Vector128.LessThanOrEqualAny(_fld1, _fld2); testClass.ValidateResult(_fld1, _fld2, result); } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<UInt16>>() / sizeof(UInt16); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<UInt16>>() / sizeof(UInt16); private static UInt16[] _data1 = new UInt16[Op1ElementCount]; private static UInt16[] _data2 = new UInt16[Op2ElementCount]; private static Vector128<UInt16> _clsVar1; private static Vector128<UInt16> _clsVar2; private Vector128<UInt16> _fld1; private Vector128<UInt16> _fld2; private DataTable _dataTable; static VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _clsVar1), ref Unsafe.As<UInt16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _clsVar2), ref Unsafe.As<UInt16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); } public VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _fld1), ref Unsafe.As<UInt16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _fld2), ref Unsafe.As<UInt16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } _dataTable = new DataTable(_data1, _data2, LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Vector128.LessThanOrEqualAny( Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray2Ptr) ); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, result); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var method = typeof(Vector128).GetMethod(nameof(Vector128.LessThanOrEqualAny), new Type[] { typeof(Vector128<UInt16>), typeof(Vector128<UInt16>) }); if (method is null) { method = typeof(Vector128).GetMethod(nameof(Vector128.LessThanOrEqualAny), 1, new Type[] { typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)), typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)) }); } if (method.IsGenericMethodDefinition) { method = method.MakeGenericMethod(typeof(UInt16)); } var result = method.Invoke(null, new object[] { Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray2Ptr) }); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, (bool)(result)); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = Vector128.LessThanOrEqualAny( _clsVar1, _clsVar2 ); ValidateResult(_clsVar1, _clsVar2, result); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray2Ptr); var result = Vector128.LessThanOrEqualAny(op1, op2); ValidateResult(op1, op2, result); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16(); var result = Vector128.LessThanOrEqualAny(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = Vector128.LessThanOrEqualAny(_fld1, _fld2); ValidateResult(_fld1, _fld2, result); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = Vector128.LessThanOrEqualAny(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector128<UInt16> op1, Vector128<UInt16> op2, bool result, [CallerMemberName] string method = "") { UInt16[] inArray1 = new UInt16[Op1ElementCount]; UInt16[] inArray2 = new UInt16[Op2ElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray2[0]), op2); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(void* op1, void* op2, bool result, [CallerMemberName] string method = "") { UInt16[] inArray1 = new UInt16[Op1ElementCount]; UInt16[] inArray2 = new UInt16[Op2ElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(UInt16[] left, UInt16[] right, bool result, [CallerMemberName] string method = "") { bool succeeded = true; var expectedResult = false; for (var i = 0; i < Op1ElementCount; i++) { expectedResult |= (left[i] <= right[i]); } succeeded = (expectedResult == result); if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector128)}.{nameof(Vector128.LessThanOrEqualAny)}<UInt16>(Vector128<UInt16>, Vector128<UInt16>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({result})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void LessThanOrEqualAnyUInt16() { var test = new VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private GCHandle inHandle1; private GCHandle inHandle2; private ulong alignment; public DataTable(UInt16[] inArray1, UInt16[] inArray2, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<UInt16>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<UInt16>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<UInt16, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<UInt16, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<UInt16> _fld1; public Vector128<UInt16> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref testStruct._fld1), ref Unsafe.As<UInt16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref testStruct._fld2), ref Unsafe.As<UInt16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); return testStruct; } public void RunStructFldScenario(VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16 testClass) { var result = Vector128.LessThanOrEqualAny(_fld1, _fld2); testClass.ValidateResult(_fld1, _fld2, result); } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<UInt16>>() / sizeof(UInt16); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<UInt16>>() / sizeof(UInt16); private static UInt16[] _data1 = new UInt16[Op1ElementCount]; private static UInt16[] _data2 = new UInt16[Op2ElementCount]; private static Vector128<UInt16> _clsVar1; private static Vector128<UInt16> _clsVar2; private Vector128<UInt16> _fld1; private Vector128<UInt16> _fld2; private DataTable _dataTable; static VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _clsVar1), ref Unsafe.As<UInt16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _clsVar2), ref Unsafe.As<UInt16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); } public VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _fld1), ref Unsafe.As<UInt16, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<UInt16>, byte>(ref _fld2), ref Unsafe.As<UInt16, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetUInt16(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetUInt16(); } _dataTable = new DataTable(_data1, _data2, LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Vector128.LessThanOrEqualAny( Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray2Ptr) ); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, result); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var method = typeof(Vector128).GetMethod(nameof(Vector128.LessThanOrEqualAny), new Type[] { typeof(Vector128<UInt16>), typeof(Vector128<UInt16>) }); if (method is null) { method = typeof(Vector128).GetMethod(nameof(Vector128.LessThanOrEqualAny), 1, new Type[] { typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)), typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)) }); } if (method.IsGenericMethodDefinition) { method = method.MakeGenericMethod(typeof(UInt16)); } var result = method.Invoke(null, new object[] { Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray2Ptr) }); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, (bool)(result)); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = Vector128.LessThanOrEqualAny( _clsVar1, _clsVar2 ); ValidateResult(_clsVar1, _clsVar2, result); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<UInt16>>(_dataTable.inArray2Ptr); var result = Vector128.LessThanOrEqualAny(op1, op2); ValidateResult(op1, op2, result); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBooleanBinaryOpTest__LessThanOrEqualAnyUInt16(); var result = Vector128.LessThanOrEqualAny(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = Vector128.LessThanOrEqualAny(_fld1, _fld2); ValidateResult(_fld1, _fld2, result); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = Vector128.LessThanOrEqualAny(test._fld1, test._fld2); ValidateResult(test._fld1, test._fld2, result); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector128<UInt16> op1, Vector128<UInt16> op2, bool result, [CallerMemberName] string method = "") { UInt16[] inArray1 = new UInt16[Op1ElementCount]; UInt16[] inArray2 = new UInt16[Op2ElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray2[0]), op2); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(void* op1, void* op2, bool result, [CallerMemberName] string method = "") { UInt16[] inArray1 = new UInt16[Op1ElementCount]; UInt16[] inArray2 = new UInt16[Op2ElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<UInt16, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector128<UInt16>>()); ValidateResult(inArray1, inArray2, result, method); } private void ValidateResult(UInt16[] left, UInt16[] right, bool result, [CallerMemberName] string method = "") { bool succeeded = true; var expectedResult = false; for (var i = 0; i < Op1ElementCount; i++) { expectedResult |= (left[i] <= right[i]); } succeeded = (expectedResult == result); if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector128)}.{nameof(Vector128.LessThanOrEqualAny)}<UInt16>(Vector128<UInt16>, Vector128<UInt16>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({result})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Globalization.Calendars/tests/GregorianCalendar/GregorianCalendarGetDaysInYear.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; using static System.Globalization.Tests.GregorianCalendarTestUtilities; namespace System.Globalization.Tests { public class GregorianCalendarGetDaysInYear { public static IEnumerable<object[]> GetDaysInYear_TestData() { // Random years yield return new object[] { RandomLeapYear() }; yield return new object[] { RandomCommonYear() }; yield return new object[] { RandomYear() }; yield return new object[] { 100 }; yield return new object[] { 400 }; // Boundary years yield return new object[] { 9999 }; yield return new object[] { 1 }; } [Theory] [MemberData(nameof(GetDaysInYear_TestData))] public void GetDaysInYear(int year) { GregorianCalendar calendar = new GregorianCalendar(); int expected = IsLeapYear(year) ? 366 : 365; Assert.Equal(expected, calendar.GetDaysInYear(year)); Assert.Equal(expected, calendar.GetDaysInYear(year, 0)); Assert.Equal(expected, calendar.GetDaysInYear(year, 1)); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using Xunit; using static System.Globalization.Tests.GregorianCalendarTestUtilities; namespace System.Globalization.Tests { public class GregorianCalendarGetDaysInYear { public static IEnumerable<object[]> GetDaysInYear_TestData() { // Random years yield return new object[] { RandomLeapYear() }; yield return new object[] { RandomCommonYear() }; yield return new object[] { RandomYear() }; yield return new object[] { 100 }; yield return new object[] { 400 }; // Boundary years yield return new object[] { 9999 }; yield return new object[] { 1 }; } [Theory] [MemberData(nameof(GetDaysInYear_TestData))] public void GetDaysInYear(int year) { GregorianCalendar calendar = new GregorianCalendar(); int expected = IsLeapYear(year) ? 366 : 365; Assert.Equal(expected, calendar.GetDaysInYear(year)); Assert.Equal(expected, calendar.GetDaysInYear(year, 0)); Assert.Equal(expected, calendar.GetDaysInYear(year, 1)); } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/coreclr/nativeaot/Runtime/arm64/AsmOffsetsCpu.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // This file is used by AsmOffsets.h to validate that our // assembly-code offsets always match their C++ counterparts. // // NOTE: the offsets MUST be in hex notation WITHOUT the 0x prefix PLAT_ASM_SIZEOF(290, ExInfo) PLAT_ASM_OFFSET(0, ExInfo, m_pPrevExInfo) PLAT_ASM_OFFSET(8, ExInfo, m_pExContext) PLAT_ASM_OFFSET(10, ExInfo, m_exception) PLAT_ASM_OFFSET(18, ExInfo, m_kind) PLAT_ASM_OFFSET(19, ExInfo, m_passNumber) PLAT_ASM_OFFSET(1c, ExInfo, m_idxCurClause) PLAT_ASM_OFFSET(20, ExInfo, m_frameIter) PLAT_ASM_OFFSET(288, ExInfo, m_notifyDebuggerSP) PLAT_ASM_OFFSET(0, PInvokeTransitionFrame, m_FramePointer) PLAT_ASM_OFFSET(8, PInvokeTransitionFrame, m_RIP) PLAT_ASM_OFFSET(10, PInvokeTransitionFrame, m_pThread) PLAT_ASM_OFFSET(18, PInvokeTransitionFrame, m_Flags) PLAT_ASM_OFFSET(20, PInvokeTransitionFrame, m_PreservedRegs) PLAT_ASM_SIZEOF(268, StackFrameIterator) PLAT_ASM_OFFSET(10, StackFrameIterator, m_FramePointer) PLAT_ASM_OFFSET(18, StackFrameIterator, m_ControlPC) PLAT_ASM_OFFSET(20, StackFrameIterator, m_RegDisplay) PLAT_ASM_OFFSET(260, StackFrameIterator, m_OriginalControlPC) PLAT_ASM_SIZEOF(C0, PAL_LIMITED_CONTEXT) PLAT_ASM_OFFSET(0, PAL_LIMITED_CONTEXT, FP) PLAT_ASM_OFFSET(8, PAL_LIMITED_CONTEXT, LR) PLAT_ASM_OFFSET(10, PAL_LIMITED_CONTEXT, X0) PLAT_ASM_OFFSET(18, PAL_LIMITED_CONTEXT, X1) PLAT_ASM_OFFSET(20, PAL_LIMITED_CONTEXT, X19) PLAT_ASM_OFFSET(28, PAL_LIMITED_CONTEXT, X20) PLAT_ASM_OFFSET(30, PAL_LIMITED_CONTEXT, X21) PLAT_ASM_OFFSET(38, PAL_LIMITED_CONTEXT, X22) PLAT_ASM_OFFSET(40, PAL_LIMITED_CONTEXT, X23) PLAT_ASM_OFFSET(48, PAL_LIMITED_CONTEXT, X24) PLAT_ASM_OFFSET(50, PAL_LIMITED_CONTEXT, X25) PLAT_ASM_OFFSET(58, PAL_LIMITED_CONTEXT, X26) PLAT_ASM_OFFSET(60, PAL_LIMITED_CONTEXT, X27) PLAT_ASM_OFFSET(68, PAL_LIMITED_CONTEXT, X28) PLAT_ASM_OFFSET(70, PAL_LIMITED_CONTEXT, SP) PLAT_ASM_OFFSET(78, PAL_LIMITED_CONTEXT, IP) PLAT_ASM_SIZEOF(150, REGDISPLAY) PLAT_ASM_OFFSET(f8, REGDISPLAY, SP) PLAT_ASM_OFFSET(98, REGDISPLAY, pX19) PLAT_ASM_OFFSET(a0, REGDISPLAY, pX20) PLAT_ASM_OFFSET(a8, REGDISPLAY, pX21) PLAT_ASM_OFFSET(b0, REGDISPLAY, pX22) PLAT_ASM_OFFSET(b8, REGDISPLAY, pX23) PLAT_ASM_OFFSET(c0, REGDISPLAY, pX24) PLAT_ASM_OFFSET(c8, REGDISPLAY, pX25) PLAT_ASM_OFFSET(d0, REGDISPLAY, pX26) PLAT_ASM_OFFSET(d8, REGDISPLAY, pX27) PLAT_ASM_OFFSET(e0, REGDISPLAY, pX28) PLAT_ASM_OFFSET(e8, REGDISPLAY, pFP) PLAT_ASM_OFFSET(110, REGDISPLAY, D)
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // // This file is used by AsmOffsets.h to validate that our // assembly-code offsets always match their C++ counterparts. // // NOTE: the offsets MUST be in hex notation WITHOUT the 0x prefix PLAT_ASM_SIZEOF(290, ExInfo) PLAT_ASM_OFFSET(0, ExInfo, m_pPrevExInfo) PLAT_ASM_OFFSET(8, ExInfo, m_pExContext) PLAT_ASM_OFFSET(10, ExInfo, m_exception) PLAT_ASM_OFFSET(18, ExInfo, m_kind) PLAT_ASM_OFFSET(19, ExInfo, m_passNumber) PLAT_ASM_OFFSET(1c, ExInfo, m_idxCurClause) PLAT_ASM_OFFSET(20, ExInfo, m_frameIter) PLAT_ASM_OFFSET(288, ExInfo, m_notifyDebuggerSP) PLAT_ASM_OFFSET(0, PInvokeTransitionFrame, m_FramePointer) PLAT_ASM_OFFSET(8, PInvokeTransitionFrame, m_RIP) PLAT_ASM_OFFSET(10, PInvokeTransitionFrame, m_pThread) PLAT_ASM_OFFSET(18, PInvokeTransitionFrame, m_Flags) PLAT_ASM_OFFSET(20, PInvokeTransitionFrame, m_PreservedRegs) PLAT_ASM_SIZEOF(268, StackFrameIterator) PLAT_ASM_OFFSET(10, StackFrameIterator, m_FramePointer) PLAT_ASM_OFFSET(18, StackFrameIterator, m_ControlPC) PLAT_ASM_OFFSET(20, StackFrameIterator, m_RegDisplay) PLAT_ASM_OFFSET(260, StackFrameIterator, m_OriginalControlPC) PLAT_ASM_SIZEOF(C0, PAL_LIMITED_CONTEXT) PLAT_ASM_OFFSET(0, PAL_LIMITED_CONTEXT, FP) PLAT_ASM_OFFSET(8, PAL_LIMITED_CONTEXT, LR) PLAT_ASM_OFFSET(10, PAL_LIMITED_CONTEXT, X0) PLAT_ASM_OFFSET(18, PAL_LIMITED_CONTEXT, X1) PLAT_ASM_OFFSET(20, PAL_LIMITED_CONTEXT, X19) PLAT_ASM_OFFSET(28, PAL_LIMITED_CONTEXT, X20) PLAT_ASM_OFFSET(30, PAL_LIMITED_CONTEXT, X21) PLAT_ASM_OFFSET(38, PAL_LIMITED_CONTEXT, X22) PLAT_ASM_OFFSET(40, PAL_LIMITED_CONTEXT, X23) PLAT_ASM_OFFSET(48, PAL_LIMITED_CONTEXT, X24) PLAT_ASM_OFFSET(50, PAL_LIMITED_CONTEXT, X25) PLAT_ASM_OFFSET(58, PAL_LIMITED_CONTEXT, X26) PLAT_ASM_OFFSET(60, PAL_LIMITED_CONTEXT, X27) PLAT_ASM_OFFSET(68, PAL_LIMITED_CONTEXT, X28) PLAT_ASM_OFFSET(70, PAL_LIMITED_CONTEXT, SP) PLAT_ASM_OFFSET(78, PAL_LIMITED_CONTEXT, IP) PLAT_ASM_SIZEOF(150, REGDISPLAY) PLAT_ASM_OFFSET(f8, REGDISPLAY, SP) PLAT_ASM_OFFSET(98, REGDISPLAY, pX19) PLAT_ASM_OFFSET(a0, REGDISPLAY, pX20) PLAT_ASM_OFFSET(a8, REGDISPLAY, pX21) PLAT_ASM_OFFSET(b0, REGDISPLAY, pX22) PLAT_ASM_OFFSET(b8, REGDISPLAY, pX23) PLAT_ASM_OFFSET(c0, REGDISPLAY, pX24) PLAT_ASM_OFFSET(c8, REGDISPLAY, pX25) PLAT_ASM_OFFSET(d0, REGDISPLAY, pX26) PLAT_ASM_OFFSET(d8, REGDISPLAY, pX27) PLAT_ASM_OFFSET(e0, REGDISPLAY, pX28) PLAT_ASM_OFFSET(e8, REGDISPLAY, pFP) PLAT_ASM_OFFSET(110, REGDISPLAY, D)
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/mono/mono/sgen/sgen-thread-pool.c
/** * \file * Threadpool for all concurrent GC work. * * Copyright (C) 2015 Xamarin Inc * * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include "config.h" #ifdef HAVE_SGEN_GC #include "mono/sgen/sgen-gc.h" #include "mono/sgen/sgen-thread-pool.h" #include "mono/sgen/sgen-client.h" #include "mono/utils/mono-os-mutex.h" #ifndef DISABLE_SGEN_MAJOR_MARKSWEEP_CONC static mono_mutex_t lock; static mono_cond_t work_cond; static mono_cond_t done_cond; static int threads_num; static MonoNativeThreadId threads [SGEN_THREADPOOL_MAX_NUM_THREADS]; static int threads_context [SGEN_THREADPOOL_MAX_NUM_THREADS]; static volatile gboolean threadpool_shutdown; static volatile int threads_finished; static int contexts_num; static SgenThreadPoolContext pool_contexts [SGEN_THREADPOOL_MAX_NUM_CONTEXTS]; enum { STATE_WAITING, STATE_IN_PROGRESS, STATE_DONE }; /* Assumes that the lock is held. */ static SgenThreadPoolJob* get_job_and_set_in_progress (SgenThreadPoolContext *context) { for (size_t i = 0; i < context->job_queue.next_slot; ++i) { SgenThreadPoolJob *job = (SgenThreadPoolJob *)context->job_queue.data [i]; if (job->state == STATE_WAITING) { job->state = STATE_IN_PROGRESS; return job; } } return NULL; } /* Assumes that the lock is held. */ static ssize_t find_job_in_queue (SgenThreadPoolContext *context, SgenThreadPoolJob *job) { for (ssize_t i = 0; i < context->job_queue.next_slot; ++i) { if (context->job_queue.data [i] == job) return i; } return -1; } /* Assumes that the lock is held. */ static void remove_job (SgenThreadPoolContext *context, SgenThreadPoolJob *job) { ssize_t index; SGEN_ASSERT (0, job->state == STATE_DONE, "Why are we removing a job that's not done?"); index = find_job_in_queue (context, job); SGEN_ASSERT (0, index >= 0, "Why is the job we're trying to remove not in the queue?"); context->job_queue.data [index] = NULL; sgen_pointer_queue_remove_nulls (&context->job_queue); sgen_thread_pool_job_free (job); } static gboolean continue_idle_job (SgenThreadPoolContext *context, void *thread_data) { if (!context->continue_idle_job_func) return FALSE; return context->continue_idle_job_func (thread_data, context - pool_contexts); } static gboolean should_work (SgenThreadPoolContext *context, void *thread_data) { if (!context->should_work_func) return TRUE; return context->should_work_func (thread_data); } /* * Tells whether we should lock and attempt to get work from * a higher priority context. */ static gboolean has_priority_work (int worker_index, int current_context) { int i; for (i = 0; i < current_context; i++) { SgenThreadPoolContext *context = &pool_contexts [i]; void *thread_data; if (worker_index >= context->num_threads) continue; thread_data = (context->thread_datas) ? context->thread_datas [worker_index] : NULL; if (!should_work (context, thread_data)) continue; if (context->job_queue.next_slot > 0) return TRUE; if (continue_idle_job (context, thread_data)) return TRUE; } /* Return if job enqueued on current context. Jobs have priority over idle work */ if (pool_contexts [current_context].job_queue.next_slot > 0) return TRUE; return FALSE; } /* * Gets the highest priority work. If there is none, it waits * for work_cond. Should always be called with lock held. */ static void get_work (int worker_index, int *work_context, int *do_idle, SgenThreadPoolJob **job) { while (!threadpool_shutdown) { int i; for (i = 0; i < contexts_num; i++) { SgenThreadPoolContext *context = &pool_contexts [i]; void *thread_data; if (worker_index >= context->num_threads) continue; thread_data = (context->thread_datas) ? context->thread_datas [worker_index] : NULL; if (!should_work (context, thread_data)) continue; /* * It's important that we check the continue idle flag with the lock held. * Suppose we didn't check with the lock held, and the result is FALSE. The * main thread might then set continue idle and signal us before we can take * the lock, and we'd lose the signal. */ *do_idle = continue_idle_job (context, thread_data); *job = get_job_and_set_in_progress (context); if (*job || *do_idle) { *work_context = i; return; } } /* * Nothing to do on any context * pthread_cond_wait() can return successfully despite the condition * not being signalled, so we have to run this in a loop until we * really have work to do. */ mono_os_cond_wait (&work_cond, &lock); } } static mono_native_thread_return_t thread_func (void *data) { int worker_index = (int)(gsize)data; int current_context; void *thread_data = NULL; sgen_client_thread_register_worker (); for (current_context = 0; current_context < contexts_num; current_context++) { if (worker_index >= pool_contexts [current_context].num_threads || !pool_contexts [current_context].thread_init_func) break; thread_data = (pool_contexts [current_context].thread_datas) ? pool_contexts [current_context].thread_datas [worker_index] : NULL; pool_contexts [current_context].thread_init_func (thread_data); } current_context = 0; mono_os_mutex_lock (&lock); for (;;) { gboolean do_idle = FALSE; SgenThreadPoolJob *job = NULL; SgenThreadPoolContext *context = NULL; threads_context [worker_index] = -1; get_work (worker_index, &current_context, &do_idle, &job); threads_context [worker_index] = current_context; if (!threadpool_shutdown) { context = &pool_contexts [current_context]; thread_data = (context->thread_datas) ? context->thread_datas [worker_index] : NULL; } mono_os_mutex_unlock (&lock); if (job) { job->func (thread_data, job); mono_os_mutex_lock (&lock); SGEN_ASSERT (0, job->state == STATE_IN_PROGRESS, "The job should still be in progress."); job->state = STATE_DONE; remove_job (context, job); /* * Only the main GC thread will ever wait on the done condition, so we don't * have to broadcast. */ mono_os_cond_signal (&done_cond); } else if (do_idle) { SGEN_ASSERT (0, context->idle_job_func, "Why do we have idle work when there's no idle job function?"); do { context->idle_job_func (thread_data); do_idle = continue_idle_job (context, thread_data); } while (do_idle && !has_priority_work (worker_index, current_context)); mono_os_mutex_lock (&lock); if (!do_idle) mono_os_cond_signal (&done_cond); } else { SGEN_ASSERT (0, threadpool_shutdown, "Why did we unlock if no jobs and not shutting down?"); mono_os_mutex_lock (&lock); threads_finished++; mono_os_cond_signal (&done_cond); mono_os_mutex_unlock (&lock); return 0; } } return 0; } int sgen_thread_pool_create_context (int num_threads, SgenThreadPoolThreadInitFunc init_func, SgenThreadPoolIdleJobFunc idle_func, SgenThreadPoolContinueIdleJobFunc continue_idle_func, SgenThreadPoolShouldWorkFunc should_work_func, void **thread_datas) { int context_id = contexts_num; SGEN_ASSERT (0, contexts_num < SGEN_THREADPOOL_MAX_NUM_CONTEXTS, "Maximum sgen thread pool contexts reached"); pool_contexts [context_id].thread_init_func = init_func; pool_contexts [context_id].idle_job_func = idle_func; pool_contexts [context_id].continue_idle_job_func = continue_idle_func; pool_contexts [context_id].should_work_func = should_work_func; pool_contexts [context_id].thread_datas = thread_datas; SGEN_ASSERT (0, num_threads <= SGEN_THREADPOOL_MAX_NUM_THREADS, "Maximum sgen thread pool threads exceeded"); pool_contexts [context_id].num_threads = num_threads; sgen_pointer_queue_init (&pool_contexts [contexts_num].job_queue, 0); // Job batches normally split into num_threads * 4 jobs. Make room for up to four job batches in the deferred queue (should reduce flushes during minor collections). pool_contexts [context_id].deferred_jobs_len = (num_threads * 4 * 4) + 1; pool_contexts [context_id].deferred_jobs = (void **)sgen_alloc_internal_dynamic (sizeof (void *) * pool_contexts [context_id].deferred_jobs_len, INTERNAL_MEM_THREAD_POOL_JOB, TRUE); pool_contexts [context_id].deferred_jobs_count = 0; contexts_num++; return context_id; } void sgen_thread_pool_start (void) { int i; for (i = 0; i < contexts_num; i++) { if (threads_num < pool_contexts [i].num_threads) threads_num = pool_contexts [i].num_threads; } if (!threads_num) return; mono_os_mutex_init (&lock); mono_os_cond_init (&work_cond); mono_os_cond_init (&done_cond); threads_finished = 0; threadpool_shutdown = FALSE; for (i = 0; i < threads_num; i++) { mono_native_thread_create (&threads [i], (gpointer)thread_func, (void*)(gsize)i); } } void sgen_thread_pool_shutdown (void) { if (!threads_num) return; mono_os_mutex_lock (&lock); threadpool_shutdown = TRUE; mono_os_cond_broadcast (&work_cond); while (threads_finished < threads_num) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); mono_os_mutex_destroy (&lock); mono_os_cond_destroy (&work_cond); mono_os_cond_destroy (&done_cond); for (int i = 0; i < threads_num; i++) { mono_threads_add_joinable_thread ((gpointer)(gsize)threads [i]); } } SgenThreadPoolJob* sgen_thread_pool_job_alloc (const char *name, SgenThreadPoolJobFunc func, size_t size) { SgenThreadPoolJob *job = (SgenThreadPoolJob *)sgen_alloc_internal_dynamic (size, INTERNAL_MEM_THREAD_POOL_JOB, TRUE); job->name = name; job->size = size; job->state = STATE_WAITING; job->func = func; return job; } void sgen_thread_pool_job_free (SgenThreadPoolJob *job) { sgen_free_internal_dynamic (job, job->size, INTERNAL_MEM_THREAD_POOL_JOB); } void sgen_thread_pool_job_enqueue (int context_id, SgenThreadPoolJob *job) { mono_os_mutex_lock (&lock); sgen_pointer_queue_add (&pool_contexts [context_id].job_queue, job); mono_os_cond_broadcast (&work_cond); mono_os_mutex_unlock (&lock); } /* * LOCKING: Assumes the GC lock is held (or it will race with sgen_thread_pool_flush_deferred_jobs) */ void sgen_thread_pool_job_enqueue_deferred (int context_id, SgenThreadPoolJob *job) { // Fast path assumes the GC lock is held. pool_contexts [context_id].deferred_jobs [pool_contexts [context_id].deferred_jobs_count++] = job; if (pool_contexts [context_id].deferred_jobs_count >= pool_contexts [context_id].deferred_jobs_len) { // Slow path, flush jobs into queue, but don't signal workers. sgen_thread_pool_flush_deferred_jobs (context_id, FALSE); } } /* * LOCKING: Assumes the GC lock is held (or it will race with sgen_thread_pool_job_enqueue_deferred). */ void sgen_thread_pool_flush_deferred_jobs (int context_id, gboolean signal) { if (!signal && !sgen_thread_pool_have_deferred_jobs (context_id)) return; mono_os_mutex_lock (&lock); for (int i = 0; i < pool_contexts [context_id].deferred_jobs_count; i++) { sgen_pointer_queue_add (&pool_contexts[context_id].job_queue, pool_contexts [context_id].deferred_jobs [i]); pool_contexts [context_id].deferred_jobs [i] = NULL; } pool_contexts [context_id].deferred_jobs_count = 0; if (signal) mono_os_cond_broadcast (&work_cond); mono_os_mutex_unlock (&lock); } gboolean sgen_thread_pool_have_deferred_jobs (int context_id) { return pool_contexts [context_id].deferred_jobs_count != 0; } void sgen_thread_pool_job_wait (int context_id, SgenThreadPoolJob *job) { SGEN_ASSERT (0, job, "Where's the job?"); mono_os_mutex_lock (&lock); while (find_job_in_queue (&pool_contexts [context_id], job) >= 0) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); } void sgen_thread_pool_idle_signal (int context_id) { SGEN_ASSERT (0, pool_contexts [context_id].idle_job_func, "Why are we signaling idle without an idle function?"); mono_os_mutex_lock (&lock); if (pool_contexts [context_id].continue_idle_job_func (NULL, context_id)) mono_os_cond_broadcast (&work_cond); mono_os_mutex_unlock (&lock); } void sgen_thread_pool_idle_wait (int context_id, SgenThreadPoolContinueIdleWaitFunc continue_wait) { SGEN_ASSERT (0, pool_contexts [context_id].idle_job_func, "Why are we waiting for idle without an idle function?"); mono_os_mutex_lock (&lock); while (continue_wait (context_id, threads_context)) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); } void sgen_thread_pool_wait_for_all_jobs (int context_id) { mono_os_mutex_lock (&lock); while (!sgen_pointer_queue_is_empty (&pool_contexts [context_id].job_queue)) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); } /* Return 0 if is not a thread pool thread or the thread number otherwise */ int sgen_thread_pool_is_thread_pool_thread (MonoNativeThreadId some_thread) { int i; for (i = 0; i < threads_num; i++) { if (some_thread == threads [i]) return i + 1; } return 0; } #else int sgen_thread_pool_create_context (int num_threads, SgenThreadPoolThreadInitFunc init_func, SgenThreadPoolIdleJobFunc idle_func, SgenThreadPoolContinueIdleJobFunc continue_idle_func, SgenThreadPoolShouldWorkFunc should_work_func, void **thread_datas) { return 0; } void sgen_thread_pool_start (void) { } void sgen_thread_pool_shutdown (void) { } SgenThreadPoolJob* sgen_thread_pool_job_alloc (const char *name, SgenThreadPoolJobFunc func, size_t size) { SgenThreadPoolJob *job = (SgenThreadPoolJob *)sgen_alloc_internal_dynamic (size, INTERNAL_MEM_THREAD_POOL_JOB, TRUE); job->name = name; job->size = size; job->func = func; return job; } void sgen_thread_pool_job_free (SgenThreadPoolJob *job) { sgen_free_internal_dynamic (job, job->size, INTERNAL_MEM_THREAD_POOL_JOB); } void sgen_thread_pool_job_enqueue (int context_id, SgenThreadPoolJob *job) { } void sgen_thread_pool_job_enqueue_deferred (int context_id, SgenThreadPoolJob *job) { } void sgen_thread_pool_flush_deferred_jobs (int context_id, gboolean signal) { } gboolean sgen_thread_pool_have_deferred_jobs (int context_id) { return FALSE; } void sgen_thread_pool_job_wait (int context_id, SgenThreadPoolJob *job) { } void sgen_thread_pool_idle_signal (int context_id) { } void sgen_thread_pool_idle_wait (int context_id, SgenThreadPoolContinueIdleWaitFunc continue_wait) { } void sgen_thread_pool_wait_for_all_jobs (int context_id) { } int sgen_thread_pool_is_thread_pool_thread (MonoNativeThreadId some_thread) { return 0; } #endif #endif
/** * \file * Threadpool for all concurrent GC work. * * Copyright (C) 2015 Xamarin Inc * * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ #include "config.h" #ifdef HAVE_SGEN_GC #include "mono/sgen/sgen-gc.h" #include "mono/sgen/sgen-thread-pool.h" #include "mono/sgen/sgen-client.h" #include "mono/utils/mono-os-mutex.h" #ifndef DISABLE_SGEN_MAJOR_MARKSWEEP_CONC static mono_mutex_t lock; static mono_cond_t work_cond; static mono_cond_t done_cond; static int threads_num; static MonoNativeThreadId threads [SGEN_THREADPOOL_MAX_NUM_THREADS]; static int threads_context [SGEN_THREADPOOL_MAX_NUM_THREADS]; static volatile gboolean threadpool_shutdown; static volatile int threads_finished; static int contexts_num; static SgenThreadPoolContext pool_contexts [SGEN_THREADPOOL_MAX_NUM_CONTEXTS]; enum { STATE_WAITING, STATE_IN_PROGRESS, STATE_DONE }; /* Assumes that the lock is held. */ static SgenThreadPoolJob* get_job_and_set_in_progress (SgenThreadPoolContext *context) { for (size_t i = 0; i < context->job_queue.next_slot; ++i) { SgenThreadPoolJob *job = (SgenThreadPoolJob *)context->job_queue.data [i]; if (job->state == STATE_WAITING) { job->state = STATE_IN_PROGRESS; return job; } } return NULL; } /* Assumes that the lock is held. */ static ssize_t find_job_in_queue (SgenThreadPoolContext *context, SgenThreadPoolJob *job) { for (ssize_t i = 0; i < context->job_queue.next_slot; ++i) { if (context->job_queue.data [i] == job) return i; } return -1; } /* Assumes that the lock is held. */ static void remove_job (SgenThreadPoolContext *context, SgenThreadPoolJob *job) { ssize_t index; SGEN_ASSERT (0, job->state == STATE_DONE, "Why are we removing a job that's not done?"); index = find_job_in_queue (context, job); SGEN_ASSERT (0, index >= 0, "Why is the job we're trying to remove not in the queue?"); context->job_queue.data [index] = NULL; sgen_pointer_queue_remove_nulls (&context->job_queue); sgen_thread_pool_job_free (job); } static gboolean continue_idle_job (SgenThreadPoolContext *context, void *thread_data) { if (!context->continue_idle_job_func) return FALSE; return context->continue_idle_job_func (thread_data, context - pool_contexts); } static gboolean should_work (SgenThreadPoolContext *context, void *thread_data) { if (!context->should_work_func) return TRUE; return context->should_work_func (thread_data); } /* * Tells whether we should lock and attempt to get work from * a higher priority context. */ static gboolean has_priority_work (int worker_index, int current_context) { int i; for (i = 0; i < current_context; i++) { SgenThreadPoolContext *context = &pool_contexts [i]; void *thread_data; if (worker_index >= context->num_threads) continue; thread_data = (context->thread_datas) ? context->thread_datas [worker_index] : NULL; if (!should_work (context, thread_data)) continue; if (context->job_queue.next_slot > 0) return TRUE; if (continue_idle_job (context, thread_data)) return TRUE; } /* Return if job enqueued on current context. Jobs have priority over idle work */ if (pool_contexts [current_context].job_queue.next_slot > 0) return TRUE; return FALSE; } /* * Gets the highest priority work. If there is none, it waits * for work_cond. Should always be called with lock held. */ static void get_work (int worker_index, int *work_context, int *do_idle, SgenThreadPoolJob **job) { while (!threadpool_shutdown) { int i; for (i = 0; i < contexts_num; i++) { SgenThreadPoolContext *context = &pool_contexts [i]; void *thread_data; if (worker_index >= context->num_threads) continue; thread_data = (context->thread_datas) ? context->thread_datas [worker_index] : NULL; if (!should_work (context, thread_data)) continue; /* * It's important that we check the continue idle flag with the lock held. * Suppose we didn't check with the lock held, and the result is FALSE. The * main thread might then set continue idle and signal us before we can take * the lock, and we'd lose the signal. */ *do_idle = continue_idle_job (context, thread_data); *job = get_job_and_set_in_progress (context); if (*job || *do_idle) { *work_context = i; return; } } /* * Nothing to do on any context * pthread_cond_wait() can return successfully despite the condition * not being signalled, so we have to run this in a loop until we * really have work to do. */ mono_os_cond_wait (&work_cond, &lock); } } static mono_native_thread_return_t thread_func (void *data) { int worker_index = (int)(gsize)data; int current_context; void *thread_data = NULL; sgen_client_thread_register_worker (); for (current_context = 0; current_context < contexts_num; current_context++) { if (worker_index >= pool_contexts [current_context].num_threads || !pool_contexts [current_context].thread_init_func) break; thread_data = (pool_contexts [current_context].thread_datas) ? pool_contexts [current_context].thread_datas [worker_index] : NULL; pool_contexts [current_context].thread_init_func (thread_data); } current_context = 0; mono_os_mutex_lock (&lock); for (;;) { gboolean do_idle = FALSE; SgenThreadPoolJob *job = NULL; SgenThreadPoolContext *context = NULL; threads_context [worker_index] = -1; get_work (worker_index, &current_context, &do_idle, &job); threads_context [worker_index] = current_context; if (!threadpool_shutdown) { context = &pool_contexts [current_context]; thread_data = (context->thread_datas) ? context->thread_datas [worker_index] : NULL; } mono_os_mutex_unlock (&lock); if (job) { job->func (thread_data, job); mono_os_mutex_lock (&lock); SGEN_ASSERT (0, job->state == STATE_IN_PROGRESS, "The job should still be in progress."); job->state = STATE_DONE; remove_job (context, job); /* * Only the main GC thread will ever wait on the done condition, so we don't * have to broadcast. */ mono_os_cond_signal (&done_cond); } else if (do_idle) { SGEN_ASSERT (0, context->idle_job_func, "Why do we have idle work when there's no idle job function?"); do { context->idle_job_func (thread_data); do_idle = continue_idle_job (context, thread_data); } while (do_idle && !has_priority_work (worker_index, current_context)); mono_os_mutex_lock (&lock); if (!do_idle) mono_os_cond_signal (&done_cond); } else { SGEN_ASSERT (0, threadpool_shutdown, "Why did we unlock if no jobs and not shutting down?"); mono_os_mutex_lock (&lock); threads_finished++; mono_os_cond_signal (&done_cond); mono_os_mutex_unlock (&lock); return 0; } } return 0; } int sgen_thread_pool_create_context (int num_threads, SgenThreadPoolThreadInitFunc init_func, SgenThreadPoolIdleJobFunc idle_func, SgenThreadPoolContinueIdleJobFunc continue_idle_func, SgenThreadPoolShouldWorkFunc should_work_func, void **thread_datas) { int context_id = contexts_num; SGEN_ASSERT (0, contexts_num < SGEN_THREADPOOL_MAX_NUM_CONTEXTS, "Maximum sgen thread pool contexts reached"); pool_contexts [context_id].thread_init_func = init_func; pool_contexts [context_id].idle_job_func = idle_func; pool_contexts [context_id].continue_idle_job_func = continue_idle_func; pool_contexts [context_id].should_work_func = should_work_func; pool_contexts [context_id].thread_datas = thread_datas; SGEN_ASSERT (0, num_threads <= SGEN_THREADPOOL_MAX_NUM_THREADS, "Maximum sgen thread pool threads exceeded"); pool_contexts [context_id].num_threads = num_threads; sgen_pointer_queue_init (&pool_contexts [contexts_num].job_queue, 0); // Job batches normally split into num_threads * 4 jobs. Make room for up to four job batches in the deferred queue (should reduce flushes during minor collections). pool_contexts [context_id].deferred_jobs_len = (num_threads * 4 * 4) + 1; pool_contexts [context_id].deferred_jobs = (void **)sgen_alloc_internal_dynamic (sizeof (void *) * pool_contexts [context_id].deferred_jobs_len, INTERNAL_MEM_THREAD_POOL_JOB, TRUE); pool_contexts [context_id].deferred_jobs_count = 0; contexts_num++; return context_id; } void sgen_thread_pool_start (void) { int i; for (i = 0; i < contexts_num; i++) { if (threads_num < pool_contexts [i].num_threads) threads_num = pool_contexts [i].num_threads; } if (!threads_num) return; mono_os_mutex_init (&lock); mono_os_cond_init (&work_cond); mono_os_cond_init (&done_cond); threads_finished = 0; threadpool_shutdown = FALSE; for (i = 0; i < threads_num; i++) { mono_native_thread_create (&threads [i], (gpointer)thread_func, (void*)(gsize)i); } } void sgen_thread_pool_shutdown (void) { if (!threads_num) return; mono_os_mutex_lock (&lock); threadpool_shutdown = TRUE; mono_os_cond_broadcast (&work_cond); while (threads_finished < threads_num) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); mono_os_mutex_destroy (&lock); mono_os_cond_destroy (&work_cond); mono_os_cond_destroy (&done_cond); for (int i = 0; i < threads_num; i++) { mono_threads_add_joinable_thread ((gpointer)(gsize)threads [i]); } } SgenThreadPoolJob* sgen_thread_pool_job_alloc (const char *name, SgenThreadPoolJobFunc func, size_t size) { SgenThreadPoolJob *job = (SgenThreadPoolJob *)sgen_alloc_internal_dynamic (size, INTERNAL_MEM_THREAD_POOL_JOB, TRUE); job->name = name; job->size = size; job->state = STATE_WAITING; job->func = func; return job; } void sgen_thread_pool_job_free (SgenThreadPoolJob *job) { sgen_free_internal_dynamic (job, job->size, INTERNAL_MEM_THREAD_POOL_JOB); } void sgen_thread_pool_job_enqueue (int context_id, SgenThreadPoolJob *job) { mono_os_mutex_lock (&lock); sgen_pointer_queue_add (&pool_contexts [context_id].job_queue, job); mono_os_cond_broadcast (&work_cond); mono_os_mutex_unlock (&lock); } /* * LOCKING: Assumes the GC lock is held (or it will race with sgen_thread_pool_flush_deferred_jobs) */ void sgen_thread_pool_job_enqueue_deferred (int context_id, SgenThreadPoolJob *job) { // Fast path assumes the GC lock is held. pool_contexts [context_id].deferred_jobs [pool_contexts [context_id].deferred_jobs_count++] = job; if (pool_contexts [context_id].deferred_jobs_count >= pool_contexts [context_id].deferred_jobs_len) { // Slow path, flush jobs into queue, but don't signal workers. sgen_thread_pool_flush_deferred_jobs (context_id, FALSE); } } /* * LOCKING: Assumes the GC lock is held (or it will race with sgen_thread_pool_job_enqueue_deferred). */ void sgen_thread_pool_flush_deferred_jobs (int context_id, gboolean signal) { if (!signal && !sgen_thread_pool_have_deferred_jobs (context_id)) return; mono_os_mutex_lock (&lock); for (int i = 0; i < pool_contexts [context_id].deferred_jobs_count; i++) { sgen_pointer_queue_add (&pool_contexts[context_id].job_queue, pool_contexts [context_id].deferred_jobs [i]); pool_contexts [context_id].deferred_jobs [i] = NULL; } pool_contexts [context_id].deferred_jobs_count = 0; if (signal) mono_os_cond_broadcast (&work_cond); mono_os_mutex_unlock (&lock); } gboolean sgen_thread_pool_have_deferred_jobs (int context_id) { return pool_contexts [context_id].deferred_jobs_count != 0; } void sgen_thread_pool_job_wait (int context_id, SgenThreadPoolJob *job) { SGEN_ASSERT (0, job, "Where's the job?"); mono_os_mutex_lock (&lock); while (find_job_in_queue (&pool_contexts [context_id], job) >= 0) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); } void sgen_thread_pool_idle_signal (int context_id) { SGEN_ASSERT (0, pool_contexts [context_id].idle_job_func, "Why are we signaling idle without an idle function?"); mono_os_mutex_lock (&lock); if (pool_contexts [context_id].continue_idle_job_func (NULL, context_id)) mono_os_cond_broadcast (&work_cond); mono_os_mutex_unlock (&lock); } void sgen_thread_pool_idle_wait (int context_id, SgenThreadPoolContinueIdleWaitFunc continue_wait) { SGEN_ASSERT (0, pool_contexts [context_id].idle_job_func, "Why are we waiting for idle without an idle function?"); mono_os_mutex_lock (&lock); while (continue_wait (context_id, threads_context)) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); } void sgen_thread_pool_wait_for_all_jobs (int context_id) { mono_os_mutex_lock (&lock); while (!sgen_pointer_queue_is_empty (&pool_contexts [context_id].job_queue)) mono_os_cond_wait (&done_cond, &lock); mono_os_mutex_unlock (&lock); } /* Return 0 if is not a thread pool thread or the thread number otherwise */ int sgen_thread_pool_is_thread_pool_thread (MonoNativeThreadId some_thread) { int i; for (i = 0; i < threads_num; i++) { if (some_thread == threads [i]) return i + 1; } return 0; } #else int sgen_thread_pool_create_context (int num_threads, SgenThreadPoolThreadInitFunc init_func, SgenThreadPoolIdleJobFunc idle_func, SgenThreadPoolContinueIdleJobFunc continue_idle_func, SgenThreadPoolShouldWorkFunc should_work_func, void **thread_datas) { return 0; } void sgen_thread_pool_start (void) { } void sgen_thread_pool_shutdown (void) { } SgenThreadPoolJob* sgen_thread_pool_job_alloc (const char *name, SgenThreadPoolJobFunc func, size_t size) { SgenThreadPoolJob *job = (SgenThreadPoolJob *)sgen_alloc_internal_dynamic (size, INTERNAL_MEM_THREAD_POOL_JOB, TRUE); job->name = name; job->size = size; job->func = func; return job; } void sgen_thread_pool_job_free (SgenThreadPoolJob *job) { sgen_free_internal_dynamic (job, job->size, INTERNAL_MEM_THREAD_POOL_JOB); } void sgen_thread_pool_job_enqueue (int context_id, SgenThreadPoolJob *job) { } void sgen_thread_pool_job_enqueue_deferred (int context_id, SgenThreadPoolJob *job) { } void sgen_thread_pool_flush_deferred_jobs (int context_id, gboolean signal) { } gboolean sgen_thread_pool_have_deferred_jobs (int context_id) { return FALSE; } void sgen_thread_pool_job_wait (int context_id, SgenThreadPoolJob *job) { } void sgen_thread_pool_idle_signal (int context_id) { } void sgen_thread_pool_idle_wait (int context_id, SgenThreadPoolContinueIdleWaitFunc continue_wait) { } void sgen_thread_pool_wait_for_all_jobs (int context_id) { } int sgen_thread_pool_is_thread_pool_thread (MonoNativeThreadId some_thread) { return 0; } #endif #endif
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/Methodical/explicit/misc/explicit4_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="explicit4.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="explicit4.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/Regression/CLR-x86-JIT/V1.2-M02/b118260/b118260.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).il" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.ServiceModel.Syndication/tests/TestFeeds/AtomFeeds/content-src-relative-ref.xml
<!-- Description: content with a src attribute that is a relative IRI reference produce no error Expect: !Error --> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Example Feed</title> <link href="http://contoso.com/"/> <updated>2003-12-13T18:30:02Z</updated> <author> <name>Author Name</name> </author> <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> <entry> <title>Atom-Powered Robots Run Amok</title> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> <content src="2003/12/12/atom03.pdf" type="application/pdf"/> </entry> </feed>
<!-- Description: content with a src attribute that is a relative IRI reference produce no error Expect: !Error --> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Example Feed</title> <link href="http://contoso.com/"/> <updated>2003-12-13T18:30:02Z</updated> <author> <name>Author Name</name> </author> <id>urn:uuid:60a76c80-d399-11d9-b93C-0003939e0af6</id> <entry> <title>Atom-Powered Robots Run Amok</title> <id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id> <updated>2003-12-13T18:30:02Z</updated> <summary>Some text.</summary> <content src="2003/12/12/atom03.pdf" type="application/pdf"/> </entry> </feed>
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/CodeGenBringUpTests/DblCall1_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DblCall1.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DblCall1.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./docs/design/features/code-versioning-ideal-tree.png
PNG  IHDRYl<)sRGBgAMA a pHYsod8IDATx^-,}aHTAUT+XYEeаZY"R@@A 4d0 e}ٝݝ?s]R=9SqhH?|8{.|_w{w `.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .PvgxWޥ旼;\`QhH9ryq|QG_uS5_tdžf;|+.PvYv{R7꣏m. iH(ZԋM~v% 0] 2ifFݛәT3FcR8ßoO:n\/13]  enTyr;K\Shlv0 D] 2e[iLwwtfӬ <L@.߃.8X~fλ.-^h/̻ D] ޥY1Z|ܹ4|/Kۥ]Ɍ ƿ D] V&Ar瀙yVr,iof[ ƿ D] Mڥ5K@4f85 Wk0.v6lJWڥ,ޘ,5;|ji۟.n< .1M-0QhH(kԋ"`)F&]l6E;KՆK6üsGiB@BOl˻?}9i@yxa~fO+\!.sڅ, D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  U駟V3__v{k!hH?e7~?OoOի>. _|Ň~[o򗿬j~8㏫y?v]Jo淿;o'.d_R{WuLU3_w@IO?~jƻ'V.phMl7|׿ׯ>p4(uLUT?ʚ9{h82 7(.$˔hحbe Jr&PLA INN)7(hmg2%`D@HOYo%@@$L)7(i@\%8 ,˹A C@q$nP.P \nP.1ɒA"A vC6$&ܠ;] +R7(A\r,r] ! 'YBsNH4֒,G%(vIcrlN}$ -7(V ,"Y Jvk$ ˹A .0CRu A .p&Yx:7(i,%xqI6%XIp8BA ]8 Bܠw.d!u\]'BtnPK "Y7(va$ G%hi,88B<ZnP☴ aHzA.N]ܠi %Y`%7(WڅHx:7(3څ"H JvaK6%B.l@@9EdA( I JNdܠD O&Y`ܠDQ !YܠD H8%6]xdNܠDfڅ;H 7(v6 J$]H+A cx:7(Dڅd>mܠ$ 7(rP(v9 J,]AA+˞I :7(1]vHT}AvN'Yr1i$ eRUOo_있ϥkJ}~곱O~7MĎOwHmTdiUZ~v?PԾwï~];sc{nv}Cv@^U|ū]IĢ]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.څ"hؐvEh]`C%]J^>k7=g2g_}T-WT! lHĢ]K^wðK.%]Z  iXvK\]`C%]vCsnMe2EQ \J-\.hװRyvư+\yk,v iXvk 3v9J`) lHĢ]K^nke*J4OȣhؐvEhݠ]N lHĢ]K^nH.f pvEhK pvEhݐ]& 43 pvEhp̬Q;/3\.Ur:P}Tgp)]Z.fq9X@3"hvrn6[q4oO$MƿdMv6]~?ߟۥWwfw'j[ E.^vEPz]&j澘3ۥ^^Ymi:os y{t3`̹!8] E.pf.>tF F,2Hofyӝ[4=ݧ#NhB l2v̙~+vfV~Vnwjǣ{0]<ktg S+qBh]`C ۥ_7vc:k==Rvnx4hhtEP]wku;gݬ[q曽r뫻5]œ-6Xdvl/˂'v657tΜf3//_ݭli~"hwFl/˂'v6՝|N3^k~2pGFL,0ZzjEPz]9teo[_ݭ te'S:e9Y5nEPz]o޼k[Ϩl|Ml]&{8y^h-_E3z;FjُfsYϥf+_ݭ tޕdZofz+獌Ft7Y'A8]2/'y^viog.BIvY~G՗v]iXvY4ϡ]iXvY<~m7[6Tq"itLN[`̀:1;[]`wK,EvK^})4f͚5kv2o?WXiF]p .hr{ ?bTͪu4omnfK {k/f vEh[F6f/=5bm<kȅ9Ob27hF5kjv.Mc2S|>u9K 2snQ} VK{VkiؐvEh/u/nSPhM[œۥt}g vEhk15U?̉SK1]œ2NءvGĢ]s=Pk|ٞiM\3jq[fw/x\AK,E\v1ozӚle sl]B1[FF+#6]b.a a|;ů<ˆ\S ]sj3V|oÍNP8^\6]ϥL~ZKirlI޲.e6.]t.%]b.GVNhؒv.hkK]`KK ZӋTq۸QwjRx3.څ"h2&Oڢou@3Q/q=XKZNh]`CWSa 4s9EY.M^͜Ӭv4崋v6],7ToFUY{\vi4ĕYBh]`CwSvs mKahy.uop9](v kB{]2;hB lhv_n8scW8o)t徝] E.[S',.=X|gR]v](v o.΋v|gԻh7`Yv<s^vTM=ϰn]`CmRcgz7+60lge W<Kwe]6՜R;e`d.=LoOm]6]^hؐvYElJ.!>vy@{uF_󷮯/΄`C3.5O78;s=.9?֗.^j41z-`4Gpj9Y^]lnvShؐvEh\{w1,9Y&5Gu2o.9͚BK,EJL?+Uњ3)J]q}.!v.w=T3-fŒ0 Voջ2BK,EʗP8GAc.s.zo9 lHĢ]];OQP̻; ڥT;rCK,Eg>sO 4sNRvmޥVaWhؐvEh;qpn/ӰǺ[o}Fx~6]b.kmӯ͊M- 0Xh6V/[ꐕGv4սYGK,E@7 EK,Ep[t.%v.ܔ!] lIĢ] %mhؒvEh]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.m7߬?~MHӟ~{7wwM[o7tv.o*={/]>܅O?__>9'RsLbUn4=՟>w}|u;{v}.1K@O~?/K77|S}~=.Y_]|uX7A|ڥt`du|vCM]<t// 2R.p?_}vӄ] %\*\mG]J$\\mG;]#\[y:E]"\zvv)p)vv)p(+vv)p%+vvٞpcCW("1ĆsQ8eKؽB.]綣Xf o]mGhm`NJ<tێ...<tێ. `b]mG!h 3/]綣i| /]綣iL <tێJ]r.n;*vINn;*vIKqn;*vIHAun;*vIEun;*vIB<tێ]O<ێ]L!<t/C<pvT4(C9 P,mG.O \2<ێ].@\JmG.(.e㶣 i .綣h .mmG..\*ێ.w.\*ێ2..\*ێ2.w.&\*ێr.K  ?qQ6edPDn;C&\l\mGh CᶣԴ5塝qQj"$Ў()2O<tn;JG.@".ێ.cx:mG)h<C˙p!Zn;z:.S<ĔێKԄ C\ᶣ'.X!pѳ] 0ێ"\Ǹ<vqEpyvAEwqy'rJGl,)hõpryvcpnrylvpsyv􀣴ppyhry^oL<DQvtpF\Ln;Zn"\(ێ{8?RڻS~vG`% zPKvUp Hw _WML8 ,%Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!_?{U}t@ڥ8@^嫏裯VhFgCwv!b%g}&hn"J-=ӴKQqNqSBjEKτiog`>+iGiX@\] ]b. 1٭қc]H@LP)3AtɥjvLkZvn3u:SoƝ=viͽPBjaeg‚Jq ڥH.88͜iz5pEq>8ˣ`:]Bj{>K7\34T{.4")~YQsxprbmFڑBM$ lOٍΜi{pd3Nj򨻏qqSBjڥ33fq ڥH.؞vѦgδ={t2ڥ9׻9U.]V}&,@]ҜܫO3m~ .:47~.Ϝ=.]:3c]Ҝ=È9`Ӹ~U/u>kG}hR.1L.Dri3g<H<c< i̘}&hn"g`ӹԜ/;+~ =@<c\ii ܎v!5ҙM$ lϺx3x:fM<W:Bpv!"ۅyڥ`aٴˡiR.hnefb&_hC.]. (g.]HM] YniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(^v??ݣO IU1_N/G;駟]ؑ]~sU~'Kug^zӟؗ?>Tۑw}ޑ*_#w0a??Tk7#?to^-c7X[}~\(Rdh`~_ӟ}}7S[*_}muء/7|M M؛߯> B\6N/AP2.~Ubltv`tKBbltvkdtKB2ltvbrKBltvyKBltvZxKBҸltvB떢 Eq-E ,DҶc-$_(F [/eYY-$_(FS๷-$_(FS(][/le)+-E 6шv FC[/le(-E 6шv r٨Oe䖢 [q٨O𖢅 p٨OE(ᖢ pDkk[/щv6V-E 2sD[*󖢅 l.fJh!BN. o)ZHF-薢 ٸlT.@V|[/QEh!B.U I[/d಑vr-E RsH斢 Il]wKB~Hh!B:l]$}KBD~Hw[/$rFxR|!#_6.3햢 OwFxR|{HO~1 uFX-E谗 [%_xc^6.R³v䖢5 OqF[Bl]߸n)z zl]; +vrKQ"򅕎vH()Gl]R|aGl]kR|al]گR$_x̡.i`["_x.i`[%_xq.i`-E%/8 0rrF踥@䲑vjw[ $_X :e#G疢 ᲑvCsKQ %pHq(MGl]R|_6.p8헟[/\F-E _bv/;oznb_,kT/rr˿}ey^TqĪ!?~nbG7{.oF7oG?W&v䗿~ؼHz{wEMH! fooĎ|%vngco]#H՟KՋ\[.."~KuKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,;h~-^}nv᏾&'gOi]t_}4hOE}hh<6no;Uw.ز]/hg%Б9ǚ~jf =r}vCzSTn~.wyl@G6gOk7=mƑvCzSTn~iJ#'r5ÛN?O6sei^̓:#3i< oojGh Gj]n19DlΞ9֌[,8Sp xSf,=X/ӓC,=s%wK7ŌjGkZDv?g#;Eٜ=s^kcޞ%97eSf.,㗵iGk֓^U7swKŶ7ŬjGDk;nls0 :9{"X3.s'N͜y.O\<tG_?O^9G2jGl._<yyGyzxP@G6gOk{A,QO^r̿׺Y[z]?slL|K :8T{=`28( H#'r5=xY[z]?s@Vi<%N=mf͑-S?>K[o#].eG|ST=]߻L71^2Sđ9ǚq?<Ãx^~4|lxpkqJT{X<=#7ybھL[i֏굖xGNQtxSLT{= ߻h xʂ쉜c͸zϟ72Yo[?j;9#Nj럧GK[xWu~ցlnFAGNQjxS̫{tAv'u+ H#'r5=wLY{^tOkG/ls&˥W>9GM1!e~<9{"X3a>?7sۣx7{)2v~O<53vp⏜vɣv;cv.]g 2^r倴Kٜ=ss>*ç'GS9cOj럧G]ظ]-s_!e}$'rz%$풇vegx.Mh9iK%K/Pi/\ /9{"X׾ٵK0%`Ra'rz{yzD%rh9{"X]B.yhX쉜cv I]b.;'rz%$풇vELΞ9iK%39{"X]B.yhX쉜cv I]b.;'rz%$풇vELΞ9.wYuI7~vɣv񦸢{tA^'rjFg+K8r3.yl.wF]u89ǚpbܭyz#WvOQ`ݻ!Vf9ǚpbܭ}k=풇v܏+U^Ξ9քn r'߲˥zNL_5 WU?m{f:3xS<` <djow.yl[C=ǛZhTw.X.~zcZ[frʱn&'Fjo֯=ٙ/۾WWP~_Vk?nvV.l2vu[7fƋP{5{h<V˒͚흪Gk%cZOfM+{.+Z81ެީZyz.7VӃEFeg7tl_skn^{h<n7x.W=`M,us[]hEO&Ns[]ZyztfF<ܫWj4/џ=]œouМ"s{E_iǣ07wU\sޗ3^dnCy+-Um{tvyϛ{*E.9VG /2^y'X&ys|?{ȅ9}h9E64Ћ0R꟧Gܑ6"_.zFۙ`<i<m·j̞.ra4>jkݣ VCx fO0*muўxģc=W`t s/VqbT?ONW`t sίVgfڝ+i<.3Zjkݣ .3Z=Gz56"ĨT[ݯ{g_eȍz7̞.raΕ`oxHy/#]X.oJk_18#ĉQYqbT?O0׃_^gE.9h5h;3#ר x.y<.Kχ MQYT[]Ǵ>xxEqbTVjkӣG;uޅNӵnx*>}.9owt_vs7w2fVUXNp,<jݼ U:ozN_sp/novo4^efͬpjkݣ ִ_0]ݦœv L1ew{7{͍*3hf_<>ֲפ0]œv L1ew{7{͍*3hf_T[=ݱ/.Q;?y~L_ s.fb֨'yE8[qKK͛MQ=`UJcxOoXNJRmyzNvc]\Mrctz>rbоٵK0%1KJ7#ͮ].yhXn~iXT)ovvCrCLĒ'ҍH}mN䑮]HavTαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,j z-i7|[U]ẁ)޹]ۯoq$TMՇXw.o~\b@ݐDP?w"/IENDB`
PNG  IHDRYl<)sRGBgAMA a pHYsod8IDATx^-,}aHTAUT+XYEeаZY"R@@A 4d0 e}ٝݝ?s]R=9SqhH?|8{.|_w{w `.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .PvgxWޥ旼;\`QhH9ryq|QG_uS5_tdžf;|+.PvYv{R7꣏m. iH(ZԋM~v% 0] 2ifFݛәT3FcR8ßoO:n\/13]  enTyr;K\Shlv0 D] 2e[iLwwtfӬ <L@.߃.8X~fλ.-^h/̻ D] ޥY1Z|ܹ4|/Kۥ]Ɍ ƿ D] V&Ar瀙yVr,iof[ ƿ D] Mڥ5K@4f85 Wk0.v6lJWڥ,ޘ,5;|ji۟.n< .1M-0QhH(kԋ"`)F&]l6E;KՆK6üsGiB@BOl˻?}9i@yxa~fO+\!.sڅ, D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  i@ D] !v( $].vK .v D@.hB@B%QhHH]  U駟V3__v{k!hH?e7~?OoOի>. _|Ň~[o򗿬j~8㏫y?v]Jo淿;o'.d_R{WuLU3_w@IO?~jƻ'V.phMl7|׿ׯ>p4(uLUT?ʚ9{h82 7(.$˔hحbe Jr&PLA INN)7(hmg2%`D@HOYo%@@$L)7(i@\%8 ,˹A C@q$nP.P \nP.1ɒA"A vC6$&ܠ;] +R7(A\r,r] ! 'YBsNH4֒,G%(vIcrlN}$ -7(V ,"Y Jvk$ ˹A .0CRu A .p&Yx:7(i,%xqI6%XIp8BA ]8 Bܠw.d!u\]'BtnPK "Y7(va$ G%hi,88B<ZnP☴ aHzA.N]ܠi %Y`%7(WڅHx:7(3څ"H JvaK6%B.l@@9EdA( I JNdܠD O&Y`ܠDQ !YܠD H8%6]xdNܠDfڅ;H 7(v6 J$]H+A cx:7(Dڅd>mܠ$ 7(rP(v9 J,]AA+˞I :7(1]vHT}AvN'Yr1i$ eRUOo_있ϥkJ}~곱O~7MĎOwHmTdiUZ~v?PԾwï~];sc{nv}Cv@^U|ū]IĢ]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.څ"hؐvEh]`C%]J^>k7=g2g_}T-WT! lHĢ]K^wðK.%]Z  iXvK\]`C%]vCsnMe2EQ \J-\.hװRyvư+\yk,v iXvk 3v9J`) lHĢ]K^nke*J4OȣhؐvEhݠ]N lHĢ]K^nH.f pvEhK pvEhݐ]& 43 pvEhp̬Q;/3\.Ur:P}Tgp)]Z.fq9X@3"hvrn6[q4oO$MƿdMv6]~?ߟۥWwfw'j[ E.^vEPz]&j澘3ۥ^^Ymi:os y{t3`̹!8] E.pf.>tF F,2Hofyӝ[4=ݧ#NhB l2v̙~+vfV~Vnwjǣ{0]<ktg S+qBh]`C ۥ_7vc:k==Rvnx4hhtEP]wku;gݬ[q曽r뫻5]œ-6Xdvl/˂'v657tΜf3//_ݭli~"hwFl/˂'v6՝|N3^k~2pGFL,0ZzjEPz]9teo[_ݭ te'S:e9Y5nEPz]o޼k[Ϩl|Ml]&{8y^h-_E3z;FjُfsYϥf+_ݭ tޕdZofz+獌Ft7Y'A8]2/'y^viog.BIvY~G՗v]iXvY4ϡ]iXvY<~m7[6Tq"itLN[`̀:1;[]`wK,EvK^})4f͚5kv2o?WXiF]p .hr{ ?bTͪu4omnfK {k/f vEh[F6f/=5bm<kȅ9Ob27hF5kjv.Mc2S|>u9K 2snQ} VK{VkiؐvEh/u/nSPhM[œۥt}g vEhk15U?̉SK1]œ2NءvGĢ]s=Pk|ٞiM\3jq[fw/x\AK,E\v1ozӚle sl]B1[FF+#6]b.a a|;ů<ˆ\S ]sj3V|oÍNP8^\6]ϥL~ZKirlI޲.e6.]t.%]b.GVNhؒv.hkK]`KK ZӋTq۸QwjRx3.څ"h2&Oڢou@3Q/q=XKZNh]`CWSa 4s9EY.M^͜Ӭv4崋v6],7ToFUY{\vi4ĕYBh]`CwSvs mKahy.uop9](v kB{]2;hB lhv_n8scW8o)t徝] E.[S',.=X|gR]v](v o.΋v|gԻh7`Yv<s^vTM=ϰn]`CmRcgz7+60lge W<Kwe]6՜R;e`d.=LoOm]6]^hؐvYElJ.!>vy@{uF_󷮯/΄`C3.5O78;s=.9?֗.^j41z-`4Gpj9Y^]lnvShؐvEh\{w1,9Y&5Gu2o.9͚BK,EJL?+Uњ3)J]q}.!v.w=T3-fŒ0 Voջ2BK,EʗP8GAc.s.zo9 lHĢ]];OQP̻; ڥT;rCK,Eg>sO 4sNRvmޥVaWhؐvEh;qpn/ӰǺ[o}Fx~6]b.kmӯ͊M- 0Xh6V/[ꐕGv4սYGK,E@7 EK,Ep[t.%v.ܔ!] lIĢ] %mhؒvEh]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.څ"hؐvEh]`C%](v iXv6]b.m7߬?~MHӟ~{7wwM[o7tv.o*={/]>܅O?__>9'RsLbUn4=՟>w}|u;{v}.1K@O~?/K77|S}~=.Y_]|uX7A|ڥt`du|vCM]<t// 2R.p?_}vӄ] %\*\mG]J$\\mG;]#\[y:E]"\zvv)p)vv)p(+vv)p%+vvٞpcCW("1ĆsQ8eKؽB.]綣Xf o]mGhm`NJ<tێ...<tێ. `b]mG!h 3/]綣i| /]綣iL <tێJ]r.n;*vINn;*vIKqn;*vIHAun;*vIEun;*vIB<tێ]O<ێ]L!<t/C<pvT4(C9 P,mG.O \2<ێ].@\JmG.(.e㶣 i .綣h .mmG..\*ێ.w.\*ێ2..\*ێ2.w.&\*ێr.K  ?qQ6edPDn;C&\l\mGh CᶣԴ5塝qQj"$Ў()2O<tn;JG.@".ێ.cx:mG)h<C˙p!Zn;z:.S<ĔێKԄ C\ᶣ'.X!pѳ] 0ێ"\Ǹ<vqEpyvAEwqy'rJGl,)hõpryvcpnrylvpsyv􀣴ppyhry^oL<DQvtpF\Ln;Zn"\(ێ{8?RڻS~vG`% zPKvUp Hw _WML8 ,%Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!_?{U}t@ڥ8@^嫏裯VhFgCwv!b%g}&hn"J-=ӴKQqNqSBjEKτiog`>+iGiX@\] ]b. 1٭қc]H@LP)3AtɥjvLkZvn3u:SoƝ=viͽPBjaeg‚Jq ڥH.88͜iz5pEq>8ˣ`:]Bj{>K7\34T{.4")~YQsxprbmFڑBM$ lOٍΜi{pd3Nj򨻏qqSBjڥ33fq ڥH.؞vѦgδ={t2ڥ9׻9U.]V}&,@]ҜܫO3m~ .:47~.Ϝ=.]:3c]Ҝ=È9`Ӹ~U/u>kG}hR.1L.Dri3g<H<c< i̘}&hn"g`ӹԜ/;+~ =@<c\ii ܎v!5ҙM$ lϺx3x:fM<W:Bpv!"ۅyڥ`aٴˡiR.hnefb&_hC.]. (g.]HM] YniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(v94Bj%MP<rhڅԴK ڥxд i@K7AˡiR.hniC.]..]HM] ]Mv DtOv!5v&(^v??ݣO IU1_N/G;駟]ؑ]~sU~'Kug^zӟؗ?>Tۑw}ޑ*_#w0a??Tk7#?to^-c7X[}~\(Rdh`~_ӟ}}7S[*_}muء/7|M M؛߯> B\6N/AP2.~Ubltv`tKBbltvkdtKB2ltvbrKBltvyKBltvZxKBҸltvB떢 Eq-E ,DҶc-$_(F [/eYY-$_(FS๷-$_(FS(][/le)+-E 6шv FC[/le(-E 6шv r٨Oe䖢 [q٨O𖢅 p٨OE(ᖢ pDkk[/щv6V-E 2sD[*󖢅 l.fJh!BN. o)ZHF-薢 ٸlT.@V|[/QEh!B.U I[/d಑vr-E RsH斢 Il]wKB~Hh!B:l]$}KBD~Hw[/$rFxR|!#_6.3햢 OwFxR|{HO~1 uFX-E谗 [%_xc^6.R³v䖢5 OqF[Bl]߸n)z zl]; +vrKQ"򅕎vH()Gl]R|aGl]kR|al]گR$_x̡.i`["_x.i`[%_xq.i`-E%/8 0rrF踥@䲑vjw[ $_X :e#G疢 ᲑvCsKQ %pHq(MGl]R|_6.p8헟[/\F-E _bv/;oznb_,kT/rr˿}ey^TqĪ!?~nbG7{.oF7oG?W&v䗿~ؼHz{wEMH! fooĎ|%vngco]#H՟KՋ\[.."~KuKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,;h~-^}nv᏾&'gOi]t_}4hOE}hh<6no;Uw.ز]/hg%Б9ǚ~jf =r}vCzSTn~.wyl@G6gOk7=mƑvCzSTn~iJ#'r5ÛN?O6sei^̓:#3i< oojGh Gj]n19DlΞ9֌[,8Sp xSf,=X/ӓC,=s%wK7ŌjGkZDv?g#;Eٜ=s^kcޞ%97eSf.,㗵iGk֓^U7swKŶ7ŬjGDk;nls0 :9{"X3.s'N͜y.O\<tG_?O^9G2jGl._<yyGyzxP@G6gOk{A,QO^r̿׺Y[z]?slL|K :8T{=`28( H#'r5=xY[z]?s@Vi<%N=mf͑-S?>K[o#].eG|ST=]߻L71^2Sđ9ǚq?<Ãx^~4|lxpkqJT{X<=#7ybھL[i֏굖xGNQtxSLT{= ߻h xʂ쉜c͸zϟ72Yo[?j;9#Nj럧GK[xWu~ցlnFAGNQjxS̫{tAv'u+ H#'r5=wLY{^tOkG/ls&˥W>9GM1!e~<9{"X3a>?7sۣx7{)2v~O<53vp⏜vɣv;cv.]g 2^r倴Kٜ=ss>*ç'GS9cOj럧G]ظ]-s_!e}$'rz%$풇vegx.Mh9iK%K/Pi/\ /9{"X׾ٵK0%`Ra'rz{yzD%rh9{"X]B.yhX쉜cv I]b.;'rz%$풇vELΞ9iK%39{"X]B.yhX쉜cv I]b.;'rz%$풇vELΞ9.wYuI7~vɣv񦸢{tA^'rjFg+K8r3.yl.wF]u89ǚpbܭyz#WvOQ`ݻ!Vf9ǚpbܭ}k=풇v܏+U^Ξ9քn r'߲˥zNL_5 WU?m{f:3xS<` <djow.yl[C=ǛZhTw.X.~zcZ[frʱn&'Fjo֯=ٙ/۾WWP~_Vk?nvV.l2vu[7fƋP{5{h<V˒͚흪Gk%cZOfM+{.+Z81ެީZyz.7VӃEFeg7tl_skn^{h<n7x.W=`M,us[]hEO&Ns[]ZyztfF<ܫWj4/џ=]œouМ"s{E_iǣ07wU\sޗ3^dnCy+-Um{tvyϛ{*E.9VG /2^y'X&ys|?{ȅ9}h9E64Ћ0R꟧Gܑ6"_.zFۙ`<i<m·j̞.ra4>jkݣ VCx fO0*muўxģc=W`t s/VqbT?ONW`t sίVgfڝ+i<.3Zjkݣ .3Z=Gz56"ĨT[ݯ{g_eȍz7̞.raΕ`oxHy/#]X.oJk_18#ĉQYqbT?O0׃_^gE.9h5h;3#ר x.y<.Kχ MQYT[]Ǵ>xxEqbTVjkӣG;uޅNӵnx*>}.9owt_vs7w2fVUXNp,<jݼ U:ozN_sp/novo4^efͬpjkݣ ִ_0]ݦœv L1ew{7{͍*3hf_<>ֲפ0]œv L1ew{7{͍*3hf_T[=ݱ/.Q;?y~L_ s.fb֨'yE8[qKK͛MQ=`UJcxOoXNJRmyzNvc]\Mrctz>rbоٵK0%1KJ7#ͮ].yhXn~iXT)ovvCrCLĒ'ҍH}mN䑮]HavTαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,.!i<K,egrDαXO].h9b=vCĢ]v&gOKH%vٙ=s,j z-i7|[U]ẁ)޹]ۯoq$TMՇXw.o~\b@ݐDP?w"/IENDB`
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate.Vector128.Int32.Vector128.Int32.3.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics.Arm\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3() { var test = new SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates basic functionality works, using Load test.RunBasicScenario_Load(); } // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates calling via reflection works, using Load test.RunReflectionScenario_Load(); } // Validates passing a static member works test.RunClsVarScenario(); if (AdvSimd.IsSupported) { // Validates passing a static member works, using pinning and Load test.RunClsVarScenario_Load(); } // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates passing a local works, using Load test.RunLclVarScenario_Load(); } // Validates passing the field of a local class works test.RunClassLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local class works, using pinning and Load test.RunClassLclFldScenario_Load(); } // Validates passing an instance member of a class works test.RunClassFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a class works, using pinning and Load test.RunClassFldScenario_Load(); } // Validates passing the field of a local struct works test.RunStructLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local struct works, using pinning and Load test.RunStructLclFldScenario_Load(); } // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a struct works, using pinning and Load test.RunStructFldScenario_Load(); } } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] inArray3; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle inHandle3; private GCHandle outHandle; private ulong alignment; public DataTable(Int64[] inArray1, Int32[] inArray2, Int32[] inArray3, Int64[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int64>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int32>(); int sizeOfinArray3 = inArray3.Length * Unsafe.SizeOf<Int32>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<Int64>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfinArray3 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inArray3 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.inHandle3 = GCHandle.Alloc(this.inArray3, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int64, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int32, byte>(ref inArray2[0]), (uint)sizeOfinArray2); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray3Ptr), ref Unsafe.As<Int32, byte>(ref inArray3[0]), (uint)sizeOfinArray3); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray3Ptr => Align((byte*)(inHandle3.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); inHandle3.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<Int64> _fld1; public Vector128<Int32> _fld2; public Vector128<Int32> _fld3; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int64>, byte>(ref testStruct._fld1), ref Unsafe.As<Int64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Int64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref testStruct._fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref testStruct._fld3), ref Unsafe.As<Int32, byte>(ref _data3[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); return testStruct; } public void RunStructFldScenario(SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3 testClass) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(_fld1, _fld2, _fld3, 3); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, _fld3, testClass._dataTable.outArrayPtr); } public void RunStructFldScenario_Load(SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3 testClass) { fixed (Vector128<Int64>* pFld1 = &_fld1) fixed (Vector128<Int32>* pFld2 = &_fld2) fixed (Vector128<Int32>* pFld3 = &_fld3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pFld1)), AdvSimd.LoadVector128((Int32*)(pFld2)), AdvSimd.LoadVector128((Int32*)(pFld3)), 3 ); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, _fld3, testClass._dataTable.outArrayPtr); } } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<Int64>>() / sizeof(Int64); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<Int32>>() / sizeof(Int32); private static readonly int Op3ElementCount = Unsafe.SizeOf<Vector128<Int32>>() / sizeof(Int32); private static readonly int RetElementCount = Unsafe.SizeOf<Vector128<Int64>>() / sizeof(Int64); private static readonly byte Imm = 3; private static Int64[] _data1 = new Int64[Op1ElementCount]; private static Int32[] _data2 = new Int32[Op2ElementCount]; private static Int32[] _data3 = new Int32[Op3ElementCount]; private static Vector128<Int64> _clsVar1; private static Vector128<Int32> _clsVar2; private static Vector128<Int32> _clsVar3; private Vector128<Int64> _fld1; private Vector128<Int32> _fld2; private Vector128<Int32> _fld3; private DataTable _dataTable; static SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int64>, byte>(ref _clsVar1), ref Unsafe.As<Int64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Int64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _clsVar2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _clsVar3), ref Unsafe.As<Int32, byte>(ref _data3[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); } public SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int64>, byte>(ref _fld1), ref Unsafe.As<Int64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Int64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _fld3), ref Unsafe.As<Int32, byte>(ref _data3[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } _dataTable = new DataTable(_data1, _data2, _data3, new Int64[RetElementCount], LargestVectorSize); } public bool IsSupported => AdvSimd.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( Unsafe.Read<Vector128<Int64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray2Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray3Ptr), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunBasicScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_Load)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray2Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray3Ptr)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate), new Type[] { typeof(Vector128<Int64>), typeof(Vector128<Int32>), typeof(Vector128<Int32>), typeof(byte) }) .Invoke(null, new object[] { Unsafe.Read<Vector128<Int64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray2Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray3Ptr), (byte)3 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<Int64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_Load)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate), new Type[] { typeof(Vector128<Int64>), typeof(Vector128<Int32>), typeof(Vector128<Int32>), typeof(byte) }) .Invoke(null, new object[] { AdvSimd.LoadVector128((Int64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray2Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray3Ptr)), (byte)3 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<Int64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( _clsVar1, _clsVar2, _clsVar3, 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _clsVar3, _dataTable.outArrayPtr); } public void RunClsVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario_Load)); fixed (Vector128<Int64>* pClsVar1 = &_clsVar1) fixed (Vector128<Int32>* pClsVar2 = &_clsVar2) fixed (Vector128<Int32>* pClsVar3 = &_clsVar3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pClsVar1)), AdvSimd.LoadVector128((Int32*)(pClsVar2)), AdvSimd.LoadVector128((Int32*)(pClsVar3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _clsVar3, _dataTable.outArrayPtr); } } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<Int64>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<Int32>>(_dataTable.inArray2Ptr); var op3 = Unsafe.Read<Vector128<Int32>>(_dataTable.inArray3Ptr); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(op1, op2, op3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, op3, _dataTable.outArrayPtr); } public void RunLclVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_Load)); var op1 = AdvSimd.LoadVector128((Int64*)(_dataTable.inArray1Ptr)); var op2 = AdvSimd.LoadVector128((Int32*)(_dataTable.inArray2Ptr)); var op3 = AdvSimd.LoadVector128((Int32*)(_dataTable.inArray3Ptr)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(op1, op2, op3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, op3, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3(); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(test._fld1, test._fld2, test._fld3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } public void RunClassLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario_Load)); var test = new SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3(); fixed (Vector128<Int64>* pFld1 = &test._fld1) fixed (Vector128<Int32>* pFld2 = &test._fld2) fixed (Vector128<Int32>* pFld3 = &test._fld3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pFld1)), AdvSimd.LoadVector128((Int32*)(pFld2)), AdvSimd.LoadVector128((Int32*)(pFld3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(_fld1, _fld2, _fld3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _fld3, _dataTable.outArrayPtr); } public void RunClassFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario_Load)); fixed (Vector128<Int64>* pFld1 = &_fld1) fixed (Vector128<Int32>* pFld2 = &_fld2) fixed (Vector128<Int32>* pFld3 = &_fld3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pFld1)), AdvSimd.LoadVector128((Int32*)(pFld2)), AdvSimd.LoadVector128((Int32*)(pFld3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _fld3, _dataTable.outArrayPtr); } } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(test._fld1, test._fld2, test._fld3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } public void RunStructLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario_Load)); var test = TestStruct.Create(); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(&test._fld1)), AdvSimd.LoadVector128((Int32*)(&test._fld2)), AdvSimd.LoadVector128((Int32*)(&test._fld3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunStructFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario_Load)); var test = TestStruct.Create(); test.RunStructFldScenario_Load(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult(Vector128<Int64> op1, Vector128<Int32> op2, Vector128<Int32> op3, void* result, [CallerMemberName] string method = "") { Int64[] inArray1 = new Int64[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Int32[] inArray3 = new Int32[Op3ElementCount]; Int64[] outArray = new Int64[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int64, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), op2); Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray3[0]), op3); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Int64>>()); ValidateResult(inArray1, inArray2, inArray3, outArray, method); } private void ValidateResult(void* op1, void* op2, void* op3, void* result, [CallerMemberName] string method = "") { Int64[] inArray1 = new Int64[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Int32[] inArray3 = new Int32[Op3ElementCount]; Int64[] outArray = new Int64[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int64, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector128<Int64>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector128<Int32>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray3[0]), ref Unsafe.AsRef<byte>(op3), (uint)Unsafe.SizeOf<Vector128<Int32>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Int64>>()); ValidateResult(inArray1, inArray2, inArray3, outArray, method); } private void ValidateResult(Int64[] firstOp, Int32[] secondOp, Int32[] thirdOp, Int64[] result, [CallerMemberName] string method = "") { bool succeeded = true; for (var i = 0; i < RetElementCount; i++) { if (Helpers.MultiplyDoublingWideningUpperByScalarAndAddSaturate(firstOp, secondOp, thirdOp[Imm], i) != result[i]) { succeeded = false; break; } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(AdvSimd)}.{nameof(AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate)}<Int64>(Vector128<Int64>, Vector128<Int32>, Vector128<Int32>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" firstOp: ({string.Join(", ", firstOp)})"); TestLibrary.TestFramework.LogInformation($"secondOp: ({string.Join(", ", secondOp)})"); TestLibrary.TestFramework.LogInformation($" thirdOp: ({string.Join(", ", thirdOp)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics.Arm\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; using System.Runtime.Intrinsics.Arm; namespace JIT.HardwareIntrinsics.Arm { public static partial class Program { private static void MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3() { var test = new SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3(); if (test.IsSupported) { // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates basic functionality works, using Load test.RunBasicScenario_Load(); } // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates calling via reflection works, using Load test.RunReflectionScenario_Load(); } // Validates passing a static member works test.RunClsVarScenario(); if (AdvSimd.IsSupported) { // Validates passing a static member works, using pinning and Load test.RunClsVarScenario_Load(); } // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); if (AdvSimd.IsSupported) { // Validates passing a local works, using Load test.RunLclVarScenario_Load(); } // Validates passing the field of a local class works test.RunClassLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local class works, using pinning and Load test.RunClassLclFldScenario_Load(); } // Validates passing an instance member of a class works test.RunClassFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a class works, using pinning and Load test.RunClassFldScenario_Load(); } // Validates passing the field of a local struct works test.RunStructLclFldScenario(); if (AdvSimd.IsSupported) { // Validates passing the field of a local struct works, using pinning and Load test.RunStructLclFldScenario_Load(); } // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (AdvSimd.IsSupported) { // Validates passing an instance member of a struct works, using pinning and Load test.RunStructFldScenario_Load(); } } else { // Validates we throw on unsupported hardware test.RunUnsupportedScenario(); } if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3 { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] inArray3; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle inHandle3; private GCHandle outHandle; private ulong alignment; public DataTable(Int64[] inArray1, Int32[] inArray2, Int32[] inArray3, Int64[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Int64>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Int32>(); int sizeOfinArray3 = inArray3.Length * Unsafe.SizeOf<Int32>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<Int64>(); if ((alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfinArray3 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.inArray3 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.inHandle3 = GCHandle.Alloc(this.inArray3, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Int64, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Int32, byte>(ref inArray2[0]), (uint)sizeOfinArray2); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray3Ptr), ref Unsafe.As<Int32, byte>(ref inArray3[0]), (uint)sizeOfinArray3); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray3Ptr => Align((byte*)(inHandle3.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); inHandle3.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<Int64> _fld1; public Vector128<Int32> _fld2; public Vector128<Int32> _fld3; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int64>, byte>(ref testStruct._fld1), ref Unsafe.As<Int64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Int64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref testStruct._fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref testStruct._fld3), ref Unsafe.As<Int32, byte>(ref _data3[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); return testStruct; } public void RunStructFldScenario(SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3 testClass) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(_fld1, _fld2, _fld3, 3); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, _fld3, testClass._dataTable.outArrayPtr); } public void RunStructFldScenario_Load(SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3 testClass) { fixed (Vector128<Int64>* pFld1 = &_fld1) fixed (Vector128<Int32>* pFld2 = &_fld2) fixed (Vector128<Int32>* pFld3 = &_fld3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pFld1)), AdvSimd.LoadVector128((Int32*)(pFld2)), AdvSimd.LoadVector128((Int32*)(pFld3)), 3 ); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, _fld3, testClass._dataTable.outArrayPtr); } } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<Int64>>() / sizeof(Int64); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<Int32>>() / sizeof(Int32); private static readonly int Op3ElementCount = Unsafe.SizeOf<Vector128<Int32>>() / sizeof(Int32); private static readonly int RetElementCount = Unsafe.SizeOf<Vector128<Int64>>() / sizeof(Int64); private static readonly byte Imm = 3; private static Int64[] _data1 = new Int64[Op1ElementCount]; private static Int32[] _data2 = new Int32[Op2ElementCount]; private static Int32[] _data3 = new Int32[Op3ElementCount]; private static Vector128<Int64> _clsVar1; private static Vector128<Int32> _clsVar2; private static Vector128<Int32> _clsVar3; private Vector128<Int64> _fld1; private Vector128<Int32> _fld2; private Vector128<Int32> _fld3; private DataTable _dataTable; static SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int64>, byte>(ref _clsVar1), ref Unsafe.As<Int64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Int64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _clsVar2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _clsVar3), ref Unsafe.As<Int32, byte>(ref _data3[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); } public SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int64>, byte>(ref _fld1), ref Unsafe.As<Int64, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Int64>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _fld2), ref Unsafe.As<Int32, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Int32>, byte>(ref _fld3), ref Unsafe.As<Int32, byte>(ref _data3[0]), (uint)Unsafe.SizeOf<Vector128<Int32>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetInt64(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetInt32(); } for (var i = 0; i < Op3ElementCount; i++) { _data3[i] = TestLibrary.Generator.GetInt32(); } _dataTable = new DataTable(_data1, _data2, _data3, new Int64[RetElementCount], LargestVectorSize); } public bool IsSupported => AdvSimd.IsSupported; public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( Unsafe.Read<Vector128<Int64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray2Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray3Ptr), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunBasicScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_Load)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray2Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray3Ptr)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate), new Type[] { typeof(Vector128<Int64>), typeof(Vector128<Int32>), typeof(Vector128<Int32>), typeof(byte) }) .Invoke(null, new object[] { Unsafe.Read<Vector128<Int64>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray2Ptr), Unsafe.Read<Vector128<Int32>>(_dataTable.inArray3Ptr), (byte)3 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<Int64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_Load)); var result = typeof(AdvSimd).GetMethod(nameof(AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate), new Type[] { typeof(Vector128<Int64>), typeof(Vector128<Int32>), typeof(Vector128<Int32>), typeof(byte) }) .Invoke(null, new object[] { AdvSimd.LoadVector128((Int64*)(_dataTable.inArray1Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray2Ptr)), AdvSimd.LoadVector128((Int32*)(_dataTable.inArray3Ptr)), (byte)3 }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<Int64>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.inArray3Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( _clsVar1, _clsVar2, _clsVar3, 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _clsVar3, _dataTable.outArrayPtr); } public void RunClsVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario_Load)); fixed (Vector128<Int64>* pClsVar1 = &_clsVar1) fixed (Vector128<Int32>* pClsVar2 = &_clsVar2) fixed (Vector128<Int32>* pClsVar3 = &_clsVar3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pClsVar1)), AdvSimd.LoadVector128((Int32*)(pClsVar2)), AdvSimd.LoadVector128((Int32*)(pClsVar3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _clsVar3, _dataTable.outArrayPtr); } } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<Int64>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<Int32>>(_dataTable.inArray2Ptr); var op3 = Unsafe.Read<Vector128<Int32>>(_dataTable.inArray3Ptr); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(op1, op2, op3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, op3, _dataTable.outArrayPtr); } public void RunLclVarScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_Load)); var op1 = AdvSimd.LoadVector128((Int64*)(_dataTable.inArray1Ptr)); var op2 = AdvSimd.LoadVector128((Int32*)(_dataTable.inArray2Ptr)); var op3 = AdvSimd.LoadVector128((Int32*)(_dataTable.inArray3Ptr)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(op1, op2, op3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, op3, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3(); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(test._fld1, test._fld2, test._fld3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } public void RunClassLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario_Load)); var test = new SimpleTernaryOpTest__MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate_Vector128_Int32_Vector128_Int32_3(); fixed (Vector128<Int64>* pFld1 = &test._fld1) fixed (Vector128<Int32>* pFld2 = &test._fld2) fixed (Vector128<Int32>* pFld3 = &test._fld3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pFld1)), AdvSimd.LoadVector128((Int32*)(pFld2)), AdvSimd.LoadVector128((Int32*)(pFld3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(_fld1, _fld2, _fld3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _fld3, _dataTable.outArrayPtr); } public void RunClassFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario_Load)); fixed (Vector128<Int64>* pFld1 = &_fld1) fixed (Vector128<Int32>* pFld2 = &_fld2) fixed (Vector128<Int32>* pFld3 = &_fld3) { var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(pFld1)), AdvSimd.LoadVector128((Int32*)(pFld2)), AdvSimd.LoadVector128((Int32*)(pFld3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _fld3, _dataTable.outArrayPtr); } } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate(test._fld1, test._fld2, test._fld3, 3); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } public void RunStructLclFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario_Load)); var test = TestStruct.Create(); var result = AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate( AdvSimd.LoadVector128((Int64*)(&test._fld1)), AdvSimd.LoadVector128((Int32*)(&test._fld2)), AdvSimd.LoadVector128((Int32*)(&test._fld3)), 3 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, test._fld3, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } public void RunStructFldScenario_Load() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario_Load)); var test = TestStruct.Create(); test.RunStructFldScenario_Load(this); } public void RunUnsupportedScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunUnsupportedScenario)); bool succeeded = false; try { RunBasicScenario_UnsafeRead(); } catch (PlatformNotSupportedException) { succeeded = true; } if (!succeeded) { Succeeded = false; } } private void ValidateResult(Vector128<Int64> op1, Vector128<Int32> op2, Vector128<Int32> op3, void* result, [CallerMemberName] string method = "") { Int64[] inArray1 = new Int64[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Int32[] inArray3 = new Int32[Op3ElementCount]; Int64[] outArray = new Int64[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Int64, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), op2); Unsafe.WriteUnaligned(ref Unsafe.As<Int32, byte>(ref inArray3[0]), op3); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Int64>>()); ValidateResult(inArray1, inArray2, inArray3, outArray, method); } private void ValidateResult(void* op1, void* op2, void* op3, void* result, [CallerMemberName] string method = "") { Int64[] inArray1 = new Int64[Op1ElementCount]; Int32[] inArray2 = new Int32[Op2ElementCount]; Int32[] inArray3 = new Int32[Op3ElementCount]; Int64[] outArray = new Int64[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int64, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector128<Int64>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector128<Int32>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int32, byte>(ref inArray3[0]), ref Unsafe.AsRef<byte>(op3), (uint)Unsafe.SizeOf<Vector128<Int32>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Int64, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Int64>>()); ValidateResult(inArray1, inArray2, inArray3, outArray, method); } private void ValidateResult(Int64[] firstOp, Int32[] secondOp, Int32[] thirdOp, Int64[] result, [CallerMemberName] string method = "") { bool succeeded = true; for (var i = 0; i < RetElementCount; i++) { if (Helpers.MultiplyDoublingWideningUpperByScalarAndAddSaturate(firstOp, secondOp, thirdOp[Imm], i) != result[i]) { succeeded = false; break; } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(AdvSimd)}.{nameof(AdvSimd.MultiplyDoublingWideningUpperBySelectedScalarAndAddSaturate)}<Int64>(Vector128<Int64>, Vector128<Int32>, Vector128<Int32>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" firstOp: ({string.Join(", ", firstOp)})"); TestLibrary.TestFramework.LogInformation($"secondOp: ({string.Join(", ", secondOp)})"); TestLibrary.TestFramework.LogInformation($" thirdOp: ({string.Join(", ", thirdOp)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Private.Xml/src/System/Xml/Schema/SchemaNamespacemanager.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Xml.Schema { using System; using System.Diagnostics; using System.Collections; using System.Collections.Generic; internal sealed class SchemaNamespaceManager : XmlNamespaceManager { private readonly XmlSchemaObject _node; public SchemaNamespaceManager(XmlSchemaObject node) { _node = node; } public override string? LookupNamespace(string prefix) { if (prefix == "xml") { //Special case for the XML namespace return XmlReservedNs.NsXml; } for (XmlSchemaObject? current = _node; current != null; current = current.Parent) { if (current.Namespaces.TryLookupNamespace(prefix, out string? uri)) return uri; } return prefix.Length == 0 ? string.Empty : null; } public override string? LookupPrefix(string ns) { if (ns == XmlReservedNs.NsXml) { //Special case for the XML namespace return "xml"; } for (XmlSchemaObject? current = _node; current != null; current = current.Parent) { if (current.Namespaces.TryLookupPrefix(ns, out string? prefix)) return prefix; } return null; } }; //SchemaNamespaceManager }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Xml.Schema { using System; using System.Diagnostics; using System.Collections; using System.Collections.Generic; internal sealed class SchemaNamespaceManager : XmlNamespaceManager { private readonly XmlSchemaObject _node; public SchemaNamespaceManager(XmlSchemaObject node) { _node = node; } public override string? LookupNamespace(string prefix) { if (prefix == "xml") { //Special case for the XML namespace return XmlReservedNs.NsXml; } for (XmlSchemaObject? current = _node; current != null; current = current.Parent) { if (current.Namespaces.TryLookupNamespace(prefix, out string? uri)) return uri; } return prefix.Length == 0 ? string.Empty : null; } public override string? LookupPrefix(string ns) { if (ns == XmlReservedNs.NsXml) { //Special case for the XML namespace return "xml"; } for (XmlSchemaObject? current = _node; current != null; current = current.Parent) { if (current.Namespaces.TryLookupPrefix(ns, out string? prefix)) return prefix; } return null; } }; //SchemaNamespaceManager }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Private.Xml/tests/Readers/ReaderSettings/TCFilterSettings.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { public partial class TCFilterSettings : TCXMLReaderBaseGeneral { // Type is System.Xml.Tests.TCFilterSettings // Test Case public override void AddChildren() { // for function pi00 { this.AddChild(new CVariation(pi00) { Attribute = new Variation("FilterSettings Default Values") { Pri = 0 } }); } // for function pi01 { this.AddChild(new CVariation(pi01) { Attribute = new Variation("IgnorePI with setting true and false") { Pri = 0 } }); } // for function pi02 { this.AddChild(new CVariation(pi02) { Attribute = new Variation("IgnorePI and invalid PI in XML") { Pri = 0 } }); } // for function pi03 { this.AddChild(new CVariation(pi03) { Attribute = new Variation("IgnorePI and XmlDecl") { Pri = 2 } }); } // for function c03 { this.AddChild(new CVariation(c03) { Attribute = new Variation("IgnoreComments and escaped end comment") { Pri = 2 } }); } // for function c01 { this.AddChild(new CVariation(c01) { Attribute = new Variation("IgnoreComments with setting true and false") { Pri = 0 } }); } // for function c02 { this.AddChild(new CVariation(c02) { Attribute = new Variation("IgnoreComments and invalid comment in XML") { Pri = 0 } }); } // for function w01 { this.AddChild(new CVariation(w01) { Attribute = new Variation("IgnoreWhitespace with setting true and false") { Pri = 0 } }); } // for function w02 { this.AddChild(new CVariation(w02) { Attribute = new Variation("IgnoreWhitespace and Xml:Space=preserve") { Pri = 0 } }); } // for function w03 { this.AddChild(new CVariation(w03) { Attribute = new Variation("IgnoreWhitespace and invalid whitespace in XML") { Pri = 0 } }); } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; namespace System.Xml.Tests { public partial class TCFilterSettings : TCXMLReaderBaseGeneral { // Type is System.Xml.Tests.TCFilterSettings // Test Case public override void AddChildren() { // for function pi00 { this.AddChild(new CVariation(pi00) { Attribute = new Variation("FilterSettings Default Values") { Pri = 0 } }); } // for function pi01 { this.AddChild(new CVariation(pi01) { Attribute = new Variation("IgnorePI with setting true and false") { Pri = 0 } }); } // for function pi02 { this.AddChild(new CVariation(pi02) { Attribute = new Variation("IgnorePI and invalid PI in XML") { Pri = 0 } }); } // for function pi03 { this.AddChild(new CVariation(pi03) { Attribute = new Variation("IgnorePI and XmlDecl") { Pri = 2 } }); } // for function c03 { this.AddChild(new CVariation(c03) { Attribute = new Variation("IgnoreComments and escaped end comment") { Pri = 2 } }); } // for function c01 { this.AddChild(new CVariation(c01) { Attribute = new Variation("IgnoreComments with setting true and false") { Pri = 0 } }); } // for function c02 { this.AddChild(new CVariation(c02) { Attribute = new Variation("IgnoreComments and invalid comment in XML") { Pri = 0 } }); } // for function w01 { this.AddChild(new CVariation(w01) { Attribute = new Variation("IgnoreWhitespace with setting true and false") { Pri = 0 } }); } // for function w02 { this.AddChild(new CVariation(w02) { Attribute = new Variation("IgnoreWhitespace and Xml:Space=preserve") { Pri = 0 } }); } // for function w03 { this.AddChild(new CVariation(w03) { Attribute = new Variation("IgnoreWhitespace and invalid whitespace in XML") { Pri = 0 } }); } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/DSAOpenSsl.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.Versioning; using Microsoft.Win32.SafeHandles; namespace System.Security.Cryptography { public sealed partial class DSAOpenSsl : DSA { [UnsupportedOSPlatform("android")] [UnsupportedOSPlatform("browser")] [UnsupportedOSPlatform("ios")] [UnsupportedOSPlatform("tvos")] [UnsupportedOSPlatform("windows")] public DSAOpenSsl(DSAParameters parameters) { ThrowIfNotSupported(); // Make _key be non-null before calling ImportParameters _key = new Lazy<SafeDsaHandle>(); ImportParameters(parameters); } /// <summary> /// Create an DSAOpenSsl from an <see cref="SafeEvpPKeyHandle"/> whose value is an existing /// OpenSSL <c>EVP_PKEY*</c> wrapping an <c>DSA*</c> /// </summary> /// <param name="pkeyHandle">A SafeHandle for an OpenSSL <c>EVP_PKEY*</c></param> /// <exception cref="ArgumentNullException"><paramref name="pkeyHandle"/> is <c>null</c></exception> /// <exception cref="ArgumentException"> /// <paramref name="pkeyHandle"/> <see cref="Runtime.InteropServices.SafeHandle.IsInvalid" /> /// </exception> /// <exception cref="CryptographicException"><paramref name="pkeyHandle"/> is not a valid enveloped <c>DSA*</c></exception> [UnsupportedOSPlatform("android")] [UnsupportedOSPlatform("browser")] [UnsupportedOSPlatform("ios")] [UnsupportedOSPlatform("tvos")] [UnsupportedOSPlatform("windows")] public DSAOpenSsl(SafeEvpPKeyHandle pkeyHandle!!) { if (pkeyHandle.IsInvalid) throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle)); ThrowIfNotSupported(); // If dsa is valid it has already been up-ref'd, so we can just use this handle as-is. SafeDsaHandle key = Interop.Crypto.EvpPkeyGetDsa(pkeyHandle); if (key.IsInvalid) { key.Dispose(); throw Interop.Crypto.CreateOpenSslCryptographicException(); } SetKey(key); } /// <summary> /// Create an DSAOpenSsl from an existing <see cref="IntPtr"/> whose value is an /// existing OpenSSL <c>DSA*</c>. /// </summary> /// <remarks> /// This method will increase the reference count of the <c>DSA*</c>, the caller should /// continue to manage the lifetime of their reference. /// </remarks> /// <param name="handle">A pointer to an OpenSSL <c>DSA*</c></param> /// <exception cref="ArgumentException"><paramref name="handle" /> is invalid</exception> [UnsupportedOSPlatform("android")] [UnsupportedOSPlatform("browser")] [UnsupportedOSPlatform("ios")] [UnsupportedOSPlatform("tvos")] [UnsupportedOSPlatform("windows")] public DSAOpenSsl(IntPtr handle) { if (handle == IntPtr.Zero) throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(handle)); ThrowIfNotSupported(); SafeDsaHandle ecKeyHandle = SafeDsaHandle.DuplicateHandle(handle); SetKey(ecKeyHandle); } /// <summary> /// Obtain a SafeHandle version of an EVP_PKEY* which wraps an DSA* equivalent /// to the current key for this instance. /// </summary> /// <returns>A SafeHandle for the DSA key in OpenSSL</returns> public SafeEvpPKeyHandle DuplicateKeyHandle() { SafeDsaHandle currentKey = _key.Value; SafeEvpPKeyHandle pkeyHandle = Interop.Crypto.EvpPkeyCreate(); try { // Wrapping our key in an EVP_PKEY will up_ref our key. // When the EVP_PKEY is Disposed it will down_ref the key. // So everything should be copacetic. if (!Interop.Crypto.EvpPkeySetDsa(pkeyHandle, currentKey)) { throw Interop.Crypto.CreateOpenSslCryptographicException(); } return pkeyHandle; } catch { pkeyHandle.Dispose(); throw; } } static partial void ThrowIfNotSupported() { if (!Interop.OpenSslNoInit.OpenSslIsAvailable) { throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(DSAOpenSsl))); } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.Versioning; using Microsoft.Win32.SafeHandles; namespace System.Security.Cryptography { public sealed partial class DSAOpenSsl : DSA { [UnsupportedOSPlatform("android")] [UnsupportedOSPlatform("browser")] [UnsupportedOSPlatform("ios")] [UnsupportedOSPlatform("tvos")] [UnsupportedOSPlatform("windows")] public DSAOpenSsl(DSAParameters parameters) { ThrowIfNotSupported(); // Make _key be non-null before calling ImportParameters _key = new Lazy<SafeDsaHandle>(); ImportParameters(parameters); } /// <summary> /// Create an DSAOpenSsl from an <see cref="SafeEvpPKeyHandle"/> whose value is an existing /// OpenSSL <c>EVP_PKEY*</c> wrapping an <c>DSA*</c> /// </summary> /// <param name="pkeyHandle">A SafeHandle for an OpenSSL <c>EVP_PKEY*</c></param> /// <exception cref="ArgumentNullException"><paramref name="pkeyHandle"/> is <c>null</c></exception> /// <exception cref="ArgumentException"> /// <paramref name="pkeyHandle"/> <see cref="Runtime.InteropServices.SafeHandle.IsInvalid" /> /// </exception> /// <exception cref="CryptographicException"><paramref name="pkeyHandle"/> is not a valid enveloped <c>DSA*</c></exception> [UnsupportedOSPlatform("android")] [UnsupportedOSPlatform("browser")] [UnsupportedOSPlatform("ios")] [UnsupportedOSPlatform("tvos")] [UnsupportedOSPlatform("windows")] public DSAOpenSsl(SafeEvpPKeyHandle pkeyHandle!!) { if (pkeyHandle.IsInvalid) throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(pkeyHandle)); ThrowIfNotSupported(); // If dsa is valid it has already been up-ref'd, so we can just use this handle as-is. SafeDsaHandle key = Interop.Crypto.EvpPkeyGetDsa(pkeyHandle); if (key.IsInvalid) { key.Dispose(); throw Interop.Crypto.CreateOpenSslCryptographicException(); } SetKey(key); } /// <summary> /// Create an DSAOpenSsl from an existing <see cref="IntPtr"/> whose value is an /// existing OpenSSL <c>DSA*</c>. /// </summary> /// <remarks> /// This method will increase the reference count of the <c>DSA*</c>, the caller should /// continue to manage the lifetime of their reference. /// </remarks> /// <param name="handle">A pointer to an OpenSSL <c>DSA*</c></param> /// <exception cref="ArgumentException"><paramref name="handle" /> is invalid</exception> [UnsupportedOSPlatform("android")] [UnsupportedOSPlatform("browser")] [UnsupportedOSPlatform("ios")] [UnsupportedOSPlatform("tvos")] [UnsupportedOSPlatform("windows")] public DSAOpenSsl(IntPtr handle) { if (handle == IntPtr.Zero) throw new ArgumentException(SR.Cryptography_OpenInvalidHandle, nameof(handle)); ThrowIfNotSupported(); SafeDsaHandle ecKeyHandle = SafeDsaHandle.DuplicateHandle(handle); SetKey(ecKeyHandle); } /// <summary> /// Obtain a SafeHandle version of an EVP_PKEY* which wraps an DSA* equivalent /// to the current key for this instance. /// </summary> /// <returns>A SafeHandle for the DSA key in OpenSSL</returns> public SafeEvpPKeyHandle DuplicateKeyHandle() { SafeDsaHandle currentKey = _key.Value; SafeEvpPKeyHandle pkeyHandle = Interop.Crypto.EvpPkeyCreate(); try { // Wrapping our key in an EVP_PKEY will up_ref our key. // When the EVP_PKEY is Disposed it will down_ref the key. // So everything should be copacetic. if (!Interop.Crypto.EvpPkeySetDsa(pkeyHandle, currentKey)) { throw Interop.Crypto.CreateOpenSslCryptographicException(); } return pkeyHandle; } catch { pkeyHandle.Dispose(); throw; } } static partial void ThrowIfNotSupported() { if (!Interop.OpenSslNoInit.OpenSslIsAvailable) { throw new PlatformNotSupportedException(SR.Format(SR.Cryptography_AlgorithmNotSupported, nameof(DSAOpenSsl))); } } } }
-1
dotnet/runtime
66,114
Add a comment in source-generated regexes explaining why they cannot have optimized code.
Salvaged from my work on #66047.
teo-tsirpanis
2022-03-02T22:28:02Z
2022-03-03T16:26:18Z
b410984a6287b722b7bd215441504fe78ecb2ca0
7db092a6ed68a5fbf47962c45bb0c1bb965d02c6
Add a comment in source-generated regexes explaining why they cannot have optimized code.. Salvaged from my work on #66047.
./src/tests/JIT/Methodical/MDArray/GaussJordan/classarr.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Solving AX=B and the inverse of A with Gauss-Jordan algorithm using System; using Xunit; public class MatrixCls { public double[,] arr; public MatrixCls(int n, int m) { arr = new double[n, m]; } } public class classarr { private static double s_tolerance = 0.0000000000001; public static bool AreEqual(double left, double right) { return Math.Abs(left - right) < s_tolerance; } public static void swap(double a, double b) { double temp; temp = a; a = b; b = temp; } public static void gaussj(MatrixCls a, int n, MatrixCls b, int m) { int i, icol = 0, irow = 0, j, k, l, ll; double big = 0.0, dum = 0.0, pivinv = 0.0; int[] indxc = new int[3]; int[] indxr = new int[3]; int[] ipiv = new int[3]; for (j = 0; j < n; j++) ipiv[j] = 0; for (i = 0; i < n; i++) { big = 0.0; for (j = 0; j < n; j++) if (ipiv[j] != 1) for (k = 0; k < n; k++) { if (ipiv[k] == 0) { if (Math.Abs(a.arr[j, k]) >= big) { big = Math.Abs(a.arr[j, k]); irow = j; icol = k; } } else if (ipiv[k] > 1) Console.WriteLine("GAUSSJ: Singular matrix-1\n"); } ++(ipiv[icol]); if (irow != icol) { for (l = 0; l < n; l++) swap(a.arr[irow, l], a.arr[icol, l]); for (l = 0; l < m; l++) swap(b.arr[irow, l], b.arr[icol, l]); } indxr[i] = irow; indxc[i] = icol; if (a.arr[icol, icol] == 0.0) Console.WriteLine("GAUSSJ: Singular Matrix-2. icol is {0}\n", icol); pivinv = 1.0 / a.arr[icol, icol]; a.arr[icol, icol] = 1.0; for (l = 0; l < n; l++) a.arr[icol, l] *= pivinv; for (l = 0; l < m; l++) b.arr[icol, l] *= pivinv; for (ll = 0; ll < n; ll++) if (ll != icol) { dum = a.arr[ll, icol]; a.arr[ll, icol] = 0.0; for (l = 0; l < n; l++) a.arr[ll, l] -= a.arr[icol, l] * dum; for (l = 0; l < m; l++) b.arr[ll, l] -= b.arr[icol, l] * dum; } } for (l = n - 1; l >= 0; l--) { if (indxr[l] != indxc[l]) for (k = 0; k < n; k++) swap(a.arr[k, indxr[l]], a.arr[k, indxc[l]]); } } [Fact] public static int TestEntryPoint() { bool pass = false; Console.WriteLine("Solving AX=B and the inverse of A with Gauss-Jordan algorithm"); int n = 3; int m = 1; MatrixCls a = new MatrixCls(3, 3); MatrixCls b = new MatrixCls(3, 1); a.arr[0, 0] = 1; a.arr[0, 1] = 1; a.arr[0, 2] = 1; a.arr[1, 0] = 1; a.arr[1, 1] = 2; a.arr[1, 2] = 4; a.arr[2, 0] = 1; a.arr[2, 1] = 3; a.arr[2, 2] = 9; b.arr[0, 0] = -1; b.arr[1, 0] = 3; b.arr[2, 0] = 3; /* int i, j; Console.WriteLine("Matrix A is \n"); for (i=0; i<n; i++) { for (j=0; j<n; j++) Console.Write("{0}\t", a.arr[i,j]); Console.WriteLine(); } Console.WriteLine(); Console.WriteLine("Matrix B is:\n"); for (i=0; i<n; i++) { for (j=0; j<m; j++) Console.Write("{0}\t", b.arr[i,j]); Console.WriteLine(); } */ gaussj(a, n, b, m); /* Console.WriteLine(); Console.WriteLine("The inverse of matrix A is:\n"); for (i=0; i<n; i++) { for (j=0; j<n; j++) Console.Write("{0}\t", a.arr[i,j]); Console.WriteLine(); } Console.WriteLine(); Console.WriteLine("The solution X of AX=B is:\n"); for (i=0; i<n; i++) { for (j=0; j<m; j++) Console.Write("{0}\t", b.arr[i,j]); Console.WriteLine(); } */ if ( AreEqual(a.arr[0, 0], 3) && AreEqual(a.arr[1, 1], 4) && AreEqual(b.arr[0, 0], -9) && AreEqual(b.arr[1, 0], 10) ) pass = true; if (!pass) { Console.WriteLine("FAILED"); return 1; } else { Console.WriteLine("PASSED"); return 100; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. //Solving AX=B and the inverse of A with Gauss-Jordan algorithm using System; using Xunit; public class MatrixCls { public double[,] arr; public MatrixCls(int n, int m) { arr = new double[n, m]; } } public class classarr { private static double s_tolerance = 0.0000000000001; public static bool AreEqual(double left, double right) { return Math.Abs(left - right) < s_tolerance; } public static void swap(double a, double b) { double temp; temp = a; a = b; b = temp; } public static void gaussj(MatrixCls a, int n, MatrixCls b, int m) { int i, icol = 0, irow = 0, j, k, l, ll; double big = 0.0, dum = 0.0, pivinv = 0.0; int[] indxc = new int[3]; int[] indxr = new int[3]; int[] ipiv = new int[3]; for (j = 0; j < n; j++) ipiv[j] = 0; for (i = 0; i < n; i++) { big = 0.0; for (j = 0; j < n; j++) if (ipiv[j] != 1) for (k = 0; k < n; k++) { if (ipiv[k] == 0) { if (Math.Abs(a.arr[j, k]) >= big) { big = Math.Abs(a.arr[j, k]); irow = j; icol = k; } } else if (ipiv[k] > 1) Console.WriteLine("GAUSSJ: Singular matrix-1\n"); } ++(ipiv[icol]); if (irow != icol) { for (l = 0; l < n; l++) swap(a.arr[irow, l], a.arr[icol, l]); for (l = 0; l < m; l++) swap(b.arr[irow, l], b.arr[icol, l]); } indxr[i] = irow; indxc[i] = icol; if (a.arr[icol, icol] == 0.0) Console.WriteLine("GAUSSJ: Singular Matrix-2. icol is {0}\n", icol); pivinv = 1.0 / a.arr[icol, icol]; a.arr[icol, icol] = 1.0; for (l = 0; l < n; l++) a.arr[icol, l] *= pivinv; for (l = 0; l < m; l++) b.arr[icol, l] *= pivinv; for (ll = 0; ll < n; ll++) if (ll != icol) { dum = a.arr[ll, icol]; a.arr[ll, icol] = 0.0; for (l = 0; l < n; l++) a.arr[ll, l] -= a.arr[icol, l] * dum; for (l = 0; l < m; l++) b.arr[ll, l] -= b.arr[icol, l] * dum; } } for (l = n - 1; l >= 0; l--) { if (indxr[l] != indxc[l]) for (k = 0; k < n; k++) swap(a.arr[k, indxr[l]], a.arr[k, indxc[l]]); } } [Fact] public static int TestEntryPoint() { bool pass = false; Console.WriteLine("Solving AX=B and the inverse of A with Gauss-Jordan algorithm"); int n = 3; int m = 1; MatrixCls a = new MatrixCls(3, 3); MatrixCls b = new MatrixCls(3, 1); a.arr[0, 0] = 1; a.arr[0, 1] = 1; a.arr[0, 2] = 1; a.arr[1, 0] = 1; a.arr[1, 1] = 2; a.arr[1, 2] = 4; a.arr[2, 0] = 1; a.arr[2, 1] = 3; a.arr[2, 2] = 9; b.arr[0, 0] = -1; b.arr[1, 0] = 3; b.arr[2, 0] = 3; /* int i, j; Console.WriteLine("Matrix A is \n"); for (i=0; i<n; i++) { for (j=0; j<n; j++) Console.Write("{0}\t", a.arr[i,j]); Console.WriteLine(); } Console.WriteLine(); Console.WriteLine("Matrix B is:\n"); for (i=0; i<n; i++) { for (j=0; j<m; j++) Console.Write("{0}\t", b.arr[i,j]); Console.WriteLine(); } */ gaussj(a, n, b, m); /* Console.WriteLine(); Console.WriteLine("The inverse of matrix A is:\n"); for (i=0; i<n; i++) { for (j=0; j<n; j++) Console.Write("{0}\t", a.arr[i,j]); Console.WriteLine(); } Console.WriteLine(); Console.WriteLine("The solution X of AX=B is:\n"); for (i=0; i<n; i++) { for (j=0; j<m; j++) Console.Write("{0}\t", b.arr[i,j]); Console.WriteLine(); } */ if ( AreEqual(a.arr[0, 0], 3) && AreEqual(a.arr[1, 1], 4) && AreEqual(b.arr[0, 0], -9) && AreEqual(b.arr[1, 0], 10) ) pass = true; if (!pass) { Console.WriteLine("FAILED"); return 1; } else { Console.WriteLine("PASSED"); return 100; } } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/RegexGenerator.Parser.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.DotnetRuntime.Extensions; using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Threading; namespace System.Text.RegularExpressions.Generator { public partial class RegexGenerator { private const string RegexName = "System.Text.RegularExpressions.Regex"; private const string RegexGeneratorAttributeName = "System.Text.RegularExpressions.RegexGeneratorAttribute"; private static bool IsSyntaxTargetForGeneration(SyntaxNode node, CancellationToken cancellationToken) => // We don't have a semantic model here, so the best we can do is say whether there are any attributes. node is MethodDeclarationSyntax { AttributeLists: { Count: > 0 } }; private static bool IsSemanticTargetForGeneration(SemanticModel semanticModel, MethodDeclarationSyntax methodDeclarationSyntax, CancellationToken cancellationToken) { foreach (AttributeListSyntax attributeListSyntax in methodDeclarationSyntax.AttributeLists) { foreach (AttributeSyntax attributeSyntax in attributeListSyntax.Attributes) { if (semanticModel.GetSymbolInfo(attributeSyntax, cancellationToken).Symbol is IMethodSymbol attributeSymbol && attributeSymbol.ContainingType.ToDisplayString() == RegexGeneratorAttributeName) { return true; } } } return false; } // Returns null if nothing to do, Diagnostic if there's an error to report, or RegexType if the type was analyzed successfully. private static object? GetSemanticTargetForGeneration(GeneratorSyntaxContext context, CancellationToken cancellationToken) { var methodSyntax = (MethodDeclarationSyntax)context.Node; SemanticModel sm = context.SemanticModel; if (!IsSemanticTargetForGeneration(sm, methodSyntax, cancellationToken)) { return null; } Compilation compilation = sm.Compilation; INamedTypeSymbol? regexSymbol = compilation.GetBestTypeByMetadataName(RegexName); INamedTypeSymbol? regexGeneratorAttributeSymbol = compilation.GetBestTypeByMetadataName(RegexGeneratorAttributeName); if (regexSymbol is null || regexGeneratorAttributeSymbol is null) { // Required types aren't available return null; } TypeDeclarationSyntax? typeDec = methodSyntax.Parent as TypeDeclarationSyntax; if (typeDec is null) { return null; } IMethodSymbol? regexMethodSymbol = sm.GetDeclaredSymbol(methodSyntax, cancellationToken) as IMethodSymbol; if (regexMethodSymbol is null) { return null; } ImmutableArray<AttributeData>? boundAttributes = regexMethodSymbol.GetAttributes(); if (boundAttributes is null || boundAttributes.Value.Length == 0) { return null; } bool attributeFound = false; string? pattern = null; int? options = null; int? matchTimeout = null; foreach (AttributeData attributeData in boundAttributes) { if (attributeData.AttributeClass?.Equals(regexGeneratorAttributeSymbol) != true) { continue; } if (attributeData.ConstructorArguments.Any(ca => ca.Kind == TypedConstantKind.Error)) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexGeneratorAttribute, methodSyntax.GetLocation()); } if (pattern is not null) { return Diagnostic.Create(DiagnosticDescriptors.MultipleRegexGeneratorAttributes, methodSyntax.GetLocation()); } ImmutableArray<TypedConstant> items = attributeData.ConstructorArguments; if (items.Length == 0 || items.Length > 3) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexGeneratorAttribute, methodSyntax.GetLocation()); } attributeFound = true; pattern = items[0].Value as string; if (items.Length >= 2) { options = items[1].Value as int?; if (items.Length == 3) { matchTimeout = items[2].Value as int?; } } } if (!attributeFound) { return null; } if (pattern is null) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), "(null)"); } if (!regexMethodSymbol.IsPartialDefinition || regexMethodSymbol.Parameters.Length != 0 || regexMethodSymbol.Arity != 0 || !regexMethodSymbol.ReturnType.Equals(regexSymbol)) { return Diagnostic.Create(DiagnosticDescriptors.RegexMethodMustHaveValidSignature, methodSyntax.GetLocation()); } if (typeDec.SyntaxTree.Options is CSharpParseOptions { LanguageVersion: < LanguageVersion.CSharp10 }) { return Diagnostic.Create(DiagnosticDescriptors.InvalidLangVersion, methodSyntax.GetLocation()); } RegexOptions regexOptions = RegexOptions.Compiled | (options is not null ? (RegexOptions)options : RegexOptions.None); // TODO: This is going to include the culture that's current at the time of compilation. // What should we do about that? We could: // - say not specifying CultureInvariant is invalid if anything about options or the expression will look at culture // - fall back to not generating source if it's not specified // - just use whatever culture is present at build time // - devise a new way of not using the culture present at build time // - ... CultureInfo culture = (regexOptions & RegexOptions.CultureInvariant) != 0 ? CultureInfo.InvariantCulture : CultureInfo.CurrentCulture; // Validate the options const RegexOptions SupportedOptions = RegexOptions.Compiled | RegexOptions.CultureInvariant | RegexOptions.ECMAScript | RegexOptions.ExplicitCapture | RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.Multiline | RegexOptions.NonBacktracking | RegexOptions.RightToLeft | RegexOptions.Singleline; if ((regexOptions & ~SupportedOptions) != 0) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), "options"); } // Validate the timeout if (matchTimeout is 0 or < -1) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), "matchTimeout"); } // Parse the input pattern RegexTree tree; try { tree = RegexParser.Parse(pattern, regexOptions, culture); } catch (Exception e) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), e.Message); } // Determine the namespace the class is declared in, if any string? ns = regexMethodSymbol.ContainingType?.ContainingNamespace?.ToDisplayString( SymbolDisplayFormat.FullyQualifiedFormat.WithGlobalNamespaceStyle(SymbolDisplayGlobalNamespaceStyle.Omitted)); var regexMethod = new RegexMethod( methodSyntax, regexMethodSymbol.Name, methodSyntax.Modifiers.ToString(), pattern, regexOptions, matchTimeout ?? Timeout.Infinite, tree); var regexType = new RegexType( regexMethod, typeDec is RecordDeclarationSyntax rds ? $"{typeDec.Keyword.ValueText} {rds.ClassOrStructKeyword}" : typeDec.Keyword.ValueText, ns ?? string.Empty, $"{typeDec.Identifier}{typeDec.TypeParameterList}"); RegexType current = regexType; var parent = typeDec.Parent as TypeDeclarationSyntax; while (parent is not null && IsAllowedKind(parent.Kind())) { current.ParentClass = new RegexType( null, parent is RecordDeclarationSyntax rds2 ? $"{parent.Keyword.ValueText} {rds2.ClassOrStructKeyword}" : parent.Keyword.ValueText, ns ?? string.Empty, $"{parent.Identifier}{parent.TypeParameterList}"); current = current.ParentClass; parent = parent.Parent as TypeDeclarationSyntax; } return regexType; static bool IsAllowedKind(SyntaxKind kind) => kind == SyntaxKind.ClassDeclaration || kind == SyntaxKind.StructDeclaration || kind == SyntaxKind.RecordDeclaration || kind == SyntaxKind.RecordStructDeclaration || kind == SyntaxKind.InterfaceDeclaration; } /// <summary>A regex method.</summary> internal sealed record RegexMethod(MethodDeclarationSyntax MethodSyntax, string MethodName, string Modifiers, string Pattern, RegexOptions Options, int MatchTimeout, RegexTree Tree); /// <summary>A type holding a regex method.</summary> internal sealed record RegexType(RegexMethod? Method, string Keyword, string Namespace, string Name) { public RegexType? ParentClass { get; set; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; using Microsoft.CodeAnalysis.DotnetRuntime.Extensions; using System; using System.Collections; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using System.Globalization; using System.Linq; using System.Threading; namespace System.Text.RegularExpressions.Generator { public partial class RegexGenerator { private const string RegexName = "System.Text.RegularExpressions.Regex"; private const string RegexGeneratorAttributeName = "System.Text.RegularExpressions.RegexGeneratorAttribute"; private static bool IsSyntaxTargetForGeneration(SyntaxNode node, CancellationToken cancellationToken) => // We don't have a semantic model here, so the best we can do is say whether there are any attributes. node is MethodDeclarationSyntax { AttributeLists: { Count: > 0 } }; private static bool IsSemanticTargetForGeneration(SemanticModel semanticModel, MethodDeclarationSyntax methodDeclarationSyntax, CancellationToken cancellationToken) { foreach (AttributeListSyntax attributeListSyntax in methodDeclarationSyntax.AttributeLists) { foreach (AttributeSyntax attributeSyntax in attributeListSyntax.Attributes) { if (semanticModel.GetSymbolInfo(attributeSyntax, cancellationToken).Symbol is IMethodSymbol attributeSymbol && attributeSymbol.ContainingType.ToDisplayString() == RegexGeneratorAttributeName) { return true; } } } return false; } // Returns null if nothing to do, Diagnostic if there's an error to report, or RegexType if the type was analyzed successfully. private static object? GetSemanticTargetForGeneration(GeneratorSyntaxContext context, CancellationToken cancellationToken) { var methodSyntax = (MethodDeclarationSyntax)context.Node; SemanticModel sm = context.SemanticModel; if (!IsSemanticTargetForGeneration(sm, methodSyntax, cancellationToken)) { return null; } Compilation compilation = sm.Compilation; INamedTypeSymbol? regexSymbol = compilation.GetBestTypeByMetadataName(RegexName); INamedTypeSymbol? regexGeneratorAttributeSymbol = compilation.GetBestTypeByMetadataName(RegexGeneratorAttributeName); if (regexSymbol is null || regexGeneratorAttributeSymbol is null) { // Required types aren't available return null; } TypeDeclarationSyntax? typeDec = methodSyntax.Parent as TypeDeclarationSyntax; if (typeDec is null) { return null; } IMethodSymbol? regexMethodSymbol = sm.GetDeclaredSymbol(methodSyntax, cancellationToken) as IMethodSymbol; if (regexMethodSymbol is null) { return null; } ImmutableArray<AttributeData>? boundAttributes = regexMethodSymbol.GetAttributes(); if (boundAttributes is null || boundAttributes.Value.Length == 0) { return null; } bool attributeFound = false; string? pattern = null; int? options = null; int? matchTimeout = null; foreach (AttributeData attributeData in boundAttributes) { if (attributeData.AttributeClass?.Equals(regexGeneratorAttributeSymbol) != true) { continue; } if (attributeData.ConstructorArguments.Any(ca => ca.Kind == TypedConstantKind.Error)) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexGeneratorAttribute, methodSyntax.GetLocation()); } if (pattern is not null) { return Diagnostic.Create(DiagnosticDescriptors.MultipleRegexGeneratorAttributes, methodSyntax.GetLocation()); } ImmutableArray<TypedConstant> items = attributeData.ConstructorArguments; if (items.Length == 0 || items.Length > 3) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexGeneratorAttribute, methodSyntax.GetLocation()); } attributeFound = true; pattern = items[0].Value as string; if (items.Length >= 2) { options = items[1].Value as int?; if (items.Length == 3) { matchTimeout = items[2].Value as int?; } } } if (!attributeFound) { return null; } if (pattern is null) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), "(null)"); } if (!regexMethodSymbol.IsPartialDefinition || regexMethodSymbol.Parameters.Length != 0 || regexMethodSymbol.Arity != 0 || !regexMethodSymbol.ReturnType.Equals(regexSymbol)) { return Diagnostic.Create(DiagnosticDescriptors.RegexMethodMustHaveValidSignature, methodSyntax.GetLocation()); } if (typeDec.SyntaxTree.Options is CSharpParseOptions { LanguageVersion: <= LanguageVersion.CSharp10 }) { return Diagnostic.Create(DiagnosticDescriptors.InvalidLangVersion, methodSyntax.GetLocation()); } RegexOptions regexOptions = RegexOptions.Compiled | (options is not null ? (RegexOptions)options : RegexOptions.None); // TODO: This is going to include the culture that's current at the time of compilation. // What should we do about that? We could: // - say not specifying CultureInvariant is invalid if anything about options or the expression will look at culture // - fall back to not generating source if it's not specified // - just use whatever culture is present at build time // - devise a new way of not using the culture present at build time // - ... CultureInfo culture = (regexOptions & RegexOptions.CultureInvariant) != 0 ? CultureInfo.InvariantCulture : CultureInfo.CurrentCulture; // Validate the options const RegexOptions SupportedOptions = RegexOptions.Compiled | RegexOptions.CultureInvariant | RegexOptions.ECMAScript | RegexOptions.ExplicitCapture | RegexOptions.IgnoreCase | RegexOptions.IgnorePatternWhitespace | RegexOptions.Multiline | RegexOptions.NonBacktracking | RegexOptions.RightToLeft | RegexOptions.Singleline; if ((regexOptions & ~SupportedOptions) != 0) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), "options"); } // Validate the timeout if (matchTimeout is 0 or < -1) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), "matchTimeout"); } // Parse the input pattern RegexTree tree; try { tree = RegexParser.Parse(pattern, regexOptions, culture); } catch (Exception e) { return Diagnostic.Create(DiagnosticDescriptors.InvalidRegexArguments, methodSyntax.GetLocation(), e.Message); } // Determine the namespace the class is declared in, if any string? ns = regexMethodSymbol.ContainingType?.ContainingNamespace?.ToDisplayString( SymbolDisplayFormat.FullyQualifiedFormat.WithGlobalNamespaceStyle(SymbolDisplayGlobalNamespaceStyle.Omitted)); var regexMethod = new RegexMethod( methodSyntax, regexMethodSymbol.Name, methodSyntax.Modifiers.ToString(), pattern, regexOptions, matchTimeout ?? Timeout.Infinite, tree); var regexType = new RegexType( regexMethod, typeDec is RecordDeclarationSyntax rds ? $"{typeDec.Keyword.ValueText} {rds.ClassOrStructKeyword}" : typeDec.Keyword.ValueText, ns ?? string.Empty, $"{typeDec.Identifier}{typeDec.TypeParameterList}"); RegexType current = regexType; var parent = typeDec.Parent as TypeDeclarationSyntax; while (parent is not null && IsAllowedKind(parent.Kind())) { current.ParentClass = new RegexType( null, parent is RecordDeclarationSyntax rds2 ? $"{parent.Keyword.ValueText} {rds2.ClassOrStructKeyword}" : parent.Keyword.ValueText, ns ?? string.Empty, $"{parent.Identifier}{parent.TypeParameterList}"); current = current.ParentClass; parent = parent.Parent as TypeDeclarationSyntax; } return regexType; static bool IsAllowedKind(SyntaxKind kind) => kind == SyntaxKind.ClassDeclaration || kind == SyntaxKind.StructDeclaration || kind == SyntaxKind.RecordDeclaration || kind == SyntaxKind.RecordStructDeclaration || kind == SyntaxKind.InterfaceDeclaration; } /// <summary>A regex method.</summary> internal sealed record RegexMethod(MethodDeclarationSyntax MethodSyntax, string MethodName, string Modifiers, string Pattern, RegexOptions Options, int MatchTimeout, RegexTree Tree); /// <summary>A type holding a regex method.</summary> internal sealed record RegexType(RegexMethod? Method, string Keyword, string Namespace, string Name) { public RegexType? ParentClass { get; set; } } } }
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/Strings.resx
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <data name="InvalidRegexGeneratorAttributeTitle" xml:space="preserve"> <value>Invalid RegexGenerator usage</value> <comment>{Locked="RegexGenerator"}</comment> </data> <data name="InvalidRegexGeneratorAttributeMessage" xml:space="preserve"> <value>The RegexGeneratorAttribute is malformed</value> <comment>{Locked="RegexGeneratorAttribute"}</comment> </data> <data name="MultipleRegexGeneratorAttributesMessage" xml:space="preserve"> <value>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</value> </data> <data name="InvalidRegexArgumentsMessage" xml:space="preserve"> <value>The specified regex is invalid. '{0}'</value> </data> <data name="RegexMethodMustHaveValidSignatureMessage" xml:space="preserve"> <value>Regex method must be partial, parameterless, non-generic, and return Regex</value> </data> <data name="InvalidLangVersionMessage" xml:space="preserve"> <value>C# LangVersion of 10 or greater is required</value> </data> <data name="LimitedSourceGenerationTitle" xml:space="preserve"> <value>RegexGenerator limitation reached.</value> </data> <data name="LimitedSourceGenerationMessage" xml:space="preserve"> <value>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</value> </data> <data name="Generic" xml:space="preserve"> <value>Regular expression parser error '{0}' at offset {1}.</value> </data> <data name="AlternationHasNamedCapture" xml:space="preserve"> <value>Alternation conditions do not capture and cannot be named.</value> </data> <data name="AlternationHasComment" xml:space="preserve"> <value>Alternation conditions cannot be comments.</value> </data> <data name="Arg_ArrayPlusOffTooSmall" xml:space="preserve"> <value>Destination array is not long enough to copy all the items in the collection. Check array index and length.</value> </data> <data name="ShorthandClassInCharacterRange" xml:space="preserve"> <value>Cannot include class \\{0} in character range.</value> </data> <data name="ShorthandClassInCharacterRangeNoPlaceholder" xml:space="preserve"> <value>Cannot include class in character range.</value> </data> <data name="BeginIndexNotNegative" xml:space="preserve"> <value>Start index cannot be less than 0 or greater than input length.</value> </data> <data name="QuantifierOrCaptureGroupOutOfRange" xml:space="preserve"> <value>Capture group numbers must be less than or equal to Int32.MaxValue.</value> <comment>{Locked="Int32.MaxValue"}</comment> </data> <data name="CaptureGroupOfZero" xml:space="preserve"> <value>Capture number cannot be zero.</value> </data> <data name="CountTooSmall" xml:space="preserve"> <value>Count cannot be less than -1.</value> </data> <data name="EnumNotStarted" xml:space="preserve"> <value>Enumeration has either not started or has already finished.</value> </data> <data name="AlternationHasMalformedCondition" xml:space="preserve"> <value>Illegal conditional (?(...)) expression.</value> </data> <data name="IllegalDefaultRegexMatchTimeoutInAppDomain" xml:space="preserve"> <value>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</value> </data> <data name="UnescapedEndingBackslash" xml:space="preserve"> <value>Illegal \\ at end of pattern.</value> </data> <data name="ReversedQuantifierRange" xml:space="preserve"> <value>Illegal {x,y} with x &gt; y.</value> </data> <data name="InvalidUnicodePropertyEscape" xml:space="preserve"> <value>Incomplete \\p{X} character escape.</value> </data> <data name="InternalError_ScanRegex" xml:space="preserve"> <value>Internal error in ScanRegex.</value> <comment>{Locked="ScanRegex"}</comment> </data> <data name="CaptureGroupNameInvalid" xml:space="preserve"> <value>Invalid group name: Group names must begin with a word character.</value> </data> <data name="InvalidEmptyArgument" xml:space="preserve"> <value>Argument {0} cannot be zero-length.</value> </data> <data name="LengthNotNegative" xml:space="preserve"> <value>Length cannot be less than 0 or exceed input length.</value> </data> <data name="MalformedNamedReference" xml:space="preserve"> <value>Malformed \\k&lt;...&gt; named back reference.</value> </data> <data name="AlternationHasMalformedReference" xml:space="preserve"> <value>(?({0}) ) malformed.</value> </data> <data name="AlternationHasMalformedReferenceNoPlaceholder" xml:space="preserve"> <value>Alternation has malformed reference.</value> </data> <data name="MalformedUnicodePropertyEscape" xml:space="preserve"> <value>Malformed \\p{X} character escape.</value> </data> <data name="MakeException" xml:space="preserve"> <value>Invalid pattern '{0}' at offset {1}. {2}</value> </data> <data name="MissingControlCharacter" xml:space="preserve"> <value>Missing control character.</value> </data> <data name="NestedQuantifiersNotParenthesized" xml:space="preserve"> <value>Nested quantifier '{0}'.</value> </data> <data name="NestedQuantifiersNotParenthesizedNoPlaceholder" xml:space="preserve"> <value>Nested quantifier no parenthesized.</value> </data> <data name="NoResultOnFailed" xml:space="preserve"> <value>Result cannot be called on a failed Match.</value> </data> <data name="InsufficientClosingParentheses" xml:space="preserve"> <value>Not enough )'s.</value> </data> <data name="NotSupported_ReadOnlyCollection" xml:space="preserve"> <value>Collection is read-only.</value> </data> <data name="PlatformNotSupported_CompileToAssembly" xml:space="preserve"> <value>This platform does not support writing compiled regular expressions to an assembly.</value> </data> <data name="QuantifierAfterNothing" xml:space="preserve"> <value>Quantifier {x,y} following nothing.</value> </data> <data name="RegexMatchTimeoutException_Occurred" xml:space="preserve"> <value>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</value> </data> <data name="ReplacementError" xml:space="preserve"> <value>Replacement pattern error.</value> </data> <data name="ReversedCharacterRange" xml:space="preserve"> <value>[x-y] range in reverse order.</value> </data> <data name="ExclusionGroupNotLast" xml:space="preserve"> <value>A subtraction must be the last element in a character class.</value> </data> <data name="InsufficientOrInvalidHexDigits" xml:space="preserve"> <value>Insufficient hexadecimal digits.</value> </data> <data name="AlternationHasTooManyConditions" xml:space="preserve"> <value>Too many | in (?()|).</value> </data> <data name="InsufficientOpeningParentheses" xml:space="preserve"> <value>Too many )'s.</value> </data> <data name="UndefinedNumberedReference" xml:space="preserve"> <value>Reference to undefined group number {0}.</value> </data> <data name="UndefinedNumberedReferenceNoPlaceholder" xml:space="preserve"> <value>Reference to undefined group number.</value> </data> <data name="UndefinedNamedReference" xml:space="preserve"> <value>Reference to undefined group name '{0}'.</value> </data> <data name="UndefinedNamedReferenceNoPlaceholder" xml:space="preserve"> <value>Reference to undefined group name.</value> </data> <data name="AlternationHasUndefinedReference" xml:space="preserve"> <value>(?({0}) ) reference to undefined group.</value> </data> <data name="AlternationHasUndefinedReferenceNoPlaceholder" xml:space="preserve"> <value>Alternation has a reference to undefined group.</value> </data> <data name="UnrecognizedUnicodeProperty" xml:space="preserve"> <value>Unknown property '{0}'.</value> </data> <data name="UnrecognizedUnicodePropertyNoPlaceholder" xml:space="preserve"> <value>Unknown property Unicode property.</value> </data> <data name="UnrecognizedControlCharacter" xml:space="preserve"> <value>Unrecognized control character.</value> </data> <data name="UnrecognizedEscape" xml:space="preserve"> <value>Unrecognized escape sequence \\{0}.</value> </data> <data name="InvalidGroupingConstruct" xml:space="preserve"> <value>Unrecognized grouping construct.</value> </data> <data name="UnterminatedBracket" xml:space="preserve"> <value>Unterminated [] set.</value> </data> <data name="UnterminatedComment" xml:space="preserve"> <value>Unterminated (?#...) comment.</value> </data> <data name="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups" xml:space="preserve"> <value>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</value> <comment>{Locked="RegexOptions.NonBacktracking"}</comment> </data> </root>
<?xml version="1.0" encoding="utf-8"?> <root> <!-- Microsoft ResX Schema Version 2.0 The primary goals of this format is to allow a simple XML format that is mostly human readable. The generation and parsing of the various data types are done through the TypeConverter classes associated with the data types. Example: ... ado.net/XML headers & schema ... <resheader name="resmimetype">text/microsoft-resx</resheader> <resheader name="version">2.0</resheader> <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader> <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader> <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data> <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data> <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64"> <value>[base64 mime encoded serialized .NET Framework object]</value> </data> <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value> <comment>This is a comment</comment> </data> There are any number of "resheader" rows that contain simple name/value pairs. Each data row contains a name, and value. The row also contains a type or mimetype. Type corresponds to a .NET class that support text/value conversion through the TypeConverter architecture. Classes that don't support this are serialized and stored with the mimetype set. The mimetype is used for serialized objects, and tells the ResXResourceReader how to depersist the object. This is currently not extensible. For a given mimetype the value must be set accordingly: Note - application/x-microsoft.net.object.binary.base64 is the format that the ResXResourceWriter will generate, however the reader can read any of the formats listed below. mimetype: application/x-microsoft.net.object.binary.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.soap.base64 value : The object must be serialized with : System.Runtime.Serialization.Formatters.Soap.SoapFormatter : and then encoded with base64 encoding. mimetype: application/x-microsoft.net.object.bytearray.base64 value : The object must be serialized into a byte array : using a System.ComponentModel.TypeConverter : and then encoded with base64 encoding. --> <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"> <xsd:import namespace="http://www.w3.org/XML/1998/namespace" /> <xsd:element name="root" msdata:IsDataSet="true"> <xsd:complexType> <xsd:choice maxOccurs="unbounded"> <xsd:element name="metadata"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" /> </xsd:sequence> <xsd:attribute name="name" use="required" type="xsd:string" /> <xsd:attribute name="type" type="xsd:string" /> <xsd:attribute name="mimetype" type="xsd:string" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="assembly"> <xsd:complexType> <xsd:attribute name="alias" type="xsd:string" /> <xsd:attribute name="name" type="xsd:string" /> </xsd:complexType> </xsd:element> <xsd:element name="data"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" /> <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" /> <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" /> <xsd:attribute ref="xml:space" /> </xsd:complexType> </xsd:element> <xsd:element name="resheader"> <xsd:complexType> <xsd:sequence> <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" /> </xsd:sequence> <xsd:attribute name="name" type="xsd:string" use="required" /> </xsd:complexType> </xsd:element> </xsd:choice> </xsd:complexType> </xsd:element> </xsd:schema> <resheader name="resmimetype"> <value>text/microsoft-resx</value> </resheader> <resheader name="version"> <value>2.0</value> </resheader> <resheader name="reader"> <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <data name="InvalidRegexGeneratorAttributeTitle" xml:space="preserve"> <value>Invalid RegexGenerator usage</value> <comment>{Locked="RegexGenerator"}</comment> </data> <data name="InvalidRegexGeneratorAttributeMessage" xml:space="preserve"> <value>The RegexGeneratorAttribute is malformed</value> <comment>{Locked="RegexGeneratorAttribute"}</comment> </data> <data name="MultipleRegexGeneratorAttributesMessage" xml:space="preserve"> <value>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</value> </data> <data name="InvalidRegexArgumentsMessage" xml:space="preserve"> <value>The specified regex is invalid. '{0}'</value> </data> <data name="RegexMethodMustHaveValidSignatureMessage" xml:space="preserve"> <value>Regex method must be partial, parameterless, non-generic, and return Regex</value> </data> <data name="InvalidLangVersionMessage" xml:space="preserve"> <value>C# LangVersion of 11 or greater is required</value> </data> <data name="LimitedSourceGenerationTitle" xml:space="preserve"> <value>RegexGenerator limitation reached.</value> </data> <data name="LimitedSourceGenerationMessage" xml:space="preserve"> <value>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</value> </data> <data name="Generic" xml:space="preserve"> <value>Regular expression parser error '{0}' at offset {1}.</value> </data> <data name="AlternationHasNamedCapture" xml:space="preserve"> <value>Alternation conditions do not capture and cannot be named.</value> </data> <data name="AlternationHasComment" xml:space="preserve"> <value>Alternation conditions cannot be comments.</value> </data> <data name="Arg_ArrayPlusOffTooSmall" xml:space="preserve"> <value>Destination array is not long enough to copy all the items in the collection. Check array index and length.</value> </data> <data name="ShorthandClassInCharacterRange" xml:space="preserve"> <value>Cannot include class \\{0} in character range.</value> </data> <data name="ShorthandClassInCharacterRangeNoPlaceholder" xml:space="preserve"> <value>Cannot include class in character range.</value> </data> <data name="BeginIndexNotNegative" xml:space="preserve"> <value>Start index cannot be less than 0 or greater than input length.</value> </data> <data name="QuantifierOrCaptureGroupOutOfRange" xml:space="preserve"> <value>Capture group numbers must be less than or equal to Int32.MaxValue.</value> <comment>{Locked="Int32.MaxValue"}</comment> </data> <data name="CaptureGroupOfZero" xml:space="preserve"> <value>Capture number cannot be zero.</value> </data> <data name="CountTooSmall" xml:space="preserve"> <value>Count cannot be less than -1.</value> </data> <data name="EnumNotStarted" xml:space="preserve"> <value>Enumeration has either not started or has already finished.</value> </data> <data name="AlternationHasMalformedCondition" xml:space="preserve"> <value>Illegal conditional (?(...)) expression.</value> </data> <data name="IllegalDefaultRegexMatchTimeoutInAppDomain" xml:space="preserve"> <value>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</value> </data> <data name="UnescapedEndingBackslash" xml:space="preserve"> <value>Illegal \\ at end of pattern.</value> </data> <data name="ReversedQuantifierRange" xml:space="preserve"> <value>Illegal {x,y} with x &gt; y.</value> </data> <data name="InvalidUnicodePropertyEscape" xml:space="preserve"> <value>Incomplete \\p{X} character escape.</value> </data> <data name="InternalError_ScanRegex" xml:space="preserve"> <value>Internal error in ScanRegex.</value> <comment>{Locked="ScanRegex"}</comment> </data> <data name="CaptureGroupNameInvalid" xml:space="preserve"> <value>Invalid group name: Group names must begin with a word character.</value> </data> <data name="InvalidEmptyArgument" xml:space="preserve"> <value>Argument {0} cannot be zero-length.</value> </data> <data name="LengthNotNegative" xml:space="preserve"> <value>Length cannot be less than 0 or exceed input length.</value> </data> <data name="MalformedNamedReference" xml:space="preserve"> <value>Malformed \\k&lt;...&gt; named back reference.</value> </data> <data name="AlternationHasMalformedReference" xml:space="preserve"> <value>(?({0}) ) malformed.</value> </data> <data name="AlternationHasMalformedReferenceNoPlaceholder" xml:space="preserve"> <value>Alternation has malformed reference.</value> </data> <data name="MalformedUnicodePropertyEscape" xml:space="preserve"> <value>Malformed \\p{X} character escape.</value> </data> <data name="MakeException" xml:space="preserve"> <value>Invalid pattern '{0}' at offset {1}. {2}</value> </data> <data name="MissingControlCharacter" xml:space="preserve"> <value>Missing control character.</value> </data> <data name="NestedQuantifiersNotParenthesized" xml:space="preserve"> <value>Nested quantifier '{0}'.</value> </data> <data name="NestedQuantifiersNotParenthesizedNoPlaceholder" xml:space="preserve"> <value>Nested quantifier no parenthesized.</value> </data> <data name="NoResultOnFailed" xml:space="preserve"> <value>Result cannot be called on a failed Match.</value> </data> <data name="InsufficientClosingParentheses" xml:space="preserve"> <value>Not enough )'s.</value> </data> <data name="NotSupported_ReadOnlyCollection" xml:space="preserve"> <value>Collection is read-only.</value> </data> <data name="PlatformNotSupported_CompileToAssembly" xml:space="preserve"> <value>This platform does not support writing compiled regular expressions to an assembly.</value> </data> <data name="QuantifierAfterNothing" xml:space="preserve"> <value>Quantifier {x,y} following nothing.</value> </data> <data name="RegexMatchTimeoutException_Occurred" xml:space="preserve"> <value>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</value> </data> <data name="ReplacementError" xml:space="preserve"> <value>Replacement pattern error.</value> </data> <data name="ReversedCharacterRange" xml:space="preserve"> <value>[x-y] range in reverse order.</value> </data> <data name="ExclusionGroupNotLast" xml:space="preserve"> <value>A subtraction must be the last element in a character class.</value> </data> <data name="InsufficientOrInvalidHexDigits" xml:space="preserve"> <value>Insufficient hexadecimal digits.</value> </data> <data name="AlternationHasTooManyConditions" xml:space="preserve"> <value>Too many | in (?()|).</value> </data> <data name="InsufficientOpeningParentheses" xml:space="preserve"> <value>Too many )'s.</value> </data> <data name="UndefinedNumberedReference" xml:space="preserve"> <value>Reference to undefined group number {0}.</value> </data> <data name="UndefinedNumberedReferenceNoPlaceholder" xml:space="preserve"> <value>Reference to undefined group number.</value> </data> <data name="UndefinedNamedReference" xml:space="preserve"> <value>Reference to undefined group name '{0}'.</value> </data> <data name="UndefinedNamedReferenceNoPlaceholder" xml:space="preserve"> <value>Reference to undefined group name.</value> </data> <data name="AlternationHasUndefinedReference" xml:space="preserve"> <value>(?({0}) ) reference to undefined group.</value> </data> <data name="AlternationHasUndefinedReferenceNoPlaceholder" xml:space="preserve"> <value>Alternation has a reference to undefined group.</value> </data> <data name="UnrecognizedUnicodeProperty" xml:space="preserve"> <value>Unknown property '{0}'.</value> </data> <data name="UnrecognizedUnicodePropertyNoPlaceholder" xml:space="preserve"> <value>Unknown property Unicode property.</value> </data> <data name="UnrecognizedControlCharacter" xml:space="preserve"> <value>Unrecognized control character.</value> </data> <data name="UnrecognizedEscape" xml:space="preserve"> <value>Unrecognized escape sequence \\{0}.</value> </data> <data name="InvalidGroupingConstruct" xml:space="preserve"> <value>Unrecognized grouping construct.</value> </data> <data name="UnterminatedBracket" xml:space="preserve"> <value>Unterminated [] set.</value> </data> <data name="UnterminatedComment" xml:space="preserve"> <value>Unterminated (?#...) comment.</value> </data> <data name="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups" xml:space="preserve"> <value>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</value> <comment>{Locked="RegexOptions.NonBacktracking"}</comment> </data> </root>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.cs.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="cs" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Podmínky alternativního výrazu nemohou být komentáře.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Podmíněný výraz (?(...)) je neplatný.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">Odkaz (?({0}) ) byl poškozen.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Alternace má nesprávně vytvořený odkaz.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Podmínky alternativního výrazu nezachytávají a nelze je pojmenovat.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Příliš mnoho znaků | v řetězci (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Odkaz na nedefinovanou skupinu (?({0}) ).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Alternace obsahuje odkaz na nedefinovanou skupinu.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Cílové pole není dostatečně dlouhé, aby bylo možné zkopírovat všechny položky v kolekci. Zkontrolujte index a délku pole.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Počáteční index nemůže být menší než nula nebo větší než délka vstupu.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Neplatný název skupiny. Názvy skupin musí začínat písmenem.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Počet zachytávání nemůže být nulový.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Počet nemůže být menší než hodnota -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Výčet buď nebyl spuštěn, nebo již byl dokončen.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Odčítání musí být posledním prvkem ve třídě znaků.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Chyba analyzátoru regulárního výrazu {0} na posunu {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Data domény aplikace {0} obsahují neplatnou hodnotu nebo objekt {1} pro určení výchozího časového limitu porovnávání pro třídu System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Nedostatek uzavíracích závorek ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Příliš mnoho zavíracích závorek ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Nedostatek šestnáctkových číslic.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Vnitřní chyba v modulu ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Argument {0} nemůže mít nulovou délku.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Nerozpoznaný seskupovací konstrukt.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">Je požadována verze jazyku C# LangVersion 10 nebo vyšší.</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Zadaný regulární výraz je neplatný. {0}</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Atribut RegexGeneratorAttribute je nesprávný.</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Neplatné použití RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Neúplné uvození znaků \\p{X}.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Délka nemůže být menší než 0 nebo přesáhnout délku vstupu.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator nemohl vygenerovat úplnou zdrojovou implementaci zadaného regulárního výrazu, protože možnost není podporovaná nebo je regulární výraz příliš složitý. Implementace bude regulární výraz interpretovat za běhu.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Dosáhlo se omezení nástroje RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Neplatný vzor {0} u posunu {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Chybně naformátovaný pojmenovaný zpětný odkaz \\k&lt;...&gt;.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Chybně formátovaná řídicí sekvence znaků \\p{X}.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Řídicí znak chybí.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Na stejnou metodu se uplatnilo několik RegexGeneratorAttributes, ale je povolena jenom jedna.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Vnořený kvantifikátor {0}.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Vnořený kvantifikátor neobsahuje žádné závorky.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Výsledek nelze volat pro shodu, která se nezdařila.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Nahrazení regulárních výrazů pomocí substitucí skupin se u RegexOptions.NonBacktracking nepodporuje.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Kolekce je jen pro čtení.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Tato platforma nepodporuje zápis zkompilovaných regulárních výrazů do sestavení.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Před kvantifikátorem {x,y} není nic uvedeno.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Počty skupin digitalizace musí být menší nebo rovny hodnotě Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Vypršel časový limit modulu RegEx při pokusu o porovnání vzoru se vstupním řetězcem. K tomu může dojít z celé řady důvodů, mezi které patří velká velikost vstupních dat nebo nadměrné zpětné navracení způsobené vloženými kvantifikátory, zpětnými odkazy a dalšími faktory.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Metoda regulárního výrazu musí být částečná, bez parametrů, negenerická a musí vracet regulární výraz.</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Chyba vzorku pro náhradu.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Rozsah [x-y] je v obráceném pořadí.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Rozsah {x,y}, kde x &gt; y, je neplatný.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Do rozsahu znaků nejde zahrnout třídu \\{0}.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Do rozsahu znaků nejde zahrnout třídu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Odkaz na nedefinovaný název skupiny {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Odkaz na nedefinovaný název skupiny.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Odkaz na nedefinované číslo skupiny. Číslo skupiny: {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Odkaz na nedefinované číslo skupiny.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Znak \\ na konci vzorku je neplatný.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Nerozpoznaný řídicí znak.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Nerozpoznaná řídicí sekvence \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Neznámá vlastnost {0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Neznámá vlastnost Unicode vlastnosti.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Nedokončená [] sada.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Neukončený komentář (?#...).</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="cs" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Podmínky alternativního výrazu nemohou být komentáře.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Podmíněný výraz (?(...)) je neplatný.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">Odkaz (?({0}) ) byl poškozen.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Alternace má nesprávně vytvořený odkaz.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Podmínky alternativního výrazu nezachytávají a nelze je pojmenovat.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Příliš mnoho znaků | v řetězci (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Odkaz na nedefinovanou skupinu (?({0}) ).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Alternace obsahuje odkaz na nedefinovanou skupinu.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Cílové pole není dostatečně dlouhé, aby bylo možné zkopírovat všechny položky v kolekci. Zkontrolujte index a délku pole.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Počáteční index nemůže být menší než nula nebo větší než délka vstupu.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Neplatný název skupiny. Názvy skupin musí začínat písmenem.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Počet zachytávání nemůže být nulový.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Počet nemůže být menší než hodnota -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Výčet buď nebyl spuštěn, nebo již byl dokončen.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Odčítání musí být posledním prvkem ve třídě znaků.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Chyba analyzátoru regulárního výrazu {0} na posunu {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Data domény aplikace {0} obsahují neplatnou hodnotu nebo objekt {1} pro určení výchozího časového limitu porovnávání pro třídu System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Nedostatek uzavíracích závorek ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Příliš mnoho zavíracích závorek ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Nedostatek šestnáctkových číslic.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Vnitřní chyba v modulu ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Argument {0} nemůže mít nulovou délku.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Nerozpoznaný seskupovací konstrukt.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">Je požadována verze jazyku C# LangVersion 10 nebo vyšší.</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Zadaný regulární výraz je neplatný. {0}</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Atribut RegexGeneratorAttribute je nesprávný.</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Neplatné použití RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Neúplné uvození znaků \\p{X}.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Délka nemůže být menší než 0 nebo přesáhnout délku vstupu.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator nemohl vygenerovat úplnou zdrojovou implementaci zadaného regulárního výrazu, protože možnost není podporovaná nebo je regulární výraz příliš složitý. Implementace bude regulární výraz interpretovat za běhu.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Dosáhlo se omezení nástroje RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Neplatný vzor {0} u posunu {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Chybně naformátovaný pojmenovaný zpětný odkaz \\k&lt;...&gt;.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Chybně formátovaná řídicí sekvence znaků \\p{X}.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Řídicí znak chybí.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Na stejnou metodu se uplatnilo několik RegexGeneratorAttributes, ale je povolena jenom jedna.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Vnořený kvantifikátor {0}.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Vnořený kvantifikátor neobsahuje žádné závorky.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Výsledek nelze volat pro shodu, která se nezdařila.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Nahrazení regulárních výrazů pomocí substitucí skupin se u RegexOptions.NonBacktracking nepodporuje.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Kolekce je jen pro čtení.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Tato platforma nepodporuje zápis zkompilovaných regulárních výrazů do sestavení.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Před kvantifikátorem {x,y} není nic uvedeno.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Počty skupin digitalizace musí být menší nebo rovny hodnotě Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Vypršel časový limit modulu RegEx při pokusu o porovnání vzoru se vstupním řetězcem. K tomu může dojít z celé řady důvodů, mezi které patří velká velikost vstupních dat nebo nadměrné zpětné navracení způsobené vloženými kvantifikátory, zpětnými odkazy a dalšími faktory.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Metoda regulárního výrazu musí být částečná, bez parametrů, negenerická a musí vracet regulární výraz.</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Chyba vzorku pro náhradu.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Rozsah [x-y] je v obráceném pořadí.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Rozsah {x,y}, kde x &gt; y, je neplatný.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Do rozsahu znaků nejde zahrnout třídu \\{0}.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Do rozsahu znaků nejde zahrnout třídu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Odkaz na nedefinovaný název skupiny {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Odkaz na nedefinovaný název skupiny.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Odkaz na nedefinované číslo skupiny. Číslo skupiny: {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Odkaz na nedefinované číslo skupiny.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Znak \\ na konci vzorku je neplatný.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Nerozpoznaný řídicí znak.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Nerozpoznaná řídicí sekvence \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Neznámá vlastnost {0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Neznámá vlastnost Unicode vlastnosti.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Nedokončená [] sada.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Neukončený komentář (?#...).</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.de.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="de" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Alternierungsbedingungen können keine Kommentare sein.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Unzulässiger bedingter (?(...))-Ausdruck.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) falsch formatiert.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Der Wechsel weist einen ungültigen Verweis auf.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Alternierungsbedingungen werden nicht aufgefangen und können nicht benannt werden.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Zu viele | in (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) )-Verweis auf nicht definierte Gruppe.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Der Wechsel weist einen Verweis auf eine nicht definierte Gruppe auf.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Das Zielarray ist nicht lang genug, um alle Elemente in der Sammlung zu kopieren. Prüfen Sie den Index und die Länge des Arrays.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Der Startindex darf nicht kleiner als 0 oder größer als die Eingabelänge sein.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Ungültiger Gruppenname: Gruppennamen müssen mit einem Buchstaben beginnen.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Aufzeichnungsnummer darf nicht 0 (null) sein.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Die Anzahl darf nicht kleiner als -1 sein.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Entweder wurde die Enumeration noch nicht gestartet oder bereits beendet.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Eine Subtraktion muss das letzte Element in einer Zeichenklasse sein.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Analysefehler des regulären Ausdrucks "{0}" bei Offset {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain-Daten '{0}' enthalten einen ungültigen Wert oder ein ungültiges Objekt '{1}' für die Angabe eines übereinstimmenden Standardtimeouts für System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Nicht genügend )-Zeichen.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Zu viele )-Zeichen.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Nicht genügend Hexadezimalziffern.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Interner Fehler in ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Das Argument {0} darf nicht die Länge null haben.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Unbekanntes Gruppierungskonstrukt.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">C#-LangVersion von 10 oder höher ist erforderlich</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Der angegebene Regex ist ungültig. "{0}"</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Das RegexGeneratorAttribute ist falsch formatiert.</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Ungültige RegexGenerator-Verwendung</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Unvollständiges \\p{X}-Escape-Zeichen.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Die Länge darf nicht kleiner als 0 sein oder die Eingabelänge überschreiten.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">Der RegexGenerator konnte aufgrund einer nicht unterstützten Option oder eines zu komplexen regulären Ausdrucks keine vollständige Quellimplementierung für den angegebenen regulären Ausdruck generieren. Die Implementierung wird den regulären Ausdruck zur Laufzeit interpretieren.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator-Begrenzung erreicht.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Ungültiges Muster "{0}" bei Offset {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Falsch formatierter \\k&lt;...&gt; benannter Rückverweis.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Falsch formatiertes \\p{X}-Escape-Zeichen.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Fehlendes Steuerzeichen.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Mehrere RegexGeneratorAttributes wurden auf dieselbe Methode angewendet, aber nur eine ist zulässig</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Geschachtelter Quantifizierer „{0}“.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Geschachtelter Quantifizierer ohne Klammern.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Das Ergebnis kann nicht für eine fehlgeschlagene Übereinstimmung aufgerufen werden.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegEx-Ersätze durch Austausch von Gruppen werden bei RegexOptions.NonBacktracking nicht unterstützt.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Die Sammlung ist schreibgeschützt.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Diese Plattform unterstützt das Schreiben kompilierter regulärer Ausdrücke in eine Assembly nicht.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Quantifizierer {x,y} nach nichts.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Erfassungsgruppennummern müssen kleiner oder gleich Int32.MaxValue sein.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Zeitüberschreitung des RegEx-Moduls beim Versuch, ein Muster mit einer Eingabezeichenfolge in Übereinstimmung zu bringen. Dies kann viele Ursachen haben, darunter sehr große Eingaben oder übermäßige Rückverfolgung aufgrund von geschachtelten Quantifizierern, Rückverweisen und anderen Faktoren.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Die Regex-Methode muss partiell, parameterlos, nicht generisch sein und Regex zurückgeben.</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Ersetzungsmusterfehler.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y]-Bereich in umgekehrter Reihenfolge.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Unzulässige {x,y} mit x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Die Klasse \\{0} kann nicht in den Zeichenbereich eingeschlossen werden.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Die Klasse kann nicht in den Zeichenbereich eingeschlossen werden.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Verweis auf nicht definierten Gruppennamen „{0}“.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Verweis auf nicht definierten Gruppennamen.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Verweis auf die nicht definierte Gruppenzahl {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Verweis auf nicht definierte Gruppennummer.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Unzulässiger \\ am Ende des Musters.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Unbekanntes Steuerzeichen.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Unbekannte Escapesequenz \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Unbekannte Eigenschaft '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Unbekannte Eigenschaft Unicode-Eigenschaft.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Nicht abgeschlossener []-Satz.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Nicht abgeschlossener (?#...)-Kommentar.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="de" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Alternierungsbedingungen können keine Kommentare sein.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Unzulässiger bedingter (?(...))-Ausdruck.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) falsch formatiert.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Der Wechsel weist einen ungültigen Verweis auf.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Alternierungsbedingungen werden nicht aufgefangen und können nicht benannt werden.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Zu viele | in (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) )-Verweis auf nicht definierte Gruppe.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Der Wechsel weist einen Verweis auf eine nicht definierte Gruppe auf.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Das Zielarray ist nicht lang genug, um alle Elemente in der Sammlung zu kopieren. Prüfen Sie den Index und die Länge des Arrays.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Der Startindex darf nicht kleiner als 0 oder größer als die Eingabelänge sein.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Ungültiger Gruppenname: Gruppennamen müssen mit einem Buchstaben beginnen.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Aufzeichnungsnummer darf nicht 0 (null) sein.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Die Anzahl darf nicht kleiner als -1 sein.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Entweder wurde die Enumeration noch nicht gestartet oder bereits beendet.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Eine Subtraktion muss das letzte Element in einer Zeichenklasse sein.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Analysefehler des regulären Ausdrucks "{0}" bei Offset {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain-Daten '{0}' enthalten einen ungültigen Wert oder ein ungültiges Objekt '{1}' für die Angabe eines übereinstimmenden Standardtimeouts für System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Nicht genügend )-Zeichen.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Zu viele )-Zeichen.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Nicht genügend Hexadezimalziffern.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Interner Fehler in ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Das Argument {0} darf nicht die Länge null haben.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Unbekanntes Gruppierungskonstrukt.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">C#-LangVersion von 10 oder höher ist erforderlich</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Der angegebene Regex ist ungültig. "{0}"</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Das RegexGeneratorAttribute ist falsch formatiert.</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Ungültige RegexGenerator-Verwendung</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Unvollständiges \\p{X}-Escape-Zeichen.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Die Länge darf nicht kleiner als 0 sein oder die Eingabelänge überschreiten.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">Der RegexGenerator konnte aufgrund einer nicht unterstützten Option oder eines zu komplexen regulären Ausdrucks keine vollständige Quellimplementierung für den angegebenen regulären Ausdruck generieren. Die Implementierung wird den regulären Ausdruck zur Laufzeit interpretieren.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator-Begrenzung erreicht.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Ungültiges Muster "{0}" bei Offset {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Falsch formatierter \\k&lt;...&gt; benannter Rückverweis.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Falsch formatiertes \\p{X}-Escape-Zeichen.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Fehlendes Steuerzeichen.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Mehrere RegexGeneratorAttributes wurden auf dieselbe Methode angewendet, aber nur eine ist zulässig</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Geschachtelter Quantifizierer „{0}“.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Geschachtelter Quantifizierer ohne Klammern.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Das Ergebnis kann nicht für eine fehlgeschlagene Übereinstimmung aufgerufen werden.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegEx-Ersätze durch Austausch von Gruppen werden bei RegexOptions.NonBacktracking nicht unterstützt.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Die Sammlung ist schreibgeschützt.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Diese Plattform unterstützt das Schreiben kompilierter regulärer Ausdrücke in eine Assembly nicht.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Quantifizierer {x,y} nach nichts.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Erfassungsgruppennummern müssen kleiner oder gleich Int32.MaxValue sein.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Zeitüberschreitung des RegEx-Moduls beim Versuch, ein Muster mit einer Eingabezeichenfolge in Übereinstimmung zu bringen. Dies kann viele Ursachen haben, darunter sehr große Eingaben oder übermäßige Rückverfolgung aufgrund von geschachtelten Quantifizierern, Rückverweisen und anderen Faktoren.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Die Regex-Methode muss partiell, parameterlos, nicht generisch sein und Regex zurückgeben.</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Ersetzungsmusterfehler.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y]-Bereich in umgekehrter Reihenfolge.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Unzulässige {x,y} mit x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Die Klasse \\{0} kann nicht in den Zeichenbereich eingeschlossen werden.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Die Klasse kann nicht in den Zeichenbereich eingeschlossen werden.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Verweis auf nicht definierten Gruppennamen „{0}“.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Verweis auf nicht definierten Gruppennamen.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Verweis auf die nicht definierte Gruppenzahl {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Verweis auf nicht definierte Gruppennummer.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Unzulässiger \\ am Ende des Musters.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Unbekanntes Steuerzeichen.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Unbekannte Escapesequenz \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Unbekannte Eigenschaft '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Unbekannte Eigenschaft Unicode-Eigenschaft.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Nicht abgeschlossener []-Satz.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Nicht abgeschlossener (?#...)-Kommentar.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.es.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="es" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Las condiciones de alternación no pueden ser comentarios.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Expresión (?(...)) condicional no válida.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(? ({0}) ) con formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">La alternancia tiene una referencia con formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Error al representar el control.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Demasiadas | en (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Referencia (?({0}) ) a un grupo no definido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">La alternancia tiene una referencia a un grupo no definido.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">La matriz de destino no es lo suficientemente larga para copiar todos los elementos de la colección. Compruebe el índice y la longitud de la matriz.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">El índice inicial no puede ser inferior a 0 ni superior a la longitud de entrada.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nombre de grupo no válido: los nombres de grupos deben empezar con un carácter de palabra.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">El número de capturas no puede ser cero.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">El recuento no puede ser inferior a -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">La enumeración no ha empezado o ya ha finalizado.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">La resta debe ser el último elemento de una clase de caracteres.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Error del analizador de expresiones regulares '{0}' en el desplazamiento {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Los datos de AppDomain '{0}' contienen el valor no válido o el objeto '{1}' para especificar un tiempo de espera coincidente predeterminado para System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">No hay suficientes ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Demasiados ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Dígitos hexadecimales insuficientes.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Error interno en ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">El argumento {0} no puede ser de longitud cero.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Construcción de agrupación no reconocida.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">Se requiere C# LangVersion de 10 o superior.</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">La expresión regular especificada no es válida. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute tiene un formato incorrecto</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Uso de RegexGenerator no válido</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Escape de caracteres \\p{X} incompleto.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">La longitud no puede ser inferior a 0 ni superar la longitud de entrada.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator no pudo generar una implementación de origen completa para la expresión regular especificada debido a una opción no admitida o a una expresión regular demasiado compleja. La implementación interpretará la expresión regular en tiempo de ejecución.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Se alcanzó la limitación de RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Patrón '{0}' no válido en el desplazamiento {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Referencia inversa \\k&lt;...&gt; con nombre en formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Escape de caracteres \\p{X} con formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Falta el carácter de control.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Se aplicaron varios RegexGeneratorAttributes al mismo método, pero solo se permite uno.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Cuantificador anidado '{0}'.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">El cuantificador anidado no está entre paréntesis.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">No se puede llamar al resultado si no se encuentra ninguna coincidencia.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Los reemplazos de regex con sustituciones de grupos no se admiten con RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">La colección es de sólo lectura.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Esta plataforma no admite la escritura de expresiones regulares compiladas en un ensamblado.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Cuantificador {x,y} después de nada.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Los números del grupo de capturas deben ser menores o iguales que Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Se agotó el tiempo de espera mientras el motor de RegEx intentaba comparar una cadena de entrada con un patrón. Esto puede deberse a muchos motivos, como la especificación de cadenas de entrada muy grandes o búsquedas hacia atrás excesivas causadas por cuantificadores anidados, referencias inversas y otros factores.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">El método regex debe ser parcial, sin parámetros, no genérico y devolver Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Error de patrón de reemplazo.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Intervalo [x-y] en orden inverso.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} no válidos con x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">No se puede incluir la clase \\{0} en el intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">No se puede incluir la clase en el intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Referencia al nombre de grupo no definido '{0}'.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Referencia al nombre de grupo no definido.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Referencia al número de grupo sin definir {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Referencia al número de grupo no definido.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ no válido al final del patrón.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Carácter de control no reconocido.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Secuencia de escape no reconocida \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Propiedad desconocida '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Propiedad Unicode de propiedad desconocida.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Conjunto [] sin terminar.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Comentario (?#...) sin terminar.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="es" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Las condiciones de alternación no pueden ser comentarios.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Expresión (?(...)) condicional no válida.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(? ({0}) ) con formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">La alternancia tiene una referencia con formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Error al representar el control.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Demasiadas | en (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Referencia (?({0}) ) a un grupo no definido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">La alternancia tiene una referencia a un grupo no definido.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">La matriz de destino no es lo suficientemente larga para copiar todos los elementos de la colección. Compruebe el índice y la longitud de la matriz.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">El índice inicial no puede ser inferior a 0 ni superior a la longitud de entrada.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nombre de grupo no válido: los nombres de grupos deben empezar con un carácter de palabra.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">El número de capturas no puede ser cero.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">El recuento no puede ser inferior a -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">La enumeración no ha empezado o ya ha finalizado.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">La resta debe ser el último elemento de una clase de caracteres.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Error del analizador de expresiones regulares '{0}' en el desplazamiento {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Los datos de AppDomain '{0}' contienen el valor no válido o el objeto '{1}' para especificar un tiempo de espera coincidente predeterminado para System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">No hay suficientes ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Demasiados ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Dígitos hexadecimales insuficientes.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Error interno en ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">El argumento {0} no puede ser de longitud cero.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Construcción de agrupación no reconocida.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">Se requiere C# LangVersion de 10 o superior.</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">La expresión regular especificada no es válida. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute tiene un formato incorrecto</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Uso de RegexGenerator no válido</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Escape de caracteres \\p{X} incompleto.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">La longitud no puede ser inferior a 0 ni superar la longitud de entrada.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator no pudo generar una implementación de origen completa para la expresión regular especificada debido a una opción no admitida o a una expresión regular demasiado compleja. La implementación interpretará la expresión regular en tiempo de ejecución.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Se alcanzó la limitación de RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Patrón '{0}' no válido en el desplazamiento {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Referencia inversa \\k&lt;...&gt; con nombre en formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Escape de caracteres \\p{X} con formato incorrecto.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Falta el carácter de control.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Se aplicaron varios RegexGeneratorAttributes al mismo método, pero solo se permite uno.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Cuantificador anidado '{0}'.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">El cuantificador anidado no está entre paréntesis.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">No se puede llamar al resultado si no se encuentra ninguna coincidencia.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Los reemplazos de regex con sustituciones de grupos no se admiten con RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">La colección es de sólo lectura.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Esta plataforma no admite la escritura de expresiones regulares compiladas en un ensamblado.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Cuantificador {x,y} después de nada.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Los números del grupo de capturas deben ser menores o iguales que Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Se agotó el tiempo de espera mientras el motor de RegEx intentaba comparar una cadena de entrada con un patrón. Esto puede deberse a muchos motivos, como la especificación de cadenas de entrada muy grandes o búsquedas hacia atrás excesivas causadas por cuantificadores anidados, referencias inversas y otros factores.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">El método regex debe ser parcial, sin parámetros, no genérico y devolver Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Error de patrón de reemplazo.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Intervalo [x-y] en orden inverso.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} no válidos con x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">No se puede incluir la clase \\{0} en el intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">No se puede incluir la clase en el intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Referencia al nombre de grupo no definido '{0}'.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Referencia al nombre de grupo no definido.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Referencia al número de grupo sin definir {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Referencia al número de grupo no definido.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ no válido al final del patrón.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Carácter de control no reconocido.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Secuencia de escape no reconocida \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Propiedad desconocida '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Propiedad Unicode de propiedad desconocida.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Conjunto [] sin terminar.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Comentario (?#...) sin terminar.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.fr.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="fr" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Les conditions d'alternative ne peuvent pas être des commentaires.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Expression conditionnelle (?(...)) non conforme.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) malformé.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">L’alternative a une référence malformée.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Les conditions d'alternative ne capturent pas et ne peuvent pas être nommées.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Trop de | dans (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) référence à un groupe non défini.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">L’alternative a une référence à un groupe non défini.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">La taille du tableau de destination ne permet pas de copier tous les éléments de la collection. Vérifiez l'index et la longueur du tableau.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">L'index de début ne peut pas être inférieur à 0 ou supérieur à la longueur d'entrée.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nom de groupe non valide : les noms de groupes doivent commencer par un caractère alphabétique.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Le nombre de captures ne peut pas être égal à zéro.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Le nombre ne peut pas être inférieur à -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">L'énumération n'a pas commencé ou est déjà terminée.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Un retrait doit être le dernier élément dans une classe de caractères.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Erreur de l’analyseur d’expression régulière « {0} » au décalage {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Les données AppDomain « {0} » contiennent une valeur ou un objet « {1} » incorrect pour la spécification d'un délai de mise en correspondance par défaut pour System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Nombre de ) insuffisant.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Trop de ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Chiffres hexadécimaux insuffisants.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Erreur interne dans ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">La valeur de l’argument {0} ne peut pas être nulle.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Construction de regroupement non reconnue.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">C# LangVersion supérieur ou égal à 10 est requis</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">L’expression régulière spécifiée n’est pas valide. « {0} »</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute est malformé</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Utilisation de RegexGenerator non valide</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Échappement de caractère \\p{X} incomplet.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">La longueur ne peut pas être inférieure à 0 ou supérieure à la longueur d'entrée.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator n’a pas pu générer d’implémentation source complète pour l’expression régulière spécifiée en raison d’une option non prise en charge ou d’une expression régulière trop complexe. L’implémentation interprète l’expression régulière au moment de l’exécution.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Limite RegexGenerator atteinte</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Modèle « {0} » non valide au niveau du décalage {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Référence arrière nommée \\k&lt;...&gt; maformée.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Échappement de caractère \\p{X} malformé.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Caractère de contrôle manquant.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Plusieurs RegexGeneratorAttributes ont été appliqués à la même méthode, alors qu’un seul est autorisé</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Quantificateur imbriqué « {0} ».</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Quantificateur imbriqué sans parenthèse.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Le résultat ne peut pas être appelé sur un Match ayant échoué.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Les remplacements d'expressions régulières avec des substitutions de groupes ne sont pas pris en charge avec RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">La collection est en lecture seule.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Cette plateforme ne prend pas en charge l’écriture d’expressions régulières compilées dans un assembly.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Quantificateur {x,y} ne suivant rien.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Les nombres de groupes de capture doivent être inférieurs ou égaux à Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Le délai d'attente du moteur RegEx a expiré pendant la tentative d'appariement d'un modèle avec une chaîne d'entrée. Ce problème peut se produire pour de nombreuses raisons, notamment en cas d'entrées volumineuses ou de retour sur trace excessif causé par les quantificateurs imbriqués, les références arrière et d'autres facteurs.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">La méthode Regex doit être partielle, sans paramètre, non générique, et renvoyer une expression régulière</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Erreur de modèle de remplacement.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Plage [x-y] en ordre inverse.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} non conforme avec x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Impossible d'inclure la classe \\{0} dans la plage de caractères.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Impossible d'inclure la classe dans la plage de caractères.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Référence au nom de groupe non défini « {0} ».</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Référence au nom de groupe non défini.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Référence à un numéro de groupe non défini {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Référence à un numéro de groupe non défini.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ non conforme à la fin du modèle.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Caractère de contrôle non reconnu.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Séquence d'échappement non reconnue \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Propriété inconnue « {0} ».</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Propriété Unicode inconnue.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Ensemble [] inachevé.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Commentaire (?#...) inachevé.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="fr" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Les conditions d'alternative ne peuvent pas être des commentaires.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Expression conditionnelle (?(...)) non conforme.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) malformé.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">L’alternative a une référence malformée.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Les conditions d'alternative ne capturent pas et ne peuvent pas être nommées.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Trop de | dans (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) référence à un groupe non défini.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">L’alternative a une référence à un groupe non défini.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">La taille du tableau de destination ne permet pas de copier tous les éléments de la collection. Vérifiez l'index et la longueur du tableau.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">L'index de début ne peut pas être inférieur à 0 ou supérieur à la longueur d'entrée.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nom de groupe non valide : les noms de groupes doivent commencer par un caractère alphabétique.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Le nombre de captures ne peut pas être égal à zéro.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Le nombre ne peut pas être inférieur à -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">L'énumération n'a pas commencé ou est déjà terminée.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Un retrait doit être le dernier élément dans une classe de caractères.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Erreur de l’analyseur d’expression régulière « {0} » au décalage {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Les données AppDomain « {0} » contiennent une valeur ou un objet « {1} » incorrect pour la spécification d'un délai de mise en correspondance par défaut pour System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Nombre de ) insuffisant.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Trop de ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Chiffres hexadécimaux insuffisants.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Erreur interne dans ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">La valeur de l’argument {0} ne peut pas être nulle.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Construction de regroupement non reconnue.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">C# LangVersion supérieur ou égal à 10 est requis</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">L’expression régulière spécifiée n’est pas valide. « {0} »</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute est malformé</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Utilisation de RegexGenerator non valide</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Échappement de caractère \\p{X} incomplet.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">La longueur ne peut pas être inférieure à 0 ou supérieure à la longueur d'entrée.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator n’a pas pu générer d’implémentation source complète pour l’expression régulière spécifiée en raison d’une option non prise en charge ou d’une expression régulière trop complexe. L’implémentation interprète l’expression régulière au moment de l’exécution.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Limite RegexGenerator atteinte</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Modèle « {0} » non valide au niveau du décalage {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Référence arrière nommée \\k&lt;...&gt; maformée.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Échappement de caractère \\p{X} malformé.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Caractère de contrôle manquant.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Plusieurs RegexGeneratorAttributes ont été appliqués à la même méthode, alors qu’un seul est autorisé</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Quantificateur imbriqué « {0} ».</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Quantificateur imbriqué sans parenthèse.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Le résultat ne peut pas être appelé sur un Match ayant échoué.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Les remplacements d'expressions régulières avec des substitutions de groupes ne sont pas pris en charge avec RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">La collection est en lecture seule.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Cette plateforme ne prend pas en charge l’écriture d’expressions régulières compilées dans un assembly.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Quantificateur {x,y} ne suivant rien.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Les nombres de groupes de capture doivent être inférieurs ou égaux à Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Le délai d'attente du moteur RegEx a expiré pendant la tentative d'appariement d'un modèle avec une chaîne d'entrée. Ce problème peut se produire pour de nombreuses raisons, notamment en cas d'entrées volumineuses ou de retour sur trace excessif causé par les quantificateurs imbriqués, les références arrière et d'autres facteurs.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">La méthode Regex doit être partielle, sans paramètre, non générique, et renvoyer une expression régulière</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Erreur de modèle de remplacement.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Plage [x-y] en ordre inverse.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} non conforme avec x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Impossible d'inclure la classe \\{0} dans la plage de caractères.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Impossible d'inclure la classe dans la plage de caractères.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Référence au nom de groupe non défini « {0} ».</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Référence au nom de groupe non défini.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Référence à un numéro de groupe non défini {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Référence à un numéro de groupe non défini.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ non conforme à la fin du modèle.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Caractère de contrôle non reconnu.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Séquence d'échappement non reconnue \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Propriété inconnue « {0} ».</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Propriété Unicode inconnue.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Ensemble [] inachevé.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Commentaire (?#...) inachevé.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.it.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="it" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Le condizioni di alternanza non possono essere commenti.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Espressione condizionale (?(...)) non valida.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) non valido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">L'alternanza contiene un riferimento non valido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Le condizioni di alternanza non consentono l'acquisizione e non possono essere denominate.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Troppi | in (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ). Riferimento a gruppo indefinito.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">L'alternanza contiene un riferimento a un gruppo non definito.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">La lunghezza della matrice di destinazione non è sufficiente per copiare tutti gli elementi della raccolta. Controllare l'indice e la lunghezza della matrice.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">L'indirizzo di inizio non può essere minore di zero o maggiore della lunghezza di input.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nome di gruppo non valido: i nomi di gruppo devono iniziare con un carattere alfanumerico.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Il numero di acquisizioni non può essere zero.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Il valore di count non può essere minore di -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Enumerazione non avviata o già terminata.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">L'ultimo elemento di una classe di caratteri deve essere una sottrazione.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Errore del parser dell'espressione regolare '{0}' alla posizione di offset {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">I dati '{0}' di AppDomain contengono il valore o l'oggetto non valido '{1}' per specificare un timeout di corrispondenza predefinito per System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Parentesi di chiusura insufficienti.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Troppe parentesi di chiusura.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Cifre esadecimali insufficienti.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Errore interno in ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">L'argomento {0} non può avere lunghezza zero.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Costrutto di raggruppamento non riconosciuto.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">È richiesta la versione 10 o successiva del linguaggio C#</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">L'espressione regolare specificata non è valida. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute non è valido</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Utilizzo di RegexGenerator non valido</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Sequenza di caratteri di escape \\p{X} incompleta.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Lenght non può essere minore di zero o superare la lunghezza di input.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator non è riuscito a generare un'implementazione di origine completa per l'espressione regolare specificata a causa di un'opzione non supportata o di un'espressione regolare troppo complessa. L'implementazione interpreterà l'espressione regolare in fase di esecuzione.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">È stata raggiunta la limitazione di RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Criterio '{0}' non valido alla posizione di offset {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Il backreference denominato \\k&lt;...&gt; non è valido.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Sequenza di caratteri di escape \\p{X} non valida.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Carattere di controllo mancante.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Allo stesso metodo sono stati applicati più RegexGeneratorAttribute, ma ne è consentito solo uno</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Quantificatore '{0}' annidato.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Quantificatore annidato non racchiuso tra parentesi.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Impossibile chiamare Result su un Match non riuscito.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Le sostituzioni regex con sostituzioni di gruppi non sono supportate con RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">La raccolta è di sola lettura.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Questa piattaforma non supporta la scrittura di espressioni regolari compilate in un assembly.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Il quantificatore {x,y} non segue alcun elemento.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">I numeri del gruppo Capture devono essere minori o uguali a Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Timeout del motore RegEx durante il tentativo di corrispondenza di un criterio a una stringa di input. Il timeout si può verificare per molti motivi, compresi gli input molto grandi o un eccessivo backtracking causato dai quantificatori annidati, backreference e altri fattori.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Il metodo Regex deve essere parziale, senza parametri, non generico e restituire Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Errore nel criterio di sostituzione.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Intervallo [x-y] in ordine inverso.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} non valido con x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Non è possibile includere la classe \\{0} nell'intervallo di caratteri.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Non è possibile includere la classe nell'intervallo di caratteri.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Riferimento a nome di gruppo indefinito: '{0}'.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Riferimento a nome di gruppo indefinito.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Riferimento a numero di gruppo indefinito: {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Riferimento a numero di gruppo indefinito.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Carattere \\ non valido alla fine del criterio.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Carattere di controllo non riconosciuto.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Sequenza di escape non riconosciuta: \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Proprietà '{0}' sconosciuta.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Proprietà Unicode della proprietà sconosciuta.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Set [] senza terminazione.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Commento (?#...) non terminato.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="it" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Le condizioni di alternanza non possono essere commenti.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Espressione condizionale (?(...)) non valida.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) non valido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">L'alternanza contiene un riferimento non valido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Le condizioni di alternanza non consentono l'acquisizione e non possono essere denominate.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Troppi | in (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ). Riferimento a gruppo indefinito.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">L'alternanza contiene un riferimento a un gruppo non definito.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">La lunghezza della matrice di destinazione non è sufficiente per copiare tutti gli elementi della raccolta. Controllare l'indice e la lunghezza della matrice.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">L'indirizzo di inizio non può essere minore di zero o maggiore della lunghezza di input.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nome di gruppo non valido: i nomi di gruppo devono iniziare con un carattere alfanumerico.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Il numero di acquisizioni non può essere zero.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Il valore di count non può essere minore di -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Enumerazione non avviata o già terminata.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">L'ultimo elemento di una classe di caratteri deve essere una sottrazione.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Errore del parser dell'espressione regolare '{0}' alla posizione di offset {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">I dati '{0}' di AppDomain contengono il valore o l'oggetto non valido '{1}' per specificare un timeout di corrispondenza predefinito per System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Parentesi di chiusura insufficienti.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Troppe parentesi di chiusura.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Cifre esadecimali insufficienti.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Errore interno in ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">L'argomento {0} non può avere lunghezza zero.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Costrutto di raggruppamento non riconosciuto.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">È richiesta la versione 10 o successiva del linguaggio C#</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">L'espressione regolare specificata non è valida. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute non è valido</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Utilizzo di RegexGenerator non valido</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Sequenza di caratteri di escape \\p{X} incompleta.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Lenght non può essere minore di zero o superare la lunghezza di input.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator non è riuscito a generare un'implementazione di origine completa per l'espressione regolare specificata a causa di un'opzione non supportata o di un'espressione regolare troppo complessa. L'implementazione interpreterà l'espressione regolare in fase di esecuzione.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">È stata raggiunta la limitazione di RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Criterio '{0}' non valido alla posizione di offset {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Il backreference denominato \\k&lt;...&gt; non è valido.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Sequenza di caratteri di escape \\p{X} non valida.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Carattere di controllo mancante.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Allo stesso metodo sono stati applicati più RegexGeneratorAttribute, ma ne è consentito solo uno</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Quantificatore '{0}' annidato.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Quantificatore annidato non racchiuso tra parentesi.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Impossibile chiamare Result su un Match non riuscito.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Le sostituzioni regex con sostituzioni di gruppi non sono supportate con RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">La raccolta è di sola lettura.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Questa piattaforma non supporta la scrittura di espressioni regolari compilate in un assembly.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Il quantificatore {x,y} non segue alcun elemento.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">I numeri del gruppo Capture devono essere minori o uguali a Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Timeout del motore RegEx durante il tentativo di corrispondenza di un criterio a una stringa di input. Il timeout si può verificare per molti motivi, compresi gli input molto grandi o un eccessivo backtracking causato dai quantificatori annidati, backreference e altri fattori.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Il metodo Regex deve essere parziale, senza parametri, non generico e restituire Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Errore nel criterio di sostituzione.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Intervallo [x-y] in ordine inverso.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} non valido con x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Non è possibile includere la classe \\{0} nell'intervallo di caratteri.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Non è possibile includere la classe nell'intervallo di caratteri.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Riferimento a nome di gruppo indefinito: '{0}'.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Riferimento a nome di gruppo indefinito.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Riferimento a numero di gruppo indefinito: {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Riferimento a numero di gruppo indefinito.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Carattere \\ non valido alla fine del criterio.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Carattere di controllo non riconosciuto.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Sequenza di escape non riconosciuta: \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Proprietà '{0}' sconosciuta.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Proprietà Unicode della proprietà sconosciuta.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Set [] senza terminazione.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Commento (?#...) non terminato.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ja.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ja" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">選択条件をコメントにできません。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">条件付き (?(...)) 表現が無効です。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) の形式に誤りがあります。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">代替の参照の形式に誤りがあります。</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">選択条件が捕捉されないため、名前を指定できません。</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|) 内の | が多すぎます。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">未定義のグループへの (?({0}) ) 参照です。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">代替には未定義のグループへの参照が含まれています。</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">ターゲット配列の長さが不足しているため、コレクション内のすべての項目をコピーできません。配列のインデックスと長さをご確認ください。</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">開始インデックスに 0 より小さい値または入力長より大きい値を指定することはできません。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">グループ名が無効です。グループ名は語句で始めなければなりません。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">キャプチャ番号を 0 にすることはできません。</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">カウントを -1 未満にすることはできません。</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">列挙が開始していないか、または既に完了しています。</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">減算は、文字クラスの最後の要素でなければなりません。</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">オフセット {1} の正規表現パーサー エラー '{0}'。</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain データ '{0}' には、System.Text.RegularExpressions.Regex の既定の適切なタイムアウトを指定するうえで無効な値またはオブジェクト '{1}' が含まれています。</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">)' が足りません。</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">)' が多すぎます。</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">不十分な 16 進数の数字です。</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex に内部エラーが発生しました。</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">引数 {0} は長さゼロにすることはできません。</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">認識されないグループ化構成体です。</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">C# LangVersion 10 以上が必要です</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">指定された正規表現が無効です。'{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute の形式に誤りがあります</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">RegexGenerator の使用法が無効です</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">不完全な \\p{X} 文字エスケープです。</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">長さを 0 未満に設定したり、入力の長さを超えることはできません。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">オプションがサポートされていないか、または正規表現が複雑すぎるため、RegexGenerator は指定された正規表現の完全なソース実装を生成できませんでした。 実装では、実行時に正規表現が解釈されます。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator の制限に達しました。</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">オフセット {1} に無効なパターン '{0}' があります。{2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">形式に誤りがある \\k&lt;...&gt; 名前付き逆参照です。</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">形式に誤りがある \\p{X} エスケープ文字です。</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">制御文字がありません。</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">複数の RegexGeneratorAttributes が同じメソッドに適用されましたが、許可されるのは 1 つだけです</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">入れ子になった量指定子 '{0}' です。</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">入れ子になった量指定子はかっこで囲まれません。</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">失敗した Match で Result を呼び出すことはできません。</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking では、グループの置換による正規表現の置換はサポートされていません。</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">コレクションは読み取り専用です。</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">このプラットフォームでは、コンパイルされた正規表現をアセンブリに書き込むことはサポートされていません。</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">量指定子 {x,y} の前に何もありません。</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">キャプチャ グループ数は、Int32.MaxValue 以下でなければなりません。</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">パターンと入力文字列との照合中に、RegEx エンジンがタイムアウトしました。これは、非常に大きな入力、入れ子になった量指定子によって生じた過剰なバックトラッキング、前方参照などの要因を含む、さまざまな原因によって発生する可能性があります。</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">正規表現メソッドは、部分的、パラメーターなし、非ジェネリックであり、正規表現を返す必要があります</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">置換パターン エラーです。</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] 範囲の順序が逆です。</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} が無効です。x が y よりも大きい値です。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">文字範囲にクラス \\{0} を含めることはできません。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">文字範囲にクラスを含めることはできません。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">未定義のグループ名 '{0}' への参照です。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">未定義のグループ名への参照です。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">未定義のグループ番号 {0} が参照されました。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">未定義のグループ番号への参照です。</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">パターンの末尾に無効な \\ があります。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">認識されない制御文字です。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">認識できないエスケープ シーケンス \\{0} です。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">不明なプロパティ '{0}' です。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">不明なプロパティの Unicode プロパティです。</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">未終了の [] セットです。</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">未終了の (?#...) コメントです。</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ja" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">選択条件をコメントにできません。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">条件付き (?(...)) 表現が無効です。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) の形式に誤りがあります。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">代替の参照の形式に誤りがあります。</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">選択条件が捕捉されないため、名前を指定できません。</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|) 内の | が多すぎます。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">未定義のグループへの (?({0}) ) 参照です。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">代替には未定義のグループへの参照が含まれています。</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">ターゲット配列の長さが不足しているため、コレクション内のすべての項目をコピーできません。配列のインデックスと長さをご確認ください。</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">開始インデックスに 0 より小さい値または入力長より大きい値を指定することはできません。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">グループ名が無効です。グループ名は語句で始めなければなりません。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">キャプチャ番号を 0 にすることはできません。</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">カウントを -1 未満にすることはできません。</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">列挙が開始していないか、または既に完了しています。</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">減算は、文字クラスの最後の要素でなければなりません。</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">オフセット {1} の正規表現パーサー エラー '{0}'。</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain データ '{0}' には、System.Text.RegularExpressions.Regex の既定の適切なタイムアウトを指定するうえで無効な値またはオブジェクト '{1}' が含まれています。</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">)' が足りません。</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">)' が多すぎます。</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">不十分な 16 進数の数字です。</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex に内部エラーが発生しました。</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">引数 {0} は長さゼロにすることはできません。</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">認識されないグループ化構成体です。</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">C# LangVersion 10 以上が必要です</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">指定された正規表現が無効です。'{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute の形式に誤りがあります</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">RegexGenerator の使用法が無効です</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">不完全な \\p{X} 文字エスケープです。</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">長さを 0 未満に設定したり、入力の長さを超えることはできません。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">オプションがサポートされていないか、または正規表現が複雑すぎるため、RegexGenerator は指定された正規表現の完全なソース実装を生成できませんでした。 実装では、実行時に正規表現が解釈されます。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator の制限に達しました。</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">オフセット {1} に無効なパターン '{0}' があります。{2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">形式に誤りがある \\k&lt;...&gt; 名前付き逆参照です。</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">形式に誤りがある \\p{X} エスケープ文字です。</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">制御文字がありません。</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">複数の RegexGeneratorAttributes が同じメソッドに適用されましたが、許可されるのは 1 つだけです</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">入れ子になった量指定子 '{0}' です。</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">入れ子になった量指定子はかっこで囲まれません。</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">失敗した Match で Result を呼び出すことはできません。</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking では、グループの置換による正規表現の置換はサポートされていません。</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">コレクションは読み取り専用です。</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">このプラットフォームでは、コンパイルされた正規表現をアセンブリに書き込むことはサポートされていません。</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">量指定子 {x,y} の前に何もありません。</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">キャプチャ グループ数は、Int32.MaxValue 以下でなければなりません。</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">パターンと入力文字列との照合中に、RegEx エンジンがタイムアウトしました。これは、非常に大きな入力、入れ子になった量指定子によって生じた過剰なバックトラッキング、前方参照などの要因を含む、さまざまな原因によって発生する可能性があります。</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">正規表現メソッドは、部分的、パラメーターなし、非ジェネリックであり、正規表現を返す必要があります</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">置換パターン エラーです。</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] 範囲の順序が逆です。</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} が無効です。x が y よりも大きい値です。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">文字範囲にクラス \\{0} を含めることはできません。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">文字範囲にクラスを含めることはできません。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">未定義のグループ名 '{0}' への参照です。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">未定義のグループ名への参照です。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">未定義のグループ番号 {0} が参照されました。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">未定義のグループ番号への参照です。</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">パターンの末尾に無効な \\ があります。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">認識されない制御文字です。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">認識できないエスケープ シーケンス \\{0} です。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">不明なプロパティ '{0}' です。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">不明なプロパティの Unicode プロパティです。</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">未終了の [] セットです。</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">未終了の (?#...) コメントです。</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ko.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">교체 조건은 주석이 될 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">조건(?(...))식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) 형식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">대체에 잘못된 참조가 있습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">교체 조건은 캡처하지 않고 이름을 지정할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|)에 | 기호가 너무 많습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) 정의되지 않은 그룹을 참조합니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">대체에는 정의되지 않은 그룹에 대한 참조가 있습니다.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">대상 배열이 컬렉션의 모든 항목을 복사하기에 충분히 길지 않습니다. 배열 인덱스와 길이를 확인하세요.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">시작 인덱스는 0보다 작거나 입력 길이보다 클 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">그룹 이름이 잘못되었습니다. 그룹 이름은 문자로 시작해야 합니다.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">캡처 번호는 0일 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">개수는 -1보다 작을 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">열거가 시작되지 않았거나 이미 완료되었습니다.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">빼기는 문자 클래스의 마지막 요소여야 합니다.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">오프셋 {1}에서 정규식 파서 오류 '{0}'.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain 데이터 '{0}'에 System.Text.RegularExpressions.Regex에 대한 기본 일치 제한 시간을 지정하기 위한 잘못된 값 또는 개체 '{1}'이(가) 있습니다.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">)가 부족합니다.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">)가 너무 많습니다.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">16진수가 충분하지 않습니다.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex에 내부 오류가 있습니다.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">인수 {0}은(는) 길이가 0일 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">인식할 수 없는 그룹화 구성입니다.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">10 이상의 C# LangVersion이 필요합니다.</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">지정한 regex가 잘못되었습니다. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute의 형식이 잘못되었습니다.</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">잘못된 RegexGenerator 사용</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">\\p{X} 문자 이스케이프가 완전하지 않습니다.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">길이는 0보다 작거나 입력 길이를 초과할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">지원되지 않는 옵션 또는 너무 복잡한 정규식으로 인해 RegexGenerator가 지정한 정규식에 대한 전체 소스 구현을 생성할 수 없습니다. 구현에서는 런타임에 정규식을 해석합니다.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator 제한에 도달했습니다.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">오프셋 {1}에서 잘못된 패턴 '{0}'. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">\\k&lt;...&gt; 역참조 형식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">\\p{X} 문자 이스케이프 형식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">제어 문자가 없습니다.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">동일한 메서드에 여러 RegexGeneratorAttributes가 적용되었지만 하나만 허용됩니다.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">중첩 수량자 '{0}'입니다.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">중첩된 수량자에 괄호가 없습니다.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">실패한 Match에서 결과를 호출할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking에서는 그룹을 대체하는 Regex 대체가 지원되지 않습니다.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">읽기 전용 컬렉션입니다.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">이 플랫폼은 컴파일된 정규식을 어셈블리에 쓰는 것을 지원하지 않습니다.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">수량자 {x,y} 앞에 아무 것도 없습니다.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">캡처 그룹 번호는 Int32.MaxValue보다 작거나 같아야 합니다.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">RegEx 엔진이 패턴을 입력 문자열에 일치시키는 동안 시간 초과되었습니다. 이 오류는 많은 입력, 중첩 수량자로 인한 과도한 역추적, 역참조, 기타 요인 등의 다양한 이유로 인해 발생할 수 있습니다.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex 메서드는 부분적이고 매개 변수가 없고 제네릭이 아니어야 하며 Regex를 반환해야 합니다.</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">교체 패턴 오류입니다.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] 범위가 역순으로 되어 있습니다.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">x &gt; y인 {x,y}를 사용할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">문자 범위에 \\{0} 클래스를 포함할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">문자 범위에 클래스를 포함할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">정의되지 않은 그룹 이름 '{0}'에 대한 참조입니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">정의되지 않은 그룹 이름에 대한 참조입니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">정의되지 않은 그룹 번호 {0}을(를) 참조합니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">정의되지 않은 그룹 번호에 대한 참조입니다.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">패턴 끝에 잘못된 \\가 있습니다.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">인식할 수 없는 제어 문자입니다.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">인식할 수 없는 이스케이프 시퀀스 \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">알 수 없는 속성 '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">알 수 없는 속성 유니코드 속성입니다.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">종결되지 않은 [] 집합입니다.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">종결되지 않은 (?#...) 주석입니다.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ko" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">교체 조건은 주석이 될 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">조건(?(...))식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) 형식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">대체에 잘못된 참조가 있습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">교체 조건은 캡처하지 않고 이름을 지정할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|)에 | 기호가 너무 많습니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) 정의되지 않은 그룹을 참조합니다.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">대체에는 정의되지 않은 그룹에 대한 참조가 있습니다.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">대상 배열이 컬렉션의 모든 항목을 복사하기에 충분히 길지 않습니다. 배열 인덱스와 길이를 확인하세요.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">시작 인덱스는 0보다 작거나 입력 길이보다 클 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">그룹 이름이 잘못되었습니다. 그룹 이름은 문자로 시작해야 합니다.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">캡처 번호는 0일 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">개수는 -1보다 작을 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">열거가 시작되지 않았거나 이미 완료되었습니다.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">빼기는 문자 클래스의 마지막 요소여야 합니다.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">오프셋 {1}에서 정규식 파서 오류 '{0}'.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain 데이터 '{0}'에 System.Text.RegularExpressions.Regex에 대한 기본 일치 제한 시간을 지정하기 위한 잘못된 값 또는 개체 '{1}'이(가) 있습니다.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">)가 부족합니다.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">)가 너무 많습니다.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">16진수가 충분하지 않습니다.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex에 내부 오류가 있습니다.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">인수 {0}은(는) 길이가 0일 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">인식할 수 없는 그룹화 구성입니다.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">10 이상의 C# LangVersion이 필요합니다.</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">지정한 regex가 잘못되었습니다. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute의 형식이 잘못되었습니다.</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">잘못된 RegexGenerator 사용</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">\\p{X} 문자 이스케이프가 완전하지 않습니다.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">길이는 0보다 작거나 입력 길이를 초과할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">지원되지 않는 옵션 또는 너무 복잡한 정규식으로 인해 RegexGenerator가 지정한 정규식에 대한 전체 소스 구현을 생성할 수 없습니다. 구현에서는 런타임에 정규식을 해석합니다.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator 제한에 도달했습니다.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">오프셋 {1}에서 잘못된 패턴 '{0}'. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">\\k&lt;...&gt; 역참조 형식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">\\p{X} 문자 이스케이프 형식이 잘못되었습니다.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">제어 문자가 없습니다.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">동일한 메서드에 여러 RegexGeneratorAttributes가 적용되었지만 하나만 허용됩니다.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">중첩 수량자 '{0}'입니다.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">중첩된 수량자에 괄호가 없습니다.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">실패한 Match에서 결과를 호출할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking에서는 그룹을 대체하는 Regex 대체가 지원되지 않습니다.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">읽기 전용 컬렉션입니다.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">이 플랫폼은 컴파일된 정규식을 어셈블리에 쓰는 것을 지원하지 않습니다.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">수량자 {x,y} 앞에 아무 것도 없습니다.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">캡처 그룹 번호는 Int32.MaxValue보다 작거나 같아야 합니다.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">RegEx 엔진이 패턴을 입력 문자열에 일치시키는 동안 시간 초과되었습니다. 이 오류는 많은 입력, 중첩 수량자로 인한 과도한 역추적, 역참조, 기타 요인 등의 다양한 이유로 인해 발생할 수 있습니다.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex 메서드는 부분적이고 매개 변수가 없고 제네릭이 아니어야 하며 Regex를 반환해야 합니다.</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">교체 패턴 오류입니다.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] 범위가 역순으로 되어 있습니다.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">x &gt; y인 {x,y}를 사용할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">문자 범위에 \\{0} 클래스를 포함할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">문자 범위에 클래스를 포함할 수 없습니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">정의되지 않은 그룹 이름 '{0}'에 대한 참조입니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">정의되지 않은 그룹 이름에 대한 참조입니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">정의되지 않은 그룹 번호 {0}을(를) 참조합니다.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">정의되지 않은 그룹 번호에 대한 참조입니다.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">패턴 끝에 잘못된 \\가 있습니다.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">인식할 수 없는 제어 문자입니다.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">인식할 수 없는 이스케이프 시퀀스 \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">알 수 없는 속성 '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">알 수 없는 속성 유니코드 속성입니다.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">종결되지 않은 [] 집합입니다.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">종결되지 않은 (?#...) 주석입니다.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pl.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pl" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Wyrażenia warunkowe nie mogą być komentarzami.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Niedozwolone wyrażenie warunkowe (?(...)).</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">Zmiana (?({0}) ) ma nieprawidłową postać.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Zmiana ma źle sformułowane odwołanie.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Wyrażenia warunkowe nie przechwytują i nie mogą być nazwane.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Za dużo | w (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Odwołanie (?({0}) ) do niezdefiniowanej grupy.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Zmiana ma odwołanie do niezdefiniowanej grupy.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Tablica docelowa ma zbyt małą długość, aby móc skopiować wszystkie elementy kolekcji. Sprawdź indeks tablicy i jej długość.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Indeks początkowy nie może być mniejszy od 0 ani większy od długości danych wejściowych.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nieprawidłowa nazwa grupy: nazwy grup muszą się zaczynać od litery.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Numer przechwytywania nie może być równy zeru.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Wartość licznika nie może być mniejsza od -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Wyliczanie nie zostało uruchomione lub zostało już zakończone.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Odejmowanie musi być ostatnim elementem w klasie znaków.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Błąd analizatora wyrażeń regularnych „{0}” przy przesunięciu {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Dane AppDomain „{0}” zawierają nieprawidłową wartość lub obiekt „{1}” do określenia domyślnego zgodnego limitu czasu dla elementu System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Za mało nawiasów zamykających.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Za dużo nawiasów zamykających.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Za mało cyfr szesnastkowych.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Błąd wewnętrzny w elemencie ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Argument {0} nie może mieć zerowej długości.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Nierozpoznana konstrukcja grupowania.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">Wymagane jest wersja 10 lub nowsza języka C# LangVersion </target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Określone wyrażenie regularne jest nieprawidłowe. „{0}”</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Atrybut RegexGeneratorAttribute jest źle sformułowany</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Nieprawidłowe użycie atrybutu RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Niekompletny znak ucieczki \\p{X}.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Długość nie może być mniejsza od 0 ani przekraczać długości danych wejściowych.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">Obiekt RegexGenerator nie może wygenerować pełnej implementacji źródła dla określonego wyrażenia regularnego z powodu nieobsługiwanych opcji lub zbyt złożonego wyrażenia regularnego. Implementacja będzie interpretować wyrażenie regularne w czasie wykonywania.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Osiągnięto ograniczenie RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Nieprawidłowy wzorzec „{0}” przy przesunięciu {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Źle sformułowany znak \\k&lt;...&gt; nazwany odwołaniem wstecznym.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Źle sformułowany znak ucieczki \\p{X}.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Brak znaku kontrolnego.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Do tej samej metody zastosowano wiele atrybutów RegexGeneratorAttributes, ale dozwolony jest tylko jeden</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Zagnieżdżony kwantyfikator „{0}”.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Zagnieżdżony kwantyfikator nie ma nawiasów.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Nie można wywołać wyniku błędnego dopasowania.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Zamiany wyrażeń regularnych z podstawieniami grup nie są obsługiwane w przypadku metody RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Kolekcja jest tylko do odczytu.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Ta platforma nie obsługuje pisania skompilowanych wyrażeń regularnych do zestawu.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Nic nie występuje przed kwantyfikatorem {x,y}.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Numery grup przechwytywania muszą być mniejsze lub równe wartości Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Upłynął limit czasu podczas próby dopasowania przez aparat wyrażeń regularnych wzorca do ciągu wejściowego. Mogło to być spowodowane wieloma przyczynami, w tym bardzo dużą ilością danych wejściowych, nadmiernym wykorzystaniem algorytmu wycofywania związanym z kwantyfikatorami zagnieżdżonymi, odwołaniami wstecznymi i innymi czynnikami.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Metoda wyrażenia regularnego musi być częściowa, bez parametrów, niegeneryczna i zwracać wyrażenie regularne</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Błąd wzorca zastępczego.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Zakres [x-y] w kolejności odwrotnej.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Niedozwolone wartości {x,y}, gdzie x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Nie można uwzględnić klasy \\{0} w zakresie znaków.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Nie można uwzględnić klasy w zakresie znaków.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Odwołanie do niezdefiniowanej nazwy grupy „{0}”.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Odwołanie do niezdefiniowanej nazwy grupy.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Odwołanie do niezdefiniowanego numeru grupy {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Odwołanie do niezdefiniowanego numeru grupy.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Niedozwolony znak \\ na końcu wzorca.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Nierozpoznany znak kontrolny.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Nierozpoznana sekwencja ucieczki \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Nieznana właściwość „{0}”.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Nieznana właściwość Unicode.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Nieskończony zestaw nawiasów [].</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Niezakończony komentarz (?#...).</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pl" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Wyrażenia warunkowe nie mogą być komentarzami.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Niedozwolone wyrażenie warunkowe (?(...)).</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">Zmiana (?({0}) ) ma nieprawidłową postać.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Zmiana ma źle sformułowane odwołanie.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Wyrażenia warunkowe nie przechwytują i nie mogą być nazwane.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Za dużo | w (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Odwołanie (?({0}) ) do niezdefiniowanej grupy.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Zmiana ma odwołanie do niezdefiniowanej grupy.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Tablica docelowa ma zbyt małą długość, aby móc skopiować wszystkie elementy kolekcji. Sprawdź indeks tablicy i jej długość.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Indeks początkowy nie może być mniejszy od 0 ani większy od długości danych wejściowych.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nieprawidłowa nazwa grupy: nazwy grup muszą się zaczynać od litery.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Numer przechwytywania nie może być równy zeru.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Wartość licznika nie może być mniejsza od -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Wyliczanie nie zostało uruchomione lub zostało już zakończone.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Odejmowanie musi być ostatnim elementem w klasie znaków.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Błąd analizatora wyrażeń regularnych „{0}” przy przesunięciu {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Dane AppDomain „{0}” zawierają nieprawidłową wartość lub obiekt „{1}” do określenia domyślnego zgodnego limitu czasu dla elementu System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Za mało nawiasów zamykających.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Za dużo nawiasów zamykających.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Za mało cyfr szesnastkowych.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Błąd wewnętrzny w elemencie ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Argument {0} nie może mieć zerowej długości.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Nierozpoznana konstrukcja grupowania.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">Wymagane jest wersja 10 lub nowsza języka C# LangVersion </target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Określone wyrażenie regularne jest nieprawidłowe. „{0}”</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Atrybut RegexGeneratorAttribute jest źle sformułowany</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Nieprawidłowe użycie atrybutu RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Niekompletny znak ucieczki \\p{X}.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Długość nie może być mniejsza od 0 ani przekraczać długości danych wejściowych.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">Obiekt RegexGenerator nie może wygenerować pełnej implementacji źródła dla określonego wyrażenia regularnego z powodu nieobsługiwanych opcji lub zbyt złożonego wyrażenia regularnego. Implementacja będzie interpretować wyrażenie regularne w czasie wykonywania.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Osiągnięto ograniczenie RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Nieprawidłowy wzorzec „{0}” przy przesunięciu {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Źle sformułowany znak \\k&lt;...&gt; nazwany odwołaniem wstecznym.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Źle sformułowany znak ucieczki \\p{X}.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Brak znaku kontrolnego.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Do tej samej metody zastosowano wiele atrybutów RegexGeneratorAttributes, ale dozwolony jest tylko jeden</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Zagnieżdżony kwantyfikator „{0}”.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Zagnieżdżony kwantyfikator nie ma nawiasów.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Nie można wywołać wyniku błędnego dopasowania.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Zamiany wyrażeń regularnych z podstawieniami grup nie są obsługiwane w przypadku metody RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Kolekcja jest tylko do odczytu.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Ta platforma nie obsługuje pisania skompilowanych wyrażeń regularnych do zestawu.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Nic nie występuje przed kwantyfikatorem {x,y}.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Numery grup przechwytywania muszą być mniejsze lub równe wartości Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Upłynął limit czasu podczas próby dopasowania przez aparat wyrażeń regularnych wzorca do ciągu wejściowego. Mogło to być spowodowane wieloma przyczynami, w tym bardzo dużą ilością danych wejściowych, nadmiernym wykorzystaniem algorytmu wycofywania związanym z kwantyfikatorami zagnieżdżonymi, odwołaniami wstecznymi i innymi czynnikami.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Metoda wyrażenia regularnego musi być częściowa, bez parametrów, niegeneryczna i zwracać wyrażenie regularne</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Błąd wzorca zastępczego.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Zakres [x-y] w kolejności odwrotnej.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Niedozwolone wartości {x,y}, gdzie x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Nie można uwzględnić klasy \\{0} w zakresie znaków.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Nie można uwzględnić klasy w zakresie znaków.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Odwołanie do niezdefiniowanej nazwy grupy „{0}”.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Odwołanie do niezdefiniowanej nazwy grupy.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Odwołanie do niezdefiniowanego numeru grupy {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Odwołanie do niezdefiniowanego numeru grupy.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Niedozwolony znak \\ na końcu wzorca.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Nierozpoznany znak kontrolny.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Nierozpoznana sekwencja ucieczki \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Nieznana właściwość „{0}”.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Nieznana właściwość Unicode.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Nieskończony zestaw nawiasów [].</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Niezakończony komentarz (?#...).</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.pt-BR.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pt-BR" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Condições de alternância não podem ser comentários.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Expressão condicional (?(...)) incorreta.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) malformado.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">A alternativa tem uma referência malformada.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Condições de alternância não fazem captura e não podem ser renomeadas.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Número excessivo de | em (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Referência (?({0}) ) a um grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">A alternativa tem uma referência a um grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">A matriz de destino não é longa o suficiente para copiar todos os itens da coleção. Verifique o índice e o tamanho da matriz.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Índice inicial não pode ser menor que 0 ou maior que o comprimento de entrada.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nome de grupo inválido: nomes de grupo deve iniciar por um caractere alfabético.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Número de captura não pode ser zero.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Contagem não pode ser menor que -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">A enumeração não foi iniciada ou já foi concluída.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Uma subtração deve ser o último elemento em uma classe de caracteres.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Erro de análise de expressão regular '{0}' no deslocamento {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Os dados AppDomain '{0}' contêm o valor inválido ou objeto '{1}' para especificar um tempo limite de correspondência padrão para System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Não há )'s suficientes.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Número excessivo de )'s.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Dígitos hexadecimais insuficientes.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Erro interno em ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">O argumento {0} não pode ter comprimento zero.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Construção de agrupamento não reconhecida.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">C# LangVersion de 10 ou maior é necessário</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">O regex especificado é inválido. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">O RegexGeneratorAttribute está malformado</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Uso Inválido do RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Caractere de escape \\p{X} incompleto.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Comprimento não pode ser menor que 0 ou exceder o comprimento de entrada.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">O RegexGenerator não pôde gerar uma implementação de origem completa para a expressão regular especificada, devido a uma opção sem suporte ou a uma expressão regular muito complexa. A implementação interpretará a expressão regular em tempo de execução.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Limitação de RegexGenerator atingida.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Padrão inválido '{0}' no deslocamento {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Referência inversa \\k&lt;...&gt; mal formada.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Caractere de escape \\p{X} mal formado.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Caractere de controle ausente.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Vários RegexGeneratorAttributes foram aplicados ao mesmo método, mas apenas um é permitido</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Quantificador aninhado '{0}'.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Quantificador aninhado sem parênteses.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Não é possível chamar resultado quando há falha na correspondência.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Substituições de regex com substituições de grupos não são suportadas com RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">A coleção é somente leitura.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Essa plataforma não suporta a escrita de expressões regulares compiladas em um assembly.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Nada precede o quantificador {x,y}.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Os números de grupo de captura devem ser menores que ou iguais a Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">O mecanismo de RegEx esgotou o tempo limite ao tentar combinar um padrão com uma cadeia de caracteres de entrada. Isso pode ocorrer por vários motivos, incluindo entradas muito grandes ou acompanhamento inverso excessivo causado por quantificadores aninhados, referências inversas e outros fatores.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">O método Regex deve ser parcial, sem parâmetros, não genérico e retornar Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Erro no padrão de substituição.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Intervalo [x-y] em ordem inversa.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} incorreto com x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Não é possível incluir classe \\{0} no intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Não pode incluir classe no intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Referência ao nome do grupo indefinido '{0}'.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Referência ao nome do grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Referência a número de grupo {0} indefinido.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Referência ao número do grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ incorreto no final do padrão.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Caractere de controle não reconhecido.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Sequência de escape não reconhecida \\{0}</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Propriedade desconhecida '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Propriedade Desconhecida Propriedade Unicode.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Conjunto [] não finalizado.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Comentário (?#...) não finalizado.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="pt-BR" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Condições de alternância não podem ser comentários.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Expressão condicional (?(...)) incorreta.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) malformado.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">A alternativa tem uma referência malformada.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Condições de alternância não fazem captura e não podem ser renomeadas.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Número excessivo de | em (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">Referência (?({0}) ) a um grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">A alternativa tem uma referência a um grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">A matriz de destino não é longa o suficiente para copiar todos os itens da coleção. Verifique o índice e o tamanho da matriz.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Índice inicial não pode ser menor que 0 ou maior que o comprimento de entrada.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Nome de grupo inválido: nomes de grupo deve iniciar por um caractere alfabético.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Número de captura não pode ser zero.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Contagem não pode ser menor que -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">A enumeração não foi iniciada ou já foi concluída.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Uma subtração deve ser o último elemento em uma classe de caracteres.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Erro de análise de expressão regular '{0}' no deslocamento {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Os dados AppDomain '{0}' contêm o valor inválido ou objeto '{1}' para especificar um tempo limite de correspondência padrão para System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Não há )'s suficientes.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Número excessivo de )'s.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Dígitos hexadecimais insuficientes.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Erro interno em ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">O argumento {0} não pode ter comprimento zero.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Construção de agrupamento não reconhecida.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">C# LangVersion de 10 ou maior é necessário</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">O regex especificado é inválido. '{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">O RegexGeneratorAttribute está malformado</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Uso Inválido do RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Caractere de escape \\p{X} incompleto.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Comprimento não pode ser menor que 0 ou exceder o comprimento de entrada.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">O RegexGenerator não pôde gerar uma implementação de origem completa para a expressão regular especificada, devido a uma opção sem suporte ou a uma expressão regular muito complexa. A implementação interpretará a expressão regular em tempo de execução.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Limitação de RegexGenerator atingida.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Padrão inválido '{0}' no deslocamento {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Referência inversa \\k&lt;...&gt; mal formada.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Caractere de escape \\p{X} mal formado.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Caractere de controle ausente.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Vários RegexGeneratorAttributes foram aplicados ao mesmo método, mas apenas um é permitido</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Quantificador aninhado '{0}'.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Quantificador aninhado sem parênteses.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Não é possível chamar resultado quando há falha na correspondência.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Substituições de regex com substituições de grupos não são suportadas com RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">A coleção é somente leitura.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Essa plataforma não suporta a escrita de expressões regulares compiladas em um assembly.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Nada precede o quantificador {x,y}.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Os números de grupo de captura devem ser menores que ou iguais a Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">O mecanismo de RegEx esgotou o tempo limite ao tentar combinar um padrão com uma cadeia de caracteres de entrada. Isso pode ocorrer por vários motivos, incluindo entradas muito grandes ou acompanhamento inverso excessivo causado por quantificadores aninhados, referências inversas e outros fatores.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">O método Regex deve ser parcial, sem parâmetros, não genérico e retornar Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Erro no padrão de substituição.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Intervalo [x-y] em ordem inversa.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} incorreto com x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Não é possível incluir classe \\{0} no intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Não pode incluir classe no intervalo de caracteres.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Referência ao nome do grupo indefinido '{0}'.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Referência ao nome do grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Referência a número de grupo {0} indefinido.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Referência ao número do grupo indefinido.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ incorreto no final do padrão.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Caractere de controle não reconhecido.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Sequência de escape não reconhecida \\{0}</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Propriedade desconhecida '{0}'.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Propriedade Desconhecida Propriedade Unicode.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Conjunto [] não finalizado.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Comentário (?#...) não finalizado.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.ru.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ru" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Условия чередования не могут быть комментариями.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Недопустимое условное выражение (?(...)).</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">Неверный формат (?({0}) ).</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Чередование содержит неправильную ссылку.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Условия чередования не записаны, и им невозможно присвоить имя.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Слишком много | в (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) ссылка на неопределенную группу.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Чередование содержит ссылку на неопределенную группу.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Длина конечного массива недостаточна для копирования всех элементов коллекции. Проверьте индекс и длину массива.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Начальный индекс не может быть меньше 0 или больше длины ввода.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Недопустимое имя группы: Имена групп должны начинаться с буквы.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Номер захвата не может быть равен нулю.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Не может быть меньше -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Перечисление либо не началось, либо уже закончилось.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Вычитание должно быть последним элементом в классе знаков.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Ошибка синтаксического анализатора регулярных выражений "{0}" при смещении {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Данные домена приложения "{0}" содержат недопустимые значение или объект "{1}", указывающие время ожидания сопоставления по умолчанию для объекта System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Нет парных закрывающих скобок ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Лишние закрывающие скобки ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Недостаточно шестнадцатеричных цифр.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Внутренняя ошибка в ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Аргумент {0} не может иметь нулевую длину.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Нераспознанная конструкция группирования.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">Требуется C# LangVersion 10 или выше</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Указанное регулярное выражение недопустимо. "{0}"</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Ошибка в регулярном выражении RegexGeneratorAttribute</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Недопустимое использование RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Неполная esc-последовательность \\p{X}.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Длина не может быть меньше 0 или превышать длину ввода.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">Средству RegexGenerator не удалось создать полную реализацию источника для указанного регулярного выражения, так как параметр не поддерживается или регулярное выражение является слишком сложным. Реализация будет интерпретировать регулярное выражение во время выполнения.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Достигнуто ограничение RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Недопустимый шаблон "{0}" со смещением {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Искажена именованная обратная ссылка \\k&lt;...&gt;.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Неверный формат esc-последовательности \\p{X}.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Отсутствует управляющий символ.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Несколько RegexGeneratorAttributes были применены к одному методу, но разрешен только один</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Вложенный квантификатор "{0}".</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Вложенный квантификатор не заключен в круглые скобки.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Вызов результата невозможен при сбойном соответствии.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Замена регулярных выражений на группы не поддерживается в RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Данная коллекция предназначена только для чтения.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Эта платформа не поддерживает запись скомпилированных регулярных выражений в сборку.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Перед квантификатором {x,y} ничего нет.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Номера групп захвата должны быть меньше или равны Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Истекло время ожидания модуля RegEx при попытке сравнить шаблон со входной строкой. Это могло произойти по многим причинам, в том числе из-за очень большого объема входных данных или излишнего обратного отслеживания, вызванного вложенными квантификаторами, обратными ссылками и прочими факторами.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Метод Regex должен быть частичным, без параметров, неуниверсальным и возвращать регулярное выражение</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Ошибка шаблона замены.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Обратный порядок диапазона [x-y].</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Недопустимая пара {x,y} с x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Невозможно включить класс \\{0} в диапазон символов.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Невозможно включить класс в диапазон символов.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Ссылка на неопределенное имя группы "{0}".</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Ссылка на неопределенное имя группы.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Ссылка на неопределенный номер группы {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Ссылка на неопределенный номер группы.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Недопустимая обратная косая черта \\ в конце образца.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Нераспознанный управляющий знак.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Не удалось распознать escape-последовательность \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Неизвестное свойство "{0}".</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Неизвестное свойство Unicode свойства.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Набор [] без признака завершения.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Комментарий (?#...) без признака завершения.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="ru" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Условия чередования не могут быть комментариями.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Недопустимое условное выражение (?(...)).</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">Неверный формат (?({0}) ).</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Чередование содержит неправильную ссылку.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Условия чередования не записаны, и им невозможно присвоить имя.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">Слишком много | в (?()|).</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) ссылка на неопределенную группу.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Чередование содержит ссылку на неопределенную группу.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Длина конечного массива недостаточна для копирования всех элементов коллекции. Проверьте индекс и длину массива.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Начальный индекс не может быть меньше 0 или больше длины ввода.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Недопустимое имя группы: Имена групп должны начинаться с буквы.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Номер захвата не может быть равен нулю.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Не может быть меньше -1.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Перечисление либо не началось, либо уже закончилось.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Вычитание должно быть последним элементом в классе знаков.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">Ошибка синтаксического анализатора регулярных выражений "{0}" при смещении {1}.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">Данные домена приложения "{0}" содержат недопустимые значение или объект "{1}", указывающие время ожидания сопоставления по умолчанию для объекта System.Text.RegularExpressions.Regex.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Нет парных закрывающих скобок ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Лишние закрывающие скобки ).</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Недостаточно шестнадцатеричных цифр.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">Внутренняя ошибка в ScanRegex.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Аргумент {0} не может иметь нулевую длину.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Нераспознанная конструкция группирования.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">Требуется C# LangVersion 10 или выше</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Указанное регулярное выражение недопустимо. "{0}"</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">Ошибка в регулярном выражении RegexGeneratorAttribute</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Недопустимое использование RegexGenerator</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Неполная esc-последовательность \\p{X}.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Длина не может быть меньше 0 или превышать длину ввода.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">Средству RegexGenerator не удалось создать полную реализацию источника для указанного регулярного выражения, так как параметр не поддерживается или регулярное выражение является слишком сложным. Реализация будет интерпретировать регулярное выражение во время выполнения.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">Достигнуто ограничение RegexGenerator.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">Недопустимый шаблон "{0}" со смещением {1}. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Искажена именованная обратная ссылка \\k&lt;...&gt;.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Неверный формат esc-последовательности \\p{X}.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Отсутствует управляющий символ.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Несколько RegexGeneratorAttributes были применены к одному методу, но разрешен только один</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">Вложенный квантификатор "{0}".</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">Вложенный квантификатор не заключен в круглые скобки.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Вызов результата невозможен при сбойном соответствии.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Замена регулярных выражений на группы не поддерживается в RegexOptions.NonBacktracking.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Данная коллекция предназначена только для чтения.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Эта платформа не поддерживает запись скомпилированных регулярных выражений в сборку.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">Перед квантификатором {x,y} ничего нет.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Номера групп захвата должны быть меньше или равны Int32.MaxValue.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">Истекло время ожидания модуля RegEx при попытке сравнить шаблон со входной строкой. Это могло произойти по многим причинам, в том числе из-за очень большого объема входных данных или излишнего обратного отслеживания, вызванного вложенными квантификаторами, обратными ссылками и прочими факторами.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Метод Regex должен быть частичным, без параметров, неуниверсальным и возвращать регулярное выражение</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Ошибка шаблона замены.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">Обратный порядок диапазона [x-y].</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">Недопустимая пара {x,y} с x &gt; y.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Невозможно включить класс \\{0} в диапазон символов.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Невозможно включить класс в диапазон символов.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Ссылка на неопределенное имя группы "{0}".</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Ссылка на неопределенное имя группы.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">Ссылка на неопределенный номер группы {0}.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Ссылка на неопределенный номер группы.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Недопустимая обратная косая черта \\ в конце образца.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Нераспознанный управляющий знак.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Не удалось распознать escape-последовательность \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Неизвестное свойство "{0}".</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Неизвестное свойство Unicode свойства.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Набор [] без признака завершения.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Комментарий (?#...) без признака завершения.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.tr.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="tr" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Değişim koşulları açıklama olamaz.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Geçersiz koşul (?(...)) ifadesi.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) hatalı biçimlendirilmiş.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Değişimin hatalı biçimlendirilmiş başvurusu var.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Değişim koşulları yakalamaz ve adlandırılamaz.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|) içinde çok fazla | var.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) tanımsız gruba başvuru.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Değişimin tanımsız bir gruba başvurusu var.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Hedef dizi, koleksiyondaki tüm öğeleri kopyalamak için yeterince uzun değil. Dizi dizinini ve uzunluğunu denetleyin.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Başlangıç dizini sıfırdan küçük veya giriş uzunluğundan büyük olamaz.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Geçersiz grup adı. Grup adları sözcük karakteriyle başlamalıdır.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Yakalama numarası sıfır olamaz.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Sayı -1'den küçük olamaz.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Sabit listesi işlemi başlamamış ya da zaten bitmiş.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Çıkarma, karakter sınıfında en son öğe olmalıdır.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">{1} ofsetinde normal ifade ayrıştırıcı hatası “{0}”.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">“{0}” AppDomain verileri, System.Text.RegularExpressions.Regex için varsayılan bir eşleştirme zaman aşımı belirtmek için geçersiz “{1}” değeri veya nesnesi içeriyor.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Yeterli ) yok.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Çok fazla ) var.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Yetersiz sayıda onaltılık basamak.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex iç hatası.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Bağımsız değişken {0}, sıfır uzunluğunda olamaz.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Tanınmayan gruplama yapısı.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">C# LangVersion 10 veya üstü gereklidir</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Belirtilen normal ifade geçersiz. ''{0}”</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute hatalı biçimlendirilmiş</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Geçersiz RegexGenerator kullanımı</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Tamamlanmamış \\p{X} karakter kaçışı.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Uzunluk sıfırdan küçük olamaz ve giriş uzunluğunu aşamaz.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator, desteklenmeyen bir seçenek veya çok karmaşık bir normal ifade nedeniyle belirtilen normal ifade için tam kaynak uygulaması oluşturamadı. Uygulama, normal ifadeyi çalışma zamanında yorumlar.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator sınırına ulaşıldı.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">{1} ofsetinde geçersiz “{0}” deseni. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Hatalı biçimlendirilmiş \\k&lt;...&gt; adlı geri başvuru.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Hatalı biçimlendirilmiş \\p{X} karakter kaçışı.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Eksik denetim karakteri.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Aynı yönteme birden çok RegexGeneratorAttributes uygulandı, ancak yalnızca birine izin veriliyor</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">İç içe yerleştirilmiş niceleyici “{0}”.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">İç içe geçmiş niceleyici parantez içine alınmamış.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Sonuç, başarısız Eşleştirmede çağrılamaz.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Grup değiştirmeleri içeren normal ifade değiştirmeleri RegexOptions.NonBacktracking ile desteklenmez.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Koleksiyon salt okunur.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Bu platform, bütünleştirilmiş koda derlenmiş normal ifadeler yazılmasını desteklemiyor.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">{x,y} miktar belirleyicisinin izlediği bir öğe yok.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Yakalama grubu numaraları Int32.MaxValue değerine eşit veya bundan küçük olmalıdır.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">RegEx altyapısı bir deseni bir giriş dizesiyle eşleştirmeye çalışırken zaman aşımına uğradı. Bu birçok nedenle oluşabilir; buna çok büyük girişler ya da iç içe geçmiş miktar belirleyiciler, geri başvurular ve diğer faktörler nedeniyle oluşan aşırı geri dönüşler dahildir.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex yöntemi kısmi, parametresiz, genel olmayan olmalıdır ve Regex döndürmelidir</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Değiştirme deseni hatası.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] aralığı ters sırada.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">x &gt; y olan geçersiz {x,y}.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Karakter aralığına \\{0} sınıfı dahil edilemez.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Karakter aralığına sınıf dahil edilemez.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Tanımsız grup adı “{0}” başvurusu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Tanımsız grup adı başvurusu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">{0} tanımsız grup numarası başvurusu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Tanımsız grup numarası başvurusu.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Desenin sonunda geçersiz \\.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Tanınmayan denetim karakteri.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Tanınmayan kaçış dizisi \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Bilinmeyen özellik “{0}”.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Bilinmeyen özellik Unicode özelliği.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Sonlandırılmayan [] kümesi.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Sonlandırılmayan (?#...) yorumu.</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="tr" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">Değişim koşulları açıklama olamaz.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">Geçersiz koşul (?(...)) ifadesi.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) hatalı biçimlendirilmiş.</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">Değişimin hatalı biçimlendirilmiş başvurusu var.</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">Değişim koşulları yakalamaz ve adlandırılamaz.</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|) içinde çok fazla | var.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) tanımsız gruba başvuru.</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">Değişimin tanımsız bir gruba başvurusu var.</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">Hedef dizi, koleksiyondaki tüm öğeleri kopyalamak için yeterince uzun değil. Dizi dizinini ve uzunluğunu denetleyin.</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">Başlangıç dizini sıfırdan küçük veya giriş uzunluğundan büyük olamaz.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">Geçersiz grup adı. Grup adları sözcük karakteriyle başlamalıdır.</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">Yakalama numarası sıfır olamaz.</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">Sayı -1'den küçük olamaz.</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">Sabit listesi işlemi başlamamış ya da zaten bitmiş.</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">Çıkarma, karakter sınıfında en son öğe olmalıdır.</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">{1} ofsetinde normal ifade ayrıştırıcı hatası “{0}”.</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">“{0}” AppDomain verileri, System.Text.RegularExpressions.Regex için varsayılan bir eşleştirme zaman aşımı belirtmek için geçersiz “{1}” değeri veya nesnesi içeriyor.</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">Yeterli ) yok.</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">Çok fazla ) var.</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">Yetersiz sayıda onaltılık basamak.</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex iç hatası.</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">Bağımsız değişken {0}, sıfır uzunluğunda olamaz.</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">Tanınmayan gruplama yapısı.</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">C# LangVersion 10 veya üstü gereklidir</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">Belirtilen normal ifade geçersiz. ''{0}”</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute hatalı biçimlendirilmiş</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">Geçersiz RegexGenerator kullanımı</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">Tamamlanmamış \\p{X} karakter kaçışı.</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">Uzunluk sıfırdan küçük olamaz ve giriş uzunluğunu aşamaz.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator, desteklenmeyen bir seçenek veya çok karmaşık bir normal ifade nedeniyle belirtilen normal ifade için tam kaynak uygulaması oluşturamadı. Uygulama, normal ifadeyi çalışma zamanında yorumlar.</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">RegexGenerator sınırına ulaşıldı.</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">{1} ofsetinde geçersiz “{0}” deseni. {2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">Hatalı biçimlendirilmiş \\k&lt;...&gt; adlı geri başvuru.</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">Hatalı biçimlendirilmiş \\p{X} karakter kaçışı.</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">Eksik denetim karakteri.</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">Aynı yönteme birden çok RegexGeneratorAttributes uygulandı, ancak yalnızca birine izin veriliyor</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">İç içe yerleştirilmiş niceleyici “{0}”.</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">İç içe geçmiş niceleyici parantez içine alınmamış.</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">Sonuç, başarısız Eşleştirmede çağrılamaz.</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">Grup değiştirmeleri içeren normal ifade değiştirmeleri RegexOptions.NonBacktracking ile desteklenmez.</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">Koleksiyon salt okunur.</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">Bu platform, bütünleştirilmiş koda derlenmiş normal ifadeler yazılmasını desteklemiyor.</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">{x,y} miktar belirleyicisinin izlediği bir öğe yok.</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">Yakalama grubu numaraları Int32.MaxValue değerine eşit veya bundan küçük olmalıdır.</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">RegEx altyapısı bir deseni bir giriş dizesiyle eşleştirmeye çalışırken zaman aşımına uğradı. Bu birçok nedenle oluşabilir; buna çok büyük girişler ya da iç içe geçmiş miktar belirleyiciler, geri başvurular ve diğer faktörler nedeniyle oluşan aşırı geri dönüşler dahildir.</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex yöntemi kısmi, parametresiz, genel olmayan olmalıdır ve Regex döndürmelidir</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">Değiştirme deseni hatası.</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] aralığı ters sırada.</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">x &gt; y olan geçersiz {x,y}.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">Karakter aralığına \\{0} sınıfı dahil edilemez.</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">Karakter aralığına sınıf dahil edilemez.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">Tanımsız grup adı “{0}” başvurusu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">Tanımsız grup adı başvurusu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">{0} tanımsız grup numarası başvurusu.</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">Tanımsız grup numarası başvurusu.</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">Desenin sonunda geçersiz \\.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">Tanınmayan denetim karakteri.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">Tanınmayan kaçış dizisi \\{0}.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">Bilinmeyen özellik “{0}”.</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">Bilinmeyen özellik Unicode özelliği.</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">Sonlandırılmayan [] kümesi.</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">Sonlandırılmayan (?#...) yorumu.</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hans.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Hans" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">替换条件不能是注释。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">非法的条件(?(...))表达式。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) )格式不正确。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">替换具有格式不正确的引用。</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">替换条件不捕获且不能命名。</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|)中的 | 过多。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) )引用未定义的组。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">替换具有对未定义组的引用。</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">目标数组不够长,无法复制集合中的所有项。请检查数组索引和长度。</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">起始索引不能小于 0 或大于输入长度。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">无效的组名: 组名必须以单词字符开头。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">捕获数不能为零。</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">计数不能小于 -1。</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">枚举尚未开始或者已经结束。</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">负号必须是字符类中的最后一个元素。</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">偏移 {0} 处的正则表达式分析程序错误“{1}”。</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain 数据“{0}”包含为 System.Text.RegularExpressions.Regex 指定默认匹配超时的无效值或对象“{1}”。</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">) 不足。</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">) 过多。</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">十六进制位数不足。</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex 中的内部错误。</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">自变量 {0} 长度不能为零。</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">无法识别的分组构造。</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">需要 C# LangVersion 10 或更高版本</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">指定的正则表达式无效。“{0}”</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute 格式不正确</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">无效的 RegexGenerator 用法</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">不完整的 \\p{X} 字符转义。</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">长度不能小于 0 或超过输入长度。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">由于不支持的选项或正则表达式过于复杂,RegexGenerator 无法为指定正则表达式生成完整的源实现。实现将在运行时解释正则表达式。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">已达到 RegexGenerator 限制。</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">偏移 {0} 处的模式“{1}”无效。{2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">名为“向后引用”的 \\k&lt;...&gt; 格式不正确。</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">格式不正确的 \\p{X} 字符转义。</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">缺少控制字符。</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">对同一方法应用了多个 RegexGeneratorAttribute,但只允许使用一个</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">嵌套限定符“{0}”。</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">不带圆括号的嵌套限定符。</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">不能对失败的匹配调用结果。</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking 不支持使用组替换的正则表达式替换。</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">集合是只读的。</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">此平台不支持将已编译的正则表达式写入程序集。</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">限定符 {x,y} 前没有任何内容。</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">捕获组的数量必须小于或等于 Int32.MaxValue。</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">尝试将模式与输入字符串匹配时,RegEx 引擎超时。许多原因均可能导致出现这种情况,包括由嵌套限定符、反向引用和其他因素引起的大量输入或过度回溯。</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex 方法必须是分部、无参数、非泛型,并返回 Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">替换模式错误。</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] 范围的顺序颠倒。</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} 在 x &gt; y 时为非法。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">不能在字符范围内包含类 \\{0}。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">不能在字符范围内包含类。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">对未定义的组名“{0}”的引用。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">对未定义的组名的引用。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">对未定义的组成员 {0} 的引用。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">对未定义的组编号的引用。</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ 在模式末尾非法。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">无法识别的控制字符。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">无法识别的转义序列 \\{0}。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">未知的属性“{0}”。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">未知属性 - Unicode 属性。</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">未终止的 [] 集。</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">未终止的(?#...)注释。</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Hans" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">替换条件不能是注释。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">非法的条件(?(...))表达式。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) )格式不正确。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">替换具有格式不正确的引用。</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">替换条件不捕获且不能命名。</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">(?()|)中的 | 过多。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) )引用未定义的组。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">替换具有对未定义组的引用。</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">目标数组不够长,无法复制集合中的所有项。请检查数组索引和长度。</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">起始索引不能小于 0 或大于输入长度。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">无效的组名: 组名必须以单词字符开头。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">捕获数不能为零。</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">计数不能小于 -1。</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">枚举尚未开始或者已经结束。</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">负号必须是字符类中的最后一个元素。</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">偏移 {0} 处的正则表达式分析程序错误“{1}”。</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain 数据“{0}”包含为 System.Text.RegularExpressions.Regex 指定默认匹配超时的无效值或对象“{1}”。</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">) 不足。</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">) 过多。</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">十六进制位数不足。</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex 中的内部错误。</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">自变量 {0} 长度不能为零。</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">无法识别的分组构造。</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">需要 C# LangVersion 10 或更高版本</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">指定的正则表达式无效。“{0}”</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute 格式不正确</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">无效的 RegexGenerator 用法</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">不完整的 \\p{X} 字符转义。</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">长度不能小于 0 或超过输入长度。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">由于不支持的选项或正则表达式过于复杂,RegexGenerator 无法为指定正则表达式生成完整的源实现。实现将在运行时解释正则表达式。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">已达到 RegexGenerator 限制。</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">偏移 {0} 处的模式“{1}”无效。{2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">名为“向后引用”的 \\k&lt;...&gt; 格式不正确。</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">格式不正确的 \\p{X} 字符转义。</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">缺少控制字符。</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">对同一方法应用了多个 RegexGeneratorAttribute,但只允许使用一个</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">嵌套限定符“{0}”。</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">不带圆括号的嵌套限定符。</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">不能对失败的匹配调用结果。</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking 不支持使用组替换的正则表达式替换。</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">集合是只读的。</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">此平台不支持将已编译的正则表达式写入程序集。</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">限定符 {x,y} 前没有任何内容。</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">捕获组的数量必须小于或等于 Int32.MaxValue。</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">尝试将模式与输入字符串匹配时,RegEx 引擎超时。许多原因均可能导致出现这种情况,包括由嵌套限定符、反向引用和其他因素引起的大量输入或过度回溯。</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex 方法必须是分部、无参数、非泛型,并返回 Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">替换模式错误。</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">[x-y] 范围的顺序颠倒。</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">{x,y} 在 x &gt; y 时为非法。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">不能在字符范围内包含类 \\{0}。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">不能在字符范围内包含类。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">对未定义的组名“{0}”的引用。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">对未定义的组名的引用。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">对未定义的组成员 {0} 的引用。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">对未定义的组编号的引用。</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">\\ 在模式末尾非法。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">无法识别的控制字符。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">无法识别的转义序列 \\{0}。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">未知的属性“{0}”。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">未知属性 - Unicode 属性。</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">未终止的 [] 集。</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">未终止的(?#...)注释。</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/gen/Resources/xlf/Strings.zh-Hant.xlf
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Hant" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">替代條件不能為註解。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">不合法的條件 (?(...)) 運算式。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) 格式錯誤。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">替代具有格式錯誤的參考。</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">替代條件無法擷取且無法命名。</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">太多 | 符號於 (?()|)。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) 參考到未定義的群組。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">替代具有未定義之群組的參考。</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">目的地陣列的長度不足以複製集合中的所有項目。請檢查陣列索引以及長度。</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">起始索引不能小於 0 或大於輸入長度。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">無效的群組名稱: 群組名稱必須以文字字元為開頭。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">擷取的數字不能為零。</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">計數不能小於 -1。</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">列舉尚未啟動或已經完成。</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">減法必須是字元類別中的最後一個項目。</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">規則運算式剖析器錯誤 '{0}' 位於位移 {1}。</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain 資料 '{0}' 包含用於為 System.Text.RegularExpressions.Regex 指定預設相符逾時的無效值或物件 '{1}'。</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">沒有足夠的 ) 符號。</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">太多 ) 符號。</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">十六進位數字不足。</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex 發生內部錯誤。</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">引數 {0} 長度不可以為零。</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">無法識別的分組建構。</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 10 or greater is required</source> <target state="translated">需要 10 或更大的 C# LangVersion</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">指定的 RegEx 無效。'{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute 格式錯誤</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">無效的 RegexGenerator 使用方式</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">不完整的 \\p{X} 逸出字元。</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">長度不能小於零或超過輸入長度。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator 無法為指定的規則運算式產生完整的來源實作,因為不支援的選項或規則運算式太複雜。實作會在執行時間解譯規則運算式。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">已達 RegexGenerator 限制。</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">位移 {1} 的模式 '{0}' 無效。{2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">格式錯誤 \\k&lt;...&gt; 命名的反向參考。</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">格式錯誤的 \\p{X} 逸出字元。</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">缺少控制字元。</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">已將多個 RegexGeneratorAttributes 套用到同一個方法,但只允許一個</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">巢狀數量詞 '{0}'。</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">巢狀數量詞沒有小括號。</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">無法在已失敗的對應 (Match) 上呼叫結果。</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking 不支援以替代群組取代 Regex。</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">集合是唯讀的。</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">此平台不支援將已編譯的規則運算式寫入組件。</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">數量詞 {x,y} 之後沒有東西。</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">擷取的群組數目必須小於或等於 Int32.MaxValue。</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">嘗試將模式對應至輸入字串時,RegEx 引擎發生逾時。有很多原因會導致這個情形,其中包括巢狀數量詞、反向參考及其他因素所造成的極大量輸入或過度使用回溯法。</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex 方法必須是部分、無參數、非泛型,並且傳回 Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">取代模式錯誤。</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">相反順序的 [x-y] 範圍。</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">不合法的 {x,y},因為 x &gt; y。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">無法在字元範圍內包含類別 \\{0}。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">無法在字元範圍內包含類別。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">未定義群組名稱 '{0}' 的參考。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">未定義群組名稱的參考。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">參考到未定義的群組編號 {0}。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">參考未定義的群組號碼。</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">模式結尾有不合法的 \\。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">無法識別的控制字元。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">無法識別的逸出序列 \\{0}。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">未知的屬性 '{0}'。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">未知屬性 Unicode 屬性。</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">未結束的 [] 集合。</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">未結束的 (?#...) 註解。</target> <note /> </trans-unit> </body> </file> </xliff>
<?xml version="1.0" encoding="utf-8"?> <xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd"> <file datatype="xml" source-language="en" target-language="zh-Hant" original="../Strings.resx"> <body> <trans-unit id="AlternationHasComment"> <source>Alternation conditions cannot be comments.</source> <target state="translated">替代條件不能為註解。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedCondition"> <source>Illegal conditional (?(...)) expression.</source> <target state="translated">不合法的條件 (?(...)) 運算式。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReference"> <source>(?({0}) ) malformed.</source> <target state="translated">(?({0}) ) 格式錯誤。</target> <note /> </trans-unit> <trans-unit id="AlternationHasMalformedReferenceNoPlaceholder"> <source>Alternation has malformed reference.</source> <target state="translated">替代具有格式錯誤的參考。</target> <note /> </trans-unit> <trans-unit id="AlternationHasNamedCapture"> <source>Alternation conditions do not capture and cannot be named.</source> <target state="translated">替代條件無法擷取且無法命名。</target> <note /> </trans-unit> <trans-unit id="AlternationHasTooManyConditions"> <source>Too many | in (?()|).</source> <target state="translated">太多 | 符號於 (?()|)。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReference"> <source>(?({0}) ) reference to undefined group.</source> <target state="translated">(?({0}) ) 參考到未定義的群組。</target> <note /> </trans-unit> <trans-unit id="AlternationHasUndefinedReferenceNoPlaceholder"> <source>Alternation has a reference to undefined group.</source> <target state="translated">替代具有未定義之群組的參考。</target> <note /> </trans-unit> <trans-unit id="Arg_ArrayPlusOffTooSmall"> <source>Destination array is not long enough to copy all the items in the collection. Check array index and length.</source> <target state="translated">目的地陣列的長度不足以複製集合中的所有項目。請檢查陣列索引以及長度。</target> <note /> </trans-unit> <trans-unit id="BeginIndexNotNegative"> <source>Start index cannot be less than 0 or greater than input length.</source> <target state="translated">起始索引不能小於 0 或大於輸入長度。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupNameInvalid"> <source>Invalid group name: Group names must begin with a word character.</source> <target state="translated">無效的群組名稱: 群組名稱必須以文字字元為開頭。</target> <note /> </trans-unit> <trans-unit id="CaptureGroupOfZero"> <source>Capture number cannot be zero.</source> <target state="translated">擷取的數字不能為零。</target> <note /> </trans-unit> <trans-unit id="CountTooSmall"> <source>Count cannot be less than -1.</source> <target state="translated">計數不能小於 -1。</target> <note /> </trans-unit> <trans-unit id="EnumNotStarted"> <source>Enumeration has either not started or has already finished.</source> <target state="translated">列舉尚未啟動或已經完成。</target> <note /> </trans-unit> <trans-unit id="ExclusionGroupNotLast"> <source>A subtraction must be the last element in a character class.</source> <target state="translated">減法必須是字元類別中的最後一個項目。</target> <note /> </trans-unit> <trans-unit id="Generic"> <source>Regular expression parser error '{0}' at offset {1}.</source> <target state="translated">規則運算式剖析器錯誤 '{0}' 位於位移 {1}。</target> <note /> </trans-unit> <trans-unit id="IllegalDefaultRegexMatchTimeoutInAppDomain"> <source>AppDomain data '{0}' contains the invalid value or object '{1}' for specifying a default matching timeout for System.Text.RegularExpressions.Regex.</source> <target state="translated">AppDomain 資料 '{0}' 包含用於為 System.Text.RegularExpressions.Regex 指定預設相符逾時的無效值或物件 '{1}'。</target> <note /> </trans-unit> <trans-unit id="InsufficientClosingParentheses"> <source>Not enough )'s.</source> <target state="translated">沒有足夠的 ) 符號。</target> <note /> </trans-unit> <trans-unit id="InsufficientOpeningParentheses"> <source>Too many )'s.</source> <target state="translated">太多 ) 符號。</target> <note /> </trans-unit> <trans-unit id="InsufficientOrInvalidHexDigits"> <source>Insufficient hexadecimal digits.</source> <target state="translated">十六進位數字不足。</target> <note /> </trans-unit> <trans-unit id="InternalError_ScanRegex"> <source>Internal error in ScanRegex.</source> <target state="translated">ScanRegex 發生內部錯誤。</target> <note>{Locked="ScanRegex"}</note> </trans-unit> <trans-unit id="InvalidEmptyArgument"> <source>Argument {0} cannot be zero-length.</source> <target state="translated">引數 {0} 長度不可以為零。</target> <note /> </trans-unit> <trans-unit id="InvalidGroupingConstruct"> <source>Unrecognized grouping construct.</source> <target state="translated">無法識別的分組建構。</target> <note /> </trans-unit> <trans-unit id="InvalidLangVersionMessage"> <source>C# LangVersion of 11 or greater is required</source> <target state="needs-review-translation">需要 10 或更大的 C# LangVersion</target> <note /> </trans-unit> <trans-unit id="InvalidRegexArgumentsMessage"> <source>The specified regex is invalid. '{0}'</source> <target state="translated">指定的 RegEx 無效。'{0}'</target> <note /> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeMessage"> <source>The RegexGeneratorAttribute is malformed</source> <target state="translated">RegexGeneratorAttribute 格式錯誤</target> <note>{Locked="RegexGeneratorAttribute"}</note> </trans-unit> <trans-unit id="InvalidRegexGeneratorAttributeTitle"> <source>Invalid RegexGenerator usage</source> <target state="translated">無效的 RegexGenerator 使用方式</target> <note>{Locked="RegexGenerator"}</note> </trans-unit> <trans-unit id="InvalidUnicodePropertyEscape"> <source>Incomplete \\p{X} character escape.</source> <target state="translated">不完整的 \\p{X} 逸出字元。</target> <note /> </trans-unit> <trans-unit id="LengthNotNegative"> <source>Length cannot be less than 0 or exceed input length.</source> <target state="translated">長度不能小於零或超過輸入長度。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationMessage"> <source>The RegexGenerator couldn't generate a complete source implementation for the specified regular expression, due to an unsupported option or too complex a regular expression. The implementation will interpret the regular expression at run-time.</source> <target state="translated">RegexGenerator 無法為指定的規則運算式產生完整的來源實作,因為不支援的選項或規則運算式太複雜。實作會在執行時間解譯規則運算式。</target> <note /> </trans-unit> <trans-unit id="LimitedSourceGenerationTitle"> <source>RegexGenerator limitation reached.</source> <target state="translated">已達 RegexGenerator 限制。</target> <note /> </trans-unit> <trans-unit id="MakeException"> <source>Invalid pattern '{0}' at offset {1}. {2}</source> <target state="translated">位移 {1} 的模式 '{0}' 無效。{2}</target> <note /> </trans-unit> <trans-unit id="MalformedNamedReference"> <source>Malformed \\k&lt;...&gt; named back reference.</source> <target state="translated">格式錯誤 \\k&lt;...&gt; 命名的反向參考。</target> <note /> </trans-unit> <trans-unit id="MalformedUnicodePropertyEscape"> <source>Malformed \\p{X} character escape.</source> <target state="translated">格式錯誤的 \\p{X} 逸出字元。</target> <note /> </trans-unit> <trans-unit id="MissingControlCharacter"> <source>Missing control character.</source> <target state="translated">缺少控制字元。</target> <note /> </trans-unit> <trans-unit id="MultipleRegexGeneratorAttributesMessage"> <source>Multiple RegexGeneratorAttributes were applied to the same method, but only one is allowed</source> <target state="translated">已將多個 RegexGeneratorAttributes 套用到同一個方法,但只允許一個</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesized"> <source>Nested quantifier '{0}'.</source> <target state="translated">巢狀數量詞 '{0}'。</target> <note /> </trans-unit> <trans-unit id="NestedQuantifiersNotParenthesizedNoPlaceholder"> <source>Nested quantifier no parenthesized.</source> <target state="translated">巢狀數量詞沒有小括號。</target> <note /> </trans-unit> <trans-unit id="NoResultOnFailed"> <source>Result cannot be called on a failed Match.</source> <target state="translated">無法在已失敗的對應 (Match) 上呼叫結果。</target> <note /> </trans-unit> <trans-unit id="NotSupported_NonBacktrackingAndReplacementsWithSubstitutionsOfGroups"> <source>Regex replacements with substitutions of groups are not supported with RegexOptions.NonBacktracking.</source> <target state="translated">RegexOptions.NonBacktracking 不支援以替代群組取代 Regex。</target> <note>{Locked="RegexOptions.NonBacktracking"}</note> </trans-unit> <trans-unit id="NotSupported_ReadOnlyCollection"> <source>Collection is read-only.</source> <target state="translated">集合是唯讀的。</target> <note /> </trans-unit> <trans-unit id="PlatformNotSupported_CompileToAssembly"> <source>This platform does not support writing compiled regular expressions to an assembly.</source> <target state="translated">此平台不支援將已編譯的規則運算式寫入組件。</target> <note /> </trans-unit> <trans-unit id="QuantifierAfterNothing"> <source>Quantifier {x,y} following nothing.</source> <target state="translated">數量詞 {x,y} 之後沒有東西。</target> <note /> </trans-unit> <trans-unit id="QuantifierOrCaptureGroupOutOfRange"> <source>Capture group numbers must be less than or equal to Int32.MaxValue.</source> <target state="translated">擷取的群組數目必須小於或等於 Int32.MaxValue。</target> <note>{Locked="Int32.MaxValue"}</note> </trans-unit> <trans-unit id="RegexMatchTimeoutException_Occurred"> <source>The RegEx engine has timed out while trying to match a pattern to an input string. This can occur for many reasons, including very large inputs or excessive backtracking caused by nested quantifiers, back-references and other factors.</source> <target state="translated">嘗試將模式對應至輸入字串時,RegEx 引擎發生逾時。有很多原因會導致這個情形,其中包括巢狀數量詞、反向參考及其他因素所造成的極大量輸入或過度使用回溯法。</target> <note /> </trans-unit> <trans-unit id="RegexMethodMustHaveValidSignatureMessage"> <source>Regex method must be partial, parameterless, non-generic, and return Regex</source> <target state="translated">Regex 方法必須是部分、無參數、非泛型,並且傳回 Regex</target> <note /> </trans-unit> <trans-unit id="ReplacementError"> <source>Replacement pattern error.</source> <target state="translated">取代模式錯誤。</target> <note /> </trans-unit> <trans-unit id="ReversedCharacterRange"> <source>[x-y] range in reverse order.</source> <target state="translated">相反順序的 [x-y] 範圍。</target> <note /> </trans-unit> <trans-unit id="ReversedQuantifierRange"> <source>Illegal {x,y} with x &gt; y.</source> <target state="translated">不合法的 {x,y},因為 x &gt; y。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRange"> <source>Cannot include class \\{0} in character range.</source> <target state="translated">無法在字元範圍內包含類別 \\{0}。</target> <note /> </trans-unit> <trans-unit id="ShorthandClassInCharacterRangeNoPlaceholder"> <source>Cannot include class in character range.</source> <target state="translated">無法在字元範圍內包含類別。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReference"> <source>Reference to undefined group name '{0}'.</source> <target state="translated">未定義群組名稱 '{0}' 的參考。</target> <note /> </trans-unit> <trans-unit id="UndefinedNamedReferenceNoPlaceholder"> <source>Reference to undefined group name.</source> <target state="translated">未定義群組名稱的參考。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReference"> <source>Reference to undefined group number {0}.</source> <target state="translated">參考到未定義的群組編號 {0}。</target> <note /> </trans-unit> <trans-unit id="UndefinedNumberedReferenceNoPlaceholder"> <source>Reference to undefined group number.</source> <target state="translated">參考未定義的群組號碼。</target> <note /> </trans-unit> <trans-unit id="UnescapedEndingBackslash"> <source>Illegal \\ at end of pattern.</source> <target state="translated">模式結尾有不合法的 \\。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedControlCharacter"> <source>Unrecognized control character.</source> <target state="translated">無法識別的控制字元。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedEscape"> <source>Unrecognized escape sequence \\{0}.</source> <target state="translated">無法識別的逸出序列 \\{0}。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodeProperty"> <source>Unknown property '{0}'.</source> <target state="translated">未知的屬性 '{0}'。</target> <note /> </trans-unit> <trans-unit id="UnrecognizedUnicodePropertyNoPlaceholder"> <source>Unknown property Unicode property.</source> <target state="translated">未知屬性 Unicode 屬性。</target> <note /> </trans-unit> <trans-unit id="UnterminatedBracket"> <source>Unterminated [] set.</source> <target state="translated">未結束的 [] 集合。</target> <note /> </trans-unit> <trans-unit id="UnterminatedComment"> <source>Unterminated (?#...) comment.</source> <target state="translated">未結束的 (?#...) 註解。</target> <note /> </trans-unit> </body> </file> </xliff>
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Text.RegularExpressions/tests/FunctionalTests/RegexGeneratorParserTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using System.Collections.Generic; using System.Globalization; using System.Threading.Tasks; using Xunit; namespace System.Text.RegularExpressions.Tests { // Tests don't actually use reflection emit, but they do generate assembly via Roslyn in-memory at run time and expect it to be JIT'd. // The tests also use typeof(object).Assembly.Location, which returns an empty string on wasm. [ConditionalClass(typeof(PlatformDetection), nameof(PlatformDetection.IsReflectionEmitSupported), nameof(PlatformDetection.IsNotMobile), nameof(PlatformDetection.IsNotBrowser))] public class RegexGeneratorParserTests { [Fact] public async Task Diagnostic_MultipleAttributes() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] [RegexGenerator(""abc"")] private static partial Regex MultipleAttributes(); } "); Assert.Equal("SYSLIB1041", Assert.Single(diagnostics).Id); } public static IEnumerable<object[]> Diagnostic_MalformedCtor_MemberData() { const string Pre = "[RegexGenerator"; const string Post = "]"; const string Middle = "\"abc\", RegexOptions.None, -1, \"extra\""; foreach (bool withParens in new[] { false, true }) { string preParen = withParens ? "(" : ""; string postParen = withParens ? ")" : ""; for (int i = 0; i < Middle.Length; i++) { yield return new object[] { Pre + preParen + Middle.Substring(0, i) + postParen }; yield return new object[] { Pre + preParen + Middle.Substring(0, i) + postParen + Post }; } } } [Theory] [MemberData(nameof(Diagnostic_MalformedCtor_MemberData))] public async Task Diagnostic_MalformedCtor(string attribute) { // Validate the generator doesn't crash with an incomplete attribute IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ {attribute} private static partial Regex MultipleAttributes(); }} "); if (diagnostics.Count != 0) { Assert.Contains(Assert.Single(diagnostics).Id, new[] { "SYSLIB1040", "SYSLIB1042" }); } } [Theory] [InlineData("null")] [InlineData("\"ab[]\"")] public async Task Diagnostic_InvalidRegexPattern(string pattern) { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator({pattern})] private static partial Regex InvalidPattern(); }} "); Assert.Equal("SYSLIB1042", Assert.Single(diagnostics).Id); } [Theory] [InlineData(0x800)] public async Task Diagnostic_InvalidRegexOptions(int options) { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@$" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", (RegexOptions){options})] private static partial Regex InvalidPattern(); }} "); Assert.Equal("SYSLIB1042", Assert.Single(diagnostics).Id); } [Theory] [InlineData(-2)] [InlineData(0)] public async Task Diagnostic_InvalidRegexTimeout(int matchTimeout) { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@$" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", RegexOptions.None, {matchTimeout.ToString(CultureInfo.InvariantCulture)})] private static partial Regex InvalidPattern(); }} "); Assert.Equal("SYSLIB1042", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustReturnRegex() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial int MethodMustReturnRegex(); } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustNotBeGeneric() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex MethodMustNotBeGeneric<T>(); } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustBeParameterless() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex MethodMustBeParameterless(int i); } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustBePartial() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static Regex MethodMustBePartial() => null; } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [ActiveIssue("https://github.com/dotnet/roslyn/pull/55866")] [Fact] public async Task Diagnostic_InvalidLangVersion() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex InvalidLangVersion(); } ", langVersion: LanguageVersion.CSharp9); Assert.Equal("SYSLIB1044", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_RightToLeft_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"", RegexOptions.RightToLeft)] private static partial Regex RightToLeftNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_NonBacktracking_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"", RegexOptions.NonBacktracking)] private static partial Regex RightToLeftNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_PositiveLookbehind_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""(?<=\b20)\d{2}\b"")] private static partial Regex PositiveLookbehindNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_NegativeLookbehind_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""(?<!(Saturday|Sunday) )\b\w+ \d{1,2}, \d{4}\b"")] private static partial Regex NegativeLookbehindNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Valid_ClassWithoutNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } ", compile: true)); } [Theory] [InlineData("RegexOptions.None")] [InlineData("RegexOptions.Compiled")] [InlineData("RegexOptions.IgnoreCase | RegexOptions.CultureInvariant")] public async Task Valid_PatternOptions(string options) { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", {options})] private static partial Regex Valid(); }} ", compile: true)); } [Theory] [InlineData("-1")] [InlineData("1")] [InlineData("1_000")] public async Task Valid_PatternOptionsTimeout(string timeout) { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", RegexOptions.None, {timeout})] private static partial Regex Valid(); }} ", compile: true)); } [Fact] public async Task Valid_NamedArguments() { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(pattern: ""ab"", options: RegexOptions.None, matchTimeoutMilliseconds: -1)] private static partial Regex Valid(); }} ", compile: true)); } [Fact] public async Task Valid_ReorderedNamedArguments() { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(options: RegexOptions.None, matchTimeoutMilliseconds: -1, pattern: ""ab"")] private static partial Regex Valid1(); [RegexGenerator(matchTimeoutMilliseconds: -1, pattern: ""ab"", options: RegexOptions.None)] private static partial Regex Valid2(); }} ", compile: true)); } [Theory] [InlineData(false)] [InlineData(true)] public async Task Valid_ClassWithNamespace(bool allowUnsafe) { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } ", compile: true, allowUnsafe: allowUnsafe)); } [Fact] public async Task Valid_ClassWithFileScopedNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A; partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } ", compile: true)); } [Fact] public async Task Valid_ClassWithNestedNamespaces() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { namespace B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } ", compile: true)); } [Fact] public async Task Valid_NestedClassWithoutNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } ", compile: true)); } [Fact] public async Task Valid_NestedClassWithNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { partial class B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } ", compile: true)); } [Fact] public async Task Valid_NestedClassWithFileScopedNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A; partial class B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } ", compile: true)); } [Fact] public async Task Valid_NestedClassesWithNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { public partial class B { internal partial class C { protected internal partial class D { private protected partial class E { private partial class F { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } } } } ", compile: true)); } [Fact] public async Task Valid_NullableRegex() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" #nullable enable using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex? Valid(); } ", compile: true)); } [Fact] public async Task Valid_ClassWithGenericConstraints() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using D; using System.Text.RegularExpressions; namespace A { public partial class B<U> { private partial class C<T> where T : IBlah { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } namespace D { internal interface IBlah { } } ", compile: true)); } public static IEnumerable<object[]> Valid_Modifiers_MemberData() { foreach (string type in new[] { "class", "struct", "record", "record struct", "record class", "interface" }) { string[] typeModifiers = type switch { "class" => new[] { "", "public", "public sealed", "internal abstract", "internal static" }, _ => new[] { "", "public", "internal" } }; foreach (string typeModifier in typeModifiers) { foreach (bool instance in typeModifier.Contains("static") ? new[] { false } : new[] { false, true }) { string[] methodVisibilities = type switch { "class" when !typeModifier.Contains("sealed") && !typeModifier.Contains("static") => new[] { "public", "internal", "private protected", "protected internal", "private" }, _ => new[] { "public", "internal", "private" } }; foreach (string methodVisibility in methodVisibilities) { yield return new object[] { type, typeModifier, instance, methodVisibility }; } } } } } [Theory] [MemberData(nameof(Valid_Modifiers_MemberData))] public async Task Valid_Modifiers(string type, string typeModifier, bool instance, string methodVisibility) { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@$" using System.Text.RegularExpressions; {typeModifier} partial {type} C {{ [RegexGenerator(""ab"")] {methodVisibility} {(instance ? "" : "static")} partial Regex Valid(); }} ", compile: true)); } [Fact] public async Task Valid_MultiplRegexMethodsPerClass() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C1 { [RegexGenerator(""a"")] private static partial Regex A(); [RegexGenerator(""b"")] public static partial Regex B(); [RegexGenerator(""b"")] public static partial Regex C(); } partial class C2 { [RegexGenerator(""d"")] public static partial Regex D(); [RegexGenerator(""d"")] public static partial Regex E(); } ", compile: true)); } [Fact] public async Task Valid_NestedVaryingTypes() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; public partial class A { public partial record class B { public partial record struct C { public partial record D { public partial struct E { [RegexGenerator(""ab"")] public static partial Regex Valid(); } } } } } ", compile: true)); } [Fact] public async Task MultipleTypeDefinitions_DoesntBreakGeneration() { byte[] referencedAssembly = RegexGeneratorHelper.CreateAssemblyImage(@" namespace System.Text.RegularExpressions; [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] internal sealed class RegexGeneratorAttribute : Attribute { public RegexGeneratorAttribute(string pattern){} }", "TestAssembly"); Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""abc"")] private static partial Regex Valid(); }", compile: true, additionalRefs: new[] { MetadataReference.CreateFromImage(referencedAssembly) })); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using System.Collections.Generic; using System.Globalization; using System.Threading.Tasks; using Xunit; namespace System.Text.RegularExpressions.Tests { // Tests don't actually use reflection emit, but they do generate assembly via Roslyn in-memory at run time and expect it to be JIT'd. // The tests also use typeof(object).Assembly.Location, which returns an empty string on wasm. [ConditionalClass(typeof(PlatformDetection), nameof(PlatformDetection.IsReflectionEmitSupported), nameof(PlatformDetection.IsNotMobile), nameof(PlatformDetection.IsNotBrowser))] public class RegexGeneratorParserTests { [Fact] public async Task Diagnostic_MultipleAttributes() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] [RegexGenerator(""abc"")] private static partial Regex MultipleAttributes(); } "); Assert.Equal("SYSLIB1041", Assert.Single(diagnostics).Id); } public static IEnumerable<object[]> Diagnostic_MalformedCtor_MemberData() { const string Pre = "[RegexGenerator"; const string Post = "]"; const string Middle = "\"abc\", RegexOptions.None, -1, \"extra\""; foreach (bool withParens in new[] { false, true }) { string preParen = withParens ? "(" : ""; string postParen = withParens ? ")" : ""; for (int i = 0; i < Middle.Length; i++) { yield return new object[] { Pre + preParen + Middle.Substring(0, i) + postParen }; yield return new object[] { Pre + preParen + Middle.Substring(0, i) + postParen + Post }; } } } [Theory] [MemberData(nameof(Diagnostic_MalformedCtor_MemberData))] public async Task Diagnostic_MalformedCtor(string attribute) { // Validate the generator doesn't crash with an incomplete attribute IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ {attribute} private static partial Regex MultipleAttributes(); }} "); if (diagnostics.Count != 0) { Assert.Contains(Assert.Single(diagnostics).Id, new[] { "SYSLIB1040", "SYSLIB1042" }); } } [Theory] [InlineData("null")] [InlineData("\"ab[]\"")] public async Task Diagnostic_InvalidRegexPattern(string pattern) { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator({pattern})] private static partial Regex InvalidPattern(); }} "); Assert.Equal("SYSLIB1042", Assert.Single(diagnostics).Id); } [Theory] [InlineData(0x800)] public async Task Diagnostic_InvalidRegexOptions(int options) { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@$" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", (RegexOptions){options})] private static partial Regex InvalidPattern(); }} "); Assert.Equal("SYSLIB1042", Assert.Single(diagnostics).Id); } [Theory] [InlineData(-2)] [InlineData(0)] public async Task Diagnostic_InvalidRegexTimeout(int matchTimeout) { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@$" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", RegexOptions.None, {matchTimeout.ToString(CultureInfo.InvariantCulture)})] private static partial Regex InvalidPattern(); }} "); Assert.Equal("SYSLIB1042", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustReturnRegex() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial int MethodMustReturnRegex(); } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustNotBeGeneric() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex MethodMustNotBeGeneric<T>(); } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustBeParameterless() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex MethodMustBeParameterless(int i); } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_MethodMustBePartial() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static Regex MethodMustBePartial() => null; } "); Assert.Equal("SYSLIB1043", Assert.Single(diagnostics).Id); } [Theory] [InlineData(LanguageVersion.CSharp9)] [InlineData(LanguageVersion.CSharp10)] public async Task Diagnostic_InvalidLangVersion(LanguageVersion version) { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex InvalidLangVersion(); } ", langVersion: version); Assert.Equal("SYSLIB1044", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_RightToLeft_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"", RegexOptions.RightToLeft)] private static partial Regex RightToLeftNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_NonBacktracking_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"", RegexOptions.NonBacktracking)] private static partial Regex RightToLeftNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_PositiveLookbehind_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""(?<=\b20)\d{2}\b"")] private static partial Regex PositiveLookbehindNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Diagnostic_NegativeLookbehind_LimitedSupport() { IReadOnlyList<Diagnostic> diagnostics = await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""(?<!(Saturday|Sunday) )\b\w+ \d{1,2}, \d{4}\b"")] private static partial Regex NegativeLookbehindNotSupported(); } "); Assert.Equal("SYSLIB1045", Assert.Single(diagnostics).Id); } [Fact] public async Task Valid_ClassWithoutNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } ", compile: true)); } [Theory] [InlineData("RegexOptions.None")] [InlineData("RegexOptions.Compiled")] [InlineData("RegexOptions.IgnoreCase | RegexOptions.CultureInvariant")] public async Task Valid_PatternOptions(string options) { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", {options})] private static partial Regex Valid(); }} ", compile: true)); } [Theory] [InlineData("-1")] [InlineData("1")] [InlineData("1_000")] public async Task Valid_PatternOptionsTimeout(string timeout) { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(""ab"", RegexOptions.None, {timeout})] private static partial Regex Valid(); }} ", compile: true)); } [Fact] public async Task Valid_NamedArguments() { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(pattern: ""ab"", options: RegexOptions.None, matchTimeoutMilliseconds: -1)] private static partial Regex Valid(); }} ", compile: true)); } [Fact] public async Task Valid_ReorderedNamedArguments() { Assert.Empty(await RegexGeneratorHelper.RunGenerator($@" using System.Text.RegularExpressions; partial class C {{ [RegexGenerator(options: RegexOptions.None, matchTimeoutMilliseconds: -1, pattern: ""ab"")] private static partial Regex Valid1(); [RegexGenerator(matchTimeoutMilliseconds: -1, pattern: ""ab"", options: RegexOptions.None)] private static partial Regex Valid2(); }} ", compile: true)); } [Theory] [InlineData(false)] [InlineData(true)] public async Task Valid_ClassWithNamespace(bool allowUnsafe) { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } ", compile: true, allowUnsafe: allowUnsafe)); } [Fact] public async Task Valid_ClassWithFileScopedNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A; partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } ", compile: true)); } [Fact] public async Task Valid_ClassWithNestedNamespaces() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { namespace B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } ", compile: true)); } [Fact] public async Task Valid_NestedClassWithoutNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } ", compile: true)); } [Fact] public async Task Valid_NestedClassWithNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { partial class B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } ", compile: true)); } [Fact] public async Task Valid_NestedClassWithFileScopedNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A; partial class B { partial class C { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } ", compile: true)); } [Fact] public async Task Valid_NestedClassesWithNamespace() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; namespace A { public partial class B { internal partial class C { protected internal partial class D { private protected partial class E { private partial class F { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } } } } ", compile: true)); } [Fact] public async Task Valid_NullableRegex() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" #nullable enable using System.Text.RegularExpressions; partial class C { [RegexGenerator(""ab"")] private static partial Regex? Valid(); } ", compile: true)); } [Fact] public async Task Valid_ClassWithGenericConstraints() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using D; using System.Text.RegularExpressions; namespace A { public partial class B<U> { private partial class C<T> where T : IBlah { [RegexGenerator(""ab"")] private static partial Regex Valid(); } } } namespace D { internal interface IBlah { } } ", compile: true)); } public static IEnumerable<object[]> Valid_Modifiers_MemberData() { foreach (string type in new[] { "class", "struct", "record", "record struct", "record class", "interface" }) { string[] typeModifiers = type switch { "class" => new[] { "", "public", "public sealed", "internal abstract", "internal static" }, _ => new[] { "", "public", "internal" } }; foreach (string typeModifier in typeModifiers) { foreach (bool instance in typeModifier.Contains("static") ? new[] { false } : new[] { false, true }) { string[] methodVisibilities = type switch { "class" when !typeModifier.Contains("sealed") && !typeModifier.Contains("static") => new[] { "public", "internal", "private protected", "protected internal", "private" }, _ => new[] { "public", "internal", "private" } }; foreach (string methodVisibility in methodVisibilities) { yield return new object[] { type, typeModifier, instance, methodVisibility }; } } } } } [Theory] [MemberData(nameof(Valid_Modifiers_MemberData))] public async Task Valid_Modifiers(string type, string typeModifier, bool instance, string methodVisibility) { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@$" using System.Text.RegularExpressions; {typeModifier} partial {type} C {{ [RegexGenerator(""ab"")] {methodVisibility} {(instance ? "" : "static")} partial Regex Valid(); }} ", compile: true)); } [Fact] public async Task Valid_MultiplRegexMethodsPerClass() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C1 { [RegexGenerator(""a"")] private static partial Regex A(); [RegexGenerator(""b"")] public static partial Regex B(); [RegexGenerator(""b"")] public static partial Regex C(); } partial class C2 { [RegexGenerator(""d"")] public static partial Regex D(); [RegexGenerator(""d"")] public static partial Regex E(); } ", compile: true)); } [Fact] public async Task Valid_NestedVaryingTypes() { Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; public partial class A { public partial record class B { public partial record struct C { public partial record D { public partial struct E { [RegexGenerator(""ab"")] public static partial Regex Valid(); } } } } } ", compile: true)); } [Fact] public async Task MultipleTypeDefinitions_DoesntBreakGeneration() { byte[] referencedAssembly = RegexGeneratorHelper.CreateAssemblyImage(@" namespace System.Text.RegularExpressions; [AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)] internal sealed class RegexGeneratorAttribute : Attribute { public RegexGeneratorAttribute(string pattern){} }", "TestAssembly"); Assert.Empty(await RegexGeneratorHelper.RunGenerator(@" using System.Text.RegularExpressions; partial class C { [RegexGenerator(""abc"")] private static partial Regex Valid(); }", compile: true, additionalRefs: new[] { MetadataReference.CreateFromImage(referencedAssembly) })); } } }
1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Memory/tests/Span/AsSpan.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.SpanTests { public static partial class SpanTests { [Fact] public static void IntArrayAsSpan() { int[] a = { 91, 92, -93, 94 }; Span<int> spanInt = a.AsSpan(); spanInt.Validate(91, 92, -93, 94); } [Fact] public static void LongArrayAsSpan() { long[] b = { 91, -92, 93, 94, -95 }; Span<long> spanLong = b.AsSpan(); spanLong.Validate(91, -92, 93, 94, -95); } [Fact] public static void ObjectArrayAsSpan() { object o1 = new object(); object o2 = new object(); object[] c = { o1, o2 }; Span<object> spanObject = c.AsSpan(); spanObject.ValidateReferenceType(o1, o2); } [Fact] public static void NullArrayAsSpan() { int[] a = null; Span<int> span = a.AsSpan(); span.Validate(); Assert.True(span == default); } [Fact] public static void EmptyArrayAsSpan() { int[] empty = Array.Empty<int>(); Span<int> span = empty.AsSpan(); span.ValidateNonNullEmpty(); } [Fact] public static void IntArraySegmentAsSpan() { int[] a = { 91, 92, -93, 94 }; ArraySegment<int> segmentInt = new ArraySegment<int>(a, 1, 2); Span<int> spanInt = segmentInt.AsSpan(); spanInt.Validate(92, -93); } [Fact] public static void LongArraySegmentAsSpan() { long[] b = { 91, -92, 93, 94, -95 }; ArraySegment<long> segmentLong = new ArraySegment<long>(b, 1, 3); Span<long> spanLong = segmentLong.AsSpan(); spanLong.Validate(-92, 93, 94); } [Fact] public static void ObjectArraySegmentAsSpan() { object o1 = new object(); object o2 = new object(); object o3 = new object(); object o4 = new object(); object[] c = { o1, o2, o3, o4 }; ArraySegment<object> segmentObject = new ArraySegment<object>(c, 1, 2); Span<object> spanObject = segmentObject.AsSpan(); spanObject.ValidateReferenceType(o2, o3); } [Fact] public static void ZeroLengthArraySegmentAsSpan() { int[] empty = Array.Empty<int>(); ArraySegment<int> segmentEmpty = new ArraySegment<int>(empty); Span<int> spanEmpty = segmentEmpty.AsSpan(); spanEmpty.ValidateNonNullEmpty(); int[] a = { 91, 92, -93, 94 }; ArraySegment<int> segmentInt = new ArraySegment<int>(a, 0, 0); Span<int> spanInt = segmentInt.AsSpan(); spanInt.ValidateNonNullEmpty(); } [Fact] public static void CovariantAsSpanNotSupported() { object[] a = new string[10]; Assert.Throws<ArrayTypeMismatchException>(() => a.AsSpan()); Assert.Throws<ArrayTypeMismatchException>(() => a.AsSpan(0, a.Length)); } [Fact] public static void GuidArrayAsSpanWithStartAndLength() { var arr = new Guid[20]; Span<Guid> slice = arr.AsSpan(2, 2); Guid guid = Guid.NewGuid(); slice[1] = guid; Assert.Equal(guid, arr[3]); } [Theory] [InlineData(0, 0)] [InlineData(3, 0)] [InlineData(3, 1)] [InlineData(3, 2)] [InlineData(3, 3)] [InlineData(10, 0)] [InlineData(10, 3)] [InlineData(10, 10)] public static void ArrayAsSpanWithStart(int length, int start) { int[] a = new int[length]; Span<int> s = a.AsSpan(start); Assert.Equal(length - start, s.Length); if (start != length) { s[0] = 42; Assert.Equal(42, a[start]); } } [Theory] [InlineData(0, 0)] [InlineData(3, 0)] [InlineData(3, 1)] [InlineData(3, 2)] [InlineData(3, 3)] [InlineData(10, 0)] [InlineData(10, 3)] [InlineData(10, 10)] public static void ArraySegmentAsSpanWithStart(int length, int start) { const int segmentOffset = 5; int[] a = new int[length + segmentOffset]; ArraySegment<int> segment = new ArraySegment<int>(a, 5, length); Span<int> s = segment.AsSpan(start); Assert.Equal(length - start, s.Length); if (s.Length != 0) { s[0] = 42; Assert.Equal(42, a[segmentOffset + start]); } } [Theory] [InlineData(0, 0, 0)] [InlineData(3, 0, 3)] [InlineData(3, 1, 2)] [InlineData(3, 2, 1)] [InlineData(3, 3, 0)] [InlineData(10, 0, 5)] [InlineData(10, 3, 2)] public static void ArrayAsSpanWithStartAndLength(int length, int start, int subLength) { int[] a = new int[length]; Span<int> s = a.AsSpan(start, subLength); Assert.Equal(subLength, s.Length); if (subLength != 0) { s[0] = 42; Assert.Equal(42, a[start]); } } [Theory] [InlineData(0, 0, 0)] [InlineData(3, 0, 3)] [InlineData(3, 1, 2)] [InlineData(3, 2, 1)] [InlineData(3, 3, 0)] [InlineData(10, 0, 5)] [InlineData(10, 3, 2)] public static void ArraySegmentAsSpanWithStartAndLength(int length, int start, int subLength) { const int segmentOffset = 5; int[] a = new int[length + segmentOffset]; ArraySegment<int> segment = new ArraySegment<int>(a, segmentOffset, length); Span<int> s = segment.AsSpan(start, subLength); Assert.Equal(subLength, s.Length); if (subLength != 0) { s[0] = 42; Assert.Equal(42, a[segmentOffset + start]); } } [Theory] [InlineData(0, -1)] [InlineData(0, 1)] [InlineData(5, 6)] public static void ArrayAsSpanWithStartNegative(int length, int start) { int[] a = new int[length]; Assert.Throws<ArgumentOutOfRangeException>(() => a.AsSpan(start)); } [Theory] [InlineData(0, -1, 0)] [InlineData(0, 1, 0)] [InlineData(0, 0, -1)] [InlineData(0, 0, 1)] [InlineData(5, 6, 0)] [InlineData(5, 3, 3)] public static void ArrayAsSpanWithStartAndLengthNegative(int length, int start, int subLength) { int[] a = new int[length]; Assert.Throws<ArgumentOutOfRangeException>(() => a.AsSpan(start, subLength)); } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; namespace System.SpanTests { public static partial class SpanTests { [Fact] public static void IntArrayAsSpan() { int[] a = { 91, 92, -93, 94 }; Span<int> spanInt = a.AsSpan(); spanInt.Validate(91, 92, -93, 94); } [Fact] public static void LongArrayAsSpan() { long[] b = { 91, -92, 93, 94, -95 }; Span<long> spanLong = b.AsSpan(); spanLong.Validate(91, -92, 93, 94, -95); } [Fact] public static void ObjectArrayAsSpan() { object o1 = new object(); object o2 = new object(); object[] c = { o1, o2 }; Span<object> spanObject = c.AsSpan(); spanObject.ValidateReferenceType(o1, o2); } [Fact] public static void NullArrayAsSpan() { int[] a = null; Span<int> span = a.AsSpan(); span.Validate(); Assert.True(span == default); } [Fact] public static void EmptyArrayAsSpan() { int[] empty = Array.Empty<int>(); Span<int> span = empty.AsSpan(); span.ValidateNonNullEmpty(); } [Fact] public static void IntArraySegmentAsSpan() { int[] a = { 91, 92, -93, 94 }; ArraySegment<int> segmentInt = new ArraySegment<int>(a, 1, 2); Span<int> spanInt = segmentInt.AsSpan(); spanInt.Validate(92, -93); } [Fact] public static void LongArraySegmentAsSpan() { long[] b = { 91, -92, 93, 94, -95 }; ArraySegment<long> segmentLong = new ArraySegment<long>(b, 1, 3); Span<long> spanLong = segmentLong.AsSpan(); spanLong.Validate(-92, 93, 94); } [Fact] public static void ObjectArraySegmentAsSpan() { object o1 = new object(); object o2 = new object(); object o3 = new object(); object o4 = new object(); object[] c = { o1, o2, o3, o4 }; ArraySegment<object> segmentObject = new ArraySegment<object>(c, 1, 2); Span<object> spanObject = segmentObject.AsSpan(); spanObject.ValidateReferenceType(o2, o3); } [Fact] public static void ZeroLengthArraySegmentAsSpan() { int[] empty = Array.Empty<int>(); ArraySegment<int> segmentEmpty = new ArraySegment<int>(empty); Span<int> spanEmpty = segmentEmpty.AsSpan(); spanEmpty.ValidateNonNullEmpty(); int[] a = { 91, 92, -93, 94 }; ArraySegment<int> segmentInt = new ArraySegment<int>(a, 0, 0); Span<int> spanInt = segmentInt.AsSpan(); spanInt.ValidateNonNullEmpty(); } [Fact] public static void CovariantAsSpanNotSupported() { object[] a = new string[10]; Assert.Throws<ArrayTypeMismatchException>(() => a.AsSpan()); Assert.Throws<ArrayTypeMismatchException>(() => a.AsSpan(0, a.Length)); } [Fact] public static void GuidArrayAsSpanWithStartAndLength() { var arr = new Guid[20]; Span<Guid> slice = arr.AsSpan(2, 2); Guid guid = Guid.NewGuid(); slice[1] = guid; Assert.Equal(guid, arr[3]); } [Theory] [InlineData(0, 0)] [InlineData(3, 0)] [InlineData(3, 1)] [InlineData(3, 2)] [InlineData(3, 3)] [InlineData(10, 0)] [InlineData(10, 3)] [InlineData(10, 10)] public static void ArrayAsSpanWithStart(int length, int start) { int[] a = new int[length]; Span<int> s = a.AsSpan(start); Assert.Equal(length - start, s.Length); if (start != length) { s[0] = 42; Assert.Equal(42, a[start]); } } [Theory] [InlineData(0, 0)] [InlineData(3, 0)] [InlineData(3, 1)] [InlineData(3, 2)] [InlineData(3, 3)] [InlineData(10, 0)] [InlineData(10, 3)] [InlineData(10, 10)] public static void ArraySegmentAsSpanWithStart(int length, int start) { const int segmentOffset = 5; int[] a = new int[length + segmentOffset]; ArraySegment<int> segment = new ArraySegment<int>(a, 5, length); Span<int> s = segment.AsSpan(start); Assert.Equal(length - start, s.Length); if (s.Length != 0) { s[0] = 42; Assert.Equal(42, a[segmentOffset + start]); } } [Theory] [InlineData(0, 0, 0)] [InlineData(3, 0, 3)] [InlineData(3, 1, 2)] [InlineData(3, 2, 1)] [InlineData(3, 3, 0)] [InlineData(10, 0, 5)] [InlineData(10, 3, 2)] public static void ArrayAsSpanWithStartAndLength(int length, int start, int subLength) { int[] a = new int[length]; Span<int> s = a.AsSpan(start, subLength); Assert.Equal(subLength, s.Length); if (subLength != 0) { s[0] = 42; Assert.Equal(42, a[start]); } } [Theory] [InlineData(0, 0, 0)] [InlineData(3, 0, 3)] [InlineData(3, 1, 2)] [InlineData(3, 2, 1)] [InlineData(3, 3, 0)] [InlineData(10, 0, 5)] [InlineData(10, 3, 2)] public static void ArraySegmentAsSpanWithStartAndLength(int length, int start, int subLength) { const int segmentOffset = 5; int[] a = new int[length + segmentOffset]; ArraySegment<int> segment = new ArraySegment<int>(a, segmentOffset, length); Span<int> s = segment.AsSpan(start, subLength); Assert.Equal(subLength, s.Length); if (subLength != 0) { s[0] = 42; Assert.Equal(42, a[segmentOffset + start]); } } [Theory] [InlineData(0, -1)] [InlineData(0, 1)] [InlineData(5, 6)] public static void ArrayAsSpanWithStartNegative(int length, int start) { int[] a = new int[length]; Assert.Throws<ArgumentOutOfRangeException>(() => a.AsSpan(start)); } [Theory] [InlineData(0, -1, 0)] [InlineData(0, 1, 0)] [InlineData(0, 0, -1)] [InlineData(0, 0, 1)] [InlineData(5, 6, 0)] [InlineData(5, 3, 3)] public static void ArrayAsSpanWithStartAndLengthNegative(int length, int start, int subLength) { int[] a = new int[length]; Assert.Throws<ArgumentOutOfRangeException>(() => a.AsSpan(start, subLength)); } } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/HardwareIntrinsics/General/Vector128/GreaterThanOrEqual.Byte.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void GreaterThanOrEqualByte() { var test = new VectorBinaryOpTest__GreaterThanOrEqualByte(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBinaryOpTest__GreaterThanOrEqualByte { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle outHandle; private ulong alignment; public DataTable(Byte[] inArray1, Byte[] inArray2, Byte[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Byte>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Byte>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<Byte>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Byte, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Byte, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<Byte> _fld1; public Vector128<Byte> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref testStruct._fld1), ref Unsafe.As<Byte, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref testStruct._fld2), ref Unsafe.As<Byte, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); return testStruct; } public void RunStructFldScenario(VectorBinaryOpTest__GreaterThanOrEqualByte testClass) { var result = Vector128.GreaterThanOrEqual(_fld1, _fld2); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<Byte>>() / sizeof(Byte); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<Byte>>() / sizeof(Byte); private static readonly int RetElementCount = Unsafe.SizeOf<Vector128<Byte>>() / sizeof(Byte); private static Byte[] _data1 = new Byte[Op1ElementCount]; private static Byte[] _data2 = new Byte[Op2ElementCount]; private static Vector128<Byte> _clsVar1; private static Vector128<Byte> _clsVar2; private Vector128<Byte> _fld1; private Vector128<Byte> _fld2; private DataTable _dataTable; static VectorBinaryOpTest__GreaterThanOrEqualByte() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _clsVar1), ref Unsafe.As<Byte, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _clsVar2), ref Unsafe.As<Byte, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); } public VectorBinaryOpTest__GreaterThanOrEqualByte() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _fld1), ref Unsafe.As<Byte, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _fld2), ref Unsafe.As<Byte, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } _dataTable = new DataTable(_data1, _data2, new Byte[RetElementCount], LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Vector128.GreaterThanOrEqual( Unsafe.Read<Vector128<Byte>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Byte>>(_dataTable.inArray2Ptr) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var method = typeof(Vector128).GetMethod(nameof(Vector128.GreaterThanOrEqual), new Type[] { typeof(Vector128<Byte>), typeof(Vector128<Byte>) }); if (method is null) { method = typeof(Vector128).GetMethod(nameof(Vector128.GreaterThanOrEqual), 1, new Type[] { typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)), typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)) }); } if (method.IsGenericMethodDefinition) { method = method.MakeGenericMethod(typeof(Byte)); } var result = method.Invoke(null, new object[] { Unsafe.Read<Vector128<Byte>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Byte>>(_dataTable.inArray2Ptr) }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<Byte>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = Vector128.GreaterThanOrEqual( _clsVar1, _clsVar2 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<Byte>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<Byte>>(_dataTable.inArray2Ptr); var result = Vector128.GreaterThanOrEqual(op1, op2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBinaryOpTest__GreaterThanOrEqualByte(); var result = Vector128.GreaterThanOrEqual(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = Vector128.GreaterThanOrEqual(_fld1, _fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = Vector128.GreaterThanOrEqual(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector128<Byte> op1, Vector128<Byte> op2, void* result, [CallerMemberName] string method = "") { Byte[] inArray1 = new Byte[Op1ElementCount]; Byte[] inArray2 = new Byte[Op2ElementCount]; Byte[] outArray = new Byte[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Byte, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Byte, byte>(ref inArray2[0]), op2); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Byte>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(void* op1, void* op2, void* result, [CallerMemberName] string method = "") { Byte[] inArray1 = new Byte[Op1ElementCount]; Byte[] inArray2 = new Byte[Op2ElementCount]; Byte[] outArray = new Byte[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector128<Byte>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector128<Byte>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Byte>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(Byte[] left, Byte[] right, Byte[] result, [CallerMemberName] string method = "") { bool succeeded = true; if (result[0] != ((left[0] >= right[0]) ? byte.MaxValue : 0)) { succeeded = false; } else { for (var i = 1; i < RetElementCount; i++) { if (result[i] != ((left[i] >= right[i]) ? byte.MaxValue : 0)) { succeeded = false; break; } } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector128)}.{nameof(Vector128.GreaterThanOrEqual)}<Byte>(Vector128<Byte>, Vector128<Byte>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src\JIT\HardwareIntrinsics\X86\Shared. In order to make * * changes, please update the corresponding template and run according to the * * directions listed in the file. * ******************************************************************************/ using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics; namespace JIT.HardwareIntrinsics.General { public static partial class Program { private static void GreaterThanOrEqualByte() { var test = new VectorBinaryOpTest__GreaterThanOrEqualByte(); // Validates basic functionality works, using Unsafe.Read test.RunBasicScenario_UnsafeRead(); // Validates calling via reflection works, using Unsafe.Read test.RunReflectionScenario_UnsafeRead(); // Validates passing a static member works test.RunClsVarScenario(); // Validates passing a local works, using Unsafe.Read test.RunLclVarScenario_UnsafeRead(); // Validates passing the field of a local class works test.RunClassLclFldScenario(); // Validates passing an instance member of a class works test.RunClassFldScenario(); // Validates passing the field of a local struct works test.RunStructLclFldScenario(); // Validates passing an instance member of a struct works test.RunStructFldScenario(); if (!test.Succeeded) { throw new Exception("One or more scenarios did not complete as expected."); } } } public sealed unsafe class VectorBinaryOpTest__GreaterThanOrEqualByte { private struct DataTable { private byte[] inArray1; private byte[] inArray2; private byte[] outArray; private GCHandle inHandle1; private GCHandle inHandle2; private GCHandle outHandle; private ulong alignment; public DataTable(Byte[] inArray1, Byte[] inArray2, Byte[] outArray, int alignment) { int sizeOfinArray1 = inArray1.Length * Unsafe.SizeOf<Byte>(); int sizeOfinArray2 = inArray2.Length * Unsafe.SizeOf<Byte>(); int sizeOfoutArray = outArray.Length * Unsafe.SizeOf<Byte>(); if ((alignment != 32 && alignment != 16 && alignment != 8) || (alignment * 2) < sizeOfinArray1 || (alignment * 2) < sizeOfinArray2 || (alignment * 2) < sizeOfoutArray) { throw new ArgumentException("Invalid value of alignment"); } this.inArray1 = new byte[alignment * 2]; this.inArray2 = new byte[alignment * 2]; this.outArray = new byte[alignment * 2]; this.inHandle1 = GCHandle.Alloc(this.inArray1, GCHandleType.Pinned); this.inHandle2 = GCHandle.Alloc(this.inArray2, GCHandleType.Pinned); this.outHandle = GCHandle.Alloc(this.outArray, GCHandleType.Pinned); this.alignment = (ulong)alignment; Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray1Ptr), ref Unsafe.As<Byte, byte>(ref inArray1[0]), (uint)sizeOfinArray1); Unsafe.CopyBlockUnaligned(ref Unsafe.AsRef<byte>(inArray2Ptr), ref Unsafe.As<Byte, byte>(ref inArray2[0]), (uint)sizeOfinArray2); } public void* inArray1Ptr => Align((byte*)(inHandle1.AddrOfPinnedObject().ToPointer()), alignment); public void* inArray2Ptr => Align((byte*)(inHandle2.AddrOfPinnedObject().ToPointer()), alignment); public void* outArrayPtr => Align((byte*)(outHandle.AddrOfPinnedObject().ToPointer()), alignment); public void Dispose() { inHandle1.Free(); inHandle2.Free(); outHandle.Free(); } private static unsafe void* Align(byte* buffer, ulong expectedAlignment) { return (void*)(((ulong)buffer + expectedAlignment - 1) & ~(expectedAlignment - 1)); } } private struct TestStruct { public Vector128<Byte> _fld1; public Vector128<Byte> _fld2; public static TestStruct Create() { var testStruct = new TestStruct(); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref testStruct._fld1), ref Unsafe.As<Byte, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref testStruct._fld2), ref Unsafe.As<Byte, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); return testStruct; } public void RunStructFldScenario(VectorBinaryOpTest__GreaterThanOrEqualByte testClass) { var result = Vector128.GreaterThanOrEqual(_fld1, _fld2); Unsafe.Write(testClass._dataTable.outArrayPtr, result); testClass.ValidateResult(_fld1, _fld2, testClass._dataTable.outArrayPtr); } } private static readonly int LargestVectorSize = 16; private static readonly int Op1ElementCount = Unsafe.SizeOf<Vector128<Byte>>() / sizeof(Byte); private static readonly int Op2ElementCount = Unsafe.SizeOf<Vector128<Byte>>() / sizeof(Byte); private static readonly int RetElementCount = Unsafe.SizeOf<Vector128<Byte>>() / sizeof(Byte); private static Byte[] _data1 = new Byte[Op1ElementCount]; private static Byte[] _data2 = new Byte[Op2ElementCount]; private static Vector128<Byte> _clsVar1; private static Vector128<Byte> _clsVar2; private Vector128<Byte> _fld1; private Vector128<Byte> _fld2; private DataTable _dataTable; static VectorBinaryOpTest__GreaterThanOrEqualByte() { for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _clsVar1), ref Unsafe.As<Byte, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _clsVar2), ref Unsafe.As<Byte, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); } public VectorBinaryOpTest__GreaterThanOrEqualByte() { Succeeded = true; for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _fld1), ref Unsafe.As<Byte, byte>(ref _data1[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } Unsafe.CopyBlockUnaligned(ref Unsafe.As<Vector128<Byte>, byte>(ref _fld2), ref Unsafe.As<Byte, byte>(ref _data2[0]), (uint)Unsafe.SizeOf<Vector128<Byte>>()); for (var i = 0; i < Op1ElementCount; i++) { _data1[i] = TestLibrary.Generator.GetByte(); } for (var i = 0; i < Op2ElementCount; i++) { _data2[i] = TestLibrary.Generator.GetByte(); } _dataTable = new DataTable(_data1, _data2, new Byte[RetElementCount], LargestVectorSize); } public bool Succeeded { get; set; } public void RunBasicScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunBasicScenario_UnsafeRead)); var result = Vector128.GreaterThanOrEqual( Unsafe.Read<Vector128<Byte>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Byte>>(_dataTable.inArray2Ptr) ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunReflectionScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunReflectionScenario_UnsafeRead)); var method = typeof(Vector128).GetMethod(nameof(Vector128.GreaterThanOrEqual), new Type[] { typeof(Vector128<Byte>), typeof(Vector128<Byte>) }); if (method is null) { method = typeof(Vector128).GetMethod(nameof(Vector128.GreaterThanOrEqual), 1, new Type[] { typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)), typeof(Vector128<>).MakeGenericType(Type.MakeGenericMethodParameter(0)) }); } if (method.IsGenericMethodDefinition) { method = method.MakeGenericMethod(typeof(Byte)); } var result = method.Invoke(null, new object[] { Unsafe.Read<Vector128<Byte>>(_dataTable.inArray1Ptr), Unsafe.Read<Vector128<Byte>>(_dataTable.inArray2Ptr) }); Unsafe.Write(_dataTable.outArrayPtr, (Vector128<Byte>)(result)); ValidateResult(_dataTable.inArray1Ptr, _dataTable.inArray2Ptr, _dataTable.outArrayPtr); } public void RunClsVarScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClsVarScenario)); var result = Vector128.GreaterThanOrEqual( _clsVar1, _clsVar2 ); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_clsVar1, _clsVar2, _dataTable.outArrayPtr); } public void RunLclVarScenario_UnsafeRead() { TestLibrary.TestFramework.BeginScenario(nameof(RunLclVarScenario_UnsafeRead)); var op1 = Unsafe.Read<Vector128<Byte>>(_dataTable.inArray1Ptr); var op2 = Unsafe.Read<Vector128<Byte>>(_dataTable.inArray2Ptr); var result = Vector128.GreaterThanOrEqual(op1, op2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(op1, op2, _dataTable.outArrayPtr); } public void RunClassLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassLclFldScenario)); var test = new VectorBinaryOpTest__GreaterThanOrEqualByte(); var result = Vector128.GreaterThanOrEqual(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunClassFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunClassFldScenario)); var result = Vector128.GreaterThanOrEqual(_fld1, _fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(_fld1, _fld2, _dataTable.outArrayPtr); } public void RunStructLclFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructLclFldScenario)); var test = TestStruct.Create(); var result = Vector128.GreaterThanOrEqual(test._fld1, test._fld2); Unsafe.Write(_dataTable.outArrayPtr, result); ValidateResult(test._fld1, test._fld2, _dataTable.outArrayPtr); } public void RunStructFldScenario() { TestLibrary.TestFramework.BeginScenario(nameof(RunStructFldScenario)); var test = TestStruct.Create(); test.RunStructFldScenario(this); } private void ValidateResult(Vector128<Byte> op1, Vector128<Byte> op2, void* result, [CallerMemberName] string method = "") { Byte[] inArray1 = new Byte[Op1ElementCount]; Byte[] inArray2 = new Byte[Op2ElementCount]; Byte[] outArray = new Byte[RetElementCount]; Unsafe.WriteUnaligned(ref Unsafe.As<Byte, byte>(ref inArray1[0]), op1); Unsafe.WriteUnaligned(ref Unsafe.As<Byte, byte>(ref inArray2[0]), op2); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Byte>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(void* op1, void* op2, void* result, [CallerMemberName] string method = "") { Byte[] inArray1 = new Byte[Op1ElementCount]; Byte[] inArray2 = new Byte[Op2ElementCount]; Byte[] outArray = new Byte[RetElementCount]; Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref inArray1[0]), ref Unsafe.AsRef<byte>(op1), (uint)Unsafe.SizeOf<Vector128<Byte>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref inArray2[0]), ref Unsafe.AsRef<byte>(op2), (uint)Unsafe.SizeOf<Vector128<Byte>>()); Unsafe.CopyBlockUnaligned(ref Unsafe.As<Byte, byte>(ref outArray[0]), ref Unsafe.AsRef<byte>(result), (uint)Unsafe.SizeOf<Vector128<Byte>>()); ValidateResult(inArray1, inArray2, outArray, method); } private void ValidateResult(Byte[] left, Byte[] right, Byte[] result, [CallerMemberName] string method = "") { bool succeeded = true; if (result[0] != ((left[0] >= right[0]) ? byte.MaxValue : 0)) { succeeded = false; } else { for (var i = 1; i < RetElementCount; i++) { if (result[i] != ((left[i] >= right[i]) ? byte.MaxValue : 0)) { succeeded = false; break; } } } if (!succeeded) { TestLibrary.TestFramework.LogInformation($"{nameof(Vector128)}.{nameof(Vector128.GreaterThanOrEqual)}<Byte>(Vector128<Byte>, Vector128<Byte>): {method} failed:"); TestLibrary.TestFramework.LogInformation($" left: ({string.Join(", ", left)})"); TestLibrary.TestFramework.LogInformation($" right: ({string.Join(", ", right)})"); TestLibrary.TestFramework.LogInformation($" result: ({string.Join(", ", result)})"); TestLibrary.TestFramework.LogInformation(string.Empty); Succeeded = false; } } } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/Sse3.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; namespace System.Runtime.Intrinsics.X86 { /// <summary> /// This class provides access to Intel SSE3 hardware instructions via intrinsics /// </summary> [Intrinsic] [CLSCompliant(false)] public abstract class Sse3 : Sse2 { internal Sse3() { } public static new bool IsSupported { get => IsSupported; } [Intrinsic] public new abstract class X64 : Sse2.X64 { internal X64() { } public static new bool IsSupported { get => IsSupported; } } /// <summary> /// __m128 _mm_addsub_ps (__m128 a, __m128 b) /// ADDSUBPS xmm, xmm/m128 /// </summary> public static Vector128<float> AddSubtract(Vector128<float> left, Vector128<float> right) => AddSubtract(left, right); /// <summary> /// __m128d _mm_addsub_pd (__m128d a, __m128d b) /// ADDSUBPD xmm, xmm/m128 /// </summary> public static Vector128<double> AddSubtract(Vector128<double> left, Vector128<double> right) => AddSubtract(left, right); /// <summary> /// __m128 _mm_hadd_ps (__m128 a, __m128 b) /// HADDPS xmm, xmm/m128 /// </summary> public static Vector128<float> HorizontalAdd(Vector128<float> left, Vector128<float> right) => HorizontalAdd(left, right); /// <summary> /// __m128d _mm_hadd_pd (__m128d a, __m128d b) /// HADDPD xmm, xmm/m128 /// </summary> public static Vector128<double> HorizontalAdd(Vector128<double> left, Vector128<double> right) => HorizontalAdd(left, right); /// <summary> /// __m128 _mm_hsub_ps (__m128 a, __m128 b) /// HSUBPS xmm, xmm/m128 /// </summary> public static Vector128<float> HorizontalSubtract(Vector128<float> left, Vector128<float> right) => HorizontalSubtract(left, right); /// <summary> /// __m128d _mm_hsub_pd (__m128d a, __m128d b) /// HSUBPD xmm, xmm/m128 /// </summary> public static Vector128<double> HorizontalSubtract(Vector128<double> left, Vector128<double> right) => HorizontalSubtract(left, right); /// <summary> /// __m128d _mm_loaddup_pd (double const* mem_addr) /// MOVDDUP xmm, m64 /// </summary> public static unsafe Vector128<double> LoadAndDuplicateToVector128(double* address) => LoadAndDuplicateToVector128(address); /// <summary> /// __m128i _mm_lddqu_si128 (__m128i const* mem_addr) /// LDDQU xmm, m128 /// </summary> public static unsafe Vector128<sbyte> LoadDquVector128(sbyte* address) => LoadDquVector128(address); public static unsafe Vector128<byte> LoadDquVector128(byte* address) => LoadDquVector128(address); public static unsafe Vector128<short> LoadDquVector128(short* address) => LoadDquVector128(address); public static unsafe Vector128<ushort> LoadDquVector128(ushort* address) => LoadDquVector128(address); public static unsafe Vector128<int> LoadDquVector128(int* address) => LoadDquVector128(address); public static unsafe Vector128<uint> LoadDquVector128(uint* address) => LoadDquVector128(address); public static unsafe Vector128<long> LoadDquVector128(long* address) => LoadDquVector128(address); public static unsafe Vector128<ulong> LoadDquVector128(ulong* address) => LoadDquVector128(address); /// <summary> /// __m128d _mm_movedup_pd (__m128d a) /// MOVDDUP xmm, xmm/m64 /// </summary> public static Vector128<double> MoveAndDuplicate(Vector128<double> source) => MoveAndDuplicate(source); /// <summary> /// __m128 _mm_movehdup_ps (__m128 a) /// MOVSHDUP xmm, xmm/m128 /// </summary> public static Vector128<float> MoveHighAndDuplicate(Vector128<float> source) => MoveHighAndDuplicate(source); /// <summary> /// __m128 _mm_moveldup_ps (__m128 a) /// MOVSLDUP xmm, xmm/m128 /// </summary> public static Vector128<float> MoveLowAndDuplicate(Vector128<float> source) => MoveLowAndDuplicate(source); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Runtime.CompilerServices; namespace System.Runtime.Intrinsics.X86 { /// <summary> /// This class provides access to Intel SSE3 hardware instructions via intrinsics /// </summary> [Intrinsic] [CLSCompliant(false)] public abstract class Sse3 : Sse2 { internal Sse3() { } public static new bool IsSupported { get => IsSupported; } [Intrinsic] public new abstract class X64 : Sse2.X64 { internal X64() { } public static new bool IsSupported { get => IsSupported; } } /// <summary> /// __m128 _mm_addsub_ps (__m128 a, __m128 b) /// ADDSUBPS xmm, xmm/m128 /// </summary> public static Vector128<float> AddSubtract(Vector128<float> left, Vector128<float> right) => AddSubtract(left, right); /// <summary> /// __m128d _mm_addsub_pd (__m128d a, __m128d b) /// ADDSUBPD xmm, xmm/m128 /// </summary> public static Vector128<double> AddSubtract(Vector128<double> left, Vector128<double> right) => AddSubtract(left, right); /// <summary> /// __m128 _mm_hadd_ps (__m128 a, __m128 b) /// HADDPS xmm, xmm/m128 /// </summary> public static Vector128<float> HorizontalAdd(Vector128<float> left, Vector128<float> right) => HorizontalAdd(left, right); /// <summary> /// __m128d _mm_hadd_pd (__m128d a, __m128d b) /// HADDPD xmm, xmm/m128 /// </summary> public static Vector128<double> HorizontalAdd(Vector128<double> left, Vector128<double> right) => HorizontalAdd(left, right); /// <summary> /// __m128 _mm_hsub_ps (__m128 a, __m128 b) /// HSUBPS xmm, xmm/m128 /// </summary> public static Vector128<float> HorizontalSubtract(Vector128<float> left, Vector128<float> right) => HorizontalSubtract(left, right); /// <summary> /// __m128d _mm_hsub_pd (__m128d a, __m128d b) /// HSUBPD xmm, xmm/m128 /// </summary> public static Vector128<double> HorizontalSubtract(Vector128<double> left, Vector128<double> right) => HorizontalSubtract(left, right); /// <summary> /// __m128d _mm_loaddup_pd (double const* mem_addr) /// MOVDDUP xmm, m64 /// </summary> public static unsafe Vector128<double> LoadAndDuplicateToVector128(double* address) => LoadAndDuplicateToVector128(address); /// <summary> /// __m128i _mm_lddqu_si128 (__m128i const* mem_addr) /// LDDQU xmm, m128 /// </summary> public static unsafe Vector128<sbyte> LoadDquVector128(sbyte* address) => LoadDquVector128(address); public static unsafe Vector128<byte> LoadDquVector128(byte* address) => LoadDquVector128(address); public static unsafe Vector128<short> LoadDquVector128(short* address) => LoadDquVector128(address); public static unsafe Vector128<ushort> LoadDquVector128(ushort* address) => LoadDquVector128(address); public static unsafe Vector128<int> LoadDquVector128(int* address) => LoadDquVector128(address); public static unsafe Vector128<uint> LoadDquVector128(uint* address) => LoadDquVector128(address); public static unsafe Vector128<long> LoadDquVector128(long* address) => LoadDquVector128(address); public static unsafe Vector128<ulong> LoadDquVector128(ulong* address) => LoadDquVector128(address); /// <summary> /// __m128d _mm_movedup_pd (__m128d a) /// MOVDDUP xmm, xmm/m64 /// </summary> public static Vector128<double> MoveAndDuplicate(Vector128<double> source) => MoveAndDuplicate(source); /// <summary> /// __m128 _mm_movehdup_ps (__m128 a) /// MOVSHDUP xmm, xmm/m128 /// </summary> public static Vector128<float> MoveHighAndDuplicate(Vector128<float> source) => MoveHighAndDuplicate(source); /// <summary> /// __m128 _mm_moveldup_ps (__m128 a) /// MOVSLDUP xmm, xmm/m128 /// </summary> public static Vector128<float> MoveLowAndDuplicate(Vector128<float> source) => MoveLowAndDuplicate(source); } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Private.Xml/tests/XmlReaderLib/LineNumber.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; using System.IO; using XmlCoreTest.Common; namespace System.Xml.Tests { [InheritRequired()] public abstract partial class TCLinePos : TCXMLReaderBaseGeneral { public const string ST_ELEMENT = "ELEMENT"; public const string ST_SKIP = "SKIP"; public const string ST_ENTITYREF = "ENTITYREF"; public const string ST_A0 = "a0"; public const string ST_A1 = "a1"; public const string ST_A2 = "a2"; public const string ST_BASE64 = "BASE64"; public const string ST_BINHEX = "BINHEX"; public const string ST_CHARENTITY = "CHARENTITY"; public const string ST_BOOLXSD = "BOOLXSD"; public const string ST_DATE = "DATE"; public const string ST_DATETIME = "DATETIME"; public const string ST_INT = "INT"; public const string ST_TIME = "TIME"; public const string ST_TIMESPAN = "TIMESPAN"; public const string ST_DECIMAL2 = "DECIMAL"; private void CheckPos(int line, int pos) { if (!IsCustomReader()) { CError.WriteLine("(" + DataReader.Name + "," + DataReader.Value + ")"); CError.Compare(DataReader.Settings.LineNumberOffset, line, "LineNumber"); CError.Compare(DataReader.Settings.LinePositionOffset, pos, "LinePos"); } } public void PositionOnNodeType2(XmlNodeType nodeType) { while (DataReader.Read() && DataReader.NodeType != nodeType) { } if (DataReader.EOF) { throw new CTestFailedException("Couldn't find XmlNodeType " + nodeType); } } [Variation("LineNumber/LinePos after Read and NodeType = Element", Priority = 0)] public int TestLinePos1() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = CDATA", Priority = 0)] public int TestLinePos2() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.CDATA); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = Comment", Priority = 0)] public int TestLinePos4() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.Comment); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = EndElement", Priority = 0)] public int TestLinePos6() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.EndElement); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = EntityReference, not expanded", Priority = 0)] public int TestLinePos7() { CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.EntityReference); CheckPos(11, 14); DataReader.Read(); CheckPos(11, 17); DataReader.Read(); CheckPos(11, 19); DataReader.Read(); CheckPos(11, 24); DataReader.Read(); CError.Compare(DataReader.NodeType, XmlNodeType.EndElement, "ee"); CheckPos(11, 27); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = ProcessingInstruction", Priority = 0)] public int TestLinePos9() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.ProcessingInstruction); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.ProcessingInstruction); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = SignificantWhitespace", Priority = 0)] public int TestLinePos10() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.SignificantWhitespace); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = Text", Priority = 0)] public int TestLinePos11() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.Text); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = Whitespace", Priority = 0)] public int TestLinePos12() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.Whitespace); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.Whitespace); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.Whitespace); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = XmlDeclaration", Priority = 0)] public int TestLinePos13() { if (IsSubtreeReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.XmlDeclaration); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToElement")] public int TestLinePos14() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); DataReader.MoveToAttribute(1); DataReader.MoveToElement(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToFirstAttribute/MoveToNextAttribute")] public int TestLinePos15() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); DataReader.MoveToFirstAttribute(); CheckPos(0, 0); DataReader.MoveToNextAttribute(); CheckPos(0, 0); DataReader.MoveToNextAttribute(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToAttribute")] public int TestLinePos16() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); DataReader.MoveToAttribute(1); CheckPos(0, 0); DataReader.MoveToAttribute(0); CheckPos(0, 0); DataReader.MoveToAttribute(2); CheckPos(0, 0); DataReader.MoveToAttribute(ST_A0); CheckPos(0, 0); DataReader.MoveToAttribute(ST_A2); CheckPos(0, 0); DataReader.MoveToAttribute(ST_A1); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Skip")] public int TestLinePos18() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); DataReader.MoveToFirstAttribute(); DataReader.Skip(); CheckPos(0, 0); DataReader.PositionOnElement(ST_SKIP); DataReader.Skip(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadInnerXml")] public int TestLinePos19() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); DataReader.MoveToFirstAttribute(); DataReader.ReadInnerXml(); CheckPos(0, 0); DataReader.PositionOnElement(ST_SKIP); DataReader.ReadInnerXml(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToContent")] public int TestLinePos20() { if (IsSubtreeReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.XmlDeclaration); DataReader.MoveToContent(); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.Comment); DataReader.MoveToContent(); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.ProcessingInstruction); DataReader.MoveToContent(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadBase64 succesive calls")] public int TestLinePos21() { if (IsCustomReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_BASE64); byte[] arr = new byte[3]; DataReader.ReadElementContentAsBase64(arr, 0, 3); CheckPos(0, 0); DataReader.ReadElementContentAsBase64(arr, 0, 3); CheckPos(0, 0); DataReader.ReadElementContentAsBase64(arr, 0, 1); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadBinHex succesive calls")] public int TestLinePos22() { if (IsCustomReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_BINHEX); byte[] arr = new byte[1]; DataReader.ReadElementContentAsBinHex(arr, 0, 1); CheckPos(0, 0); DataReader.ReadElementContentAsBinHex(arr, 0, 1); CheckPos(0, 0); DataReader.ReadElementContentAsBinHex(arr, 0, 1); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadEndElement")] public int TestLinePos26() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_CHARENTITY); DataReader.Read(); // Text DataReader.Read(); // EndElement CheckPos(0, 0); DataReader.ReadEndElement(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadString")] public int TestLinePos27() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ENTITYREF); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after element containing entities in attribute values")] public int TestLinePos39() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement("EMBEDDED"); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos when Read = false")] public int TestLinePos40() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); while (DataReader.Read()) ; CheckPos(0, 0); return TEST_PASS; } [Variation("XmlTextReader:LineNumber and LinePos don't return the right position after ReadInnerXml is called")] public int TestLinePos41() { string strXml = "<ROOT><CHARS2>\nxxx<MARKUP/>yyy\n</CHARS2></ROOT>"; ReloadSourceStr(strXml); if (!IsCustomReader()) { DataReader.Read(); DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, "ln1"); CError.Equals(DataReader.LinePosition, 8, "lp1"); DataReader.ReadInnerXml(); CError.Equals(DataReader.LineNumber, 3, "ln2"); CError.Equals(DataReader.LinePosition, 12, "lp2"); } return TEST_PASS; } [Variation("XmlTextReader: LineNum and LinePosition incorrect for EndTag token and text element")] public int TestLinePos42() { string strXml = "<foo>\n fooooooo\n</foo>"; ReloadSourceStr(strXml); if (!IsCustomReader()) { DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, null); CError.Equals(DataReader.LinePosition, 2, null); DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, null); CError.Equals(DataReader.LinePosition, 6, null); DataReader.Read(); CError.Equals(DataReader.LineNumber, 3, null); CError.Equals(DataReader.LinePosition, 3, null); } return TEST_PASS; } [Variation("Bogus LineNumber value when reading attribute over XmlTextReader")] public int TestLinePos43() { string strXml = "<foo\n attr1='bar'\n attr2='foo'\n/>"; ReloadSourceStr(strXml); if (!IsCustomReader()) { DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, null); CError.Equals(DataReader.LinePosition, 2, null); DataReader.MoveToFirstAttribute(); CError.Equals(DataReader.LineNumber, 2, null); CError.Equals(DataReader.LinePosition, 5, null); DataReader.MoveToNextAttribute(); CError.Equals(DataReader.LineNumber, 3, null); CError.Equals(DataReader.LinePosition, 5, null); DataReader.Read(); CError.Equals(DataReader.LineNumber, IsSubtreeReader() ? 0 : 4, null); CError.Equals(DataReader.LinePosition, IsSubtreeReader() ? 0 : 3, null); } return TEST_PASS; } [Variation("LineNumber and LinePosition on attribute with columns")] public int TestLinePos44() { string strxml = "<PRODUCT xmlns:a='abc' xmlns:b='abc'/>"; ReloadSourceStr(strxml); CError.Compare(DataReader.Read(), true, "Read"); CError.Compare(DataReader.MoveToNextAttribute(), true, "MoveToNextAttribute"); CError.Compare(DataReader.Value, "abc", "MoveToNextAttribute"); CError.Compare(DataReader.VerifyNode(XmlNodeType.Attribute, "xmlns:a", "abc"), "xmlns:a"); CheckPos(0, 0); return TEST_PASS; } [Variation("HasLineInfo")] public int TestLinePos45() { XmlReader DataReader = ReaderHelper.Create(new StringReader("<root></root>")); DataReader.Read(); CError.Compare((DataReader as IXmlLineInfo).HasLineInfo(), "DataReader HasLineInfo"); XmlReaderSettings rs = new XmlReaderSettings(); XmlReader vr = ReaderHelper.Create(DataReader, rs); vr.Read(); CError.Compare((vr as IXmlLineInfo).HasLineInfo(), "DataReader HasLineInfo"); return TEST_PASS; } [Variation("XmlException LineNumber and LinePosition")] public int TestLinePos99() { string strxml = "<portfolio>\n <stock exchange=nasdaq/>\n</portfolio>"; ReloadSourceStr(strxml); try { while (DataReader.Read()) ; } catch (XmlException e) { CError.Compare(e.LineNumber, 2, "ln"); CError.Compare(e.LinePosition, 18, "lp"); return TEST_PASS; } return TEST_FAIL; } [Variation("Check error message on a non-wellformed XML")] public int ReadingNonWellFormedXmlThrows() { string filename = Path.Combine(TestData, "Common", "Bug86503.txt"); try { ReloadSource(filename); DataReader.Read(); } catch (XmlException) { return TEST_PASS; } return TEST_FAIL; } [Variation("When an XmlException is thrown both XmlException.LineNumber and XmlTextReader.LineNumber should be same")] public int XmlExceptionAndXmlTextReaderLineNumberShouldBeSameAfterExceptionIsThrown() { string filename = Path.Combine(TestData, "Common", "invalid-ucs4.xml"); if (!IsCustomReader()) { try { ReloadSource(filename); while (DataReader.Read()) ; return TEST_FAIL; } catch (XmlException e) { CError.WriteLine(e.Message); CError.WriteLine("Reader Line : {0}, Exception Line {1}", DataReader.LineNumber, e.LinePosition); CError.Equals(DataReader.LineNumber, IsSubtreeReader() ? 0 : e.LineNumber, "Reader line number and Exception line number must be same"); CError.WriteLine("Reader Position : {0}, Exception Position {1}", DataReader.LinePosition, e.LinePosition); CError.Equals(DataReader.LinePosition, IsSubtreeReader() ? 0 : e.LinePosition, "Reader line position and Exception line position must be same"); return TEST_PASS; } } return TEST_PASS; } [Variation("Xml(Text)Reader does not increase line number for a new line in element end tag")] public int XmlReaderShouldIncreaseLineNumberAfterNewLineInElementTag() { string fileName = Path.Combine(TestData, "Common", "Bug411697.xml"); if (!IsCustomReader()) { ReloadSource(fileName); int lastLineNumber = 0; while (DataReader.Read()) { lastLineNumber = DataReader.LineNumber; } if (lastLineNumber != 2 && !IsSubtreeReader()) CError.Compare(false, "Failed"); } return TEST_PASS; } [Variation("LineNumber and LinePosition are not correct")] public int LineNumberAndLinePositionAreCorrect() { XmlReaderSettings rs = new XmlReaderSettings(); Stream fs = FilePathUtil.getStream(Path.Combine(TestData, "Common", "Bug297091.xsl")); { XmlReader DataReader = ReaderHelper.Create(fs, rs, Path.Combine(TestData, "Common", "Bug297091.xsl")); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Element || ((IXmlLineInfo)DataReader).LineNumber != 1 || ((IXmlLineInfo)DataReader).LinePosition != 2) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Whitespace || ((IXmlLineInfo)DataReader).LineNumber != 4 || ((IXmlLineInfo)DataReader).LinePosition != 2) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Element || ((IXmlLineInfo)DataReader).LineNumber != 5 || ((IXmlLineInfo)DataReader).LinePosition != 3) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Whitespace || ((IXmlLineInfo)DataReader).LineNumber != 5 || ((IXmlLineInfo)DataReader).LinePosition != 28) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.EndElement || ((IXmlLineInfo)DataReader).LineNumber != 6 || ((IXmlLineInfo)DataReader).LinePosition != 3) CError.Compare(false, "Failed"); } return TEST_PASS; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using OLEDB.Test.ModuleCore; using System.IO; using XmlCoreTest.Common; namespace System.Xml.Tests { [InheritRequired()] public abstract partial class TCLinePos : TCXMLReaderBaseGeneral { public const string ST_ELEMENT = "ELEMENT"; public const string ST_SKIP = "SKIP"; public const string ST_ENTITYREF = "ENTITYREF"; public const string ST_A0 = "a0"; public const string ST_A1 = "a1"; public const string ST_A2 = "a2"; public const string ST_BASE64 = "BASE64"; public const string ST_BINHEX = "BINHEX"; public const string ST_CHARENTITY = "CHARENTITY"; public const string ST_BOOLXSD = "BOOLXSD"; public const string ST_DATE = "DATE"; public const string ST_DATETIME = "DATETIME"; public const string ST_INT = "INT"; public const string ST_TIME = "TIME"; public const string ST_TIMESPAN = "TIMESPAN"; public const string ST_DECIMAL2 = "DECIMAL"; private void CheckPos(int line, int pos) { if (!IsCustomReader()) { CError.WriteLine("(" + DataReader.Name + "," + DataReader.Value + ")"); CError.Compare(DataReader.Settings.LineNumberOffset, line, "LineNumber"); CError.Compare(DataReader.Settings.LinePositionOffset, pos, "LinePos"); } } public void PositionOnNodeType2(XmlNodeType nodeType) { while (DataReader.Read() && DataReader.NodeType != nodeType) { } if (DataReader.EOF) { throw new CTestFailedException("Couldn't find XmlNodeType " + nodeType); } } [Variation("LineNumber/LinePos after Read and NodeType = Element", Priority = 0)] public int TestLinePos1() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = CDATA", Priority = 0)] public int TestLinePos2() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.CDATA); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = Comment", Priority = 0)] public int TestLinePos4() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.Comment); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = EndElement", Priority = 0)] public int TestLinePos6() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.EndElement); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = EntityReference, not expanded", Priority = 0)] public int TestLinePos7() { CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.EntityReference); CheckPos(11, 14); DataReader.Read(); CheckPos(11, 17); DataReader.Read(); CheckPos(11, 19); DataReader.Read(); CheckPos(11, 24); DataReader.Read(); CError.Compare(DataReader.NodeType, XmlNodeType.EndElement, "ee"); CheckPos(11, 27); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = ProcessingInstruction", Priority = 0)] public int TestLinePos9() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.ProcessingInstruction); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.ProcessingInstruction); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = SignificantWhitespace", Priority = 0)] public int TestLinePos10() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.SignificantWhitespace); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = Text", Priority = 0)] public int TestLinePos11() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.Text); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = Whitespace", Priority = 0)] public int TestLinePos12() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.Whitespace); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.Whitespace); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.Whitespace); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Read and NodeType = XmlDeclaration", Priority = 0)] public int TestLinePos13() { if (IsSubtreeReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.XmlDeclaration); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToElement")] public int TestLinePos14() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); DataReader.MoveToAttribute(1); DataReader.MoveToElement(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToFirstAttribute/MoveToNextAttribute")] public int TestLinePos15() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); DataReader.MoveToFirstAttribute(); CheckPos(0, 0); DataReader.MoveToNextAttribute(); CheckPos(0, 0); DataReader.MoveToNextAttribute(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToAttribute")] public int TestLinePos16() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); CheckPos(0, 0); DataReader.MoveToAttribute(1); CheckPos(0, 0); DataReader.MoveToAttribute(0); CheckPos(0, 0); DataReader.MoveToAttribute(2); CheckPos(0, 0); DataReader.MoveToAttribute(ST_A0); CheckPos(0, 0); DataReader.MoveToAttribute(ST_A2); CheckPos(0, 0); DataReader.MoveToAttribute(ST_A1); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after Skip")] public int TestLinePos18() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); DataReader.MoveToFirstAttribute(); DataReader.Skip(); CheckPos(0, 0); DataReader.PositionOnElement(ST_SKIP); DataReader.Skip(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadInnerXml")] public int TestLinePos19() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ELEMENT); DataReader.MoveToFirstAttribute(); DataReader.ReadInnerXml(); CheckPos(0, 0); DataReader.PositionOnElement(ST_SKIP); DataReader.ReadInnerXml(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after MoveToContent")] public int TestLinePos20() { if (IsSubtreeReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); PositionOnNodeType2(XmlNodeType.XmlDeclaration); DataReader.MoveToContent(); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.Comment); DataReader.MoveToContent(); CheckPos(0, 0); PositionOnNodeType2(XmlNodeType.ProcessingInstruction); DataReader.MoveToContent(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadBase64 succesive calls")] public int TestLinePos21() { if (IsCustomReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_BASE64); byte[] arr = new byte[3]; DataReader.ReadElementContentAsBase64(arr, 0, 3); CheckPos(0, 0); DataReader.ReadElementContentAsBase64(arr, 0, 3); CheckPos(0, 0); DataReader.ReadElementContentAsBase64(arr, 0, 1); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadBinHex succesive calls")] public int TestLinePos22() { if (IsCustomReader()) CError.Skip("Skipped"); ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_BINHEX); byte[] arr = new byte[1]; DataReader.ReadElementContentAsBinHex(arr, 0, 1); CheckPos(0, 0); DataReader.ReadElementContentAsBinHex(arr, 0, 1); CheckPos(0, 0); DataReader.ReadElementContentAsBinHex(arr, 0, 1); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadEndElement")] public int TestLinePos26() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_CHARENTITY); DataReader.Read(); // Text DataReader.Read(); // EndElement CheckPos(0, 0); DataReader.ReadEndElement(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after ReadString")] public int TestLinePos27() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement(ST_ENTITYREF); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); DataReader.Read(); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos after element containing entities in attribute values")] public int TestLinePos39() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); DataReader.PositionOnElement("EMBEDDED"); CheckPos(0, 0); return TEST_PASS; } [Variation("LineNumber/LinePos when Read = false")] public int TestLinePos40() { ReloadSource(Path.Combine(TestData, "Common", "LineNumber.xml")); while (DataReader.Read()) ; CheckPos(0, 0); return TEST_PASS; } [Variation("XmlTextReader:LineNumber and LinePos don't return the right position after ReadInnerXml is called")] public int TestLinePos41() { string strXml = "<ROOT><CHARS2>\nxxx<MARKUP/>yyy\n</CHARS2></ROOT>"; ReloadSourceStr(strXml); if (!IsCustomReader()) { DataReader.Read(); DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, "ln1"); CError.Equals(DataReader.LinePosition, 8, "lp1"); DataReader.ReadInnerXml(); CError.Equals(DataReader.LineNumber, 3, "ln2"); CError.Equals(DataReader.LinePosition, 12, "lp2"); } return TEST_PASS; } [Variation("XmlTextReader: LineNum and LinePosition incorrect for EndTag token and text element")] public int TestLinePos42() { string strXml = "<foo>\n fooooooo\n</foo>"; ReloadSourceStr(strXml); if (!IsCustomReader()) { DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, null); CError.Equals(DataReader.LinePosition, 2, null); DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, null); CError.Equals(DataReader.LinePosition, 6, null); DataReader.Read(); CError.Equals(DataReader.LineNumber, 3, null); CError.Equals(DataReader.LinePosition, 3, null); } return TEST_PASS; } [Variation("Bogus LineNumber value when reading attribute over XmlTextReader")] public int TestLinePos43() { string strXml = "<foo\n attr1='bar'\n attr2='foo'\n/>"; ReloadSourceStr(strXml); if (!IsCustomReader()) { DataReader.Read(); CError.Equals(DataReader.LineNumber, 1, null); CError.Equals(DataReader.LinePosition, 2, null); DataReader.MoveToFirstAttribute(); CError.Equals(DataReader.LineNumber, 2, null); CError.Equals(DataReader.LinePosition, 5, null); DataReader.MoveToNextAttribute(); CError.Equals(DataReader.LineNumber, 3, null); CError.Equals(DataReader.LinePosition, 5, null); DataReader.Read(); CError.Equals(DataReader.LineNumber, IsSubtreeReader() ? 0 : 4, null); CError.Equals(DataReader.LinePosition, IsSubtreeReader() ? 0 : 3, null); } return TEST_PASS; } [Variation("LineNumber and LinePosition on attribute with columns")] public int TestLinePos44() { string strxml = "<PRODUCT xmlns:a='abc' xmlns:b='abc'/>"; ReloadSourceStr(strxml); CError.Compare(DataReader.Read(), true, "Read"); CError.Compare(DataReader.MoveToNextAttribute(), true, "MoveToNextAttribute"); CError.Compare(DataReader.Value, "abc", "MoveToNextAttribute"); CError.Compare(DataReader.VerifyNode(XmlNodeType.Attribute, "xmlns:a", "abc"), "xmlns:a"); CheckPos(0, 0); return TEST_PASS; } [Variation("HasLineInfo")] public int TestLinePos45() { XmlReader DataReader = ReaderHelper.Create(new StringReader("<root></root>")); DataReader.Read(); CError.Compare((DataReader as IXmlLineInfo).HasLineInfo(), "DataReader HasLineInfo"); XmlReaderSettings rs = new XmlReaderSettings(); XmlReader vr = ReaderHelper.Create(DataReader, rs); vr.Read(); CError.Compare((vr as IXmlLineInfo).HasLineInfo(), "DataReader HasLineInfo"); return TEST_PASS; } [Variation("XmlException LineNumber and LinePosition")] public int TestLinePos99() { string strxml = "<portfolio>\n <stock exchange=nasdaq/>\n</portfolio>"; ReloadSourceStr(strxml); try { while (DataReader.Read()) ; } catch (XmlException e) { CError.Compare(e.LineNumber, 2, "ln"); CError.Compare(e.LinePosition, 18, "lp"); return TEST_PASS; } return TEST_FAIL; } [Variation("Check error message on a non-wellformed XML")] public int ReadingNonWellFormedXmlThrows() { string filename = Path.Combine(TestData, "Common", "Bug86503.txt"); try { ReloadSource(filename); DataReader.Read(); } catch (XmlException) { return TEST_PASS; } return TEST_FAIL; } [Variation("When an XmlException is thrown both XmlException.LineNumber and XmlTextReader.LineNumber should be same")] public int XmlExceptionAndXmlTextReaderLineNumberShouldBeSameAfterExceptionIsThrown() { string filename = Path.Combine(TestData, "Common", "invalid-ucs4.xml"); if (!IsCustomReader()) { try { ReloadSource(filename); while (DataReader.Read()) ; return TEST_FAIL; } catch (XmlException e) { CError.WriteLine(e.Message); CError.WriteLine("Reader Line : {0}, Exception Line {1}", DataReader.LineNumber, e.LinePosition); CError.Equals(DataReader.LineNumber, IsSubtreeReader() ? 0 : e.LineNumber, "Reader line number and Exception line number must be same"); CError.WriteLine("Reader Position : {0}, Exception Position {1}", DataReader.LinePosition, e.LinePosition); CError.Equals(DataReader.LinePosition, IsSubtreeReader() ? 0 : e.LinePosition, "Reader line position and Exception line position must be same"); return TEST_PASS; } } return TEST_PASS; } [Variation("Xml(Text)Reader does not increase line number for a new line in element end tag")] public int XmlReaderShouldIncreaseLineNumberAfterNewLineInElementTag() { string fileName = Path.Combine(TestData, "Common", "Bug411697.xml"); if (!IsCustomReader()) { ReloadSource(fileName); int lastLineNumber = 0; while (DataReader.Read()) { lastLineNumber = DataReader.LineNumber; } if (lastLineNumber != 2 && !IsSubtreeReader()) CError.Compare(false, "Failed"); } return TEST_PASS; } [Variation("LineNumber and LinePosition are not correct")] public int LineNumberAndLinePositionAreCorrect() { XmlReaderSettings rs = new XmlReaderSettings(); Stream fs = FilePathUtil.getStream(Path.Combine(TestData, "Common", "Bug297091.xsl")); { XmlReader DataReader = ReaderHelper.Create(fs, rs, Path.Combine(TestData, "Common", "Bug297091.xsl")); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Element || ((IXmlLineInfo)DataReader).LineNumber != 1 || ((IXmlLineInfo)DataReader).LinePosition != 2) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Whitespace || ((IXmlLineInfo)DataReader).LineNumber != 4 || ((IXmlLineInfo)DataReader).LinePosition != 2) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Element || ((IXmlLineInfo)DataReader).LineNumber != 5 || ((IXmlLineInfo)DataReader).LinePosition != 3) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.Whitespace || ((IXmlLineInfo)DataReader).LineNumber != 5 || ((IXmlLineInfo)DataReader).LinePosition != 28) CError.Compare(false, "Failed"); DataReader.Read(); if (DataReader.NodeType != XmlNodeType.EndElement || ((IXmlLineInfo)DataReader).LineNumber != 6 || ((IXmlLineInfo)DataReader).LinePosition != 3) CError.Compare(false, "Failed"); } return TEST_PASS; } } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; using System.Net.Sockets; using System.Net.Test.Common; using System.Security.Authentication; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.DotNet.XUnitExtensions; using Xunit; using Xunit.Abstractions; namespace System.Net.Security.Tests { using Configuration = System.Net.Test.Common.Configuration; public class CertificateSetup : IDisposable { public readonly X509Certificate2 serverCert; public readonly X509Certificate2Collection serverChain; public CertificateSetup() { TestHelper.CleanupCertificates(nameof(SslStreamNetworkStreamTest)); (serverCert, serverChain) = TestHelper.GenerateCertificates("localhost", nameof(SslStreamNetworkStreamTest), longChain: true); } public void Dispose() { serverCert.Dispose(); foreach (var c in serverChain) { c.Dispose(); } } } public class SslStreamNetworkStreamTest : IClassFixture<CertificateSetup> { private static bool SupportsRenegotiation => TestConfiguration.SupportsRenegotiation; readonly ITestOutputHelper _output; readonly CertificateSetup certificates; public SslStreamNetworkStreamTest(ITestOutputHelper output, CertificateSetup setup) { _output = output; certificates = setup; } [ConditionalFact] [PlatformSpecific(TestPlatforms.Linux)] // This only applies where OpenSsl is used. public async Task SslStream_SendReceiveOverNetworkStream_AuthenticationException() { SslProtocols clientProtocol; SslProtocols serverProtocol; // Try to find protocol mismatch. if (PlatformDetection.SupportsTls12 && (PlatformDetection.SupportsTls10 || PlatformDetection.SupportsTls11)) { // OpenSSL 1.0 where new is Tls12 clientProtocol = SslProtocols.Tls | SslProtocols.Tls11; serverProtocol = SslProtocols.Tls12; } else if (PlatformDetection.SupportsTls12 && PlatformDetection.SupportsTls13) { // OpenSSl 1.1 where new is 1.3 and legacy is 1.2 clientProtocol = SslProtocols.Tls13; serverProtocol = SslProtocols.Tls12; } else { throw new SkipTestException("Did not find disjoined sets"); } TcpListener listener = new TcpListener(IPAddress.Loopback, 0); using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (TcpClient client = new TcpClient()) { listener.Start(); Task clientConnectTask = client.ConnectAsync(IPAddress.Loopback, ((IPEndPoint)listener.LocalEndpoint).Port); Task<TcpClient> listenerAcceptTask = listener.AcceptTcpClientAsync(); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(clientConnectTask, listenerAcceptTask); TcpClient server = listenerAcceptTask.Result; using (SslStream clientStream = new SslStream( client.GetStream(), false, new RemoteCertificateValidationCallback(ValidateServerCertificate), null, EncryptionPolicy.RequireEncryption)) using (SslStream serverStream = new SslStream( server.GetStream(), false, null, null, EncryptionPolicy.RequireEncryption)) { Task clientAuthenticationTask = clientStream.AuthenticateAsClientAsync( serverCertificate.GetNameInfo(X509NameType.SimpleName, false), null, clientProtocol, false); AuthenticationException e = await Assert.ThrowsAsync<AuthenticationException>(() => serverStream.AuthenticateAsServerAsync( serverCertificate, false, serverProtocol, false)); Assert.NotNull(e.InnerException); Assert.Contains("SSL_ERROR_SSL", e.InnerException.Message); Assert.NotNull(e.InnerException.InnerException); Assert.Contains("protocol", e.InnerException.InnerException.Message); } } listener.Stop(); } [Theory] [InlineData(false)] [InlineData(true)] [OuterLoop] // Test hits external azure server. public async Task SslStream_NetworkStream_Renegotiation_Succeeds(bool useSync) { int validationCount = 0; var validationCallback = new RemoteCertificateValidationCallback((object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) => { validationCount++; return true; }); Socket s = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); await s.ConnectAsync(Configuration.Security.TlsRenegotiationServer, 443); using (NetworkStream ns = new NetworkStream(s)) using (SslStream ssl = new SslStream(ns, true, validationCallback)) { X509CertificateCollection certBundle = new X509CertificateCollection(); certBundle.Add(Configuration.Certificates.GetClientCertificate()); // Perform handshake to establish secure connection. await ssl.AuthenticateAsClientAsync(Configuration.Security.TlsRenegotiationServer, certBundle, SslProtocols.Tls12, false); Assert.True(ssl.IsAuthenticated); Assert.True(ssl.IsEncrypted); // Issue request that triggers regotiation from server. byte[] message = Encoding.UTF8.GetBytes("GET /EchoClientCertificate.ashx HTTP/1.1\r\nHost: corefx-net-tls.azurewebsites.net\r\n\r\n"); if (useSync) { ssl.Write(message, 0, message.Length); } else { await ssl.WriteAsync(message, 0, message.Length); } // Initiate Read operation, that results in starting renegotiation as per server response to the above request. int bytesRead = useSync ? ssl.Read(message, 0, message.Length) : await ssl.ReadAsync(message, 0, message.Length); Assert.Equal(1, validationCount); Assert.InRange(bytesRead, 1, message.Length); Assert.Contains("HTTP/1.1 200 OK", Encoding.UTF8.GetString(message)); } } [ConditionalTheory(nameof(SupportsRenegotiation))] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_Succeeds(bool sendClientCertificate) { bool negotiateClientCertificateCalled = false; using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { if (negotiateClientCertificateCalled && sendClientCertificate) { Assert.Equal(clientCertificate.GetCertHash(), certificate?.GetCertHash()); } else { Assert.Null(certificate); } return true; }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); negotiateClientCertificateCalled = true; await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalTheory(nameof(SupportsRenegotiation))] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsyncNoRenego_Succeeds(bool sendClientCertificate) { bool negotiateClientCertificateCalled = false; using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate, AllowRenegotiation = false }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { if (negotiateClientCertificateCalled && sendClientCertificate) { Assert.Equal(clientCertificate.GetCertHash(), certificate?.GetCertHash()); } else { Assert.Null(certificate); } return true; }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); negotiateClientCertificateCalled = true; await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindows7))] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_ClientWriteData() { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) { using X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate(); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); var t = server.NegotiateClientCertificateAsync(cts.Token); // Send application data instead of Client hello. await client.WriteAsync(new byte[500], cts.Token); // Fail as it is not allowed to receive non handshake frames during handshake. await Assert.ThrowsAsync<InvalidOperationException>(()=> t); } } [ConditionalFact(nameof(SupportsRenegotiation))] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_IncompleteIncomingTlsFrame_Throws() { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); // use ManualChunkingStream in the middle to enforce partial TLS frame receive later ManualChunkingStream clientChunkingStream = new ManualChunkingStream(clientStream, false); using (SslStream server = new SslStream(serverStream)) using (SslStream client = new SslStream(clientChunkingStream)) { using X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate(); using X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate(); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return clientCertificate; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); // manually approve all future writes clientChunkingStream.SetWriteChunking(true); // TLS packets are maximum 16 kB, sending 20 kB of data guarantees at least 2 packets to be sent byte[] buffer = new byte[20 * 1024]; client.Write(buffer); // delay receiving last few B so that only an incomplete TLS frame is received await clientChunkingStream.CommitWriteAsync(clientChunkingStream.PendingWriteLength - 100); int read = await server.ReadAsync(buffer, cts.Token); // Fail as there are still some undrained data (incomplete incoming TLS frame) await Assert.ThrowsAsync<InvalidOperationException>(()=> server.NegotiateClientCertificateAsync(cts.Token) ); // no more delaying needed, drain client data. clientChunkingStream.SetWriteChunking(false); while (read < buffer.Length) { read += await server.ReadAsync(buffer); } // Verify that the session is usable even renego request failed. await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalFact(nameof(SupportsRenegotiation))] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_PendingDecryptedData_Throws() { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) { using X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate(); using X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate(); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), ClientCertificates = new X509CertificateCollection(new X509Certificate2[] { clientCertificate }) }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); await TestHelper.PingPong(client, server, cts.Token); Assert.Null(server.RemoteCertificate); // This should go out in single TLS frame await client.WriteAsync(new byte[200], cts.Token); byte[] readBuffer = new byte[10]; // when we read part of the frame, remaining part should left decrypted int read = await server.ReadAsync(readBuffer, cts.Token); await Assert.ThrowsAsync<InvalidOperationException>(() => server.NegotiateClientCertificateAsync(cts.Token)); while (read < 200) { read += await server.ReadAsync(readBuffer, cts.Token); } // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.SupportsTls13))] [ActiveIssue("https://github.com/dotnet/runtime/issues/58927", TestPlatforms.Windows)] [InlineData(true)] [InlineData(false)] public async Task SslStream_NegotiateClientCertificateAsyncTls13_Succeeds(bool sendClientCertificate) { if (PlatformDetection.IsWindows10Version22000OrGreater) { // [ActiveIssue("https://github.com/dotnet/runtime/issues/58927")] throw new SkipTestException("Unstable on Windows 11"); } bool negotiateClientCertificateCalled = false; using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls13, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { if (negotiateClientCertificateCalled && sendClientCertificate) { Assert.Equal(clientCertificate.GetCertHash(), certificate?.GetCertHash()); } else { Assert.Null(certificate); } return true; }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); // need this to complete TLS 1.3 handshake await TestHelper.PingPong(client, server); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); negotiateClientCertificateCalled = true; await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [Theory] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows)] public async Task SslStream_SecondNegotiateClientCertificateAsync_Throws(bool sendClientCertificate) { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); await TestHelper.PingPong(client, server, cts.Token); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; await Assert.ThrowsAsync<InvalidOperationException>(() => server.NegotiateClientCertificateAsync()); } } [Theory] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows)] public async Task SslStream_NegotiateClientCertificateAsyncConcurrentIO_Throws(bool doRead) { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), ClientCertificates = new X509CertificateCollection(new X509Certificate2[] { clientCertificate }) }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); await TestHelper.PingPong(client, server, cts.Token); Assert.Null(server.RemoteCertificate); Task t = server.NegotiateClientCertificateAsync(cts.Token); if (doRead) { byte[] buffer = new byte[TestHelper.s_ping.Length]; await Assert.ThrowsAsync<NotSupportedException>(() => server.ReadAsync(buffer).AsTask()); } else { await Assert.ThrowsAsync<NotSupportedException>(() => server.WriteAsync(TestHelper.s_ping).AsTask()); } } } [Fact] public async Task SslStream_NestedAuth_Throws() { (Stream stream1, Stream stream2) = TestHelper.GetConnectedStreams(); using (var ssl = new SslStream(stream1)) using (stream2) { // Start handshake. Task task = ssl.AuthenticateAsClientAsync("foo.com", null, SslProtocols.Tls12, false); // Do it again without waiting for previous one to finish. await Assert.ThrowsAsync<InvalidOperationException>(() => ssl.AuthenticateAsClientAsync("foo.com", null, SslProtocols.Tls12, false)); } } [Theory] [InlineData(false, true)] [InlineData(false, false)] [InlineData(true, true)] public async Task SslStream_TargetHostName_Succeeds(bool useEmptyName, bool useCallback) { string targetName = useEmptyName ? string.Empty : Guid.NewGuid().ToString("N"); int count = 0; (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); using (clientStream) using (serverStream) using (var client = new SslStream(clientStream)) using (var server = new SslStream(serverStream)) using (X509Certificate2 certificate = Configuration.Certificates.GetServerCertificate()) { // It should be empty before handshake. Assert.Equal(string.Empty, client.TargetHostName); Assert.Equal(string.Empty, server.TargetHostName); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = targetName }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { SslStream stream = (SslStream)sender; Assert.Equal(targetName, stream.TargetHostName); count++; return true; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions(); if (useCallback) { serverOptions.ServerCertificateSelectionCallback = (sender, name) => { SslStream stream = (SslStream)sender; Assert.Equal(targetName, stream.TargetHostName); return certificate; }; } else { serverOptions.ServerCertificate = certificate; } await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions), server.AuthenticateAsServerAsync(serverOptions)); await TestHelper.PingPong(client, server); Assert.Equal(targetName, client.TargetHostName); Assert.Equal(targetName, server.TargetHostName); Assert.Equal(1, count); } } [Theory] [InlineData(true)] [InlineData(false)] [ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)] public async Task SslStream_UntrustedCaWithCustomCallback_OK(bool usePartialChain) { int split = Random.Shared.Next(0, certificates.serverChain.Count - 1); var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost" }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { // add our custom root CA chain.ChainPolicy.CustomTrustStore.Add(certificates.serverChain[certificates.serverChain.Count - 1]); chain.ChainPolicy.TrustMode = X509ChainTrustMode.CustomRootTrust; // Add only one CA to verify that peer did send intermediate CA cert. // In case of partial chain, we need to make missing certs available. if (usePartialChain) { for (int i = split; i < certificates.serverChain.Count - 1; i++) { chain.ChainPolicy.ExtraStore.Add(certificates.serverChain[i]); } } bool result = chain.Build((X509Certificate2)certificate); Assert.True(result); return result; }; var serverOptions = new SslServerAuthenticationOptions(); X509Certificate2Collection serverChain; if (usePartialChain) { // give first few certificates without root CA serverChain = new X509Certificate2Collection(); for (int i = 0; i < split; i++) { serverChain.Add(certificates.serverChain[i]); } } else { serverChain = certificates.serverChain; } serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(certificates.serverCert, certificates.serverChain); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); using (clientStream) using (serverStream) using (SslStream client = new SslStream(clientStream)) using (SslStream server = new SslStream(serverStream)) { Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(t1, t2); } } [Theory] [PlatformSpecific(TestPlatforms.AnyUnix)] [InlineData(true)] [InlineData(false)] [ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)] public async Task SslStream_UntrustedCaWithCustomCallback_Throws(bool customCallback) { string errorMessage; var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost" }; if (customCallback) { clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { // Add only root CA to verify that peer did send intermediate CA cert. chain.ChainPolicy.CustomTrustStore.Add(certificates.serverChain[certificates.serverChain.Count - 1]); chain.ChainPolicy.TrustMode = X509ChainTrustMode.CustomRootTrust; // This should work and we should be able to trust the chain. Assert.True(chain.Build((X509Certificate2)certificate)); // Reject it in custom callback to simulate for example pinning. return false; }; errorMessage = "RemoteCertificateValidationCallback"; } else { // On Windows we hand whole chain to OS so they can always see the root CA. errorMessage = PlatformDetection.IsWindows ? "UntrustedRoot" : "PartialChain"; } var serverOptions = new SslServerAuthenticationOptions(); serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(certificates.serverCert, certificates.serverChain); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); using (clientStream) using (serverStream) using (SslStream client = new SslStream(clientStream)) using (SslStream server = new SslStream(serverStream)) { Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); var e = await Assert.ThrowsAsync<AuthenticationException>(() => t1); Assert.Contains(errorMessage, e.Message); // Server side should finish since we run custom callback after handshake is done. await t2; } } [ConditionalFact] [ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)] public async Task SslStream_ClientCertificate_SendsChain() { List<SslStream> streams = new List<SslStream>(); TestHelper.CleanupCertificates(); (X509Certificate2 clientCertificate, X509Certificate2Collection clientChain) = TestHelper.GenerateCertificates("SslStream_ClinetCertificate_SendsChain", serverCertificate: false); using (X509Store store = new X509Store(StoreName.CertificateAuthority, StoreLocation.CurrentUser)) { // add chain certificate so we can construct chain since there is no way how to pass intermediates directly. store.Open(OpenFlags.ReadWrite); store.AddRange(clientChain); store.Close(); } using (var chain = new X509Chain()) { chain.ChainPolicy.VerificationFlags = X509VerificationFlags.AllFlags; chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; chain.ChainPolicy.DisableCertificateDownloads = false; bool chainStatus = chain.Build(clientCertificate); // Verify we can construct full chain if (chain.ChainElements.Count < clientChain.Count) { throw new SkipTestException($"chain cannot be built {chain.ChainElements.Count}"); } } var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost", }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, target, certificates, remoteCertificate, issuers) => clientCertificate; var serverOptions = new SslServerAuthenticationOptions() { ClientCertificateRequired = true }; serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(Configuration.Certificates.GetServerCertificate(), null); serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { // Client should send chain without root CA. There is no good way how to know if the chain was built from certificates // from wire or from system store. However, SslStream adds certificates from wire to ExtraStore in RemoteCertificateValidationCallback. // So we verify the operation by checking the ExtraStore. On Windows, that includes leaf itself. _output.WriteLine("RemoteCertificateValidationCallback called with {0} and {1} extra certificates", sslPolicyErrors, chain.ChainPolicy.ExtraStore.Count); foreach (X509Certificate c in chain.ChainPolicy.ExtraStore) { _output.WriteLine("received {0}", c.Subject); } Assert.True(chain.ChainPolicy.ExtraStore.Count >= clientChain.Count - 1, "client did not sent expected chain"); return true; }; // run the test multiple times while holding established SSL so we could hit credential cache. for (int i = 0; i < 3; i++) { (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); SslStream client = new SslStream(clientStream); SslStream server = new SslStream(serverStream); Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); await Task.WhenAll(t1, t2).WaitAsync(TestConfiguration.PassingTestTimeout); // hold to the streams so they stay in credential cache streams.Add(client); streams.Add(server); } TestHelper.CleanupCertificates(); clientCertificate.Dispose(); foreach (X509Certificate c in clientChain) { c.Dispose(); } foreach (SslStream s in streams) { s.Dispose(); } } [Theory] [InlineData(16384 * 100, 4096, 1024, false)] [InlineData(16384 * 100, 4096, 1024, true)] [InlineData(16384 * 100, 1024 * 20, 1024, true)] [InlineData(16384, 3, 3, true)] public async Task SslStream_RandomSizeWrites_OK(int bufferSize, int readBufferSize, int writeBufferSize, bool useAsync) { byte[] dataToCopy = RandomNumberGenerator.GetBytes(bufferSize); byte[] dataReceived = new byte[dataToCopy.Length + readBufferSize]; // make the buffer bigger to have chance to read more var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost" }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; var serverOptions = new SslServerAuthenticationOptions(); serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(Configuration.Certificates.GetServerCertificate(), null); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedTcpStreams(); using (clientStream) using (serverStream) using (SslStream client = new SslStream(new RandomReadWriteSizeStream(clientStream, readBufferSize))) using (SslStream server = new SslStream(new RandomReadWriteSizeStream(serverStream))) { Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(t1, t2); Task writer = Task.Run(() => { Memory<byte> data = new Memory<byte>(dataToCopy); while (data.Length > 0) { int writeLength = Math.Min(data.Length, writeBufferSize); if (useAsync) { server.WriteAsync(data.Slice(0, writeLength)).GetAwaiter().GetResult(); } else { server.Write(data.Span.Slice(0, writeLength)); } data = data.Slice(Math.Min(writeBufferSize, data.Length)); } server.ShutdownAsync().GetAwaiter().GetResult(); }); Task reader = Task.Run(() => { Memory<byte> readBuffer = new Memory<byte>(dataReceived); int totalLength = 0; int readLength; while (true) { if (useAsync) { readLength = client.ReadAsync(readBuffer.Slice(totalLength, readBufferSize)).GetAwaiter().GetResult(); } else { readLength = client.Read(readBuffer.Span.Slice(totalLength, readBufferSize)); } if (readLength == 0) { break; } totalLength += readLength; Assert.True(totalLength <= bufferSize); } Assert.Equal(bufferSize, totalLength); AssertExtensions.SequenceEqual(dataToCopy.AsSpan(), dataReceived.AsSpan().Slice(0, totalLength)); }); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(writer, reader); } } private static bool ValidateServerCertificate( object sender, X509Certificate retrievedServerPublicCertificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) { // Accept any certificate. return true; } } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Collections.Generic; using System.IO; using System.Net.Sockets; using System.Net.Test.Common; using System.Security.Authentication; using System.Security.Cryptography; using System.Security.Cryptography.X509Certificates; using System.Text; using System.Threading; using System.Threading.Tasks; using Microsoft.DotNet.XUnitExtensions; using Xunit; using Xunit.Abstractions; namespace System.Net.Security.Tests { using Configuration = System.Net.Test.Common.Configuration; public class CertificateSetup : IDisposable { public readonly X509Certificate2 serverCert; public readonly X509Certificate2Collection serverChain; public CertificateSetup() { TestHelper.CleanupCertificates(nameof(SslStreamNetworkStreamTest)); (serverCert, serverChain) = TestHelper.GenerateCertificates("localhost", nameof(SslStreamNetworkStreamTest), longChain: true); } public void Dispose() { serverCert.Dispose(); foreach (var c in serverChain) { c.Dispose(); } } } public class SslStreamNetworkStreamTest : IClassFixture<CertificateSetup> { private static bool SupportsRenegotiation => TestConfiguration.SupportsRenegotiation; readonly ITestOutputHelper _output; readonly CertificateSetup certificates; public SslStreamNetworkStreamTest(ITestOutputHelper output, CertificateSetup setup) { _output = output; certificates = setup; } [ConditionalFact] [PlatformSpecific(TestPlatforms.Linux)] // This only applies where OpenSsl is used. public async Task SslStream_SendReceiveOverNetworkStream_AuthenticationException() { SslProtocols clientProtocol; SslProtocols serverProtocol; // Try to find protocol mismatch. if (PlatformDetection.SupportsTls12 && (PlatformDetection.SupportsTls10 || PlatformDetection.SupportsTls11)) { // OpenSSL 1.0 where new is Tls12 clientProtocol = SslProtocols.Tls | SslProtocols.Tls11; serverProtocol = SslProtocols.Tls12; } else if (PlatformDetection.SupportsTls12 && PlatformDetection.SupportsTls13) { // OpenSSl 1.1 where new is 1.3 and legacy is 1.2 clientProtocol = SslProtocols.Tls13; serverProtocol = SslProtocols.Tls12; } else { throw new SkipTestException("Did not find disjoined sets"); } TcpListener listener = new TcpListener(IPAddress.Loopback, 0); using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (TcpClient client = new TcpClient()) { listener.Start(); Task clientConnectTask = client.ConnectAsync(IPAddress.Loopback, ((IPEndPoint)listener.LocalEndpoint).Port); Task<TcpClient> listenerAcceptTask = listener.AcceptTcpClientAsync(); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(clientConnectTask, listenerAcceptTask); TcpClient server = listenerAcceptTask.Result; using (SslStream clientStream = new SslStream( client.GetStream(), false, new RemoteCertificateValidationCallback(ValidateServerCertificate), null, EncryptionPolicy.RequireEncryption)) using (SslStream serverStream = new SslStream( server.GetStream(), false, null, null, EncryptionPolicy.RequireEncryption)) { Task clientAuthenticationTask = clientStream.AuthenticateAsClientAsync( serverCertificate.GetNameInfo(X509NameType.SimpleName, false), null, clientProtocol, false); AuthenticationException e = await Assert.ThrowsAsync<AuthenticationException>(() => serverStream.AuthenticateAsServerAsync( serverCertificate, false, serverProtocol, false)); Assert.NotNull(e.InnerException); Assert.Contains("SSL_ERROR_SSL", e.InnerException.Message); Assert.NotNull(e.InnerException.InnerException); Assert.Contains("protocol", e.InnerException.InnerException.Message); } } listener.Stop(); } [Theory] [InlineData(false)] [InlineData(true)] [OuterLoop] // Test hits external azure server. public async Task SslStream_NetworkStream_Renegotiation_Succeeds(bool useSync) { int validationCount = 0; var validationCallback = new RemoteCertificateValidationCallback((object sender, X509Certificate certificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) => { validationCount++; return true; }); Socket s = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp); await s.ConnectAsync(Configuration.Security.TlsRenegotiationServer, 443); using (NetworkStream ns = new NetworkStream(s)) using (SslStream ssl = new SslStream(ns, true, validationCallback)) { X509CertificateCollection certBundle = new X509CertificateCollection(); certBundle.Add(Configuration.Certificates.GetClientCertificate()); // Perform handshake to establish secure connection. await ssl.AuthenticateAsClientAsync(Configuration.Security.TlsRenegotiationServer, certBundle, SslProtocols.Tls12, false); Assert.True(ssl.IsAuthenticated); Assert.True(ssl.IsEncrypted); // Issue request that triggers regotiation from server. byte[] message = Encoding.UTF8.GetBytes("GET /EchoClientCertificate.ashx HTTP/1.1\r\nHost: corefx-net-tls.azurewebsites.net\r\n\r\n"); if (useSync) { ssl.Write(message, 0, message.Length); } else { await ssl.WriteAsync(message, 0, message.Length); } // Initiate Read operation, that results in starting renegotiation as per server response to the above request. int bytesRead = useSync ? ssl.Read(message, 0, message.Length) : await ssl.ReadAsync(message, 0, message.Length); Assert.Equal(1, validationCount); Assert.InRange(bytesRead, 1, message.Length); Assert.Contains("HTTP/1.1 200 OK", Encoding.UTF8.GetString(message)); } } [ConditionalTheory(nameof(SupportsRenegotiation))] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_Succeeds(bool sendClientCertificate) { bool negotiateClientCertificateCalled = false; using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { if (negotiateClientCertificateCalled && sendClientCertificate) { Assert.Equal(clientCertificate.GetCertHash(), certificate?.GetCertHash()); } else { Assert.Null(certificate); } return true; }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); negotiateClientCertificateCalled = true; await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalTheory(nameof(SupportsRenegotiation))] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsyncNoRenego_Succeeds(bool sendClientCertificate) { bool negotiateClientCertificateCalled = false; using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate, AllowRenegotiation = false }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { if (negotiateClientCertificateCalled && sendClientCertificate) { Assert.Equal(clientCertificate.GetCertHash(), certificate?.GetCertHash()); } else { Assert.Null(certificate); } return true; }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); negotiateClientCertificateCalled = true; await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalFact(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindows7))] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_ClientWriteData() { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) { using X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate(); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); var t = server.NegotiateClientCertificateAsync(cts.Token); // Send application data instead of Client hello. await client.WriteAsync(new byte[500], cts.Token); // Fail as it is not allowed to receive non handshake frames during handshake. await Assert.ThrowsAsync<InvalidOperationException>(()=> t); } } [ConditionalFact(nameof(SupportsRenegotiation))] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_IncompleteIncomingTlsFrame_Throws() { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); // use ManualChunkingStream in the middle to enforce partial TLS frame receive later ManualChunkingStream clientChunkingStream = new ManualChunkingStream(clientStream, false); using (SslStream server = new SslStream(serverStream)) using (SslStream client = new SslStream(clientChunkingStream)) { using X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate(); using X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate(); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return clientCertificate; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); Assert.Null(server.RemoteCertificate); // manually approve all future writes clientChunkingStream.SetWriteChunking(true); // TLS packets are maximum 16 kB, sending 20 kB of data guarantees at least 2 packets to be sent byte[] buffer = new byte[20 * 1024]; client.Write(buffer); // delay receiving last few B so that only an incomplete TLS frame is received await clientChunkingStream.CommitWriteAsync(clientChunkingStream.PendingWriteLength - 100); int read = await server.ReadAsync(buffer, cts.Token); // Fail as there are still some undrained data (incomplete incoming TLS frame) await Assert.ThrowsAsync<InvalidOperationException>(()=> server.NegotiateClientCertificateAsync(cts.Token) ); // no more delaying needed, drain client data. clientChunkingStream.SetWriteChunking(false); while (read < buffer.Length) { read += await server.ReadAsync(buffer); } // Verify that the session is usable even renego request failed. await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalFact(nameof(SupportsRenegotiation))] [PlatformSpecific(TestPlatforms.Windows | TestPlatforms.Linux)] public async Task SslStream_NegotiateClientCertificateAsync_PendingDecryptedData_Throws() { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) { using X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate(); using X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate(); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), ClientCertificates = new X509CertificateCollection(new X509Certificate2[] { clientCertificate }) }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); await TestHelper.PingPong(client, server, cts.Token); Assert.Null(server.RemoteCertificate); // This should go out in single TLS frame await client.WriteAsync(new byte[200], cts.Token); byte[] readBuffer = new byte[10]; // when we read part of the frame, remaining part should left decrypted int read = await server.ReadAsync(readBuffer, cts.Token); await Assert.ThrowsAsync<InvalidOperationException>(() => server.NegotiateClientCertificateAsync(cts.Token)); while (read < 200) { read += await server.ReadAsync(readBuffer, cts.Token); } // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.SupportsTls13))] [ActiveIssue("https://github.com/dotnet/runtime/issues/58927", TestPlatforms.Windows)] [InlineData(true)] [InlineData(false)] public async Task SslStream_NegotiateClientCertificateAsyncTls13_Succeeds(bool sendClientCertificate) { if (PlatformDetection.IsWindows10Version22000OrGreater) { // [ActiveIssue("https://github.com/dotnet/runtime/issues/58927")] throw new SkipTestException("Unstable on Windows 11"); } bool negotiateClientCertificateCalled = false; using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls13, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { if (negotiateClientCertificateCalled && sendClientCertificate) { Assert.Equal(clientCertificate.GetCertHash(), certificate?.GetCertHash()); } else { Assert.Null(certificate); } return true; }; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); // need this to complete TLS 1.3 handshake await TestHelper.PingPong(client, server); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); negotiateClientCertificateCalled = true; await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; // verify that the session is usable with or without client's certificate await TestHelper.PingPong(client, server, cts.Token); await TestHelper.PingPong(server, client, cts.Token); } } [Theory] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows)] public async Task SslStream_SecondNegotiateClientCertificateAsync_Throws(bool sendClientCertificate) { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), EnabledSslProtocols = SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, targetHost, localCertificates, remoteCertificate, acceptableIssuers) => { return sendClientCertificate ? clientCertificate : null; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); await TestHelper.PingPong(client, server, cts.Token); Assert.Null(server.RemoteCertificate); // Client needs to be reading for renegotiation to happen. byte[] buffer = new byte[TestHelper.s_ping.Length]; ValueTask<int> t = client.ReadAsync(buffer, cts.Token); await server.NegotiateClientCertificateAsync(cts.Token); if (sendClientCertificate) { Assert.NotNull(server.RemoteCertificate); } else { Assert.Null(server.RemoteCertificate); } // Finish the client's read await server.WriteAsync(TestHelper.s_ping, cts.Token); await t; await Assert.ThrowsAsync<InvalidOperationException>(() => server.NegotiateClientCertificateAsync()); } } [Theory] [InlineData(true)] [InlineData(false)] [PlatformSpecific(TestPlatforms.Windows)] public async Task SslStream_NegotiateClientCertificateAsyncConcurrentIO_Throws(bool doRead) { using CancellationTokenSource cts = new CancellationTokenSource(); cts.CancelAfter(TestConfiguration.PassingTestTimeout); (SslStream client, SslStream server) = TestHelper.GetConnectedSslStreams(); using (client) using (server) using (X509Certificate2 serverCertificate = Configuration.Certificates.GetServerCertificate()) using (X509Certificate2 clientCertificate = Configuration.Certificates.GetClientCertificate()) { SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = Guid.NewGuid().ToString("N"), ClientCertificates = new X509CertificateCollection(new X509Certificate2[] { clientCertificate }) }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions() { ServerCertificate = serverCertificate }; serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions, cts.Token), server.AuthenticateAsServerAsync(serverOptions, cts.Token)); await TestHelper.PingPong(client, server, cts.Token); Assert.Null(server.RemoteCertificate); Task t = server.NegotiateClientCertificateAsync(cts.Token); if (doRead) { byte[] buffer = new byte[TestHelper.s_ping.Length]; await Assert.ThrowsAsync<NotSupportedException>(() => server.ReadAsync(buffer).AsTask()); } else { await Assert.ThrowsAsync<NotSupportedException>(() => server.WriteAsync(TestHelper.s_ping).AsTask()); } } } [Fact] public async Task SslStream_NestedAuth_Throws() { (Stream stream1, Stream stream2) = TestHelper.GetConnectedStreams(); using (var ssl = new SslStream(stream1)) using (stream2) { // Start handshake. Task task = ssl.AuthenticateAsClientAsync("foo.com", null, SslProtocols.Tls12, false); // Do it again without waiting for previous one to finish. await Assert.ThrowsAsync<InvalidOperationException>(() => ssl.AuthenticateAsClientAsync("foo.com", null, SslProtocols.Tls12, false)); } } [Theory] [InlineData(false, true)] [InlineData(false, false)] [InlineData(true, true)] public async Task SslStream_TargetHostName_Succeeds(bool useEmptyName, bool useCallback) { string targetName = useEmptyName ? string.Empty : Guid.NewGuid().ToString("N"); int count = 0; (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); using (clientStream) using (serverStream) using (var client = new SslStream(clientStream)) using (var server = new SslStream(serverStream)) using (X509Certificate2 certificate = Configuration.Certificates.GetServerCertificate()) { // It should be empty before handshake. Assert.Equal(string.Empty, client.TargetHostName); Assert.Equal(string.Empty, server.TargetHostName); SslClientAuthenticationOptions clientOptions = new SslClientAuthenticationOptions() { TargetHost = targetName }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { SslStream stream = (SslStream)sender; Assert.Equal(targetName, stream.TargetHostName); count++; return true; }; SslServerAuthenticationOptions serverOptions = new SslServerAuthenticationOptions(); if (useCallback) { serverOptions.ServerCertificateSelectionCallback = (sender, name) => { SslStream stream = (SslStream)sender; Assert.Equal(targetName, stream.TargetHostName); return certificate; }; } else { serverOptions.ServerCertificate = certificate; } await TestConfiguration.WhenAllOrAnyFailedWithTimeout( client.AuthenticateAsClientAsync(clientOptions), server.AuthenticateAsServerAsync(serverOptions)); await TestHelper.PingPong(client, server); Assert.Equal(targetName, client.TargetHostName); Assert.Equal(targetName, server.TargetHostName); Assert.Equal(1, count); } } [Theory] [InlineData(true)] [InlineData(false)] [ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)] public async Task SslStream_UntrustedCaWithCustomCallback_OK(bool usePartialChain) { int split = Random.Shared.Next(0, certificates.serverChain.Count - 1); var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost" }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { // add our custom root CA chain.ChainPolicy.CustomTrustStore.Add(certificates.serverChain[certificates.serverChain.Count - 1]); chain.ChainPolicy.TrustMode = X509ChainTrustMode.CustomRootTrust; // Add only one CA to verify that peer did send intermediate CA cert. // In case of partial chain, we need to make missing certs available. if (usePartialChain) { for (int i = split; i < certificates.serverChain.Count - 1; i++) { chain.ChainPolicy.ExtraStore.Add(certificates.serverChain[i]); } } bool result = chain.Build((X509Certificate2)certificate); Assert.True(result); return result; }; var serverOptions = new SslServerAuthenticationOptions(); X509Certificate2Collection serverChain; if (usePartialChain) { // give first few certificates without root CA serverChain = new X509Certificate2Collection(); for (int i = 0; i < split; i++) { serverChain.Add(certificates.serverChain[i]); } } else { serverChain = certificates.serverChain; } serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(certificates.serverCert, certificates.serverChain); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); using (clientStream) using (serverStream) using (SslStream client = new SslStream(clientStream)) using (SslStream server = new SslStream(serverStream)) { Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(t1, t2); } } [Theory] [PlatformSpecific(TestPlatforms.AnyUnix)] [InlineData(true)] [InlineData(false)] [ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)] public async Task SslStream_UntrustedCaWithCustomCallback_Throws(bool customCallback) { string errorMessage; var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost" }; if (customCallback) { clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { // Add only root CA to verify that peer did send intermediate CA cert. chain.ChainPolicy.CustomTrustStore.Add(certificates.serverChain[certificates.serverChain.Count - 1]); chain.ChainPolicy.TrustMode = X509ChainTrustMode.CustomRootTrust; // This should work and we should be able to trust the chain. Assert.True(chain.Build((X509Certificate2)certificate)); // Reject it in custom callback to simulate for example pinning. return false; }; errorMessage = "RemoteCertificateValidationCallback"; } else { // On Windows we hand whole chain to OS so they can always see the root CA. errorMessage = PlatformDetection.IsWindows ? "UntrustedRoot" : "PartialChain"; } var serverOptions = new SslServerAuthenticationOptions(); serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(certificates.serverCert, certificates.serverChain); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); using (clientStream) using (serverStream) using (SslStream client = new SslStream(clientStream)) using (SslStream server = new SslStream(serverStream)) { Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); var e = await Assert.ThrowsAsync<AuthenticationException>(() => t1); Assert.Contains(errorMessage, e.Message); // Server side should finish since we run custom callback after handshake is done. await t2; } } [ConditionalFact] [ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)] public async Task SslStream_ClientCertificate_SendsChain() { List<SslStream> streams = new List<SslStream>(); TestHelper.CleanupCertificates(); (X509Certificate2 clientCertificate, X509Certificate2Collection clientChain) = TestHelper.GenerateCertificates("SslStream_ClinetCertificate_SendsChain", serverCertificate: false); using (X509Store store = new X509Store(StoreName.CertificateAuthority, StoreLocation.CurrentUser)) { // add chain certificate so we can construct chain since there is no way how to pass intermediates directly. store.Open(OpenFlags.ReadWrite); store.AddRange(clientChain); store.Close(); } using (var chain = new X509Chain()) { chain.ChainPolicy.VerificationFlags = X509VerificationFlags.AllFlags; chain.ChainPolicy.RevocationMode = X509RevocationMode.NoCheck; chain.ChainPolicy.DisableCertificateDownloads = false; bool chainStatus = chain.Build(clientCertificate); // Verify we can construct full chain if (chain.ChainElements.Count < clientChain.Count) { throw new SkipTestException($"chain cannot be built {chain.ChainElements.Count}"); } } var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost", }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; clientOptions.LocalCertificateSelectionCallback = (sender, target, certificates, remoteCertificate, issuers) => clientCertificate; var serverOptions = new SslServerAuthenticationOptions() { ClientCertificateRequired = true }; serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(Configuration.Certificates.GetServerCertificate(), null); serverOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => { // Client should send chain without root CA. There is no good way how to know if the chain was built from certificates // from wire or from system store. However, SslStream adds certificates from wire to ExtraStore in RemoteCertificateValidationCallback. // So we verify the operation by checking the ExtraStore. On Windows, that includes leaf itself. _output.WriteLine("RemoteCertificateValidationCallback called with {0} and {1} extra certificates", sslPolicyErrors, chain.ChainPolicy.ExtraStore.Count); foreach (X509Certificate c in chain.ChainPolicy.ExtraStore) { _output.WriteLine("received {0}", c.Subject); } Assert.True(chain.ChainPolicy.ExtraStore.Count >= clientChain.Count - 1, "client did not sent expected chain"); return true; }; // run the test multiple times while holding established SSL so we could hit credential cache. for (int i = 0; i < 3; i++) { (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedStreams(); SslStream client = new SslStream(clientStream); SslStream server = new SslStream(serverStream); Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); await Task.WhenAll(t1, t2).WaitAsync(TestConfiguration.PassingTestTimeout); // hold to the streams so they stay in credential cache streams.Add(client); streams.Add(server); } TestHelper.CleanupCertificates(); clientCertificate.Dispose(); foreach (X509Certificate c in clientChain) { c.Dispose(); } foreach (SslStream s in streams) { s.Dispose(); } } [Theory] [InlineData(16384 * 100, 4096, 1024, false)] [InlineData(16384 * 100, 4096, 1024, true)] [InlineData(16384 * 100, 1024 * 20, 1024, true)] [InlineData(16384, 3, 3, true)] public async Task SslStream_RandomSizeWrites_OK(int bufferSize, int readBufferSize, int writeBufferSize, bool useAsync) { byte[] dataToCopy = RandomNumberGenerator.GetBytes(bufferSize); byte[] dataReceived = new byte[dataToCopy.Length + readBufferSize]; // make the buffer bigger to have chance to read more var clientOptions = new SslClientAuthenticationOptions() { TargetHost = "localhost" }; clientOptions.RemoteCertificateValidationCallback = (sender, certificate, chain, sslPolicyErrors) => true; var serverOptions = new SslServerAuthenticationOptions(); serverOptions.ServerCertificateContext = SslStreamCertificateContext.Create(Configuration.Certificates.GetServerCertificate(), null); (Stream clientStream, Stream serverStream) = TestHelper.GetConnectedTcpStreams(); using (clientStream) using (serverStream) using (SslStream client = new SslStream(new RandomReadWriteSizeStream(clientStream, readBufferSize))) using (SslStream server = new SslStream(new RandomReadWriteSizeStream(serverStream))) { Task t1 = client.AuthenticateAsClientAsync(clientOptions, CancellationToken.None); Task t2 = server.AuthenticateAsServerAsync(serverOptions, CancellationToken.None); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(t1, t2); Task writer = Task.Run(() => { Memory<byte> data = new Memory<byte>(dataToCopy); while (data.Length > 0) { int writeLength = Math.Min(data.Length, writeBufferSize); if (useAsync) { server.WriteAsync(data.Slice(0, writeLength)).GetAwaiter().GetResult(); } else { server.Write(data.Span.Slice(0, writeLength)); } data = data.Slice(Math.Min(writeBufferSize, data.Length)); } server.ShutdownAsync().GetAwaiter().GetResult(); }); Task reader = Task.Run(() => { Memory<byte> readBuffer = new Memory<byte>(dataReceived); int totalLength = 0; int readLength; while (true) { if (useAsync) { readLength = client.ReadAsync(readBuffer.Slice(totalLength, readBufferSize)).GetAwaiter().GetResult(); } else { readLength = client.Read(readBuffer.Span.Slice(totalLength, readBufferSize)); } if (readLength == 0) { break; } totalLength += readLength; Assert.True(totalLength <= bufferSize); } Assert.Equal(bufferSize, totalLength); AssertExtensions.SequenceEqual(dataToCopy.AsSpan(), dataReceived.AsSpan().Slice(0, totalLength)); }); await TestConfiguration.WhenAllOrAnyFailedWithTimeout(writer, reader); } } private static bool ValidateServerCertificate( object sender, X509Certificate retrievedServerPublicCertificate, X509Chain chain, SslPolicyErrors sslPolicyErrors) { // Accept any certificate. return true; } } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Net.HttpListener/src/System/Net/Managed/WebSockets/HttpWebSocket.Managed.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; namespace System.Net.WebSockets { internal static partial class HttpWebSocket { private const string SupportedVersion = "13"; internal static async Task<HttpListenerWebSocketContext> AcceptWebSocketAsyncCore(HttpListenerContext context, string? subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval, ArraySegment<byte>? internalBuffer = null) { ValidateOptions(subProtocol, receiveBufferSize, MinSendBufferSize, keepAliveInterval); // get property will create a new response if one doesn't exist. HttpListenerResponse response = context.Response; HttpListenerRequest request = context.Request; ValidateWebSocketHeaders(context); string? secWebSocketVersion = request.Headers[HttpKnownHeaderNames.SecWebSocketVersion]; // Optional for non-browser client string? origin = request.Headers[HttpKnownHeaderNames.Origin]; string[]? secWebSocketProtocols = null; string outgoingSecWebSocketProtocolString; bool shouldSendSecWebSocketProtocolHeader = ProcessWebSocketProtocolHeader( request.Headers[HttpKnownHeaderNames.SecWebSocketProtocol], subProtocol, out outgoingSecWebSocketProtocolString); if (shouldSendSecWebSocketProtocolHeader) { secWebSocketProtocols = new string[] { outgoingSecWebSocketProtocolString }; response.Headers.Add(HttpKnownHeaderNames.SecWebSocketProtocol, outgoingSecWebSocketProtocolString); } // negotiate the websocket key return value string? secWebSocketKey = request.Headers[HttpKnownHeaderNames.SecWebSocketKey]; string secWebSocketAccept = HttpWebSocket.GetSecWebSocketAcceptString(secWebSocketKey); response.Headers.Add(HttpKnownHeaderNames.Connection, HttpKnownHeaderNames.Upgrade); response.Headers.Add(HttpKnownHeaderNames.Upgrade, WebSocketUpgradeToken); response.Headers.Add(HttpKnownHeaderNames.SecWebSocketAccept, secWebSocketAccept); response.StatusCode = (int)HttpStatusCode.SwitchingProtocols; // HTTP 101 response.StatusDescription = HttpStatusDescription.Get(HttpStatusCode.SwitchingProtocols)!; HttpResponseStream responseStream = (response.OutputStream as HttpResponseStream)!; // Send websocket handshake headers await responseStream.WriteWebSocketHandshakeHeadersAsync().ConfigureAwait(false); WebSocket webSocket = WebSocket.CreateFromStream(context.Connection.ConnectedStream, isServer:true, subProtocol, keepAliveInterval); HttpListenerWebSocketContext webSocketContext = new HttpListenerWebSocketContext( request.Url!, request.Headers, request.Cookies, context.User!, request.IsAuthenticated, request.IsLocal, request.IsSecureConnection, origin!, secWebSocketProtocols != null ? secWebSocketProtocols : Array.Empty<string>(), secWebSocketVersion!, secWebSocketKey!, webSocket); return webSocketContext; } private const bool WebSocketsSupported = true; } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Threading.Tasks; namespace System.Net.WebSockets { internal static partial class HttpWebSocket { private const string SupportedVersion = "13"; internal static async Task<HttpListenerWebSocketContext> AcceptWebSocketAsyncCore(HttpListenerContext context, string? subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval, ArraySegment<byte>? internalBuffer = null) { ValidateOptions(subProtocol, receiveBufferSize, MinSendBufferSize, keepAliveInterval); // get property will create a new response if one doesn't exist. HttpListenerResponse response = context.Response; HttpListenerRequest request = context.Request; ValidateWebSocketHeaders(context); string? secWebSocketVersion = request.Headers[HttpKnownHeaderNames.SecWebSocketVersion]; // Optional for non-browser client string? origin = request.Headers[HttpKnownHeaderNames.Origin]; string[]? secWebSocketProtocols = null; string outgoingSecWebSocketProtocolString; bool shouldSendSecWebSocketProtocolHeader = ProcessWebSocketProtocolHeader( request.Headers[HttpKnownHeaderNames.SecWebSocketProtocol], subProtocol, out outgoingSecWebSocketProtocolString); if (shouldSendSecWebSocketProtocolHeader) { secWebSocketProtocols = new string[] { outgoingSecWebSocketProtocolString }; response.Headers.Add(HttpKnownHeaderNames.SecWebSocketProtocol, outgoingSecWebSocketProtocolString); } // negotiate the websocket key return value string? secWebSocketKey = request.Headers[HttpKnownHeaderNames.SecWebSocketKey]; string secWebSocketAccept = HttpWebSocket.GetSecWebSocketAcceptString(secWebSocketKey); response.Headers.Add(HttpKnownHeaderNames.Connection, HttpKnownHeaderNames.Upgrade); response.Headers.Add(HttpKnownHeaderNames.Upgrade, WebSocketUpgradeToken); response.Headers.Add(HttpKnownHeaderNames.SecWebSocketAccept, secWebSocketAccept); response.StatusCode = (int)HttpStatusCode.SwitchingProtocols; // HTTP 101 response.StatusDescription = HttpStatusDescription.Get(HttpStatusCode.SwitchingProtocols)!; HttpResponseStream responseStream = (response.OutputStream as HttpResponseStream)!; // Send websocket handshake headers await responseStream.WriteWebSocketHandshakeHeadersAsync().ConfigureAwait(false); WebSocket webSocket = WebSocket.CreateFromStream(context.Connection.ConnectedStream, isServer:true, subProtocol, keepAliveInterval); HttpListenerWebSocketContext webSocketContext = new HttpListenerWebSocketContext( request.Url!, request.Headers, request.Cookies, context.User!, request.IsAuthenticated, request.IsLocal, request.IsSecureConnection, origin!, secWebSocketProtocols != null ? secWebSocketProtocols : Array.Empty<string>(), secWebSocketVersion!, secWebSocketKey!, webSocket); return webSocketContext; } private const bool WebSocketsSupported = true; } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/mono/mono/tests/async-exc-compilation.cs
// // Test handling of async exceptions received during JIT compilation // using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Proxies; using System.Runtime.Remoting.Messaging; using System.Reflection; using System.Threading; class MainClass { static int Main (string[] args) { Thread t = new Thread (new ThreadStart (Run)); t.Start (); Thread.Sleep (100); t.Abort (); return 0; } public static void Run () { try { // Call a method which takes a lot of time to compile // We should receive the abort exception while compiling this method Long (5); Console.WriteLine ("Long"); Thread.Sleep (10000); } catch (ThreadAbortException) { Thread.ResetAbort (); Console.WriteLine ("OK"); } } // This method should take a lot of time for the JIT to compile public static int Long (int arg) { // Make an inifite loop not going into unmanaged code while (arg == 5) ; int total = 0; MyRealProxy mrp = new MyRealProxy (new MBRO ()); object o = mrp.GetTransparentProxy (); mrp.CanCastToCalled = false; I1 itf1 = (I1)o; if (!mrp.CanCastToCalled) return 1; total += itf1.CallMe (1); mrp.CanCastToCalled = false; itf1 = (I1)o; if (mrp.CanCastToCalled) return 1; total += itf1.CallMe (1); mrp.CanCastToCalled = false; I2 itf2 = (I2)o; if (!mrp.CanCastToCalled) return 2; total += itf2.CallMe (2); mrp.CanCastToCalled = false; itf2 = (I2)o; if (mrp.CanCastToCalled) return 2; total += itf2.CallMe (2); mrp.CanCastToCalled = false; I3 itf3 = (I3)o; if (!mrp.CanCastToCalled) return 3; total += itf3.CallMe (3); mrp.CanCastToCalled = false; itf3 = (I3)o; if (mrp.CanCastToCalled) return 3; total += itf3.CallMe (3); mrp.CanCastToCalled = false; I4 itf4 = (I4)o; if (!mrp.CanCastToCalled) return 4; total += itf4.CallMe (4); mrp.CanCastToCalled = false; itf4 = (I4)o; if (mrp.CanCastToCalled) return 4; total += itf4.CallMe (4); mrp.CanCastToCalled = false; I5 itf5 = (I5)o; if (!mrp.CanCastToCalled) return 5; total += itf5.CallMe (5); mrp.CanCastToCalled = false; itf5 = (I5)o; if (mrp.CanCastToCalled) return 5; total += itf5.CallMe (5); mrp.CanCastToCalled = false; I6 itf6 = (I6)o; if (!mrp.CanCastToCalled) return 6; total += itf6.CallMe (6); mrp.CanCastToCalled = false; itf6 = (I6)o; if (mrp.CanCastToCalled) return 6; total += itf6.CallMe (6); mrp.CanCastToCalled = false; I7 itf7 = (I7)o; if (!mrp.CanCastToCalled) return 7; total += itf7.CallMe (7); mrp.CanCastToCalled = false; itf7 = (I7)o; if (mrp.CanCastToCalled) return 7; total += itf7.CallMe (7); mrp.CanCastToCalled = false; I8 itf8 = (I8)o; if (!mrp.CanCastToCalled) return 8; total += itf8.CallMe (8); mrp.CanCastToCalled = false; itf8 = (I8)o; if (mrp.CanCastToCalled) return 8; total += itf8.CallMe (8); mrp.CanCastToCalled = false; I9 itf9 = (I9)o; if (!mrp.CanCastToCalled) return 9; total += itf9.CallMe (9); mrp.CanCastToCalled = false; itf9 = (I9)o; if (mrp.CanCastToCalled) return 9; total += itf9.CallMe (9); mrp.CanCastToCalled = false; I10 itf10 = (I10)o; if (!mrp.CanCastToCalled) return 10; total += itf10.CallMe (10); mrp.CanCastToCalled = false; itf10 = (I10)o; if (mrp.CanCastToCalled) return 10; total += itf10.CallMe (10); mrp.CanCastToCalled = false; I11 itf11 = (I11)o; if (!mrp.CanCastToCalled) return 11; total += itf11.CallMe (11); mrp.CanCastToCalled = false; itf11 = (I11)o; if (mrp.CanCastToCalled) return 11; total += itf11.CallMe (11); mrp.CanCastToCalled = false; I12 itf12 = (I12)o; if (!mrp.CanCastToCalled) return 12; total += itf12.CallMe (12); mrp.CanCastToCalled = false; itf12 = (I12)o; if (mrp.CanCastToCalled) return 12; total += itf12.CallMe (12); mrp.CanCastToCalled = false; I13 itf13 = (I13)o; if (!mrp.CanCastToCalled) return 13; total += itf13.CallMe (13); mrp.CanCastToCalled = false; itf13 = (I13)o; if (mrp.CanCastToCalled) return 13; total += itf13.CallMe (13); mrp.CanCastToCalled = false; I14 itf14 = (I14)o; if (!mrp.CanCastToCalled) return 14; total += itf14.CallMe (14); mrp.CanCastToCalled = false; itf14 = (I14)o; if (mrp.CanCastToCalled) return 14; total += itf14.CallMe (14); mrp.CanCastToCalled = false; I15 itf15 = (I15)o; if (!mrp.CanCastToCalled) return 15; total += itf15.CallMe (15); mrp.CanCastToCalled = false; itf15 = (I15)o; if (mrp.CanCastToCalled) return 15; total += itf15.CallMe (15); mrp.CanCastToCalled = false; I16 itf16 = (I16)o; if (!mrp.CanCastToCalled) return 16; total += itf16.CallMe (16); mrp.CanCastToCalled = false; itf16 = (I16)o; if (mrp.CanCastToCalled) return 16; total += itf16.CallMe (16); mrp.CanCastToCalled = false; I17 itf17 = (I17)o; if (!mrp.CanCastToCalled) return 17; total += itf17.CallMe (17); mrp.CanCastToCalled = false; itf17 = (I17)o; if (mrp.CanCastToCalled) return 17; total += itf17.CallMe (17); mrp.CanCastToCalled = false; I18 itf18 = (I18)o; if (!mrp.CanCastToCalled) return 18; total += itf18.CallMe (18); mrp.CanCastToCalled = false; itf18 = (I18)o; if (mrp.CanCastToCalled) return 18; total += itf18.CallMe (18); mrp.CanCastToCalled = false; I19 itf19 = (I19)o; if (!mrp.CanCastToCalled) return 19; total += itf19.CallMe (19); mrp.CanCastToCalled = false; itf19 = (I19)o; if (mrp.CanCastToCalled) return 19; total += itf19.CallMe (19); mrp.CanCastToCalled = false; I20 itf20 = (I20)o; if (!mrp.CanCastToCalled) return 20; total += itf20.CallMe (20); mrp.CanCastToCalled = false; itf20 = (I20)o; if (mrp.CanCastToCalled) return 20; total += itf20.CallMe (20); mrp.CanCastToCalled = false; I21 itf21 = (I21)o; if (!mrp.CanCastToCalled) return 21; total += itf21.CallMe (21); mrp.CanCastToCalled = false; itf21 = (I21)o; if (mrp.CanCastToCalled) return 21; total += itf21.CallMe (21); mrp.CanCastToCalled = false; I22 itf22 = (I22)o; if (!mrp.CanCastToCalled) return 22; total += itf22.CallMe (22); mrp.CanCastToCalled = false; itf22 = (I22)o; if (mrp.CanCastToCalled) return 22; total += itf22.CallMe (22); mrp.CanCastToCalled = false; I23 itf23 = (I23)o; if (!mrp.CanCastToCalled) return 23; total += itf23.CallMe (23); mrp.CanCastToCalled = false; itf23 = (I23)o; if (mrp.CanCastToCalled) return 23; total += itf23.CallMe (23); mrp.CanCastToCalled = false; I24 itf24 = (I24)o; if (!mrp.CanCastToCalled) return 24; total += itf24.CallMe (24); mrp.CanCastToCalled = false; itf24 = (I24)o; if (mrp.CanCastToCalled) return 24; total += itf24.CallMe (24); mrp.CanCastToCalled = false; I25 itf25 = (I25)o; if (!mrp.CanCastToCalled) return 25; total += itf25.CallMe (25); mrp.CanCastToCalled = false; itf25 = (I25)o; if (mrp.CanCastToCalled) return 25; total += itf25.CallMe (25); mrp.CanCastToCalled = false; I26 itf26 = (I26)o; if (!mrp.CanCastToCalled) return 26; total += itf26.CallMe (26); mrp.CanCastToCalled = false; itf26 = (I26)o; if (mrp.CanCastToCalled) return 26; total += itf26.CallMe (26); mrp.CanCastToCalled = false; I27 itf27 = (I27)o; if (!mrp.CanCastToCalled) return 27; total += itf27.CallMe (27); mrp.CanCastToCalled = false; itf27 = (I27)o; if (mrp.CanCastToCalled) return 27; total += itf27.CallMe (27); mrp.CanCastToCalled = false; I28 itf28 = (I28)o; if (!mrp.CanCastToCalled) return 28; total += itf28.CallMe (28); mrp.CanCastToCalled = false; itf28 = (I28)o; if (mrp.CanCastToCalled) return 28; total += itf28.CallMe (28); mrp.CanCastToCalled = false; I29 itf29 = (I29)o; if (!mrp.CanCastToCalled) return 29; total += itf29.CallMe (29); mrp.CanCastToCalled = false; itf29 = (I29)o; if (mrp.CanCastToCalled) return 29; total += itf29.CallMe (29); mrp.CanCastToCalled = false; I30 itf30 = (I30)o; if (!mrp.CanCastToCalled) return 30; total += itf30.CallMe (30); mrp.CanCastToCalled = false; itf30 = (I30)o; if (mrp.CanCastToCalled) return 30; total += itf30.CallMe (30); mrp.CanCastToCalled = false; I31 itf31 = (I31)o; if (!mrp.CanCastToCalled) return 31; total += itf31.CallMe (31); mrp.CanCastToCalled = false; itf31 = (I31)o; if (mrp.CanCastToCalled) return 31; total += itf31.CallMe (31); mrp.CanCastToCalled = false; I32 itf32 = (I32)o; if (!mrp.CanCastToCalled) return 32; total += itf32.CallMe (32); mrp.CanCastToCalled = false; itf32 = (I32)o; if (mrp.CanCastToCalled) return 32; total += itf32.CallMe (32); mrp.CanCastToCalled = false; I33 itf33 = (I33)o; if (!mrp.CanCastToCalled) return 33; total += itf33.CallMe (33); mrp.CanCastToCalled = false; itf33 = (I33)o; if (mrp.CanCastToCalled) return 33; total += itf33.CallMe (33); mrp.CanCastToCalled = false; I34 itf34 = (I34)o; if (!mrp.CanCastToCalled) return 34; total += itf34.CallMe (34); mrp.CanCastToCalled = false; itf34 = (I34)o; if (mrp.CanCastToCalled) return 34; total += itf34.CallMe (34); mrp.CanCastToCalled = false; I35 itf35 = (I35)o; if (!mrp.CanCastToCalled) return 35; total += itf35.CallMe (35); mrp.CanCastToCalled = false; itf35 = (I35)o; if (mrp.CanCastToCalled) return 35; total += itf35.CallMe (35); mrp.CanCastToCalled = false; I36 itf36 = (I36)o; if (!mrp.CanCastToCalled) return 36; total += itf36.CallMe (36); mrp.CanCastToCalled = false; itf36 = (I36)o; if (mrp.CanCastToCalled) return 36; total += itf36.CallMe (36); mrp.CanCastToCalled = false; I37 itf37 = (I37)o; if (!mrp.CanCastToCalled) return 37; total += itf37.CallMe (37); mrp.CanCastToCalled = false; itf37 = (I37)o; if (mrp.CanCastToCalled) return 37; total += itf37.CallMe (37); mrp.CanCastToCalled = false; I38 itf38 = (I38)o; if (!mrp.CanCastToCalled) return 38; total += itf38.CallMe (38); mrp.CanCastToCalled = false; itf38 = (I38)o; if (mrp.CanCastToCalled) return 38; total += itf38.CallMe (38); mrp.CanCastToCalled = false; I39 itf39 = (I39)o; if (!mrp.CanCastToCalled) return 39; total += itf39.CallMe (39); mrp.CanCastToCalled = false; itf39 = (I39)o; if (mrp.CanCastToCalled) return 39; total += itf39.CallMe (39); mrp.CanCastToCalled = false; I40 itf40 = (I40)o; if (!mrp.CanCastToCalled) return 40; total += itf40.CallMe (40); mrp.CanCastToCalled = false; itf40 = (I40)o; if (mrp.CanCastToCalled) return 40; total += itf40.CallMe (40); mrp.CanCastToCalled = false; I41 itf41 = (I41)o; if (!mrp.CanCastToCalled) return 41; total += itf41.CallMe (41); mrp.CanCastToCalled = false; itf41 = (I41)o; if (mrp.CanCastToCalled) return 41; total += itf41.CallMe (41); mrp.CanCastToCalled = false; I42 itf42 = (I42)o; if (!mrp.CanCastToCalled) return 42; total += itf42.CallMe (42); mrp.CanCastToCalled = false; itf42 = (I42)o; if (mrp.CanCastToCalled) return 42; total += itf42.CallMe (42); mrp.CanCastToCalled = false; I43 itf43 = (I43)o; if (!mrp.CanCastToCalled) return 43; total += itf43.CallMe (43); mrp.CanCastToCalled = false; itf43 = (I43)o; if (mrp.CanCastToCalled) return 43; total += itf43.CallMe (43); mrp.CanCastToCalled = false; I44 itf44 = (I44)o; if (!mrp.CanCastToCalled) return 44; total += itf44.CallMe (44); mrp.CanCastToCalled = false; itf44 = (I44)o; if (mrp.CanCastToCalled) return 44; total += itf44.CallMe (44); mrp.CanCastToCalled = false; I45 itf45 = (I45)o; if (!mrp.CanCastToCalled) return 45; total += itf45.CallMe (45); mrp.CanCastToCalled = false; itf45 = (I45)o; if (mrp.CanCastToCalled) return 45; total += itf45.CallMe (45); mrp.CanCastToCalled = false; I46 itf46 = (I46)o; if (!mrp.CanCastToCalled) return 46; total += itf46.CallMe (46); mrp.CanCastToCalled = false; itf46 = (I46)o; if (mrp.CanCastToCalled) return 46; total += itf46.CallMe (46); mrp.CanCastToCalled = false; I47 itf47 = (I47)o; if (!mrp.CanCastToCalled) return 47; total += itf47.CallMe (47); mrp.CanCastToCalled = false; itf47 = (I47)o; if (mrp.CanCastToCalled) return 47; total += itf47.CallMe (47); mrp.CanCastToCalled = false; I48 itf48 = (I48)o; if (!mrp.CanCastToCalled) return 48; total += itf48.CallMe (48); mrp.CanCastToCalled = false; itf48 = (I48)o; if (mrp.CanCastToCalled) return 48; total += itf48.CallMe (48); mrp.CanCastToCalled = false; I49 itf49 = (I49)o; if (!mrp.CanCastToCalled) return 49; total += itf49.CallMe (49); mrp.CanCastToCalled = false; itf49 = (I49)o; if (mrp.CanCastToCalled) return 49; total += itf49.CallMe (49); mrp.CanCastToCalled = false; I50 itf50 = (I50)o; if (!mrp.CanCastToCalled) return 50; total += itf50.CallMe (50); mrp.CanCastToCalled = false; itf50 = (I50)o; if (mrp.CanCastToCalled) return 50; total += itf50.CallMe (50); mrp.CanCastToCalled = false; I51 itf51 = (I51)o; if (!mrp.CanCastToCalled) return 51; total += itf51.CallMe (51); mrp.CanCastToCalled = false; itf51 = (I51)o; if (mrp.CanCastToCalled) return 51; total += itf51.CallMe (51); mrp.CanCastToCalled = false; I52 itf52 = (I52)o; if (!mrp.CanCastToCalled) return 52; total += itf52.CallMe (52); mrp.CanCastToCalled = false; itf52 = (I52)o; if (mrp.CanCastToCalled) return 52; total += itf52.CallMe (52); mrp.CanCastToCalled = false; I53 itf53 = (I53)o; if (!mrp.CanCastToCalled) return 53; total += itf53.CallMe (53); mrp.CanCastToCalled = false; itf53 = (I53)o; if (mrp.CanCastToCalled) return 53; total += itf53.CallMe (53); mrp.CanCastToCalled = false; I54 itf54 = (I54)o; if (!mrp.CanCastToCalled) return 54; total += itf54.CallMe (54); mrp.CanCastToCalled = false; itf54 = (I54)o; if (mrp.CanCastToCalled) return 54; total += itf54.CallMe (54); mrp.CanCastToCalled = false; I55 itf55 = (I55)o; if (!mrp.CanCastToCalled) return 55; total += itf55.CallMe (55); mrp.CanCastToCalled = false; itf55 = (I55)o; if (mrp.CanCastToCalled) return 55; total += itf55.CallMe (55); mrp.CanCastToCalled = false; I56 itf56 = (I56)o; if (!mrp.CanCastToCalled) return 56; total += itf56.CallMe (56); mrp.CanCastToCalled = false; itf56 = (I56)o; if (mrp.CanCastToCalled) return 56; total += itf56.CallMe (56); mrp.CanCastToCalled = false; I57 itf57 = (I57)o; if (!mrp.CanCastToCalled) return 57; total += itf57.CallMe (57); mrp.CanCastToCalled = false; itf57 = (I57)o; if (mrp.CanCastToCalled) return 57; total += itf57.CallMe (57); mrp.CanCastToCalled = false; I58 itf58 = (I58)o; if (!mrp.CanCastToCalled) return 58; total += itf58.CallMe (58); mrp.CanCastToCalled = false; itf58 = (I58)o; if (mrp.CanCastToCalled) return 58; total += itf58.CallMe (58); mrp.CanCastToCalled = false; I59 itf59 = (I59)o; if (!mrp.CanCastToCalled) return 59; total += itf59.CallMe (59); mrp.CanCastToCalled = false; itf59 = (I59)o; if (mrp.CanCastToCalled) return 59; total += itf59.CallMe (59); mrp.CanCastToCalled = false; I60 itf60 = (I60)o; if (!mrp.CanCastToCalled) return 60; total += itf60.CallMe (60); mrp.CanCastToCalled = false; itf60 = (I60)o; if (mrp.CanCastToCalled) return 60; total += itf60.CallMe (60); mrp.CanCastToCalled = false; I61 itf61 = (I61)o; if (!mrp.CanCastToCalled) return 61; total += itf61.CallMe (61); mrp.CanCastToCalled = false; itf61 = (I61)o; if (mrp.CanCastToCalled) return 61; total += itf61.CallMe (61); mrp.CanCastToCalled = false; I62 itf62 = (I62)o; if (!mrp.CanCastToCalled) return 62; total += itf62.CallMe (62); mrp.CanCastToCalled = false; itf62 = (I62)o; if (mrp.CanCastToCalled) return 62; total += itf62.CallMe (62); mrp.CanCastToCalled = false; I63 itf63 = (I63)o; if (!mrp.CanCastToCalled) return 63; total += itf63.CallMe (63); mrp.CanCastToCalled = false; itf63 = (I63)o; if (mrp.CanCastToCalled) return 63; total += itf63.CallMe (63); mrp.CanCastToCalled = false; I64 itf64 = (I64)o; if (!mrp.CanCastToCalled) return 64; total += itf64.CallMe (64); mrp.CanCastToCalled = false; itf64 = (I64)o; if (mrp.CanCastToCalled) return 64; total += itf64.CallMe (64); mrp.CanCastToCalled = false; I65 itf65 = (I65)o; if (!mrp.CanCastToCalled) return 65; total += itf65.CallMe (65); mrp.CanCastToCalled = false; itf65 = (I65)o; if (mrp.CanCastToCalled) return 65; total += itf65.CallMe (65); mrp.CanCastToCalled = false; I66 itf66 = (I66)o; if (!mrp.CanCastToCalled) return 66; total += itf66.CallMe (66); mrp.CanCastToCalled = false; itf66 = (I66)o; if (mrp.CanCastToCalled) return 66; total += itf66.CallMe (66); mrp.CanCastToCalled = false; I67 itf67 = (I67)o; if (!mrp.CanCastToCalled) return 67; total += itf67.CallMe (67); mrp.CanCastToCalled = false; itf67 = (I67)o; if (mrp.CanCastToCalled) return 67; total += itf67.CallMe (67); mrp.CanCastToCalled = false; I68 itf68 = (I68)o; if (!mrp.CanCastToCalled) return 68; total += itf68.CallMe (68); mrp.CanCastToCalled = false; itf68 = (I68)o; if (mrp.CanCastToCalled) return 68; total += itf68.CallMe (68); mrp.CanCastToCalled = false; I69 itf69 = (I69)o; if (!mrp.CanCastToCalled) return 69; total += itf69.CallMe (69); mrp.CanCastToCalled = false; itf69 = (I69)o; if (mrp.CanCastToCalled) return 69; total += itf69.CallMe (69); mrp.CanCastToCalled = false; I70 itf70 = (I70)o; if (!mrp.CanCastToCalled) return 70; total += itf70.CallMe (70); mrp.CanCastToCalled = false; itf70 = (I70)o; if (mrp.CanCastToCalled) return 70; total += itf70.CallMe (70); mrp.CanCastToCalled = false; I71 itf71 = (I71)o; if (!mrp.CanCastToCalled) return 71; total += itf71.CallMe (71); mrp.CanCastToCalled = false; itf71 = (I71)o; if (mrp.CanCastToCalled) return 71; total += itf71.CallMe (71); mrp.CanCastToCalled = false; I72 itf72 = (I72)o; if (!mrp.CanCastToCalled) return 72; total += itf72.CallMe (72); mrp.CanCastToCalled = false; itf72 = (I72)o; if (mrp.CanCastToCalled) return 72; total += itf72.CallMe (72); mrp.CanCastToCalled = false; I73 itf73 = (I73)o; if (!mrp.CanCastToCalled) return 73; total += itf73.CallMe (73); mrp.CanCastToCalled = false; itf73 = (I73)o; if (mrp.CanCastToCalled) return 73; total += itf73.CallMe (73); mrp.CanCastToCalled = false; I74 itf74 = (I74)o; if (!mrp.CanCastToCalled) return 74; total += itf74.CallMe (74); mrp.CanCastToCalled = false; itf74 = (I74)o; if (mrp.CanCastToCalled) return 74; total += itf74.CallMe (74); mrp.CanCastToCalled = false; I75 itf75 = (I75)o; if (!mrp.CanCastToCalled) return 75; total += itf75.CallMe (75); mrp.CanCastToCalled = false; itf75 = (I75)o; if (mrp.CanCastToCalled) return 75; total += itf75.CallMe (75); mrp.CanCastToCalled = false; I76 itf76 = (I76)o; if (!mrp.CanCastToCalled) return 76; total += itf76.CallMe (76); mrp.CanCastToCalled = false; itf76 = (I76)o; if (mrp.CanCastToCalled) return 76; total += itf76.CallMe (76); mrp.CanCastToCalled = false; I77 itf77 = (I77)o; if (!mrp.CanCastToCalled) return 77; total += itf77.CallMe (77); mrp.CanCastToCalled = false; itf77 = (I77)o; if (mrp.CanCastToCalled) return 77; total += itf77.CallMe (77); mrp.CanCastToCalled = false; I78 itf78 = (I78)o; if (!mrp.CanCastToCalled) return 78; total += itf78.CallMe (78); mrp.CanCastToCalled = false; itf78 = (I78)o; if (mrp.CanCastToCalled) return 78; total += itf78.CallMe (78); mrp.CanCastToCalled = false; I79 itf79 = (I79)o; if (!mrp.CanCastToCalled) return 79; total += itf79.CallMe (79); mrp.CanCastToCalled = false; itf79 = (I79)o; if (mrp.CanCastToCalled) return 79; total += itf79.CallMe (79); mrp.CanCastToCalled = false; I80 itf80 = (I80)o; if (!mrp.CanCastToCalled) return 80; total += itf80.CallMe (80); mrp.CanCastToCalled = false; itf80 = (I80)o; if (mrp.CanCastToCalled) return 80; total += itf80.CallMe (80); mrp.CanCastToCalled = false; I81 itf81 = (I81)o; if (!mrp.CanCastToCalled) return 81; total += itf81.CallMe (81); mrp.CanCastToCalled = false; itf81 = (I81)o; if (mrp.CanCastToCalled) return 81; total += itf81.CallMe (81); mrp.CanCastToCalled = false; I82 itf82 = (I82)o; if (!mrp.CanCastToCalled) return 82; total += itf82.CallMe (82); mrp.CanCastToCalled = false; itf82 = (I82)o; if (mrp.CanCastToCalled) return 82; total += itf82.CallMe (82); mrp.CanCastToCalled = false; I83 itf83 = (I83)o; if (!mrp.CanCastToCalled) return 83; total += itf83.CallMe (83); mrp.CanCastToCalled = false; itf83 = (I83)o; if (mrp.CanCastToCalled) return 83; total += itf83.CallMe (83); mrp.CanCastToCalled = false; I84 itf84 = (I84)o; if (!mrp.CanCastToCalled) return 84; total += itf84.CallMe (84); mrp.CanCastToCalled = false; itf84 = (I84)o; if (mrp.CanCastToCalled) return 84; total += itf84.CallMe (84); mrp.CanCastToCalled = false; I85 itf85 = (I85)o; if (!mrp.CanCastToCalled) return 85; total += itf85.CallMe (85); mrp.CanCastToCalled = false; itf85 = (I85)o; if (mrp.CanCastToCalled) return 85; total += itf85.CallMe (85); mrp.CanCastToCalled = false; I86 itf86 = (I86)o; if (!mrp.CanCastToCalled) return 86; total += itf86.CallMe (86); mrp.CanCastToCalled = false; itf86 = (I86)o; if (mrp.CanCastToCalled) return 86; total += itf86.CallMe (86); mrp.CanCastToCalled = false; I87 itf87 = (I87)o; if (!mrp.CanCastToCalled) return 87; total += itf87.CallMe (87); mrp.CanCastToCalled = false; itf87 = (I87)o; if (mrp.CanCastToCalled) return 87; total += itf87.CallMe (87); mrp.CanCastToCalled = false; I88 itf88 = (I88)o; if (!mrp.CanCastToCalled) return 88; total += itf88.CallMe (88); mrp.CanCastToCalled = false; itf88 = (I88)o; if (mrp.CanCastToCalled) return 88; total += itf88.CallMe (88); mrp.CanCastToCalled = false; I89 itf89 = (I89)o; if (!mrp.CanCastToCalled) return 89; total += itf89.CallMe (89); mrp.CanCastToCalled = false; itf89 = (I89)o; if (mrp.CanCastToCalled) return 89; total += itf89.CallMe (89); mrp.CanCastToCalled = false; I90 itf90 = (I90)o; if (!mrp.CanCastToCalled) return 90; total += itf90.CallMe (90); mrp.CanCastToCalled = false; itf90 = (I90)o; if (mrp.CanCastToCalled) return 90; total += itf90.CallMe (90); mrp.CanCastToCalled = false; I91 itf91 = (I91)o; if (!mrp.CanCastToCalled) return 91; total += itf91.CallMe (91); mrp.CanCastToCalled = false; itf91 = (I91)o; if (mrp.CanCastToCalled) return 91; total += itf91.CallMe (91); mrp.CanCastToCalled = false; I92 itf92 = (I92)o; if (!mrp.CanCastToCalled) return 92; total += itf92.CallMe (92); mrp.CanCastToCalled = false; itf92 = (I92)o; if (mrp.CanCastToCalled) return 92; total += itf92.CallMe (92); mrp.CanCastToCalled = false; I93 itf93 = (I93)o; if (!mrp.CanCastToCalled) return 93; total += itf93.CallMe (93); mrp.CanCastToCalled = false; itf93 = (I93)o; if (mrp.CanCastToCalled) return 93; total += itf93.CallMe (93); mrp.CanCastToCalled = false; I94 itf94 = (I94)o; if (!mrp.CanCastToCalled) return 94; total += itf94.CallMe (94); mrp.CanCastToCalled = false; itf94 = (I94)o; if (mrp.CanCastToCalled) return 94; total += itf94.CallMe (94); mrp.CanCastToCalled = false; I95 itf95 = (I95)o; if (!mrp.CanCastToCalled) return 95; total += itf95.CallMe (95); mrp.CanCastToCalled = false; itf95 = (I95)o; if (mrp.CanCastToCalled) return 95; total += itf95.CallMe (95); mrp.CanCastToCalled = false; I96 itf96 = (I96)o; if (!mrp.CanCastToCalled) return 96; total += itf96.CallMe (96); mrp.CanCastToCalled = false; itf96 = (I96)o; if (mrp.CanCastToCalled) return 96; total += itf96.CallMe (96); mrp.CanCastToCalled = false; I97 itf97 = (I97)o; if (!mrp.CanCastToCalled) return 97; total += itf97.CallMe (97); mrp.CanCastToCalled = false; itf97 = (I97)o; if (mrp.CanCastToCalled) return 97; total += itf97.CallMe (97); mrp.CanCastToCalled = false; I98 itf98 = (I98)o; if (!mrp.CanCastToCalled) return 98; total += itf98.CallMe (98); mrp.CanCastToCalled = false; itf98 = (I98)o; if (mrp.CanCastToCalled) return 98; total += itf98.CallMe (98); mrp.CanCastToCalled = false; I99 itf99 = (I99)o; if (!mrp.CanCastToCalled) return 99; total += itf99.CallMe (99); mrp.CanCastToCalled = false; itf99 = (I99)o; if (mrp.CanCastToCalled) return 99; total += itf99.CallMe (99); mrp.CanCastToCalled = false; I100 itf100 = (I100)o; if (!mrp.CanCastToCalled) return 100; total += itf100.CallMe (100); mrp.CanCastToCalled = false; itf100 = (I100)o; if (mrp.CanCastToCalled) return 100; total += itf100.CallMe (100); mrp.CanCastToCalled = false; I101 itf101 = (I101)o; if (!mrp.CanCastToCalled) return 101; total += itf101.CallMe (101); mrp.CanCastToCalled = false; itf101 = (I101)o; if (mrp.CanCastToCalled) return 101; total += itf101.CallMe (101); mrp.CanCastToCalled = false; I102 itf102 = (I102)o; if (!mrp.CanCastToCalled) return 102; total += itf102.CallMe (102); mrp.CanCastToCalled = false; itf102 = (I102)o; if (mrp.CanCastToCalled) return 102; total += itf102.CallMe (102); mrp.CanCastToCalled = false; I103 itf103 = (I103)o; if (!mrp.CanCastToCalled) return 103; total += itf103.CallMe (103); mrp.CanCastToCalled = false; itf103 = (I103)o; if (mrp.CanCastToCalled) return 103; total += itf103.CallMe (103); mrp.CanCastToCalled = false; I104 itf104 = (I104)o; if (!mrp.CanCastToCalled) return 104; total += itf104.CallMe (104); mrp.CanCastToCalled = false; itf104 = (I104)o; if (mrp.CanCastToCalled) return 104; total += itf104.CallMe (104); mrp.CanCastToCalled = false; I105 itf105 = (I105)o; if (!mrp.CanCastToCalled) return 105; total += itf105.CallMe (105); mrp.CanCastToCalled = false; itf105 = (I105)o; if (mrp.CanCastToCalled) return 105; total += itf105.CallMe (105); mrp.CanCastToCalled = false; I106 itf106 = (I106)o; if (!mrp.CanCastToCalled) return 106; total += itf106.CallMe (106); mrp.CanCastToCalled = false; itf106 = (I106)o; if (mrp.CanCastToCalled) return 106; total += itf106.CallMe (106); mrp.CanCastToCalled = false; I107 itf107 = (I107)o; if (!mrp.CanCastToCalled) return 107; total += itf107.CallMe (107); mrp.CanCastToCalled = false; itf107 = (I107)o; if (mrp.CanCastToCalled) return 107; total += itf107.CallMe (107); mrp.CanCastToCalled = false; I108 itf108 = (I108)o; if (!mrp.CanCastToCalled) return 108; total += itf108.CallMe (108); mrp.CanCastToCalled = false; itf108 = (I108)o; if (mrp.CanCastToCalled) return 108; total += itf108.CallMe (108); mrp.CanCastToCalled = false; I109 itf109 = (I109)o; if (!mrp.CanCastToCalled) return 109; total += itf109.CallMe (109); mrp.CanCastToCalled = false; itf109 = (I109)o; if (mrp.CanCastToCalled) return 109; total += itf109.CallMe (109); mrp.CanCastToCalled = false; I110 itf110 = (I110)o; if (!mrp.CanCastToCalled) return 110; total += itf110.CallMe (110); mrp.CanCastToCalled = false; itf110 = (I110)o; if (mrp.CanCastToCalled) return 110; total += itf110.CallMe (110); mrp.CanCastToCalled = false; I111 itf111 = (I111)o; if (!mrp.CanCastToCalled) return 111; total += itf111.CallMe (111); mrp.CanCastToCalled = false; itf111 = (I111)o; if (mrp.CanCastToCalled) return 111; total += itf111.CallMe (111); mrp.CanCastToCalled = false; I112 itf112 = (I112)o; if (!mrp.CanCastToCalled) return 112; total += itf112.CallMe (112); mrp.CanCastToCalled = false; itf112 = (I112)o; if (mrp.CanCastToCalled) return 112; total += itf112.CallMe (112); mrp.CanCastToCalled = false; I113 itf113 = (I113)o; if (!mrp.CanCastToCalled) return 113; total += itf113.CallMe (113); mrp.CanCastToCalled = false; itf113 = (I113)o; if (mrp.CanCastToCalled) return 113; total += itf113.CallMe (113); mrp.CanCastToCalled = false; I114 itf114 = (I114)o; if (!mrp.CanCastToCalled) return 114; total += itf114.CallMe (114); mrp.CanCastToCalled = false; itf114 = (I114)o; if (mrp.CanCastToCalled) return 114; total += itf114.CallMe (114); mrp.CanCastToCalled = false; I115 itf115 = (I115)o; if (!mrp.CanCastToCalled) return 115; total += itf115.CallMe (115); mrp.CanCastToCalled = false; itf115 = (I115)o; if (mrp.CanCastToCalled) return 115; total += itf115.CallMe (115); mrp.CanCastToCalled = false; I116 itf116 = (I116)o; if (!mrp.CanCastToCalled) return 116; total += itf116.CallMe (116); mrp.CanCastToCalled = false; itf116 = (I116)o; if (mrp.CanCastToCalled) return 116; total += itf116.CallMe (116); mrp.CanCastToCalled = false; I117 itf117 = (I117)o; if (!mrp.CanCastToCalled) return 117; total += itf117.CallMe (117); mrp.CanCastToCalled = false; itf117 = (I117)o; if (mrp.CanCastToCalled) return 117; total += itf117.CallMe (117); mrp.CanCastToCalled = false; I118 itf118 = (I118)o; if (!mrp.CanCastToCalled) return 118; total += itf118.CallMe (118); mrp.CanCastToCalled = false; itf118 = (I118)o; if (mrp.CanCastToCalled) return 118; total += itf118.CallMe (118); mrp.CanCastToCalled = false; I119 itf119 = (I119)o; if (!mrp.CanCastToCalled) return 119; total += itf119.CallMe (119); mrp.CanCastToCalled = false; itf119 = (I119)o; if (mrp.CanCastToCalled) return 119; total += itf119.CallMe (119); mrp.CanCastToCalled = false; I120 itf120 = (I120)o; if (!mrp.CanCastToCalled) return 120; total += itf120.CallMe (120); mrp.CanCastToCalled = false; itf120 = (I120)o; if (mrp.CanCastToCalled) return 120; total += itf120.CallMe (120); mrp.CanCastToCalled = false; I121 itf121 = (I121)o; if (!mrp.CanCastToCalled) return 121; total += itf121.CallMe (121); mrp.CanCastToCalled = false; itf121 = (I121)o; if (mrp.CanCastToCalled) return 121; total += itf121.CallMe (121); mrp.CanCastToCalled = false; I122 itf122 = (I122)o; if (!mrp.CanCastToCalled) return 122; total += itf122.CallMe (122); mrp.CanCastToCalled = false; itf122 = (I122)o; if (mrp.CanCastToCalled) return 122; total += itf122.CallMe (122); mrp.CanCastToCalled = false; I123 itf123 = (I123)o; if (!mrp.CanCastToCalled) return 123; total += itf123.CallMe (123); mrp.CanCastToCalled = false; itf123 = (I123)o; if (mrp.CanCastToCalled) return 123; total += itf123.CallMe (123); mrp.CanCastToCalled = false; I124 itf124 = (I124)o; if (!mrp.CanCastToCalled) return 124; total += itf124.CallMe (124); mrp.CanCastToCalled = false; itf124 = (I124)o; if (mrp.CanCastToCalled) return 124; total += itf124.CallMe (124); mrp.CanCastToCalled = false; I125 itf125 = (I125)o; if (!mrp.CanCastToCalled) return 125; total += itf125.CallMe (125); mrp.CanCastToCalled = false; itf125 = (I125)o; if (mrp.CanCastToCalled) return 125; total += itf125.CallMe (125); mrp.CanCastToCalled = false; I126 itf126 = (I126)o; if (!mrp.CanCastToCalled) return 126; total += itf126.CallMe (126); mrp.CanCastToCalled = false; itf126 = (I126)o; if (mrp.CanCastToCalled) return 126; total += itf126.CallMe (126); mrp.CanCastToCalled = false; I127 itf127 = (I127)o; if (!mrp.CanCastToCalled) return 127; total += itf127.CallMe (127); mrp.CanCastToCalled = false; itf127 = (I127)o; if (mrp.CanCastToCalled) return 127; total += itf127.CallMe (127); mrp.CanCastToCalled = false; I128 itf128 = (I128)o; if (!mrp.CanCastToCalled) return 128; total += itf128.CallMe (128); mrp.CanCastToCalled = false; itf128 = (I128)o; if (mrp.CanCastToCalled) return 128; total += itf128.CallMe (128); mrp.CanCastToCalled = false; I129 itf129 = (I129)o; if (!mrp.CanCastToCalled) return 129; total += itf129.CallMe (129); mrp.CanCastToCalled = false; itf129 = (I129)o; if (mrp.CanCastToCalled) return 129; total += itf129.CallMe (129); mrp.CanCastToCalled = false; I130 itf130 = (I130)o; if (!mrp.CanCastToCalled) return 130; total += itf130.CallMe (130); mrp.CanCastToCalled = false; itf130 = (I130)o; if (mrp.CanCastToCalled) return 130; total += itf130.CallMe (130); mrp.CanCastToCalled = false; I131 itf131 = (I131)o; if (!mrp.CanCastToCalled) return 131; total += itf131.CallMe (131); mrp.CanCastToCalled = false; itf131 = (I131)o; if (mrp.CanCastToCalled) return 131; total += itf131.CallMe (131); mrp.CanCastToCalled = false; I132 itf132 = (I132)o; if (!mrp.CanCastToCalled) return 132; total += itf132.CallMe (132); mrp.CanCastToCalled = false; itf132 = (I132)o; if (mrp.CanCastToCalled) return 132; total += itf132.CallMe (132); mrp.CanCastToCalled = false; I133 itf133 = (I133)o; if (!mrp.CanCastToCalled) return 133; total += itf133.CallMe (133); mrp.CanCastToCalled = false; itf133 = (I133)o; if (mrp.CanCastToCalled) return 133; total += itf133.CallMe (133); mrp.CanCastToCalled = false; I134 itf134 = (I134)o; if (!mrp.CanCastToCalled) return 134; total += itf134.CallMe (134); mrp.CanCastToCalled = false; itf134 = (I134)o; if (mrp.CanCastToCalled) return 134; total += itf134.CallMe (134); mrp.CanCastToCalled = false; I135 itf135 = (I135)o; if (!mrp.CanCastToCalled) return 135; total += itf135.CallMe (135); mrp.CanCastToCalled = false; itf135 = (I135)o; if (mrp.CanCastToCalled) return 135; total += itf135.CallMe (135); mrp.CanCastToCalled = false; I136 itf136 = (I136)o; if (!mrp.CanCastToCalled) return 136; total += itf136.CallMe (136); mrp.CanCastToCalled = false; itf136 = (I136)o; if (mrp.CanCastToCalled) return 136; total += itf136.CallMe (136); mrp.CanCastToCalled = false; I137 itf137 = (I137)o; if (!mrp.CanCastToCalled) return 137; total += itf137.CallMe (137); mrp.CanCastToCalled = false; itf137 = (I137)o; if (mrp.CanCastToCalled) return 137; total += itf137.CallMe (137); mrp.CanCastToCalled = false; I138 itf138 = (I138)o; if (!mrp.CanCastToCalled) return 138; total += itf138.CallMe (138); mrp.CanCastToCalled = false; itf138 = (I138)o; if (mrp.CanCastToCalled) return 138; total += itf138.CallMe (138); mrp.CanCastToCalled = false; I139 itf139 = (I139)o; if (!mrp.CanCastToCalled) return 139; total += itf139.CallMe (139); mrp.CanCastToCalled = false; itf139 = (I139)o; if (mrp.CanCastToCalled) return 139; total += itf139.CallMe (139); mrp.CanCastToCalled = false; I140 itf140 = (I140)o; if (!mrp.CanCastToCalled) return 140; total += itf140.CallMe (140); mrp.CanCastToCalled = false; itf140 = (I140)o; if (mrp.CanCastToCalled) return 140; total += itf140.CallMe (140); mrp.CanCastToCalled = false; I141 itf141 = (I141)o; if (!mrp.CanCastToCalled) return 141; total += itf141.CallMe (141); mrp.CanCastToCalled = false; itf141 = (I141)o; if (mrp.CanCastToCalled) return 141; total += itf141.CallMe (141); mrp.CanCastToCalled = false; I142 itf142 = (I142)o; if (!mrp.CanCastToCalled) return 142; total += itf142.CallMe (142); mrp.CanCastToCalled = false; itf142 = (I142)o; if (mrp.CanCastToCalled) return 142; total += itf142.CallMe (142); mrp.CanCastToCalled = false; I143 itf143 = (I143)o; if (!mrp.CanCastToCalled) return 143; total += itf143.CallMe (143); mrp.CanCastToCalled = false; itf143 = (I143)o; if (mrp.CanCastToCalled) return 143; total += itf143.CallMe (143); mrp.CanCastToCalled = false; I144 itf144 = (I144)o; if (!mrp.CanCastToCalled) return 144; total += itf144.CallMe (144); mrp.CanCastToCalled = false; itf144 = (I144)o; if (mrp.CanCastToCalled) return 144; total += itf144.CallMe (144); mrp.CanCastToCalled = false; I145 itf145 = (I145)o; if (!mrp.CanCastToCalled) return 145; total += itf145.CallMe (145); mrp.CanCastToCalled = false; itf145 = (I145)o; if (mrp.CanCastToCalled) return 145; total += itf145.CallMe (145); mrp.CanCastToCalled = false; I146 itf146 = (I146)o; if (!mrp.CanCastToCalled) return 146; total += itf146.CallMe (146); mrp.CanCastToCalled = false; itf146 = (I146)o; if (mrp.CanCastToCalled) return 146; total += itf146.CallMe (146); mrp.CanCastToCalled = false; I147 itf147 = (I147)o; if (!mrp.CanCastToCalled) return 147; total += itf147.CallMe (147); mrp.CanCastToCalled = false; itf147 = (I147)o; if (mrp.CanCastToCalled) return 147; total += itf147.CallMe (147); mrp.CanCastToCalled = false; I148 itf148 = (I148)o; if (!mrp.CanCastToCalled) return 148; total += itf148.CallMe (148); mrp.CanCastToCalled = false; itf148 = (I148)o; if (mrp.CanCastToCalled) return 148; total += itf148.CallMe (148); mrp.CanCastToCalled = false; I149 itf149 = (I149)o; if (!mrp.CanCastToCalled) return 149; total += itf149.CallMe (149); mrp.CanCastToCalled = false; itf149 = (I149)o; if (mrp.CanCastToCalled) return 149; total += itf149.CallMe (149); mrp.CanCastToCalled = false; I150 itf150 = (I150)o; if (!mrp.CanCastToCalled) return 150; total += itf150.CallMe (150); mrp.CanCastToCalled = false; itf150 = (I150)o; if (mrp.CanCastToCalled) return 150; total += itf150.CallMe (150); mrp.CanCastToCalled = false; I151 itf151 = (I151)o; if (!mrp.CanCastToCalled) return 151; total += itf151.CallMe (151); mrp.CanCastToCalled = false; itf151 = (I151)o; if (mrp.CanCastToCalled) return 151; total += itf151.CallMe (151); mrp.CanCastToCalled = false; I152 itf152 = (I152)o; if (!mrp.CanCastToCalled) return 152; total += itf152.CallMe (152); mrp.CanCastToCalled = false; itf152 = (I152)o; if (mrp.CanCastToCalled) return 152; total += itf152.CallMe (152); mrp.CanCastToCalled = false; I153 itf153 = (I153)o; if (!mrp.CanCastToCalled) return 153; total += itf153.CallMe (153); mrp.CanCastToCalled = false; itf153 = (I153)o; if (mrp.CanCastToCalled) return 153; total += itf153.CallMe (153); mrp.CanCastToCalled = false; I154 itf154 = (I154)o; if (!mrp.CanCastToCalled) return 154; total += itf154.CallMe (154); mrp.CanCastToCalled = false; itf154 = (I154)o; if (mrp.CanCastToCalled) return 154; total += itf154.CallMe (154); mrp.CanCastToCalled = false; I155 itf155 = (I155)o; if (!mrp.CanCastToCalled) return 155; total += itf155.CallMe (155); mrp.CanCastToCalled = false; itf155 = (I155)o; if (mrp.CanCastToCalled) return 155; total += itf155.CallMe (155); mrp.CanCastToCalled = false; I156 itf156 = (I156)o; if (!mrp.CanCastToCalled) return 156; total += itf156.CallMe (156); mrp.CanCastToCalled = false; itf156 = (I156)o; if (mrp.CanCastToCalled) return 156; total += itf156.CallMe (156); mrp.CanCastToCalled = false; I157 itf157 = (I157)o; if (!mrp.CanCastToCalled) return 157; total += itf157.CallMe (157); mrp.CanCastToCalled = false; itf157 = (I157)o; if (mrp.CanCastToCalled) return 157; total += itf157.CallMe (157); mrp.CanCastToCalled = false; I158 itf158 = (I158)o; if (!mrp.CanCastToCalled) return 158; total += itf158.CallMe (158); mrp.CanCastToCalled = false; itf158 = (I158)o; if (mrp.CanCastToCalled) return 158; total += itf158.CallMe (158); mrp.CanCastToCalled = false; I159 itf159 = (I159)o; if (!mrp.CanCastToCalled) return 159; total += itf159.CallMe (159); mrp.CanCastToCalled = false; itf159 = (I159)o; if (mrp.CanCastToCalled) return 159; total += itf159.CallMe (159); mrp.CanCastToCalled = false; I160 itf160 = (I160)o; if (!mrp.CanCastToCalled) return 160; total += itf160.CallMe (160); mrp.CanCastToCalled = false; itf160 = (I160)o; if (mrp.CanCastToCalled) return 160; total += itf160.CallMe (160); mrp.CanCastToCalled = false; I161 itf161 = (I161)o; if (!mrp.CanCastToCalled) return 161; total += itf161.CallMe (161); mrp.CanCastToCalled = false; itf161 = (I161)o; if (mrp.CanCastToCalled) return 161; total += itf161.CallMe (161); mrp.CanCastToCalled = false; I162 itf162 = (I162)o; if (!mrp.CanCastToCalled) return 162; total += itf162.CallMe (162); mrp.CanCastToCalled = false; itf162 = (I162)o; if (mrp.CanCastToCalled) return 162; total += itf162.CallMe (162); mrp.CanCastToCalled = false; I163 itf163 = (I163)o; if (!mrp.CanCastToCalled) return 163; total += itf163.CallMe (163); mrp.CanCastToCalled = false; itf163 = (I163)o; if (mrp.CanCastToCalled) return 163; total += itf163.CallMe (163); mrp.CanCastToCalled = false; I164 itf164 = (I164)o; if (!mrp.CanCastToCalled) return 164; total += itf164.CallMe (164); mrp.CanCastToCalled = false; itf164 = (I164)o; if (mrp.CanCastToCalled) return 164; total += itf164.CallMe (164); mrp.CanCastToCalled = false; I165 itf165 = (I165)o; if (!mrp.CanCastToCalled) return 165; total += itf165.CallMe (165); mrp.CanCastToCalled = false; itf165 = (I165)o; if (mrp.CanCastToCalled) return 165; total += itf165.CallMe (165); mrp.CanCastToCalled = false; I166 itf166 = (I166)o; if (!mrp.CanCastToCalled) return 166; total += itf166.CallMe (166); mrp.CanCastToCalled = false; itf166 = (I166)o; if (mrp.CanCastToCalled) return 166; total += itf166.CallMe (166); mrp.CanCastToCalled = false; I167 itf167 = (I167)o; if (!mrp.CanCastToCalled) return 167; total += itf167.CallMe (167); mrp.CanCastToCalled = false; itf167 = (I167)o; if (mrp.CanCastToCalled) return 167; total += itf167.CallMe (167); mrp.CanCastToCalled = false; I168 itf168 = (I168)o; if (!mrp.CanCastToCalled) return 168; total += itf168.CallMe (168); mrp.CanCastToCalled = false; itf168 = (I168)o; if (mrp.CanCastToCalled) return 168; total += itf168.CallMe (168); mrp.CanCastToCalled = false; I169 itf169 = (I169)o; if (!mrp.CanCastToCalled) return 169; total += itf169.CallMe (169); mrp.CanCastToCalled = false; itf169 = (I169)o; if (mrp.CanCastToCalled) return 169; total += itf169.CallMe (169); mrp.CanCastToCalled = false; I170 itf170 = (I170)o; if (!mrp.CanCastToCalled) return 170; total += itf170.CallMe (170); mrp.CanCastToCalled = false; itf170 = (I170)o; if (mrp.CanCastToCalled) return 170; total += itf170.CallMe (170); mrp.CanCastToCalled = false; I171 itf171 = (I171)o; if (!mrp.CanCastToCalled) return 171; total += itf171.CallMe (171); mrp.CanCastToCalled = false; itf171 = (I171)o; if (mrp.CanCastToCalled) return 171; total += itf171.CallMe (171); mrp.CanCastToCalled = false; I172 itf172 = (I172)o; if (!mrp.CanCastToCalled) return 172; total += itf172.CallMe (172); mrp.CanCastToCalled = false; itf172 = (I172)o; if (mrp.CanCastToCalled) return 172; total += itf172.CallMe (172); mrp.CanCastToCalled = false; I173 itf173 = (I173)o; if (!mrp.CanCastToCalled) return 173; total += itf173.CallMe (173); mrp.CanCastToCalled = false; itf173 = (I173)o; if (mrp.CanCastToCalled) return 173; total += itf173.CallMe (173); mrp.CanCastToCalled = false; I174 itf174 = (I174)o; if (!mrp.CanCastToCalled) return 174; total += itf174.CallMe (174); mrp.CanCastToCalled = false; itf174 = (I174)o; if (mrp.CanCastToCalled) return 174; total += itf174.CallMe (174); mrp.CanCastToCalled = false; I175 itf175 = (I175)o; if (!mrp.CanCastToCalled) return 175; total += itf175.CallMe (175); mrp.CanCastToCalled = false; itf175 = (I175)o; if (mrp.CanCastToCalled) return 175; total += itf175.CallMe (175); mrp.CanCastToCalled = false; I176 itf176 = (I176)o; if (!mrp.CanCastToCalled) return 176; total += itf176.CallMe (176); mrp.CanCastToCalled = false; itf176 = (I176)o; if (mrp.CanCastToCalled) return 176; total += itf176.CallMe (176); mrp.CanCastToCalled = false; I177 itf177 = (I177)o; if (!mrp.CanCastToCalled) return 177; total += itf177.CallMe (177); mrp.CanCastToCalled = false; itf177 = (I177)o; if (mrp.CanCastToCalled) return 177; total += itf177.CallMe (177); mrp.CanCastToCalled = false; I178 itf178 = (I178)o; if (!mrp.CanCastToCalled) return 178; total += itf178.CallMe (178); mrp.CanCastToCalled = false; itf178 = (I178)o; if (mrp.CanCastToCalled) return 178; total += itf178.CallMe (178); mrp.CanCastToCalled = false; I179 itf179 = (I179)o; if (!mrp.CanCastToCalled) return 179; total += itf179.CallMe (179); mrp.CanCastToCalled = false; itf179 = (I179)o; if (mrp.CanCastToCalled) return 179; total += itf179.CallMe (179); mrp.CanCastToCalled = false; I180 itf180 = (I180)o; if (!mrp.CanCastToCalled) return 180; total += itf180.CallMe (180); mrp.CanCastToCalled = false; itf180 = (I180)o; if (mrp.CanCastToCalled) return 180; total += itf180.CallMe (180); mrp.CanCastToCalled = false; I181 itf181 = (I181)o; if (!mrp.CanCastToCalled) return 181; total += itf181.CallMe (181); mrp.CanCastToCalled = false; itf181 = (I181)o; if (mrp.CanCastToCalled) return 181; total += itf181.CallMe (181); mrp.CanCastToCalled = false; I182 itf182 = (I182)o; if (!mrp.CanCastToCalled) return 182; total += itf182.CallMe (182); mrp.CanCastToCalled = false; itf182 = (I182)o; if (mrp.CanCastToCalled) return 182; total += itf182.CallMe (182); mrp.CanCastToCalled = false; I183 itf183 = (I183)o; if (!mrp.CanCastToCalled) return 183; total += itf183.CallMe (183); mrp.CanCastToCalled = false; itf183 = (I183)o; if (mrp.CanCastToCalled) return 183; total += itf183.CallMe (183); mrp.CanCastToCalled = false; I184 itf184 = (I184)o; if (!mrp.CanCastToCalled) return 184; total += itf184.CallMe (184); mrp.CanCastToCalled = false; itf184 = (I184)o; if (mrp.CanCastToCalled) return 184; total += itf184.CallMe (184); mrp.CanCastToCalled = false; I185 itf185 = (I185)o; if (!mrp.CanCastToCalled) return 185; total += itf185.CallMe (185); mrp.CanCastToCalled = false; itf185 = (I185)o; if (mrp.CanCastToCalled) return 185; total += itf185.CallMe (185); mrp.CanCastToCalled = false; I186 itf186 = (I186)o; if (!mrp.CanCastToCalled) return 186; total += itf186.CallMe (186); mrp.CanCastToCalled = false; itf186 = (I186)o; if (mrp.CanCastToCalled) return 186; total += itf186.CallMe (186); mrp.CanCastToCalled = false; I187 itf187 = (I187)o; if (!mrp.CanCastToCalled) return 187; total += itf187.CallMe (187); mrp.CanCastToCalled = false; itf187 = (I187)o; if (mrp.CanCastToCalled) return 187; total += itf187.CallMe (187); mrp.CanCastToCalled = false; I188 itf188 = (I188)o; if (!mrp.CanCastToCalled) return 188; total += itf188.CallMe (188); mrp.CanCastToCalled = false; itf188 = (I188)o; if (mrp.CanCastToCalled) return 188; total += itf188.CallMe (188); mrp.CanCastToCalled = false; I189 itf189 = (I189)o; if (!mrp.CanCastToCalled) return 189; total += itf189.CallMe (189); mrp.CanCastToCalled = false; itf189 = (I189)o; if (mrp.CanCastToCalled) return 189; total += itf189.CallMe (189); mrp.CanCastToCalled = false; I190 itf190 = (I190)o; if (!mrp.CanCastToCalled) return 190; total += itf190.CallMe (190); mrp.CanCastToCalled = false; itf190 = (I190)o; if (mrp.CanCastToCalled) return 190; total += itf190.CallMe (190); mrp.CanCastToCalled = false; I191 itf191 = (I191)o; if (!mrp.CanCastToCalled) return 191; total += itf191.CallMe (191); mrp.CanCastToCalled = false; itf191 = (I191)o; if (mrp.CanCastToCalled) return 191; total += itf191.CallMe (191); mrp.CanCastToCalled = false; I192 itf192 = (I192)o; if (!mrp.CanCastToCalled) return 192; total += itf192.CallMe (192); mrp.CanCastToCalled = false; itf192 = (I192)o; if (mrp.CanCastToCalled) return 192; total += itf192.CallMe (192); mrp.CanCastToCalled = false; I193 itf193 = (I193)o; if (!mrp.CanCastToCalled) return 193; total += itf193.CallMe (193); mrp.CanCastToCalled = false; itf193 = (I193)o; if (mrp.CanCastToCalled) return 193; total += itf193.CallMe (193); mrp.CanCastToCalled = false; I194 itf194 = (I194)o; if (!mrp.CanCastToCalled) return 194; total += itf194.CallMe (194); mrp.CanCastToCalled = false; itf194 = (I194)o; if (mrp.CanCastToCalled) return 194; total += itf194.CallMe (194); mrp.CanCastToCalled = false; I195 itf195 = (I195)o; if (!mrp.CanCastToCalled) return 195; total += itf195.CallMe (195); mrp.CanCastToCalled = false; itf195 = (I195)o; if (mrp.CanCastToCalled) return 195; total += itf195.CallMe (195); mrp.CanCastToCalled = false; I196 itf196 = (I196)o; if (!mrp.CanCastToCalled) return 196; total += itf196.CallMe (196); mrp.CanCastToCalled = false; itf196 = (I196)o; if (mrp.CanCastToCalled) return 196; total += itf196.CallMe (196); mrp.CanCastToCalled = false; I197 itf197 = (I197)o; if (!mrp.CanCastToCalled) return 197; total += itf197.CallMe (197); mrp.CanCastToCalled = false; itf197 = (I197)o; if (mrp.CanCastToCalled) return 197; total += itf197.CallMe (197); mrp.CanCastToCalled = false; I198 itf198 = (I198)o; if (!mrp.CanCastToCalled) return 198; total += itf198.CallMe (198); mrp.CanCastToCalled = false; itf198 = (I198)o; if (mrp.CanCastToCalled) return 198; total += itf198.CallMe (198); mrp.CanCastToCalled = false; I199 itf199 = (I199)o; if (!mrp.CanCastToCalled) return 199; total += itf199.CallMe (199); mrp.CanCastToCalled = false; itf199 = (I199)o; if (mrp.CanCastToCalled) return 199; total += itf199.CallMe (199); mrp.CanCastToCalled = false; I200 itf200 = (I200)o; if (!mrp.CanCastToCalled) return 200; total += itf200.CallMe (200); mrp.CanCastToCalled = false; itf200 = (I200)o; if (mrp.CanCastToCalled) return 200; total += itf200.CallMe (200); mrp.CanCastToCalled = false; I201 itf201 = (I201)o; if (!mrp.CanCastToCalled) return 201; total += itf201.CallMe (201); mrp.CanCastToCalled = false; itf201 = (I201)o; if (mrp.CanCastToCalled) return 201; total += itf201.CallMe (201); mrp.CanCastToCalled = false; I202 itf202 = (I202)o; if (!mrp.CanCastToCalled) return 202; total += itf202.CallMe (202); mrp.CanCastToCalled = false; itf202 = (I202)o; if (mrp.CanCastToCalled) return 202; total += itf202.CallMe (202); mrp.CanCastToCalled = false; I203 itf203 = (I203)o; if (!mrp.CanCastToCalled) return 203; total += itf203.CallMe (203); mrp.CanCastToCalled = false; itf203 = (I203)o; if (mrp.CanCastToCalled) return 203; total += itf203.CallMe (203); mrp.CanCastToCalled = false; I204 itf204 = (I204)o; if (!mrp.CanCastToCalled) return 204; total += itf204.CallMe (204); mrp.CanCastToCalled = false; itf204 = (I204)o; if (mrp.CanCastToCalled) return 204; total += itf204.CallMe (204); mrp.CanCastToCalled = false; I205 itf205 = (I205)o; if (!mrp.CanCastToCalled) return 205; total += itf205.CallMe (205); mrp.CanCastToCalled = false; itf205 = (I205)o; if (mrp.CanCastToCalled) return 205; total += itf205.CallMe (205); mrp.CanCastToCalled = false; I206 itf206 = (I206)o; if (!mrp.CanCastToCalled) return 206; total += itf206.CallMe (206); mrp.CanCastToCalled = false; itf206 = (I206)o; if (mrp.CanCastToCalled) return 206; total += itf206.CallMe (206); mrp.CanCastToCalled = false; I207 itf207 = (I207)o; if (!mrp.CanCastToCalled) return 207; total += itf207.CallMe (207); mrp.CanCastToCalled = false; itf207 = (I207)o; if (mrp.CanCastToCalled) return 207; total += itf207.CallMe (207); mrp.CanCastToCalled = false; I208 itf208 = (I208)o; if (!mrp.CanCastToCalled) return 208; total += itf208.CallMe (208); mrp.CanCastToCalled = false; itf208 = (I208)o; if (mrp.CanCastToCalled) return 208; total += itf208.CallMe (208); mrp.CanCastToCalled = false; I209 itf209 = (I209)o; if (!mrp.CanCastToCalled) return 209; total += itf209.CallMe (209); mrp.CanCastToCalled = false; itf209 = (I209)o; if (mrp.CanCastToCalled) return 209; total += itf209.CallMe (209); mrp.CanCastToCalled = false; I210 itf210 = (I210)o; if (!mrp.CanCastToCalled) return 210; total += itf210.CallMe (210); mrp.CanCastToCalled = false; itf210 = (I210)o; if (mrp.CanCastToCalled) return 210; total += itf210.CallMe (210); mrp.CanCastToCalled = false; I211 itf211 = (I211)o; if (!mrp.CanCastToCalled) return 211; total += itf211.CallMe (211); mrp.CanCastToCalled = false; itf211 = (I211)o; if (mrp.CanCastToCalled) return 211; total += itf211.CallMe (211); mrp.CanCastToCalled = false; I212 itf212 = (I212)o; if (!mrp.CanCastToCalled) return 212; total += itf212.CallMe (212); mrp.CanCastToCalled = false; itf212 = (I212)o; if (mrp.CanCastToCalled) return 212; total += itf212.CallMe (212); mrp.CanCastToCalled = false; I213 itf213 = (I213)o; if (!mrp.CanCastToCalled) return 213; total += itf213.CallMe (213); mrp.CanCastToCalled = false; itf213 = (I213)o; if (mrp.CanCastToCalled) return 213; total += itf213.CallMe (213); mrp.CanCastToCalled = false; I214 itf214 = (I214)o; if (!mrp.CanCastToCalled) return 214; total += itf214.CallMe (214); mrp.CanCastToCalled = false; itf214 = (I214)o; if (mrp.CanCastToCalled) return 214; total += itf214.CallMe (214); mrp.CanCastToCalled = false; I215 itf215 = (I215)o; if (!mrp.CanCastToCalled) return 215; total += itf215.CallMe (215); mrp.CanCastToCalled = false; itf215 = (I215)o; if (mrp.CanCastToCalled) return 215; total += itf215.CallMe (215); mrp.CanCastToCalled = false; I216 itf216 = (I216)o; if (!mrp.CanCastToCalled) return 216; total += itf216.CallMe (216); mrp.CanCastToCalled = false; itf216 = (I216)o; if (mrp.CanCastToCalled) return 216; total += itf216.CallMe (216); mrp.CanCastToCalled = false; I217 itf217 = (I217)o; if (!mrp.CanCastToCalled) return 217; total += itf217.CallMe (217); mrp.CanCastToCalled = false; itf217 = (I217)o; if (mrp.CanCastToCalled) return 217; total += itf217.CallMe (217); mrp.CanCastToCalled = false; I218 itf218 = (I218)o; if (!mrp.CanCastToCalled) return 218; total += itf218.CallMe (218); mrp.CanCastToCalled = false; itf218 = (I218)o; if (mrp.CanCastToCalled) return 218; total += itf218.CallMe (218); mrp.CanCastToCalled = false; I219 itf219 = (I219)o; if (!mrp.CanCastToCalled) return 219; total += itf219.CallMe (219); mrp.CanCastToCalled = false; itf219 = (I219)o; if (mrp.CanCastToCalled) return 219; total += itf219.CallMe (219); mrp.CanCastToCalled = false; I220 itf220 = (I220)o; if (!mrp.CanCastToCalled) return 220; total += itf220.CallMe (220); mrp.CanCastToCalled = false; itf220 = (I220)o; if (mrp.CanCastToCalled) return 220; total += itf220.CallMe (220); mrp.CanCastToCalled = false; I221 itf221 = (I221)o; if (!mrp.CanCastToCalled) return 221; total += itf221.CallMe (221); mrp.CanCastToCalled = false; itf221 = (I221)o; if (mrp.CanCastToCalled) return 221; total += itf221.CallMe (221); mrp.CanCastToCalled = false; I222 itf222 = (I222)o; if (!mrp.CanCastToCalled) return 222; total += itf222.CallMe (222); mrp.CanCastToCalled = false; itf222 = (I222)o; if (mrp.CanCastToCalled) return 222; total += itf222.CallMe (222); mrp.CanCastToCalled = false; I223 itf223 = (I223)o; if (!mrp.CanCastToCalled) return 223; total += itf223.CallMe (223); mrp.CanCastToCalled = false; itf223 = (I223)o; if (mrp.CanCastToCalled) return 223; total += itf223.CallMe (223); mrp.CanCastToCalled = false; I224 itf224 = (I224)o; if (!mrp.CanCastToCalled) return 224; total += itf224.CallMe (224); mrp.CanCastToCalled = false; itf224 = (I224)o; if (mrp.CanCastToCalled) return 224; total += itf224.CallMe (224); mrp.CanCastToCalled = false; I225 itf225 = (I225)o; if (!mrp.CanCastToCalled) return 225; total += itf225.CallMe (225); mrp.CanCastToCalled = false; itf225 = (I225)o; if (mrp.CanCastToCalled) return 225; total += itf225.CallMe (225); mrp.CanCastToCalled = false; I226 itf226 = (I226)o; if (!mrp.CanCastToCalled) return 226; total += itf226.CallMe (226); mrp.CanCastToCalled = false; itf226 = (I226)o; if (mrp.CanCastToCalled) return 226; total += itf226.CallMe (226); mrp.CanCastToCalled = false; I227 itf227 = (I227)o; if (!mrp.CanCastToCalled) return 227; total += itf227.CallMe (227); mrp.CanCastToCalled = false; itf227 = (I227)o; if (mrp.CanCastToCalled) return 227; total += itf227.CallMe (227); mrp.CanCastToCalled = false; I228 itf228 = (I228)o; if (!mrp.CanCastToCalled) return 228; total += itf228.CallMe (228); mrp.CanCastToCalled = false; itf228 = (I228)o; if (mrp.CanCastToCalled) return 228; total += itf228.CallMe (228); mrp.CanCastToCalled = false; I229 itf229 = (I229)o; if (!mrp.CanCastToCalled) return 229; total += itf229.CallMe (229); mrp.CanCastToCalled = false; itf229 = (I229)o; if (mrp.CanCastToCalled) return 229; total += itf229.CallMe (229); mrp.CanCastToCalled = false; I230 itf230 = (I230)o; if (!mrp.CanCastToCalled) return 230; total += itf230.CallMe (230); mrp.CanCastToCalled = false; itf230 = (I230)o; if (mrp.CanCastToCalled) return 230; total += itf230.CallMe (230); mrp.CanCastToCalled = false; I231 itf231 = (I231)o; if (!mrp.CanCastToCalled) return 231; total += itf231.CallMe (231); mrp.CanCastToCalled = false; itf231 = (I231)o; if (mrp.CanCastToCalled) return 231; total += itf231.CallMe (231); mrp.CanCastToCalled = false; I232 itf232 = (I232)o; if (!mrp.CanCastToCalled) return 232; total += itf232.CallMe (232); mrp.CanCastToCalled = false; itf232 = (I232)o; if (mrp.CanCastToCalled) return 232; total += itf232.CallMe (232); mrp.CanCastToCalled = false; I233 itf233 = (I233)o; if (!mrp.CanCastToCalled) return 233; total += itf233.CallMe (233); mrp.CanCastToCalled = false; itf233 = (I233)o; if (mrp.CanCastToCalled) return 233; total += itf233.CallMe (233); mrp.CanCastToCalled = false; I234 itf234 = (I234)o; if (!mrp.CanCastToCalled) return 234; total += itf234.CallMe (234); mrp.CanCastToCalled = false; itf234 = (I234)o; if (mrp.CanCastToCalled) return 234; total += itf234.CallMe (234); mrp.CanCastToCalled = false; I235 itf235 = (I235)o; if (!mrp.CanCastToCalled) return 235; total += itf235.CallMe (235); mrp.CanCastToCalled = false; itf235 = (I235)o; if (mrp.CanCastToCalled) return 235; total += itf235.CallMe (235); mrp.CanCastToCalled = false; I236 itf236 = (I236)o; if (!mrp.CanCastToCalled) return 236; total += itf236.CallMe (236); mrp.CanCastToCalled = false; itf236 = (I236)o; if (mrp.CanCastToCalled) return 236; total += itf236.CallMe (236); mrp.CanCastToCalled = false; I237 itf237 = (I237)o; if (!mrp.CanCastToCalled) return 237; total += itf237.CallMe (237); mrp.CanCastToCalled = false; itf237 = (I237)o; if (mrp.CanCastToCalled) return 237; total += itf237.CallMe (237); mrp.CanCastToCalled = false; I238 itf238 = (I238)o; if (!mrp.CanCastToCalled) return 238; total += itf238.CallMe (238); mrp.CanCastToCalled = false; itf238 = (I238)o; if (mrp.CanCastToCalled) return 238; total += itf238.CallMe (238); mrp.CanCastToCalled = false; I239 itf239 = (I239)o; if (!mrp.CanCastToCalled) return 239; total += itf239.CallMe (239); mrp.CanCastToCalled = false; itf239 = (I239)o; if (mrp.CanCastToCalled) return 239; total += itf239.CallMe (239); mrp.CanCastToCalled = false; I240 itf240 = (I240)o; if (!mrp.CanCastToCalled) return 240; total += itf240.CallMe (240); mrp.CanCastToCalled = false; itf240 = (I240)o; if (mrp.CanCastToCalled) return 240; total += itf240.CallMe (240); mrp.CanCastToCalled = false; I241 itf241 = (I241)o; if (!mrp.CanCastToCalled) return 241; total += itf241.CallMe (241); mrp.CanCastToCalled = false; itf241 = (I241)o; if (mrp.CanCastToCalled) return 241; total += itf241.CallMe (241); mrp.CanCastToCalled = false; I242 itf242 = (I242)o; if (!mrp.CanCastToCalled) return 242; total += itf242.CallMe (242); mrp.CanCastToCalled = false; itf242 = (I242)o; if (mrp.CanCastToCalled) return 242; total += itf242.CallMe (242); mrp.CanCastToCalled = false; I243 itf243 = (I243)o; if (!mrp.CanCastToCalled) return 243; total += itf243.CallMe (243); mrp.CanCastToCalled = false; itf243 = (I243)o; if (mrp.CanCastToCalled) return 243; total += itf243.CallMe (243); mrp.CanCastToCalled = false; I244 itf244 = (I244)o; if (!mrp.CanCastToCalled) return 244; total += itf244.CallMe (244); mrp.CanCastToCalled = false; itf244 = (I244)o; if (mrp.CanCastToCalled) return 244; total += itf244.CallMe (244); mrp.CanCastToCalled = false; I245 itf245 = (I245)o; if (!mrp.CanCastToCalled) return 245; total += itf245.CallMe (245); mrp.CanCastToCalled = false; itf245 = (I245)o; if (mrp.CanCastToCalled) return 245; total += itf245.CallMe (245); mrp.CanCastToCalled = false; I246 itf246 = (I246)o; if (!mrp.CanCastToCalled) return 246; total += itf246.CallMe (246); mrp.CanCastToCalled = false; itf246 = (I246)o; if (mrp.CanCastToCalled) return 246; total += itf246.CallMe (246); mrp.CanCastToCalled = false; I247 itf247 = (I247)o; if (!mrp.CanCastToCalled) return 247; total += itf247.CallMe (247); mrp.CanCastToCalled = false; itf247 = (I247)o; if (mrp.CanCastToCalled) return 247; total += itf247.CallMe (247); mrp.CanCastToCalled = false; I248 itf248 = (I248)o; if (!mrp.CanCastToCalled) return 248; total += itf248.CallMe (248); mrp.CanCastToCalled = false; itf248 = (I248)o; if (mrp.CanCastToCalled) return 248; total += itf248.CallMe (248); mrp.CanCastToCalled = false; I249 itf249 = (I249)o; if (!mrp.CanCastToCalled) return 249; total += itf249.CallMe (249); mrp.CanCastToCalled = false; itf249 = (I249)o; if (mrp.CanCastToCalled) return 249; total += itf249.CallMe (249); mrp.CanCastToCalled = false; I250 itf250 = (I250)o; if (!mrp.CanCastToCalled) return 250; total += itf250.CallMe (250); mrp.CanCastToCalled = false; itf250 = (I250)o; if (mrp.CanCastToCalled) return 250; total += itf250.CallMe (250); mrp.CanCastToCalled = false; I251 itf251 = (I251)o; if (!mrp.CanCastToCalled) return 251; total += itf251.CallMe (251); mrp.CanCastToCalled = false; itf251 = (I251)o; if (mrp.CanCastToCalled) return 251; total += itf251.CallMe (251); mrp.CanCastToCalled = false; I252 itf252 = (I252)o; if (!mrp.CanCastToCalled) return 252; total += itf252.CallMe (252); mrp.CanCastToCalled = false; itf252 = (I252)o; if (mrp.CanCastToCalled) return 252; total += itf252.CallMe (252); mrp.CanCastToCalled = false; I253 itf253 = (I253)o; if (!mrp.CanCastToCalled) return 253; total += itf253.CallMe (253); mrp.CanCastToCalled = false; itf253 = (I253)o; if (mrp.CanCastToCalled) return 253; total += itf253.CallMe (253); mrp.CanCastToCalled = false; I254 itf254 = (I254)o; if (!mrp.CanCastToCalled) return 254; total += itf254.CallMe (254); mrp.CanCastToCalled = false; itf254 = (I254)o; if (mrp.CanCastToCalled) return 254; total += itf254.CallMe (254); mrp.CanCastToCalled = false; I255 itf255 = (I255)o; if (!mrp.CanCastToCalled) return 255; total += itf255.CallMe (255); mrp.CanCastToCalled = false; itf255 = (I255)o; if (mrp.CanCastToCalled) return 255; total += itf255.CallMe (255); mrp.CanCastToCalled = false; I256 itf256 = (I256)o; if (!mrp.CanCastToCalled) return 256; total += itf256.CallMe (256); mrp.CanCastToCalled = false; itf256 = (I256)o; if (mrp.CanCastToCalled) return 256; total += itf256.CallMe (256); mrp.CanCastToCalled = false; I257 itf257 = (I257)o; if (!mrp.CanCastToCalled) return 257; total += itf257.CallMe (257); mrp.CanCastToCalled = false; itf257 = (I257)o; if (mrp.CanCastToCalled) return 257; total += itf257.CallMe (257); mrp.CanCastToCalled = false; I258 itf258 = (I258)o; if (!mrp.CanCastToCalled) return 258; total += itf258.CallMe (258); mrp.CanCastToCalled = false; itf258 = (I258)o; if (mrp.CanCastToCalled) return 258; total += itf258.CallMe (258); mrp.CanCastToCalled = false; I259 itf259 = (I259)o; if (!mrp.CanCastToCalled) return 259; total += itf259.CallMe (259); mrp.CanCastToCalled = false; itf259 = (I259)o; if (mrp.CanCastToCalled) return 259; total += itf259.CallMe (259); mrp.CanCastToCalled = false; I260 itf260 = (I260)o; if (!mrp.CanCastToCalled) return 260; total += itf260.CallMe (260); mrp.CanCastToCalled = false; itf260 = (I260)o; if (mrp.CanCastToCalled) return 260; total += itf260.CallMe (260); mrp.CanCastToCalled = false; I261 itf261 = (I261)o; if (!mrp.CanCastToCalled) return 261; total += itf261.CallMe (261); mrp.CanCastToCalled = false; itf261 = (I261)o; if (mrp.CanCastToCalled) return 261; total += itf261.CallMe (261); mrp.CanCastToCalled = false; I262 itf262 = (I262)o; if (!mrp.CanCastToCalled) return 262; total += itf262.CallMe (262); mrp.CanCastToCalled = false; itf262 = (I262)o; if (mrp.CanCastToCalled) return 262; total += itf262.CallMe (262); mrp.CanCastToCalled = false; I263 itf263 = (I263)o; if (!mrp.CanCastToCalled) return 263; total += itf263.CallMe (263); mrp.CanCastToCalled = false; itf263 = (I263)o; if (mrp.CanCastToCalled) return 263; total += itf263.CallMe (263); mrp.CanCastToCalled = false; I264 itf264 = (I264)o; if (!mrp.CanCastToCalled) return 264; total += itf264.CallMe (264); mrp.CanCastToCalled = false; itf264 = (I264)o; if (mrp.CanCastToCalled) return 264; total += itf264.CallMe (264); mrp.CanCastToCalled = false; I265 itf265 = (I265)o; if (!mrp.CanCastToCalled) return 265; total += itf265.CallMe (265); mrp.CanCastToCalled = false; itf265 = (I265)o; if (mrp.CanCastToCalled) return 265; total += itf265.CallMe (265); mrp.CanCastToCalled = false; I266 itf266 = (I266)o; if (!mrp.CanCastToCalled) return 266; total += itf266.CallMe (266); mrp.CanCastToCalled = false; itf266 = (I266)o; if (mrp.CanCastToCalled) return 266; total += itf266.CallMe (266); mrp.CanCastToCalled = false; I267 itf267 = (I267)o; if (!mrp.CanCastToCalled) return 267; total += itf267.CallMe (267); mrp.CanCastToCalled = false; itf267 = (I267)o; if (mrp.CanCastToCalled) return 267; total += itf267.CallMe (267); mrp.CanCastToCalled = false; I268 itf268 = (I268)o; if (!mrp.CanCastToCalled) return 268; total += itf268.CallMe (268); mrp.CanCastToCalled = false; itf268 = (I268)o; if (mrp.CanCastToCalled) return 268; total += itf268.CallMe (268); mrp.CanCastToCalled = false; I269 itf269 = (I269)o; if (!mrp.CanCastToCalled) return 269; total += itf269.CallMe (269); mrp.CanCastToCalled = false; itf269 = (I269)o; if (mrp.CanCastToCalled) return 269; total += itf269.CallMe (269); mrp.CanCastToCalled = false; I270 itf270 = (I270)o; if (!mrp.CanCastToCalled) return 270; total += itf270.CallMe (270); mrp.CanCastToCalled = false; itf270 = (I270)o; if (mrp.CanCastToCalled) return 270; total += itf270.CallMe (270); mrp.CanCastToCalled = false; I271 itf271 = (I271)o; if (!mrp.CanCastToCalled) return 271; total += itf271.CallMe (271); mrp.CanCastToCalled = false; itf271 = (I271)o; if (mrp.CanCastToCalled) return 271; total += itf271.CallMe (271); mrp.CanCastToCalled = false; I272 itf272 = (I272)o; if (!mrp.CanCastToCalled) return 272; total += itf272.CallMe (272); mrp.CanCastToCalled = false; itf272 = (I272)o; if (mrp.CanCastToCalled) return 272; total += itf272.CallMe (272); mrp.CanCastToCalled = false; I273 itf273 = (I273)o; if (!mrp.CanCastToCalled) return 273; total += itf273.CallMe (273); mrp.CanCastToCalled = false; itf273 = (I273)o; if (mrp.CanCastToCalled) return 273; total += itf273.CallMe (273); mrp.CanCastToCalled = false; I274 itf274 = (I274)o; if (!mrp.CanCastToCalled) return 274; total += itf274.CallMe (274); mrp.CanCastToCalled = false; itf274 = (I274)o; if (mrp.CanCastToCalled) return 274; total += itf274.CallMe (274); mrp.CanCastToCalled = false; I275 itf275 = (I275)o; if (!mrp.CanCastToCalled) return 275; total += itf275.CallMe (275); mrp.CanCastToCalled = false; itf275 = (I275)o; if (mrp.CanCastToCalled) return 275; total += itf275.CallMe (275); mrp.CanCastToCalled = false; I276 itf276 = (I276)o; if (!mrp.CanCastToCalled) return 276; total += itf276.CallMe (276); mrp.CanCastToCalled = false; itf276 = (I276)o; if (mrp.CanCastToCalled) return 276; total += itf276.CallMe (276); mrp.CanCastToCalled = false; I277 itf277 = (I277)o; if (!mrp.CanCastToCalled) return 277; total += itf277.CallMe (277); mrp.CanCastToCalled = false; itf277 = (I277)o; if (mrp.CanCastToCalled) return 277; total += itf277.CallMe (277); mrp.CanCastToCalled = false; I278 itf278 = (I278)o; if (!mrp.CanCastToCalled) return 278; total += itf278.CallMe (278); mrp.CanCastToCalled = false; itf278 = (I278)o; if (mrp.CanCastToCalled) return 278; total += itf278.CallMe (278); mrp.CanCastToCalled = false; I279 itf279 = (I279)o; if (!mrp.CanCastToCalled) return 279; total += itf279.CallMe (279); mrp.CanCastToCalled = false; itf279 = (I279)o; if (mrp.CanCastToCalled) return 279; total += itf279.CallMe (279); mrp.CanCastToCalled = false; I280 itf280 = (I280)o; if (!mrp.CanCastToCalled) return 280; total += itf280.CallMe (280); mrp.CanCastToCalled = false; itf280 = (I280)o; if (mrp.CanCastToCalled) return 280; total += itf280.CallMe (280); mrp.CanCastToCalled = false; I281 itf281 = (I281)o; if (!mrp.CanCastToCalled) return 281; total += itf281.CallMe (281); mrp.CanCastToCalled = false; itf281 = (I281)o; if (mrp.CanCastToCalled) return 281; total += itf281.CallMe (281); mrp.CanCastToCalled = false; I282 itf282 = (I282)o; if (!mrp.CanCastToCalled) return 282; total += itf282.CallMe (282); mrp.CanCastToCalled = false; itf282 = (I282)o; if (mrp.CanCastToCalled) return 282; total += itf282.CallMe (282); mrp.CanCastToCalled = false; I283 itf283 = (I283)o; if (!mrp.CanCastToCalled) return 283; total += itf283.CallMe (283); mrp.CanCastToCalled = false; itf283 = (I283)o; if (mrp.CanCastToCalled) return 283; total += itf283.CallMe (283); mrp.CanCastToCalled = false; I284 itf284 = (I284)o; if (!mrp.CanCastToCalled) return 284; total += itf284.CallMe (284); mrp.CanCastToCalled = false; itf284 = (I284)o; if (mrp.CanCastToCalled) return 284; total += itf284.CallMe (284); mrp.CanCastToCalled = false; I285 itf285 = (I285)o; if (!mrp.CanCastToCalled) return 285; total += itf285.CallMe (285); mrp.CanCastToCalled = false; itf285 = (I285)o; if (mrp.CanCastToCalled) return 285; total += itf285.CallMe (285); mrp.CanCastToCalled = false; I286 itf286 = (I286)o; if (!mrp.CanCastToCalled) return 286; total += itf286.CallMe (286); mrp.CanCastToCalled = false; itf286 = (I286)o; if (mrp.CanCastToCalled) return 286; total += itf286.CallMe (286); mrp.CanCastToCalled = false; I287 itf287 = (I287)o; if (!mrp.CanCastToCalled) return 287; total += itf287.CallMe (287); mrp.CanCastToCalled = false; itf287 = (I287)o; if (mrp.CanCastToCalled) return 287; total += itf287.CallMe (287); mrp.CanCastToCalled = false; I288 itf288 = (I288)o; if (!mrp.CanCastToCalled) return 288; total += itf288.CallMe (288); mrp.CanCastToCalled = false; itf288 = (I288)o; if (mrp.CanCastToCalled) return 288; total += itf288.CallMe (288); mrp.CanCastToCalled = false; I289 itf289 = (I289)o; if (!mrp.CanCastToCalled) return 289; total += itf289.CallMe (289); mrp.CanCastToCalled = false; itf289 = (I289)o; if (mrp.CanCastToCalled) return 289; total += itf289.CallMe (289); mrp.CanCastToCalled = false; I290 itf290 = (I290)o; if (!mrp.CanCastToCalled) return 290; total += itf290.CallMe (290); mrp.CanCastToCalled = false; itf290 = (I290)o; if (mrp.CanCastToCalled) return 290; total += itf290.CallMe (290); mrp.CanCastToCalled = false; I291 itf291 = (I291)o; if (!mrp.CanCastToCalled) return 291; total += itf291.CallMe (291); mrp.CanCastToCalled = false; itf291 = (I291)o; if (mrp.CanCastToCalled) return 291; total += itf291.CallMe (291); mrp.CanCastToCalled = false; I292 itf292 = (I292)o; if (!mrp.CanCastToCalled) return 292; total += itf292.CallMe (292); mrp.CanCastToCalled = false; itf292 = (I292)o; if (mrp.CanCastToCalled) return 292; total += itf292.CallMe (292); mrp.CanCastToCalled = false; I293 itf293 = (I293)o; if (!mrp.CanCastToCalled) return 293; total += itf293.CallMe (293); mrp.CanCastToCalled = false; itf293 = (I293)o; if (mrp.CanCastToCalled) return 293; total += itf293.CallMe (293); mrp.CanCastToCalled = false; I294 itf294 = (I294)o; if (!mrp.CanCastToCalled) return 294; total += itf294.CallMe (294); mrp.CanCastToCalled = false; itf294 = (I294)o; if (mrp.CanCastToCalled) return 294; total += itf294.CallMe (294); mrp.CanCastToCalled = false; I295 itf295 = (I295)o; if (!mrp.CanCastToCalled) return 295; total += itf295.CallMe (295); mrp.CanCastToCalled = false; itf295 = (I295)o; if (mrp.CanCastToCalled) return 295; total += itf295.CallMe (295); mrp.CanCastToCalled = false; I296 itf296 = (I296)o; if (!mrp.CanCastToCalled) return 296; total += itf296.CallMe (296); mrp.CanCastToCalled = false; itf296 = (I296)o; if (mrp.CanCastToCalled) return 296; total += itf296.CallMe (296); mrp.CanCastToCalled = false; I297 itf297 = (I297)o; if (!mrp.CanCastToCalled) return 297; total += itf297.CallMe (297); mrp.CanCastToCalled = false; itf297 = (I297)o; if (mrp.CanCastToCalled) return 297; total += itf297.CallMe (297); mrp.CanCastToCalled = false; I298 itf298 = (I298)o; if (!mrp.CanCastToCalled) return 298; total += itf298.CallMe (298); mrp.CanCastToCalled = false; itf298 = (I298)o; if (mrp.CanCastToCalled) return 298; total += itf298.CallMe (298); mrp.CanCastToCalled = false; I299 itf299 = (I299)o; if (!mrp.CanCastToCalled) return 299; total += itf299.CallMe (299); mrp.CanCastToCalled = false; itf299 = (I299)o; if (mrp.CanCastToCalled) return 299; total += itf299.CallMe (299); mrp.CanCastToCalled = false; I300 itf300 = (I300)o; if (!mrp.CanCastToCalled) return 300; total += itf300.CallMe (300); mrp.CanCastToCalled = false; itf300 = (I300)o; if (mrp.CanCastToCalled) return 300; total += itf300.CallMe (300); Console.WriteLine ("finished"); return 0; } } class MyRealProxy : RealProxy, IRemotingTypeInfo { MBRO mbro; bool can_cast_to_called = false; public MyRealProxy (MBRO mbro) : base (typeof (MBRO)) { this.mbro = mbro; } public override System.Runtime.Remoting.Messaging.IMessage Invoke (System.Runtime.Remoting.Messaging.IMessage msg) { IMethodCallMessage call = (IMethodCallMessage)msg; return new ReturnMessage (mbro.CallMe ((int)call.Args[0]), null, 0, null, call); } public bool CanCastTo (Type fromType, object o) { can_cast_to_called = true; return true; } public string TypeName { get { return ""; } set { throw new Exception ("Should not be called"); } } public bool CanCastToCalled { get { return can_cast_to_called; } set { can_cast_to_called = value; } } } class MBRO : MarshalByRefObject { public int CallMe (int a) { return a; } } interface I1 { int CallMe (int a); } interface I2 { int CallMe (int a); } interface I3 { int CallMe (int a); } interface I4 { int CallMe (int a); } interface I5 { int CallMe (int a); } interface I6 { int CallMe (int a); } interface I7 { int CallMe (int a); } interface I8 { int CallMe (int a); } interface I9 { int CallMe (int a); } interface I10 { int CallMe (int a); } interface I11 { int CallMe (int a); } interface I12 { int CallMe (int a); } interface I13 { int CallMe (int a); } interface I14 { int CallMe (int a); } interface I15 { int CallMe (int a); } interface I16 { int CallMe (int a); } interface I17 { int CallMe (int a); } interface I18 { int CallMe (int a); } interface I19 { int CallMe (int a); } interface I20 { int CallMe (int a); } interface I21 { int CallMe (int a); } interface I22 { int CallMe (int a); } interface I23 { int CallMe (int a); } interface I24 { int CallMe (int a); } interface I25 { int CallMe (int a); } interface I26 { int CallMe (int a); } interface I27 { int CallMe (int a); } interface I28 { int CallMe (int a); } interface I29 { int CallMe (int a); } interface I30 { int CallMe (int a); } interface I31 { int CallMe (int a); } interface I32 { int CallMe (int a); } interface I33 { int CallMe (int a); } interface I34 { int CallMe (int a); } interface I35 { int CallMe (int a); } interface I36 { int CallMe (int a); } interface I37 { int CallMe (int a); } interface I38 { int CallMe (int a); } interface I39 { int CallMe (int a); } interface I40 { int CallMe (int a); } interface I41 { int CallMe (int a); } interface I42 { int CallMe (int a); } interface I43 { int CallMe (int a); } interface I44 { int CallMe (int a); } interface I45 { int CallMe (int a); } interface I46 { int CallMe (int a); } interface I47 { int CallMe (int a); } interface I48 { int CallMe (int a); } interface I49 { int CallMe (int a); } interface I50 { int CallMe (int a); } interface I51 { int CallMe (int a); } interface I52 { int CallMe (int a); } interface I53 { int CallMe (int a); } interface I54 { int CallMe (int a); } interface I55 { int CallMe (int a); } interface I56 { int CallMe (int a); } interface I57 { int CallMe (int a); } interface I58 { int CallMe (int a); } interface I59 { int CallMe (int a); } interface I60 { int CallMe (int a); } interface I61 { int CallMe (int a); } interface I62 { int CallMe (int a); } interface I63 { int CallMe (int a); } interface I64 { int CallMe (int a); } interface I65 { int CallMe (int a); } interface I66 { int CallMe (int a); } interface I67 { int CallMe (int a); } interface I68 { int CallMe (int a); } interface I69 { int CallMe (int a); } interface I70 { int CallMe (int a); } interface I71 { int CallMe (int a); } interface I72 { int CallMe (int a); } interface I73 { int CallMe (int a); } interface I74 { int CallMe (int a); } interface I75 { int CallMe (int a); } interface I76 { int CallMe (int a); } interface I77 { int CallMe (int a); } interface I78 { int CallMe (int a); } interface I79 { int CallMe (int a); } interface I80 { int CallMe (int a); } interface I81 { int CallMe (int a); } interface I82 { int CallMe (int a); } interface I83 { int CallMe (int a); } interface I84 { int CallMe (int a); } interface I85 { int CallMe (int a); } interface I86 { int CallMe (int a); } interface I87 { int CallMe (int a); } interface I88 { int CallMe (int a); } interface I89 { int CallMe (int a); } interface I90 { int CallMe (int a); } interface I91 { int CallMe (int a); } interface I92 { int CallMe (int a); } interface I93 { int CallMe (int a); } interface I94 { int CallMe (int a); } interface I95 { int CallMe (int a); } interface I96 { int CallMe (int a); } interface I97 { int CallMe (int a); } interface I98 { int CallMe (int a); } interface I99 { int CallMe (int a); } interface I100 { int CallMe (int a); } interface I101 { int CallMe (int a); } interface I102 { int CallMe (int a); } interface I103 { int CallMe (int a); } interface I104 { int CallMe (int a); } interface I105 { int CallMe (int a); } interface I106 { int CallMe (int a); } interface I107 { int CallMe (int a); } interface I108 { int CallMe (int a); } interface I109 { int CallMe (int a); } interface I110 { int CallMe (int a); } interface I111 { int CallMe (int a); } interface I112 { int CallMe (int a); } interface I113 { int CallMe (int a); } interface I114 { int CallMe (int a); } interface I115 { int CallMe (int a); } interface I116 { int CallMe (int a); } interface I117 { int CallMe (int a); } interface I118 { int CallMe (int a); } interface I119 { int CallMe (int a); } interface I120 { int CallMe (int a); } interface I121 { int CallMe (int a); } interface I122 { int CallMe (int a); } interface I123 { int CallMe (int a); } interface I124 { int CallMe (int a); } interface I125 { int CallMe (int a); } interface I126 { int CallMe (int a); } interface I127 { int CallMe (int a); } interface I128 { int CallMe (int a); } interface I129 { int CallMe (int a); } interface I130 { int CallMe (int a); } interface I131 { int CallMe (int a); } interface I132 { int CallMe (int a); } interface I133 { int CallMe (int a); } interface I134 { int CallMe (int a); } interface I135 { int CallMe (int a); } interface I136 { int CallMe (int a); } interface I137 { int CallMe (int a); } interface I138 { int CallMe (int a); } interface I139 { int CallMe (int a); } interface I140 { int CallMe (int a); } interface I141 { int CallMe (int a); } interface I142 { int CallMe (int a); } interface I143 { int CallMe (int a); } interface I144 { int CallMe (int a); } interface I145 { int CallMe (int a); } interface I146 { int CallMe (int a); } interface I147 { int CallMe (int a); } interface I148 { int CallMe (int a); } interface I149 { int CallMe (int a); } interface I150 { int CallMe (int a); } interface I151 { int CallMe (int a); } interface I152 { int CallMe (int a); } interface I153 { int CallMe (int a); } interface I154 { int CallMe (int a); } interface I155 { int CallMe (int a); } interface I156 { int CallMe (int a); } interface I157 { int CallMe (int a); } interface I158 { int CallMe (int a); } interface I159 { int CallMe (int a); } interface I160 { int CallMe (int a); } interface I161 { int CallMe (int a); } interface I162 { int CallMe (int a); } interface I163 { int CallMe (int a); } interface I164 { int CallMe (int a); } interface I165 { int CallMe (int a); } interface I166 { int CallMe (int a); } interface I167 { int CallMe (int a); } interface I168 { int CallMe (int a); } interface I169 { int CallMe (int a); } interface I170 { int CallMe (int a); } interface I171 { int CallMe (int a); } interface I172 { int CallMe (int a); } interface I173 { int CallMe (int a); } interface I174 { int CallMe (int a); } interface I175 { int CallMe (int a); } interface I176 { int CallMe (int a); } interface I177 { int CallMe (int a); } interface I178 { int CallMe (int a); } interface I179 { int CallMe (int a); } interface I180 { int CallMe (int a); } interface I181 { int CallMe (int a); } interface I182 { int CallMe (int a); } interface I183 { int CallMe (int a); } interface I184 { int CallMe (int a); } interface I185 { int CallMe (int a); } interface I186 { int CallMe (int a); } interface I187 { int CallMe (int a); } interface I188 { int CallMe (int a); } interface I189 { int CallMe (int a); } interface I190 { int CallMe (int a); } interface I191 { int CallMe (int a); } interface I192 { int CallMe (int a); } interface I193 { int CallMe (int a); } interface I194 { int CallMe (int a); } interface I195 { int CallMe (int a); } interface I196 { int CallMe (int a); } interface I197 { int CallMe (int a); } interface I198 { int CallMe (int a); } interface I199 { int CallMe (int a); } interface I200 { int CallMe (int a); } interface I201 { int CallMe (int a); } interface I202 { int CallMe (int a); } interface I203 { int CallMe (int a); } interface I204 { int CallMe (int a); } interface I205 { int CallMe (int a); } interface I206 { int CallMe (int a); } interface I207 { int CallMe (int a); } interface I208 { int CallMe (int a); } interface I209 { int CallMe (int a); } interface I210 { int CallMe (int a); } interface I211 { int CallMe (int a); } interface I212 { int CallMe (int a); } interface I213 { int CallMe (int a); } interface I214 { int CallMe (int a); } interface I215 { int CallMe (int a); } interface I216 { int CallMe (int a); } interface I217 { int CallMe (int a); } interface I218 { int CallMe (int a); } interface I219 { int CallMe (int a); } interface I220 { int CallMe (int a); } interface I221 { int CallMe (int a); } interface I222 { int CallMe (int a); } interface I223 { int CallMe (int a); } interface I224 { int CallMe (int a); } interface I225 { int CallMe (int a); } interface I226 { int CallMe (int a); } interface I227 { int CallMe (int a); } interface I228 { int CallMe (int a); } interface I229 { int CallMe (int a); } interface I230 { int CallMe (int a); } interface I231 { int CallMe (int a); } interface I232 { int CallMe (int a); } interface I233 { int CallMe (int a); } interface I234 { int CallMe (int a); } interface I235 { int CallMe (int a); } interface I236 { int CallMe (int a); } interface I237 { int CallMe (int a); } interface I238 { int CallMe (int a); } interface I239 { int CallMe (int a); } interface I240 { int CallMe (int a); } interface I241 { int CallMe (int a); } interface I242 { int CallMe (int a); } interface I243 { int CallMe (int a); } interface I244 { int CallMe (int a); } interface I245 { int CallMe (int a); } interface I246 { int CallMe (int a); } interface I247 { int CallMe (int a); } interface I248 { int CallMe (int a); } interface I249 { int CallMe (int a); } interface I250 { int CallMe (int a); } interface I251 { int CallMe (int a); } interface I252 { int CallMe (int a); } interface I253 { int CallMe (int a); } interface I254 { int CallMe (int a); } interface I255 { int CallMe (int a); } interface I256 { int CallMe (int a); } interface I257 { int CallMe (int a); } interface I258 { int CallMe (int a); } interface I259 { int CallMe (int a); } interface I260 { int CallMe (int a); } interface I261 { int CallMe (int a); } interface I262 { int CallMe (int a); } interface I263 { int CallMe (int a); } interface I264 { int CallMe (int a); } interface I265 { int CallMe (int a); } interface I266 { int CallMe (int a); } interface I267 { int CallMe (int a); } interface I268 { int CallMe (int a); } interface I269 { int CallMe (int a); } interface I270 { int CallMe (int a); } interface I271 { int CallMe (int a); } interface I272 { int CallMe (int a); } interface I273 { int CallMe (int a); } interface I274 { int CallMe (int a); } interface I275 { int CallMe (int a); } interface I276 { int CallMe (int a); } interface I277 { int CallMe (int a); } interface I278 { int CallMe (int a); } interface I279 { int CallMe (int a); } interface I280 { int CallMe (int a); } interface I281 { int CallMe (int a); } interface I282 { int CallMe (int a); } interface I283 { int CallMe (int a); } interface I284 { int CallMe (int a); } interface I285 { int CallMe (int a); } interface I286 { int CallMe (int a); } interface I287 { int CallMe (int a); } interface I288 { int CallMe (int a); } interface I289 { int CallMe (int a); } interface I290 { int CallMe (int a); } interface I291 { int CallMe (int a); } interface I292 { int CallMe (int a); } interface I293 { int CallMe (int a); } interface I294 { int CallMe (int a); } interface I295 { int CallMe (int a); } interface I296 { int CallMe (int a); } interface I297 { int CallMe (int a); } interface I298 { int CallMe (int a); } interface I299 { int CallMe (int a); } interface I300 { int CallMe (int a); }
// // Test handling of async exceptions received during JIT compilation // using System; using System.Runtime.Remoting; using System.Runtime.Remoting.Proxies; using System.Runtime.Remoting.Messaging; using System.Reflection; using System.Threading; class MainClass { static int Main (string[] args) { Thread t = new Thread (new ThreadStart (Run)); t.Start (); Thread.Sleep (100); t.Abort (); return 0; } public static void Run () { try { // Call a method which takes a lot of time to compile // We should receive the abort exception while compiling this method Long (5); Console.WriteLine ("Long"); Thread.Sleep (10000); } catch (ThreadAbortException) { Thread.ResetAbort (); Console.WriteLine ("OK"); } } // This method should take a lot of time for the JIT to compile public static int Long (int arg) { // Make an inifite loop not going into unmanaged code while (arg == 5) ; int total = 0; MyRealProxy mrp = new MyRealProxy (new MBRO ()); object o = mrp.GetTransparentProxy (); mrp.CanCastToCalled = false; I1 itf1 = (I1)o; if (!mrp.CanCastToCalled) return 1; total += itf1.CallMe (1); mrp.CanCastToCalled = false; itf1 = (I1)o; if (mrp.CanCastToCalled) return 1; total += itf1.CallMe (1); mrp.CanCastToCalled = false; I2 itf2 = (I2)o; if (!mrp.CanCastToCalled) return 2; total += itf2.CallMe (2); mrp.CanCastToCalled = false; itf2 = (I2)o; if (mrp.CanCastToCalled) return 2; total += itf2.CallMe (2); mrp.CanCastToCalled = false; I3 itf3 = (I3)o; if (!mrp.CanCastToCalled) return 3; total += itf3.CallMe (3); mrp.CanCastToCalled = false; itf3 = (I3)o; if (mrp.CanCastToCalled) return 3; total += itf3.CallMe (3); mrp.CanCastToCalled = false; I4 itf4 = (I4)o; if (!mrp.CanCastToCalled) return 4; total += itf4.CallMe (4); mrp.CanCastToCalled = false; itf4 = (I4)o; if (mrp.CanCastToCalled) return 4; total += itf4.CallMe (4); mrp.CanCastToCalled = false; I5 itf5 = (I5)o; if (!mrp.CanCastToCalled) return 5; total += itf5.CallMe (5); mrp.CanCastToCalled = false; itf5 = (I5)o; if (mrp.CanCastToCalled) return 5; total += itf5.CallMe (5); mrp.CanCastToCalled = false; I6 itf6 = (I6)o; if (!mrp.CanCastToCalled) return 6; total += itf6.CallMe (6); mrp.CanCastToCalled = false; itf6 = (I6)o; if (mrp.CanCastToCalled) return 6; total += itf6.CallMe (6); mrp.CanCastToCalled = false; I7 itf7 = (I7)o; if (!mrp.CanCastToCalled) return 7; total += itf7.CallMe (7); mrp.CanCastToCalled = false; itf7 = (I7)o; if (mrp.CanCastToCalled) return 7; total += itf7.CallMe (7); mrp.CanCastToCalled = false; I8 itf8 = (I8)o; if (!mrp.CanCastToCalled) return 8; total += itf8.CallMe (8); mrp.CanCastToCalled = false; itf8 = (I8)o; if (mrp.CanCastToCalled) return 8; total += itf8.CallMe (8); mrp.CanCastToCalled = false; I9 itf9 = (I9)o; if (!mrp.CanCastToCalled) return 9; total += itf9.CallMe (9); mrp.CanCastToCalled = false; itf9 = (I9)o; if (mrp.CanCastToCalled) return 9; total += itf9.CallMe (9); mrp.CanCastToCalled = false; I10 itf10 = (I10)o; if (!mrp.CanCastToCalled) return 10; total += itf10.CallMe (10); mrp.CanCastToCalled = false; itf10 = (I10)o; if (mrp.CanCastToCalled) return 10; total += itf10.CallMe (10); mrp.CanCastToCalled = false; I11 itf11 = (I11)o; if (!mrp.CanCastToCalled) return 11; total += itf11.CallMe (11); mrp.CanCastToCalled = false; itf11 = (I11)o; if (mrp.CanCastToCalled) return 11; total += itf11.CallMe (11); mrp.CanCastToCalled = false; I12 itf12 = (I12)o; if (!mrp.CanCastToCalled) return 12; total += itf12.CallMe (12); mrp.CanCastToCalled = false; itf12 = (I12)o; if (mrp.CanCastToCalled) return 12; total += itf12.CallMe (12); mrp.CanCastToCalled = false; I13 itf13 = (I13)o; if (!mrp.CanCastToCalled) return 13; total += itf13.CallMe (13); mrp.CanCastToCalled = false; itf13 = (I13)o; if (mrp.CanCastToCalled) return 13; total += itf13.CallMe (13); mrp.CanCastToCalled = false; I14 itf14 = (I14)o; if (!mrp.CanCastToCalled) return 14; total += itf14.CallMe (14); mrp.CanCastToCalled = false; itf14 = (I14)o; if (mrp.CanCastToCalled) return 14; total += itf14.CallMe (14); mrp.CanCastToCalled = false; I15 itf15 = (I15)o; if (!mrp.CanCastToCalled) return 15; total += itf15.CallMe (15); mrp.CanCastToCalled = false; itf15 = (I15)o; if (mrp.CanCastToCalled) return 15; total += itf15.CallMe (15); mrp.CanCastToCalled = false; I16 itf16 = (I16)o; if (!mrp.CanCastToCalled) return 16; total += itf16.CallMe (16); mrp.CanCastToCalled = false; itf16 = (I16)o; if (mrp.CanCastToCalled) return 16; total += itf16.CallMe (16); mrp.CanCastToCalled = false; I17 itf17 = (I17)o; if (!mrp.CanCastToCalled) return 17; total += itf17.CallMe (17); mrp.CanCastToCalled = false; itf17 = (I17)o; if (mrp.CanCastToCalled) return 17; total += itf17.CallMe (17); mrp.CanCastToCalled = false; I18 itf18 = (I18)o; if (!mrp.CanCastToCalled) return 18; total += itf18.CallMe (18); mrp.CanCastToCalled = false; itf18 = (I18)o; if (mrp.CanCastToCalled) return 18; total += itf18.CallMe (18); mrp.CanCastToCalled = false; I19 itf19 = (I19)o; if (!mrp.CanCastToCalled) return 19; total += itf19.CallMe (19); mrp.CanCastToCalled = false; itf19 = (I19)o; if (mrp.CanCastToCalled) return 19; total += itf19.CallMe (19); mrp.CanCastToCalled = false; I20 itf20 = (I20)o; if (!mrp.CanCastToCalled) return 20; total += itf20.CallMe (20); mrp.CanCastToCalled = false; itf20 = (I20)o; if (mrp.CanCastToCalled) return 20; total += itf20.CallMe (20); mrp.CanCastToCalled = false; I21 itf21 = (I21)o; if (!mrp.CanCastToCalled) return 21; total += itf21.CallMe (21); mrp.CanCastToCalled = false; itf21 = (I21)o; if (mrp.CanCastToCalled) return 21; total += itf21.CallMe (21); mrp.CanCastToCalled = false; I22 itf22 = (I22)o; if (!mrp.CanCastToCalled) return 22; total += itf22.CallMe (22); mrp.CanCastToCalled = false; itf22 = (I22)o; if (mrp.CanCastToCalled) return 22; total += itf22.CallMe (22); mrp.CanCastToCalled = false; I23 itf23 = (I23)o; if (!mrp.CanCastToCalled) return 23; total += itf23.CallMe (23); mrp.CanCastToCalled = false; itf23 = (I23)o; if (mrp.CanCastToCalled) return 23; total += itf23.CallMe (23); mrp.CanCastToCalled = false; I24 itf24 = (I24)o; if (!mrp.CanCastToCalled) return 24; total += itf24.CallMe (24); mrp.CanCastToCalled = false; itf24 = (I24)o; if (mrp.CanCastToCalled) return 24; total += itf24.CallMe (24); mrp.CanCastToCalled = false; I25 itf25 = (I25)o; if (!mrp.CanCastToCalled) return 25; total += itf25.CallMe (25); mrp.CanCastToCalled = false; itf25 = (I25)o; if (mrp.CanCastToCalled) return 25; total += itf25.CallMe (25); mrp.CanCastToCalled = false; I26 itf26 = (I26)o; if (!mrp.CanCastToCalled) return 26; total += itf26.CallMe (26); mrp.CanCastToCalled = false; itf26 = (I26)o; if (mrp.CanCastToCalled) return 26; total += itf26.CallMe (26); mrp.CanCastToCalled = false; I27 itf27 = (I27)o; if (!mrp.CanCastToCalled) return 27; total += itf27.CallMe (27); mrp.CanCastToCalled = false; itf27 = (I27)o; if (mrp.CanCastToCalled) return 27; total += itf27.CallMe (27); mrp.CanCastToCalled = false; I28 itf28 = (I28)o; if (!mrp.CanCastToCalled) return 28; total += itf28.CallMe (28); mrp.CanCastToCalled = false; itf28 = (I28)o; if (mrp.CanCastToCalled) return 28; total += itf28.CallMe (28); mrp.CanCastToCalled = false; I29 itf29 = (I29)o; if (!mrp.CanCastToCalled) return 29; total += itf29.CallMe (29); mrp.CanCastToCalled = false; itf29 = (I29)o; if (mrp.CanCastToCalled) return 29; total += itf29.CallMe (29); mrp.CanCastToCalled = false; I30 itf30 = (I30)o; if (!mrp.CanCastToCalled) return 30; total += itf30.CallMe (30); mrp.CanCastToCalled = false; itf30 = (I30)o; if (mrp.CanCastToCalled) return 30; total += itf30.CallMe (30); mrp.CanCastToCalled = false; I31 itf31 = (I31)o; if (!mrp.CanCastToCalled) return 31; total += itf31.CallMe (31); mrp.CanCastToCalled = false; itf31 = (I31)o; if (mrp.CanCastToCalled) return 31; total += itf31.CallMe (31); mrp.CanCastToCalled = false; I32 itf32 = (I32)o; if (!mrp.CanCastToCalled) return 32; total += itf32.CallMe (32); mrp.CanCastToCalled = false; itf32 = (I32)o; if (mrp.CanCastToCalled) return 32; total += itf32.CallMe (32); mrp.CanCastToCalled = false; I33 itf33 = (I33)o; if (!mrp.CanCastToCalled) return 33; total += itf33.CallMe (33); mrp.CanCastToCalled = false; itf33 = (I33)o; if (mrp.CanCastToCalled) return 33; total += itf33.CallMe (33); mrp.CanCastToCalled = false; I34 itf34 = (I34)o; if (!mrp.CanCastToCalled) return 34; total += itf34.CallMe (34); mrp.CanCastToCalled = false; itf34 = (I34)o; if (mrp.CanCastToCalled) return 34; total += itf34.CallMe (34); mrp.CanCastToCalled = false; I35 itf35 = (I35)o; if (!mrp.CanCastToCalled) return 35; total += itf35.CallMe (35); mrp.CanCastToCalled = false; itf35 = (I35)o; if (mrp.CanCastToCalled) return 35; total += itf35.CallMe (35); mrp.CanCastToCalled = false; I36 itf36 = (I36)o; if (!mrp.CanCastToCalled) return 36; total += itf36.CallMe (36); mrp.CanCastToCalled = false; itf36 = (I36)o; if (mrp.CanCastToCalled) return 36; total += itf36.CallMe (36); mrp.CanCastToCalled = false; I37 itf37 = (I37)o; if (!mrp.CanCastToCalled) return 37; total += itf37.CallMe (37); mrp.CanCastToCalled = false; itf37 = (I37)o; if (mrp.CanCastToCalled) return 37; total += itf37.CallMe (37); mrp.CanCastToCalled = false; I38 itf38 = (I38)o; if (!mrp.CanCastToCalled) return 38; total += itf38.CallMe (38); mrp.CanCastToCalled = false; itf38 = (I38)o; if (mrp.CanCastToCalled) return 38; total += itf38.CallMe (38); mrp.CanCastToCalled = false; I39 itf39 = (I39)o; if (!mrp.CanCastToCalled) return 39; total += itf39.CallMe (39); mrp.CanCastToCalled = false; itf39 = (I39)o; if (mrp.CanCastToCalled) return 39; total += itf39.CallMe (39); mrp.CanCastToCalled = false; I40 itf40 = (I40)o; if (!mrp.CanCastToCalled) return 40; total += itf40.CallMe (40); mrp.CanCastToCalled = false; itf40 = (I40)o; if (mrp.CanCastToCalled) return 40; total += itf40.CallMe (40); mrp.CanCastToCalled = false; I41 itf41 = (I41)o; if (!mrp.CanCastToCalled) return 41; total += itf41.CallMe (41); mrp.CanCastToCalled = false; itf41 = (I41)o; if (mrp.CanCastToCalled) return 41; total += itf41.CallMe (41); mrp.CanCastToCalled = false; I42 itf42 = (I42)o; if (!mrp.CanCastToCalled) return 42; total += itf42.CallMe (42); mrp.CanCastToCalled = false; itf42 = (I42)o; if (mrp.CanCastToCalled) return 42; total += itf42.CallMe (42); mrp.CanCastToCalled = false; I43 itf43 = (I43)o; if (!mrp.CanCastToCalled) return 43; total += itf43.CallMe (43); mrp.CanCastToCalled = false; itf43 = (I43)o; if (mrp.CanCastToCalled) return 43; total += itf43.CallMe (43); mrp.CanCastToCalled = false; I44 itf44 = (I44)o; if (!mrp.CanCastToCalled) return 44; total += itf44.CallMe (44); mrp.CanCastToCalled = false; itf44 = (I44)o; if (mrp.CanCastToCalled) return 44; total += itf44.CallMe (44); mrp.CanCastToCalled = false; I45 itf45 = (I45)o; if (!mrp.CanCastToCalled) return 45; total += itf45.CallMe (45); mrp.CanCastToCalled = false; itf45 = (I45)o; if (mrp.CanCastToCalled) return 45; total += itf45.CallMe (45); mrp.CanCastToCalled = false; I46 itf46 = (I46)o; if (!mrp.CanCastToCalled) return 46; total += itf46.CallMe (46); mrp.CanCastToCalled = false; itf46 = (I46)o; if (mrp.CanCastToCalled) return 46; total += itf46.CallMe (46); mrp.CanCastToCalled = false; I47 itf47 = (I47)o; if (!mrp.CanCastToCalled) return 47; total += itf47.CallMe (47); mrp.CanCastToCalled = false; itf47 = (I47)o; if (mrp.CanCastToCalled) return 47; total += itf47.CallMe (47); mrp.CanCastToCalled = false; I48 itf48 = (I48)o; if (!mrp.CanCastToCalled) return 48; total += itf48.CallMe (48); mrp.CanCastToCalled = false; itf48 = (I48)o; if (mrp.CanCastToCalled) return 48; total += itf48.CallMe (48); mrp.CanCastToCalled = false; I49 itf49 = (I49)o; if (!mrp.CanCastToCalled) return 49; total += itf49.CallMe (49); mrp.CanCastToCalled = false; itf49 = (I49)o; if (mrp.CanCastToCalled) return 49; total += itf49.CallMe (49); mrp.CanCastToCalled = false; I50 itf50 = (I50)o; if (!mrp.CanCastToCalled) return 50; total += itf50.CallMe (50); mrp.CanCastToCalled = false; itf50 = (I50)o; if (mrp.CanCastToCalled) return 50; total += itf50.CallMe (50); mrp.CanCastToCalled = false; I51 itf51 = (I51)o; if (!mrp.CanCastToCalled) return 51; total += itf51.CallMe (51); mrp.CanCastToCalled = false; itf51 = (I51)o; if (mrp.CanCastToCalled) return 51; total += itf51.CallMe (51); mrp.CanCastToCalled = false; I52 itf52 = (I52)o; if (!mrp.CanCastToCalled) return 52; total += itf52.CallMe (52); mrp.CanCastToCalled = false; itf52 = (I52)o; if (mrp.CanCastToCalled) return 52; total += itf52.CallMe (52); mrp.CanCastToCalled = false; I53 itf53 = (I53)o; if (!mrp.CanCastToCalled) return 53; total += itf53.CallMe (53); mrp.CanCastToCalled = false; itf53 = (I53)o; if (mrp.CanCastToCalled) return 53; total += itf53.CallMe (53); mrp.CanCastToCalled = false; I54 itf54 = (I54)o; if (!mrp.CanCastToCalled) return 54; total += itf54.CallMe (54); mrp.CanCastToCalled = false; itf54 = (I54)o; if (mrp.CanCastToCalled) return 54; total += itf54.CallMe (54); mrp.CanCastToCalled = false; I55 itf55 = (I55)o; if (!mrp.CanCastToCalled) return 55; total += itf55.CallMe (55); mrp.CanCastToCalled = false; itf55 = (I55)o; if (mrp.CanCastToCalled) return 55; total += itf55.CallMe (55); mrp.CanCastToCalled = false; I56 itf56 = (I56)o; if (!mrp.CanCastToCalled) return 56; total += itf56.CallMe (56); mrp.CanCastToCalled = false; itf56 = (I56)o; if (mrp.CanCastToCalled) return 56; total += itf56.CallMe (56); mrp.CanCastToCalled = false; I57 itf57 = (I57)o; if (!mrp.CanCastToCalled) return 57; total += itf57.CallMe (57); mrp.CanCastToCalled = false; itf57 = (I57)o; if (mrp.CanCastToCalled) return 57; total += itf57.CallMe (57); mrp.CanCastToCalled = false; I58 itf58 = (I58)o; if (!mrp.CanCastToCalled) return 58; total += itf58.CallMe (58); mrp.CanCastToCalled = false; itf58 = (I58)o; if (mrp.CanCastToCalled) return 58; total += itf58.CallMe (58); mrp.CanCastToCalled = false; I59 itf59 = (I59)o; if (!mrp.CanCastToCalled) return 59; total += itf59.CallMe (59); mrp.CanCastToCalled = false; itf59 = (I59)o; if (mrp.CanCastToCalled) return 59; total += itf59.CallMe (59); mrp.CanCastToCalled = false; I60 itf60 = (I60)o; if (!mrp.CanCastToCalled) return 60; total += itf60.CallMe (60); mrp.CanCastToCalled = false; itf60 = (I60)o; if (mrp.CanCastToCalled) return 60; total += itf60.CallMe (60); mrp.CanCastToCalled = false; I61 itf61 = (I61)o; if (!mrp.CanCastToCalled) return 61; total += itf61.CallMe (61); mrp.CanCastToCalled = false; itf61 = (I61)o; if (mrp.CanCastToCalled) return 61; total += itf61.CallMe (61); mrp.CanCastToCalled = false; I62 itf62 = (I62)o; if (!mrp.CanCastToCalled) return 62; total += itf62.CallMe (62); mrp.CanCastToCalled = false; itf62 = (I62)o; if (mrp.CanCastToCalled) return 62; total += itf62.CallMe (62); mrp.CanCastToCalled = false; I63 itf63 = (I63)o; if (!mrp.CanCastToCalled) return 63; total += itf63.CallMe (63); mrp.CanCastToCalled = false; itf63 = (I63)o; if (mrp.CanCastToCalled) return 63; total += itf63.CallMe (63); mrp.CanCastToCalled = false; I64 itf64 = (I64)o; if (!mrp.CanCastToCalled) return 64; total += itf64.CallMe (64); mrp.CanCastToCalled = false; itf64 = (I64)o; if (mrp.CanCastToCalled) return 64; total += itf64.CallMe (64); mrp.CanCastToCalled = false; I65 itf65 = (I65)o; if (!mrp.CanCastToCalled) return 65; total += itf65.CallMe (65); mrp.CanCastToCalled = false; itf65 = (I65)o; if (mrp.CanCastToCalled) return 65; total += itf65.CallMe (65); mrp.CanCastToCalled = false; I66 itf66 = (I66)o; if (!mrp.CanCastToCalled) return 66; total += itf66.CallMe (66); mrp.CanCastToCalled = false; itf66 = (I66)o; if (mrp.CanCastToCalled) return 66; total += itf66.CallMe (66); mrp.CanCastToCalled = false; I67 itf67 = (I67)o; if (!mrp.CanCastToCalled) return 67; total += itf67.CallMe (67); mrp.CanCastToCalled = false; itf67 = (I67)o; if (mrp.CanCastToCalled) return 67; total += itf67.CallMe (67); mrp.CanCastToCalled = false; I68 itf68 = (I68)o; if (!mrp.CanCastToCalled) return 68; total += itf68.CallMe (68); mrp.CanCastToCalled = false; itf68 = (I68)o; if (mrp.CanCastToCalled) return 68; total += itf68.CallMe (68); mrp.CanCastToCalled = false; I69 itf69 = (I69)o; if (!mrp.CanCastToCalled) return 69; total += itf69.CallMe (69); mrp.CanCastToCalled = false; itf69 = (I69)o; if (mrp.CanCastToCalled) return 69; total += itf69.CallMe (69); mrp.CanCastToCalled = false; I70 itf70 = (I70)o; if (!mrp.CanCastToCalled) return 70; total += itf70.CallMe (70); mrp.CanCastToCalled = false; itf70 = (I70)o; if (mrp.CanCastToCalled) return 70; total += itf70.CallMe (70); mrp.CanCastToCalled = false; I71 itf71 = (I71)o; if (!mrp.CanCastToCalled) return 71; total += itf71.CallMe (71); mrp.CanCastToCalled = false; itf71 = (I71)o; if (mrp.CanCastToCalled) return 71; total += itf71.CallMe (71); mrp.CanCastToCalled = false; I72 itf72 = (I72)o; if (!mrp.CanCastToCalled) return 72; total += itf72.CallMe (72); mrp.CanCastToCalled = false; itf72 = (I72)o; if (mrp.CanCastToCalled) return 72; total += itf72.CallMe (72); mrp.CanCastToCalled = false; I73 itf73 = (I73)o; if (!mrp.CanCastToCalled) return 73; total += itf73.CallMe (73); mrp.CanCastToCalled = false; itf73 = (I73)o; if (mrp.CanCastToCalled) return 73; total += itf73.CallMe (73); mrp.CanCastToCalled = false; I74 itf74 = (I74)o; if (!mrp.CanCastToCalled) return 74; total += itf74.CallMe (74); mrp.CanCastToCalled = false; itf74 = (I74)o; if (mrp.CanCastToCalled) return 74; total += itf74.CallMe (74); mrp.CanCastToCalled = false; I75 itf75 = (I75)o; if (!mrp.CanCastToCalled) return 75; total += itf75.CallMe (75); mrp.CanCastToCalled = false; itf75 = (I75)o; if (mrp.CanCastToCalled) return 75; total += itf75.CallMe (75); mrp.CanCastToCalled = false; I76 itf76 = (I76)o; if (!mrp.CanCastToCalled) return 76; total += itf76.CallMe (76); mrp.CanCastToCalled = false; itf76 = (I76)o; if (mrp.CanCastToCalled) return 76; total += itf76.CallMe (76); mrp.CanCastToCalled = false; I77 itf77 = (I77)o; if (!mrp.CanCastToCalled) return 77; total += itf77.CallMe (77); mrp.CanCastToCalled = false; itf77 = (I77)o; if (mrp.CanCastToCalled) return 77; total += itf77.CallMe (77); mrp.CanCastToCalled = false; I78 itf78 = (I78)o; if (!mrp.CanCastToCalled) return 78; total += itf78.CallMe (78); mrp.CanCastToCalled = false; itf78 = (I78)o; if (mrp.CanCastToCalled) return 78; total += itf78.CallMe (78); mrp.CanCastToCalled = false; I79 itf79 = (I79)o; if (!mrp.CanCastToCalled) return 79; total += itf79.CallMe (79); mrp.CanCastToCalled = false; itf79 = (I79)o; if (mrp.CanCastToCalled) return 79; total += itf79.CallMe (79); mrp.CanCastToCalled = false; I80 itf80 = (I80)o; if (!mrp.CanCastToCalled) return 80; total += itf80.CallMe (80); mrp.CanCastToCalled = false; itf80 = (I80)o; if (mrp.CanCastToCalled) return 80; total += itf80.CallMe (80); mrp.CanCastToCalled = false; I81 itf81 = (I81)o; if (!mrp.CanCastToCalled) return 81; total += itf81.CallMe (81); mrp.CanCastToCalled = false; itf81 = (I81)o; if (mrp.CanCastToCalled) return 81; total += itf81.CallMe (81); mrp.CanCastToCalled = false; I82 itf82 = (I82)o; if (!mrp.CanCastToCalled) return 82; total += itf82.CallMe (82); mrp.CanCastToCalled = false; itf82 = (I82)o; if (mrp.CanCastToCalled) return 82; total += itf82.CallMe (82); mrp.CanCastToCalled = false; I83 itf83 = (I83)o; if (!mrp.CanCastToCalled) return 83; total += itf83.CallMe (83); mrp.CanCastToCalled = false; itf83 = (I83)o; if (mrp.CanCastToCalled) return 83; total += itf83.CallMe (83); mrp.CanCastToCalled = false; I84 itf84 = (I84)o; if (!mrp.CanCastToCalled) return 84; total += itf84.CallMe (84); mrp.CanCastToCalled = false; itf84 = (I84)o; if (mrp.CanCastToCalled) return 84; total += itf84.CallMe (84); mrp.CanCastToCalled = false; I85 itf85 = (I85)o; if (!mrp.CanCastToCalled) return 85; total += itf85.CallMe (85); mrp.CanCastToCalled = false; itf85 = (I85)o; if (mrp.CanCastToCalled) return 85; total += itf85.CallMe (85); mrp.CanCastToCalled = false; I86 itf86 = (I86)o; if (!mrp.CanCastToCalled) return 86; total += itf86.CallMe (86); mrp.CanCastToCalled = false; itf86 = (I86)o; if (mrp.CanCastToCalled) return 86; total += itf86.CallMe (86); mrp.CanCastToCalled = false; I87 itf87 = (I87)o; if (!mrp.CanCastToCalled) return 87; total += itf87.CallMe (87); mrp.CanCastToCalled = false; itf87 = (I87)o; if (mrp.CanCastToCalled) return 87; total += itf87.CallMe (87); mrp.CanCastToCalled = false; I88 itf88 = (I88)o; if (!mrp.CanCastToCalled) return 88; total += itf88.CallMe (88); mrp.CanCastToCalled = false; itf88 = (I88)o; if (mrp.CanCastToCalled) return 88; total += itf88.CallMe (88); mrp.CanCastToCalled = false; I89 itf89 = (I89)o; if (!mrp.CanCastToCalled) return 89; total += itf89.CallMe (89); mrp.CanCastToCalled = false; itf89 = (I89)o; if (mrp.CanCastToCalled) return 89; total += itf89.CallMe (89); mrp.CanCastToCalled = false; I90 itf90 = (I90)o; if (!mrp.CanCastToCalled) return 90; total += itf90.CallMe (90); mrp.CanCastToCalled = false; itf90 = (I90)o; if (mrp.CanCastToCalled) return 90; total += itf90.CallMe (90); mrp.CanCastToCalled = false; I91 itf91 = (I91)o; if (!mrp.CanCastToCalled) return 91; total += itf91.CallMe (91); mrp.CanCastToCalled = false; itf91 = (I91)o; if (mrp.CanCastToCalled) return 91; total += itf91.CallMe (91); mrp.CanCastToCalled = false; I92 itf92 = (I92)o; if (!mrp.CanCastToCalled) return 92; total += itf92.CallMe (92); mrp.CanCastToCalled = false; itf92 = (I92)o; if (mrp.CanCastToCalled) return 92; total += itf92.CallMe (92); mrp.CanCastToCalled = false; I93 itf93 = (I93)o; if (!mrp.CanCastToCalled) return 93; total += itf93.CallMe (93); mrp.CanCastToCalled = false; itf93 = (I93)o; if (mrp.CanCastToCalled) return 93; total += itf93.CallMe (93); mrp.CanCastToCalled = false; I94 itf94 = (I94)o; if (!mrp.CanCastToCalled) return 94; total += itf94.CallMe (94); mrp.CanCastToCalled = false; itf94 = (I94)o; if (mrp.CanCastToCalled) return 94; total += itf94.CallMe (94); mrp.CanCastToCalled = false; I95 itf95 = (I95)o; if (!mrp.CanCastToCalled) return 95; total += itf95.CallMe (95); mrp.CanCastToCalled = false; itf95 = (I95)o; if (mrp.CanCastToCalled) return 95; total += itf95.CallMe (95); mrp.CanCastToCalled = false; I96 itf96 = (I96)o; if (!mrp.CanCastToCalled) return 96; total += itf96.CallMe (96); mrp.CanCastToCalled = false; itf96 = (I96)o; if (mrp.CanCastToCalled) return 96; total += itf96.CallMe (96); mrp.CanCastToCalled = false; I97 itf97 = (I97)o; if (!mrp.CanCastToCalled) return 97; total += itf97.CallMe (97); mrp.CanCastToCalled = false; itf97 = (I97)o; if (mrp.CanCastToCalled) return 97; total += itf97.CallMe (97); mrp.CanCastToCalled = false; I98 itf98 = (I98)o; if (!mrp.CanCastToCalled) return 98; total += itf98.CallMe (98); mrp.CanCastToCalled = false; itf98 = (I98)o; if (mrp.CanCastToCalled) return 98; total += itf98.CallMe (98); mrp.CanCastToCalled = false; I99 itf99 = (I99)o; if (!mrp.CanCastToCalled) return 99; total += itf99.CallMe (99); mrp.CanCastToCalled = false; itf99 = (I99)o; if (mrp.CanCastToCalled) return 99; total += itf99.CallMe (99); mrp.CanCastToCalled = false; I100 itf100 = (I100)o; if (!mrp.CanCastToCalled) return 100; total += itf100.CallMe (100); mrp.CanCastToCalled = false; itf100 = (I100)o; if (mrp.CanCastToCalled) return 100; total += itf100.CallMe (100); mrp.CanCastToCalled = false; I101 itf101 = (I101)o; if (!mrp.CanCastToCalled) return 101; total += itf101.CallMe (101); mrp.CanCastToCalled = false; itf101 = (I101)o; if (mrp.CanCastToCalled) return 101; total += itf101.CallMe (101); mrp.CanCastToCalled = false; I102 itf102 = (I102)o; if (!mrp.CanCastToCalled) return 102; total += itf102.CallMe (102); mrp.CanCastToCalled = false; itf102 = (I102)o; if (mrp.CanCastToCalled) return 102; total += itf102.CallMe (102); mrp.CanCastToCalled = false; I103 itf103 = (I103)o; if (!mrp.CanCastToCalled) return 103; total += itf103.CallMe (103); mrp.CanCastToCalled = false; itf103 = (I103)o; if (mrp.CanCastToCalled) return 103; total += itf103.CallMe (103); mrp.CanCastToCalled = false; I104 itf104 = (I104)o; if (!mrp.CanCastToCalled) return 104; total += itf104.CallMe (104); mrp.CanCastToCalled = false; itf104 = (I104)o; if (mrp.CanCastToCalled) return 104; total += itf104.CallMe (104); mrp.CanCastToCalled = false; I105 itf105 = (I105)o; if (!mrp.CanCastToCalled) return 105; total += itf105.CallMe (105); mrp.CanCastToCalled = false; itf105 = (I105)o; if (mrp.CanCastToCalled) return 105; total += itf105.CallMe (105); mrp.CanCastToCalled = false; I106 itf106 = (I106)o; if (!mrp.CanCastToCalled) return 106; total += itf106.CallMe (106); mrp.CanCastToCalled = false; itf106 = (I106)o; if (mrp.CanCastToCalled) return 106; total += itf106.CallMe (106); mrp.CanCastToCalled = false; I107 itf107 = (I107)o; if (!mrp.CanCastToCalled) return 107; total += itf107.CallMe (107); mrp.CanCastToCalled = false; itf107 = (I107)o; if (mrp.CanCastToCalled) return 107; total += itf107.CallMe (107); mrp.CanCastToCalled = false; I108 itf108 = (I108)o; if (!mrp.CanCastToCalled) return 108; total += itf108.CallMe (108); mrp.CanCastToCalled = false; itf108 = (I108)o; if (mrp.CanCastToCalled) return 108; total += itf108.CallMe (108); mrp.CanCastToCalled = false; I109 itf109 = (I109)o; if (!mrp.CanCastToCalled) return 109; total += itf109.CallMe (109); mrp.CanCastToCalled = false; itf109 = (I109)o; if (mrp.CanCastToCalled) return 109; total += itf109.CallMe (109); mrp.CanCastToCalled = false; I110 itf110 = (I110)o; if (!mrp.CanCastToCalled) return 110; total += itf110.CallMe (110); mrp.CanCastToCalled = false; itf110 = (I110)o; if (mrp.CanCastToCalled) return 110; total += itf110.CallMe (110); mrp.CanCastToCalled = false; I111 itf111 = (I111)o; if (!mrp.CanCastToCalled) return 111; total += itf111.CallMe (111); mrp.CanCastToCalled = false; itf111 = (I111)o; if (mrp.CanCastToCalled) return 111; total += itf111.CallMe (111); mrp.CanCastToCalled = false; I112 itf112 = (I112)o; if (!mrp.CanCastToCalled) return 112; total += itf112.CallMe (112); mrp.CanCastToCalled = false; itf112 = (I112)o; if (mrp.CanCastToCalled) return 112; total += itf112.CallMe (112); mrp.CanCastToCalled = false; I113 itf113 = (I113)o; if (!mrp.CanCastToCalled) return 113; total += itf113.CallMe (113); mrp.CanCastToCalled = false; itf113 = (I113)o; if (mrp.CanCastToCalled) return 113; total += itf113.CallMe (113); mrp.CanCastToCalled = false; I114 itf114 = (I114)o; if (!mrp.CanCastToCalled) return 114; total += itf114.CallMe (114); mrp.CanCastToCalled = false; itf114 = (I114)o; if (mrp.CanCastToCalled) return 114; total += itf114.CallMe (114); mrp.CanCastToCalled = false; I115 itf115 = (I115)o; if (!mrp.CanCastToCalled) return 115; total += itf115.CallMe (115); mrp.CanCastToCalled = false; itf115 = (I115)o; if (mrp.CanCastToCalled) return 115; total += itf115.CallMe (115); mrp.CanCastToCalled = false; I116 itf116 = (I116)o; if (!mrp.CanCastToCalled) return 116; total += itf116.CallMe (116); mrp.CanCastToCalled = false; itf116 = (I116)o; if (mrp.CanCastToCalled) return 116; total += itf116.CallMe (116); mrp.CanCastToCalled = false; I117 itf117 = (I117)o; if (!mrp.CanCastToCalled) return 117; total += itf117.CallMe (117); mrp.CanCastToCalled = false; itf117 = (I117)o; if (mrp.CanCastToCalled) return 117; total += itf117.CallMe (117); mrp.CanCastToCalled = false; I118 itf118 = (I118)o; if (!mrp.CanCastToCalled) return 118; total += itf118.CallMe (118); mrp.CanCastToCalled = false; itf118 = (I118)o; if (mrp.CanCastToCalled) return 118; total += itf118.CallMe (118); mrp.CanCastToCalled = false; I119 itf119 = (I119)o; if (!mrp.CanCastToCalled) return 119; total += itf119.CallMe (119); mrp.CanCastToCalled = false; itf119 = (I119)o; if (mrp.CanCastToCalled) return 119; total += itf119.CallMe (119); mrp.CanCastToCalled = false; I120 itf120 = (I120)o; if (!mrp.CanCastToCalled) return 120; total += itf120.CallMe (120); mrp.CanCastToCalled = false; itf120 = (I120)o; if (mrp.CanCastToCalled) return 120; total += itf120.CallMe (120); mrp.CanCastToCalled = false; I121 itf121 = (I121)o; if (!mrp.CanCastToCalled) return 121; total += itf121.CallMe (121); mrp.CanCastToCalled = false; itf121 = (I121)o; if (mrp.CanCastToCalled) return 121; total += itf121.CallMe (121); mrp.CanCastToCalled = false; I122 itf122 = (I122)o; if (!mrp.CanCastToCalled) return 122; total += itf122.CallMe (122); mrp.CanCastToCalled = false; itf122 = (I122)o; if (mrp.CanCastToCalled) return 122; total += itf122.CallMe (122); mrp.CanCastToCalled = false; I123 itf123 = (I123)o; if (!mrp.CanCastToCalled) return 123; total += itf123.CallMe (123); mrp.CanCastToCalled = false; itf123 = (I123)o; if (mrp.CanCastToCalled) return 123; total += itf123.CallMe (123); mrp.CanCastToCalled = false; I124 itf124 = (I124)o; if (!mrp.CanCastToCalled) return 124; total += itf124.CallMe (124); mrp.CanCastToCalled = false; itf124 = (I124)o; if (mrp.CanCastToCalled) return 124; total += itf124.CallMe (124); mrp.CanCastToCalled = false; I125 itf125 = (I125)o; if (!mrp.CanCastToCalled) return 125; total += itf125.CallMe (125); mrp.CanCastToCalled = false; itf125 = (I125)o; if (mrp.CanCastToCalled) return 125; total += itf125.CallMe (125); mrp.CanCastToCalled = false; I126 itf126 = (I126)o; if (!mrp.CanCastToCalled) return 126; total += itf126.CallMe (126); mrp.CanCastToCalled = false; itf126 = (I126)o; if (mrp.CanCastToCalled) return 126; total += itf126.CallMe (126); mrp.CanCastToCalled = false; I127 itf127 = (I127)o; if (!mrp.CanCastToCalled) return 127; total += itf127.CallMe (127); mrp.CanCastToCalled = false; itf127 = (I127)o; if (mrp.CanCastToCalled) return 127; total += itf127.CallMe (127); mrp.CanCastToCalled = false; I128 itf128 = (I128)o; if (!mrp.CanCastToCalled) return 128; total += itf128.CallMe (128); mrp.CanCastToCalled = false; itf128 = (I128)o; if (mrp.CanCastToCalled) return 128; total += itf128.CallMe (128); mrp.CanCastToCalled = false; I129 itf129 = (I129)o; if (!mrp.CanCastToCalled) return 129; total += itf129.CallMe (129); mrp.CanCastToCalled = false; itf129 = (I129)o; if (mrp.CanCastToCalled) return 129; total += itf129.CallMe (129); mrp.CanCastToCalled = false; I130 itf130 = (I130)o; if (!mrp.CanCastToCalled) return 130; total += itf130.CallMe (130); mrp.CanCastToCalled = false; itf130 = (I130)o; if (mrp.CanCastToCalled) return 130; total += itf130.CallMe (130); mrp.CanCastToCalled = false; I131 itf131 = (I131)o; if (!mrp.CanCastToCalled) return 131; total += itf131.CallMe (131); mrp.CanCastToCalled = false; itf131 = (I131)o; if (mrp.CanCastToCalled) return 131; total += itf131.CallMe (131); mrp.CanCastToCalled = false; I132 itf132 = (I132)o; if (!mrp.CanCastToCalled) return 132; total += itf132.CallMe (132); mrp.CanCastToCalled = false; itf132 = (I132)o; if (mrp.CanCastToCalled) return 132; total += itf132.CallMe (132); mrp.CanCastToCalled = false; I133 itf133 = (I133)o; if (!mrp.CanCastToCalled) return 133; total += itf133.CallMe (133); mrp.CanCastToCalled = false; itf133 = (I133)o; if (mrp.CanCastToCalled) return 133; total += itf133.CallMe (133); mrp.CanCastToCalled = false; I134 itf134 = (I134)o; if (!mrp.CanCastToCalled) return 134; total += itf134.CallMe (134); mrp.CanCastToCalled = false; itf134 = (I134)o; if (mrp.CanCastToCalled) return 134; total += itf134.CallMe (134); mrp.CanCastToCalled = false; I135 itf135 = (I135)o; if (!mrp.CanCastToCalled) return 135; total += itf135.CallMe (135); mrp.CanCastToCalled = false; itf135 = (I135)o; if (mrp.CanCastToCalled) return 135; total += itf135.CallMe (135); mrp.CanCastToCalled = false; I136 itf136 = (I136)o; if (!mrp.CanCastToCalled) return 136; total += itf136.CallMe (136); mrp.CanCastToCalled = false; itf136 = (I136)o; if (mrp.CanCastToCalled) return 136; total += itf136.CallMe (136); mrp.CanCastToCalled = false; I137 itf137 = (I137)o; if (!mrp.CanCastToCalled) return 137; total += itf137.CallMe (137); mrp.CanCastToCalled = false; itf137 = (I137)o; if (mrp.CanCastToCalled) return 137; total += itf137.CallMe (137); mrp.CanCastToCalled = false; I138 itf138 = (I138)o; if (!mrp.CanCastToCalled) return 138; total += itf138.CallMe (138); mrp.CanCastToCalled = false; itf138 = (I138)o; if (mrp.CanCastToCalled) return 138; total += itf138.CallMe (138); mrp.CanCastToCalled = false; I139 itf139 = (I139)o; if (!mrp.CanCastToCalled) return 139; total += itf139.CallMe (139); mrp.CanCastToCalled = false; itf139 = (I139)o; if (mrp.CanCastToCalled) return 139; total += itf139.CallMe (139); mrp.CanCastToCalled = false; I140 itf140 = (I140)o; if (!mrp.CanCastToCalled) return 140; total += itf140.CallMe (140); mrp.CanCastToCalled = false; itf140 = (I140)o; if (mrp.CanCastToCalled) return 140; total += itf140.CallMe (140); mrp.CanCastToCalled = false; I141 itf141 = (I141)o; if (!mrp.CanCastToCalled) return 141; total += itf141.CallMe (141); mrp.CanCastToCalled = false; itf141 = (I141)o; if (mrp.CanCastToCalled) return 141; total += itf141.CallMe (141); mrp.CanCastToCalled = false; I142 itf142 = (I142)o; if (!mrp.CanCastToCalled) return 142; total += itf142.CallMe (142); mrp.CanCastToCalled = false; itf142 = (I142)o; if (mrp.CanCastToCalled) return 142; total += itf142.CallMe (142); mrp.CanCastToCalled = false; I143 itf143 = (I143)o; if (!mrp.CanCastToCalled) return 143; total += itf143.CallMe (143); mrp.CanCastToCalled = false; itf143 = (I143)o; if (mrp.CanCastToCalled) return 143; total += itf143.CallMe (143); mrp.CanCastToCalled = false; I144 itf144 = (I144)o; if (!mrp.CanCastToCalled) return 144; total += itf144.CallMe (144); mrp.CanCastToCalled = false; itf144 = (I144)o; if (mrp.CanCastToCalled) return 144; total += itf144.CallMe (144); mrp.CanCastToCalled = false; I145 itf145 = (I145)o; if (!mrp.CanCastToCalled) return 145; total += itf145.CallMe (145); mrp.CanCastToCalled = false; itf145 = (I145)o; if (mrp.CanCastToCalled) return 145; total += itf145.CallMe (145); mrp.CanCastToCalled = false; I146 itf146 = (I146)o; if (!mrp.CanCastToCalled) return 146; total += itf146.CallMe (146); mrp.CanCastToCalled = false; itf146 = (I146)o; if (mrp.CanCastToCalled) return 146; total += itf146.CallMe (146); mrp.CanCastToCalled = false; I147 itf147 = (I147)o; if (!mrp.CanCastToCalled) return 147; total += itf147.CallMe (147); mrp.CanCastToCalled = false; itf147 = (I147)o; if (mrp.CanCastToCalled) return 147; total += itf147.CallMe (147); mrp.CanCastToCalled = false; I148 itf148 = (I148)o; if (!mrp.CanCastToCalled) return 148; total += itf148.CallMe (148); mrp.CanCastToCalled = false; itf148 = (I148)o; if (mrp.CanCastToCalled) return 148; total += itf148.CallMe (148); mrp.CanCastToCalled = false; I149 itf149 = (I149)o; if (!mrp.CanCastToCalled) return 149; total += itf149.CallMe (149); mrp.CanCastToCalled = false; itf149 = (I149)o; if (mrp.CanCastToCalled) return 149; total += itf149.CallMe (149); mrp.CanCastToCalled = false; I150 itf150 = (I150)o; if (!mrp.CanCastToCalled) return 150; total += itf150.CallMe (150); mrp.CanCastToCalled = false; itf150 = (I150)o; if (mrp.CanCastToCalled) return 150; total += itf150.CallMe (150); mrp.CanCastToCalled = false; I151 itf151 = (I151)o; if (!mrp.CanCastToCalled) return 151; total += itf151.CallMe (151); mrp.CanCastToCalled = false; itf151 = (I151)o; if (mrp.CanCastToCalled) return 151; total += itf151.CallMe (151); mrp.CanCastToCalled = false; I152 itf152 = (I152)o; if (!mrp.CanCastToCalled) return 152; total += itf152.CallMe (152); mrp.CanCastToCalled = false; itf152 = (I152)o; if (mrp.CanCastToCalled) return 152; total += itf152.CallMe (152); mrp.CanCastToCalled = false; I153 itf153 = (I153)o; if (!mrp.CanCastToCalled) return 153; total += itf153.CallMe (153); mrp.CanCastToCalled = false; itf153 = (I153)o; if (mrp.CanCastToCalled) return 153; total += itf153.CallMe (153); mrp.CanCastToCalled = false; I154 itf154 = (I154)o; if (!mrp.CanCastToCalled) return 154; total += itf154.CallMe (154); mrp.CanCastToCalled = false; itf154 = (I154)o; if (mrp.CanCastToCalled) return 154; total += itf154.CallMe (154); mrp.CanCastToCalled = false; I155 itf155 = (I155)o; if (!mrp.CanCastToCalled) return 155; total += itf155.CallMe (155); mrp.CanCastToCalled = false; itf155 = (I155)o; if (mrp.CanCastToCalled) return 155; total += itf155.CallMe (155); mrp.CanCastToCalled = false; I156 itf156 = (I156)o; if (!mrp.CanCastToCalled) return 156; total += itf156.CallMe (156); mrp.CanCastToCalled = false; itf156 = (I156)o; if (mrp.CanCastToCalled) return 156; total += itf156.CallMe (156); mrp.CanCastToCalled = false; I157 itf157 = (I157)o; if (!mrp.CanCastToCalled) return 157; total += itf157.CallMe (157); mrp.CanCastToCalled = false; itf157 = (I157)o; if (mrp.CanCastToCalled) return 157; total += itf157.CallMe (157); mrp.CanCastToCalled = false; I158 itf158 = (I158)o; if (!mrp.CanCastToCalled) return 158; total += itf158.CallMe (158); mrp.CanCastToCalled = false; itf158 = (I158)o; if (mrp.CanCastToCalled) return 158; total += itf158.CallMe (158); mrp.CanCastToCalled = false; I159 itf159 = (I159)o; if (!mrp.CanCastToCalled) return 159; total += itf159.CallMe (159); mrp.CanCastToCalled = false; itf159 = (I159)o; if (mrp.CanCastToCalled) return 159; total += itf159.CallMe (159); mrp.CanCastToCalled = false; I160 itf160 = (I160)o; if (!mrp.CanCastToCalled) return 160; total += itf160.CallMe (160); mrp.CanCastToCalled = false; itf160 = (I160)o; if (mrp.CanCastToCalled) return 160; total += itf160.CallMe (160); mrp.CanCastToCalled = false; I161 itf161 = (I161)o; if (!mrp.CanCastToCalled) return 161; total += itf161.CallMe (161); mrp.CanCastToCalled = false; itf161 = (I161)o; if (mrp.CanCastToCalled) return 161; total += itf161.CallMe (161); mrp.CanCastToCalled = false; I162 itf162 = (I162)o; if (!mrp.CanCastToCalled) return 162; total += itf162.CallMe (162); mrp.CanCastToCalled = false; itf162 = (I162)o; if (mrp.CanCastToCalled) return 162; total += itf162.CallMe (162); mrp.CanCastToCalled = false; I163 itf163 = (I163)o; if (!mrp.CanCastToCalled) return 163; total += itf163.CallMe (163); mrp.CanCastToCalled = false; itf163 = (I163)o; if (mrp.CanCastToCalled) return 163; total += itf163.CallMe (163); mrp.CanCastToCalled = false; I164 itf164 = (I164)o; if (!mrp.CanCastToCalled) return 164; total += itf164.CallMe (164); mrp.CanCastToCalled = false; itf164 = (I164)o; if (mrp.CanCastToCalled) return 164; total += itf164.CallMe (164); mrp.CanCastToCalled = false; I165 itf165 = (I165)o; if (!mrp.CanCastToCalled) return 165; total += itf165.CallMe (165); mrp.CanCastToCalled = false; itf165 = (I165)o; if (mrp.CanCastToCalled) return 165; total += itf165.CallMe (165); mrp.CanCastToCalled = false; I166 itf166 = (I166)o; if (!mrp.CanCastToCalled) return 166; total += itf166.CallMe (166); mrp.CanCastToCalled = false; itf166 = (I166)o; if (mrp.CanCastToCalled) return 166; total += itf166.CallMe (166); mrp.CanCastToCalled = false; I167 itf167 = (I167)o; if (!mrp.CanCastToCalled) return 167; total += itf167.CallMe (167); mrp.CanCastToCalled = false; itf167 = (I167)o; if (mrp.CanCastToCalled) return 167; total += itf167.CallMe (167); mrp.CanCastToCalled = false; I168 itf168 = (I168)o; if (!mrp.CanCastToCalled) return 168; total += itf168.CallMe (168); mrp.CanCastToCalled = false; itf168 = (I168)o; if (mrp.CanCastToCalled) return 168; total += itf168.CallMe (168); mrp.CanCastToCalled = false; I169 itf169 = (I169)o; if (!mrp.CanCastToCalled) return 169; total += itf169.CallMe (169); mrp.CanCastToCalled = false; itf169 = (I169)o; if (mrp.CanCastToCalled) return 169; total += itf169.CallMe (169); mrp.CanCastToCalled = false; I170 itf170 = (I170)o; if (!mrp.CanCastToCalled) return 170; total += itf170.CallMe (170); mrp.CanCastToCalled = false; itf170 = (I170)o; if (mrp.CanCastToCalled) return 170; total += itf170.CallMe (170); mrp.CanCastToCalled = false; I171 itf171 = (I171)o; if (!mrp.CanCastToCalled) return 171; total += itf171.CallMe (171); mrp.CanCastToCalled = false; itf171 = (I171)o; if (mrp.CanCastToCalled) return 171; total += itf171.CallMe (171); mrp.CanCastToCalled = false; I172 itf172 = (I172)o; if (!mrp.CanCastToCalled) return 172; total += itf172.CallMe (172); mrp.CanCastToCalled = false; itf172 = (I172)o; if (mrp.CanCastToCalled) return 172; total += itf172.CallMe (172); mrp.CanCastToCalled = false; I173 itf173 = (I173)o; if (!mrp.CanCastToCalled) return 173; total += itf173.CallMe (173); mrp.CanCastToCalled = false; itf173 = (I173)o; if (mrp.CanCastToCalled) return 173; total += itf173.CallMe (173); mrp.CanCastToCalled = false; I174 itf174 = (I174)o; if (!mrp.CanCastToCalled) return 174; total += itf174.CallMe (174); mrp.CanCastToCalled = false; itf174 = (I174)o; if (mrp.CanCastToCalled) return 174; total += itf174.CallMe (174); mrp.CanCastToCalled = false; I175 itf175 = (I175)o; if (!mrp.CanCastToCalled) return 175; total += itf175.CallMe (175); mrp.CanCastToCalled = false; itf175 = (I175)o; if (mrp.CanCastToCalled) return 175; total += itf175.CallMe (175); mrp.CanCastToCalled = false; I176 itf176 = (I176)o; if (!mrp.CanCastToCalled) return 176; total += itf176.CallMe (176); mrp.CanCastToCalled = false; itf176 = (I176)o; if (mrp.CanCastToCalled) return 176; total += itf176.CallMe (176); mrp.CanCastToCalled = false; I177 itf177 = (I177)o; if (!mrp.CanCastToCalled) return 177; total += itf177.CallMe (177); mrp.CanCastToCalled = false; itf177 = (I177)o; if (mrp.CanCastToCalled) return 177; total += itf177.CallMe (177); mrp.CanCastToCalled = false; I178 itf178 = (I178)o; if (!mrp.CanCastToCalled) return 178; total += itf178.CallMe (178); mrp.CanCastToCalled = false; itf178 = (I178)o; if (mrp.CanCastToCalled) return 178; total += itf178.CallMe (178); mrp.CanCastToCalled = false; I179 itf179 = (I179)o; if (!mrp.CanCastToCalled) return 179; total += itf179.CallMe (179); mrp.CanCastToCalled = false; itf179 = (I179)o; if (mrp.CanCastToCalled) return 179; total += itf179.CallMe (179); mrp.CanCastToCalled = false; I180 itf180 = (I180)o; if (!mrp.CanCastToCalled) return 180; total += itf180.CallMe (180); mrp.CanCastToCalled = false; itf180 = (I180)o; if (mrp.CanCastToCalled) return 180; total += itf180.CallMe (180); mrp.CanCastToCalled = false; I181 itf181 = (I181)o; if (!mrp.CanCastToCalled) return 181; total += itf181.CallMe (181); mrp.CanCastToCalled = false; itf181 = (I181)o; if (mrp.CanCastToCalled) return 181; total += itf181.CallMe (181); mrp.CanCastToCalled = false; I182 itf182 = (I182)o; if (!mrp.CanCastToCalled) return 182; total += itf182.CallMe (182); mrp.CanCastToCalled = false; itf182 = (I182)o; if (mrp.CanCastToCalled) return 182; total += itf182.CallMe (182); mrp.CanCastToCalled = false; I183 itf183 = (I183)o; if (!mrp.CanCastToCalled) return 183; total += itf183.CallMe (183); mrp.CanCastToCalled = false; itf183 = (I183)o; if (mrp.CanCastToCalled) return 183; total += itf183.CallMe (183); mrp.CanCastToCalled = false; I184 itf184 = (I184)o; if (!mrp.CanCastToCalled) return 184; total += itf184.CallMe (184); mrp.CanCastToCalled = false; itf184 = (I184)o; if (mrp.CanCastToCalled) return 184; total += itf184.CallMe (184); mrp.CanCastToCalled = false; I185 itf185 = (I185)o; if (!mrp.CanCastToCalled) return 185; total += itf185.CallMe (185); mrp.CanCastToCalled = false; itf185 = (I185)o; if (mrp.CanCastToCalled) return 185; total += itf185.CallMe (185); mrp.CanCastToCalled = false; I186 itf186 = (I186)o; if (!mrp.CanCastToCalled) return 186; total += itf186.CallMe (186); mrp.CanCastToCalled = false; itf186 = (I186)o; if (mrp.CanCastToCalled) return 186; total += itf186.CallMe (186); mrp.CanCastToCalled = false; I187 itf187 = (I187)o; if (!mrp.CanCastToCalled) return 187; total += itf187.CallMe (187); mrp.CanCastToCalled = false; itf187 = (I187)o; if (mrp.CanCastToCalled) return 187; total += itf187.CallMe (187); mrp.CanCastToCalled = false; I188 itf188 = (I188)o; if (!mrp.CanCastToCalled) return 188; total += itf188.CallMe (188); mrp.CanCastToCalled = false; itf188 = (I188)o; if (mrp.CanCastToCalled) return 188; total += itf188.CallMe (188); mrp.CanCastToCalled = false; I189 itf189 = (I189)o; if (!mrp.CanCastToCalled) return 189; total += itf189.CallMe (189); mrp.CanCastToCalled = false; itf189 = (I189)o; if (mrp.CanCastToCalled) return 189; total += itf189.CallMe (189); mrp.CanCastToCalled = false; I190 itf190 = (I190)o; if (!mrp.CanCastToCalled) return 190; total += itf190.CallMe (190); mrp.CanCastToCalled = false; itf190 = (I190)o; if (mrp.CanCastToCalled) return 190; total += itf190.CallMe (190); mrp.CanCastToCalled = false; I191 itf191 = (I191)o; if (!mrp.CanCastToCalled) return 191; total += itf191.CallMe (191); mrp.CanCastToCalled = false; itf191 = (I191)o; if (mrp.CanCastToCalled) return 191; total += itf191.CallMe (191); mrp.CanCastToCalled = false; I192 itf192 = (I192)o; if (!mrp.CanCastToCalled) return 192; total += itf192.CallMe (192); mrp.CanCastToCalled = false; itf192 = (I192)o; if (mrp.CanCastToCalled) return 192; total += itf192.CallMe (192); mrp.CanCastToCalled = false; I193 itf193 = (I193)o; if (!mrp.CanCastToCalled) return 193; total += itf193.CallMe (193); mrp.CanCastToCalled = false; itf193 = (I193)o; if (mrp.CanCastToCalled) return 193; total += itf193.CallMe (193); mrp.CanCastToCalled = false; I194 itf194 = (I194)o; if (!mrp.CanCastToCalled) return 194; total += itf194.CallMe (194); mrp.CanCastToCalled = false; itf194 = (I194)o; if (mrp.CanCastToCalled) return 194; total += itf194.CallMe (194); mrp.CanCastToCalled = false; I195 itf195 = (I195)o; if (!mrp.CanCastToCalled) return 195; total += itf195.CallMe (195); mrp.CanCastToCalled = false; itf195 = (I195)o; if (mrp.CanCastToCalled) return 195; total += itf195.CallMe (195); mrp.CanCastToCalled = false; I196 itf196 = (I196)o; if (!mrp.CanCastToCalled) return 196; total += itf196.CallMe (196); mrp.CanCastToCalled = false; itf196 = (I196)o; if (mrp.CanCastToCalled) return 196; total += itf196.CallMe (196); mrp.CanCastToCalled = false; I197 itf197 = (I197)o; if (!mrp.CanCastToCalled) return 197; total += itf197.CallMe (197); mrp.CanCastToCalled = false; itf197 = (I197)o; if (mrp.CanCastToCalled) return 197; total += itf197.CallMe (197); mrp.CanCastToCalled = false; I198 itf198 = (I198)o; if (!mrp.CanCastToCalled) return 198; total += itf198.CallMe (198); mrp.CanCastToCalled = false; itf198 = (I198)o; if (mrp.CanCastToCalled) return 198; total += itf198.CallMe (198); mrp.CanCastToCalled = false; I199 itf199 = (I199)o; if (!mrp.CanCastToCalled) return 199; total += itf199.CallMe (199); mrp.CanCastToCalled = false; itf199 = (I199)o; if (mrp.CanCastToCalled) return 199; total += itf199.CallMe (199); mrp.CanCastToCalled = false; I200 itf200 = (I200)o; if (!mrp.CanCastToCalled) return 200; total += itf200.CallMe (200); mrp.CanCastToCalled = false; itf200 = (I200)o; if (mrp.CanCastToCalled) return 200; total += itf200.CallMe (200); mrp.CanCastToCalled = false; I201 itf201 = (I201)o; if (!mrp.CanCastToCalled) return 201; total += itf201.CallMe (201); mrp.CanCastToCalled = false; itf201 = (I201)o; if (mrp.CanCastToCalled) return 201; total += itf201.CallMe (201); mrp.CanCastToCalled = false; I202 itf202 = (I202)o; if (!mrp.CanCastToCalled) return 202; total += itf202.CallMe (202); mrp.CanCastToCalled = false; itf202 = (I202)o; if (mrp.CanCastToCalled) return 202; total += itf202.CallMe (202); mrp.CanCastToCalled = false; I203 itf203 = (I203)o; if (!mrp.CanCastToCalled) return 203; total += itf203.CallMe (203); mrp.CanCastToCalled = false; itf203 = (I203)o; if (mrp.CanCastToCalled) return 203; total += itf203.CallMe (203); mrp.CanCastToCalled = false; I204 itf204 = (I204)o; if (!mrp.CanCastToCalled) return 204; total += itf204.CallMe (204); mrp.CanCastToCalled = false; itf204 = (I204)o; if (mrp.CanCastToCalled) return 204; total += itf204.CallMe (204); mrp.CanCastToCalled = false; I205 itf205 = (I205)o; if (!mrp.CanCastToCalled) return 205; total += itf205.CallMe (205); mrp.CanCastToCalled = false; itf205 = (I205)o; if (mrp.CanCastToCalled) return 205; total += itf205.CallMe (205); mrp.CanCastToCalled = false; I206 itf206 = (I206)o; if (!mrp.CanCastToCalled) return 206; total += itf206.CallMe (206); mrp.CanCastToCalled = false; itf206 = (I206)o; if (mrp.CanCastToCalled) return 206; total += itf206.CallMe (206); mrp.CanCastToCalled = false; I207 itf207 = (I207)o; if (!mrp.CanCastToCalled) return 207; total += itf207.CallMe (207); mrp.CanCastToCalled = false; itf207 = (I207)o; if (mrp.CanCastToCalled) return 207; total += itf207.CallMe (207); mrp.CanCastToCalled = false; I208 itf208 = (I208)o; if (!mrp.CanCastToCalled) return 208; total += itf208.CallMe (208); mrp.CanCastToCalled = false; itf208 = (I208)o; if (mrp.CanCastToCalled) return 208; total += itf208.CallMe (208); mrp.CanCastToCalled = false; I209 itf209 = (I209)o; if (!mrp.CanCastToCalled) return 209; total += itf209.CallMe (209); mrp.CanCastToCalled = false; itf209 = (I209)o; if (mrp.CanCastToCalled) return 209; total += itf209.CallMe (209); mrp.CanCastToCalled = false; I210 itf210 = (I210)o; if (!mrp.CanCastToCalled) return 210; total += itf210.CallMe (210); mrp.CanCastToCalled = false; itf210 = (I210)o; if (mrp.CanCastToCalled) return 210; total += itf210.CallMe (210); mrp.CanCastToCalled = false; I211 itf211 = (I211)o; if (!mrp.CanCastToCalled) return 211; total += itf211.CallMe (211); mrp.CanCastToCalled = false; itf211 = (I211)o; if (mrp.CanCastToCalled) return 211; total += itf211.CallMe (211); mrp.CanCastToCalled = false; I212 itf212 = (I212)o; if (!mrp.CanCastToCalled) return 212; total += itf212.CallMe (212); mrp.CanCastToCalled = false; itf212 = (I212)o; if (mrp.CanCastToCalled) return 212; total += itf212.CallMe (212); mrp.CanCastToCalled = false; I213 itf213 = (I213)o; if (!mrp.CanCastToCalled) return 213; total += itf213.CallMe (213); mrp.CanCastToCalled = false; itf213 = (I213)o; if (mrp.CanCastToCalled) return 213; total += itf213.CallMe (213); mrp.CanCastToCalled = false; I214 itf214 = (I214)o; if (!mrp.CanCastToCalled) return 214; total += itf214.CallMe (214); mrp.CanCastToCalled = false; itf214 = (I214)o; if (mrp.CanCastToCalled) return 214; total += itf214.CallMe (214); mrp.CanCastToCalled = false; I215 itf215 = (I215)o; if (!mrp.CanCastToCalled) return 215; total += itf215.CallMe (215); mrp.CanCastToCalled = false; itf215 = (I215)o; if (mrp.CanCastToCalled) return 215; total += itf215.CallMe (215); mrp.CanCastToCalled = false; I216 itf216 = (I216)o; if (!mrp.CanCastToCalled) return 216; total += itf216.CallMe (216); mrp.CanCastToCalled = false; itf216 = (I216)o; if (mrp.CanCastToCalled) return 216; total += itf216.CallMe (216); mrp.CanCastToCalled = false; I217 itf217 = (I217)o; if (!mrp.CanCastToCalled) return 217; total += itf217.CallMe (217); mrp.CanCastToCalled = false; itf217 = (I217)o; if (mrp.CanCastToCalled) return 217; total += itf217.CallMe (217); mrp.CanCastToCalled = false; I218 itf218 = (I218)o; if (!mrp.CanCastToCalled) return 218; total += itf218.CallMe (218); mrp.CanCastToCalled = false; itf218 = (I218)o; if (mrp.CanCastToCalled) return 218; total += itf218.CallMe (218); mrp.CanCastToCalled = false; I219 itf219 = (I219)o; if (!mrp.CanCastToCalled) return 219; total += itf219.CallMe (219); mrp.CanCastToCalled = false; itf219 = (I219)o; if (mrp.CanCastToCalled) return 219; total += itf219.CallMe (219); mrp.CanCastToCalled = false; I220 itf220 = (I220)o; if (!mrp.CanCastToCalled) return 220; total += itf220.CallMe (220); mrp.CanCastToCalled = false; itf220 = (I220)o; if (mrp.CanCastToCalled) return 220; total += itf220.CallMe (220); mrp.CanCastToCalled = false; I221 itf221 = (I221)o; if (!mrp.CanCastToCalled) return 221; total += itf221.CallMe (221); mrp.CanCastToCalled = false; itf221 = (I221)o; if (mrp.CanCastToCalled) return 221; total += itf221.CallMe (221); mrp.CanCastToCalled = false; I222 itf222 = (I222)o; if (!mrp.CanCastToCalled) return 222; total += itf222.CallMe (222); mrp.CanCastToCalled = false; itf222 = (I222)o; if (mrp.CanCastToCalled) return 222; total += itf222.CallMe (222); mrp.CanCastToCalled = false; I223 itf223 = (I223)o; if (!mrp.CanCastToCalled) return 223; total += itf223.CallMe (223); mrp.CanCastToCalled = false; itf223 = (I223)o; if (mrp.CanCastToCalled) return 223; total += itf223.CallMe (223); mrp.CanCastToCalled = false; I224 itf224 = (I224)o; if (!mrp.CanCastToCalled) return 224; total += itf224.CallMe (224); mrp.CanCastToCalled = false; itf224 = (I224)o; if (mrp.CanCastToCalled) return 224; total += itf224.CallMe (224); mrp.CanCastToCalled = false; I225 itf225 = (I225)o; if (!mrp.CanCastToCalled) return 225; total += itf225.CallMe (225); mrp.CanCastToCalled = false; itf225 = (I225)o; if (mrp.CanCastToCalled) return 225; total += itf225.CallMe (225); mrp.CanCastToCalled = false; I226 itf226 = (I226)o; if (!mrp.CanCastToCalled) return 226; total += itf226.CallMe (226); mrp.CanCastToCalled = false; itf226 = (I226)o; if (mrp.CanCastToCalled) return 226; total += itf226.CallMe (226); mrp.CanCastToCalled = false; I227 itf227 = (I227)o; if (!mrp.CanCastToCalled) return 227; total += itf227.CallMe (227); mrp.CanCastToCalled = false; itf227 = (I227)o; if (mrp.CanCastToCalled) return 227; total += itf227.CallMe (227); mrp.CanCastToCalled = false; I228 itf228 = (I228)o; if (!mrp.CanCastToCalled) return 228; total += itf228.CallMe (228); mrp.CanCastToCalled = false; itf228 = (I228)o; if (mrp.CanCastToCalled) return 228; total += itf228.CallMe (228); mrp.CanCastToCalled = false; I229 itf229 = (I229)o; if (!mrp.CanCastToCalled) return 229; total += itf229.CallMe (229); mrp.CanCastToCalled = false; itf229 = (I229)o; if (mrp.CanCastToCalled) return 229; total += itf229.CallMe (229); mrp.CanCastToCalled = false; I230 itf230 = (I230)o; if (!mrp.CanCastToCalled) return 230; total += itf230.CallMe (230); mrp.CanCastToCalled = false; itf230 = (I230)o; if (mrp.CanCastToCalled) return 230; total += itf230.CallMe (230); mrp.CanCastToCalled = false; I231 itf231 = (I231)o; if (!mrp.CanCastToCalled) return 231; total += itf231.CallMe (231); mrp.CanCastToCalled = false; itf231 = (I231)o; if (mrp.CanCastToCalled) return 231; total += itf231.CallMe (231); mrp.CanCastToCalled = false; I232 itf232 = (I232)o; if (!mrp.CanCastToCalled) return 232; total += itf232.CallMe (232); mrp.CanCastToCalled = false; itf232 = (I232)o; if (mrp.CanCastToCalled) return 232; total += itf232.CallMe (232); mrp.CanCastToCalled = false; I233 itf233 = (I233)o; if (!mrp.CanCastToCalled) return 233; total += itf233.CallMe (233); mrp.CanCastToCalled = false; itf233 = (I233)o; if (mrp.CanCastToCalled) return 233; total += itf233.CallMe (233); mrp.CanCastToCalled = false; I234 itf234 = (I234)o; if (!mrp.CanCastToCalled) return 234; total += itf234.CallMe (234); mrp.CanCastToCalled = false; itf234 = (I234)o; if (mrp.CanCastToCalled) return 234; total += itf234.CallMe (234); mrp.CanCastToCalled = false; I235 itf235 = (I235)o; if (!mrp.CanCastToCalled) return 235; total += itf235.CallMe (235); mrp.CanCastToCalled = false; itf235 = (I235)o; if (mrp.CanCastToCalled) return 235; total += itf235.CallMe (235); mrp.CanCastToCalled = false; I236 itf236 = (I236)o; if (!mrp.CanCastToCalled) return 236; total += itf236.CallMe (236); mrp.CanCastToCalled = false; itf236 = (I236)o; if (mrp.CanCastToCalled) return 236; total += itf236.CallMe (236); mrp.CanCastToCalled = false; I237 itf237 = (I237)o; if (!mrp.CanCastToCalled) return 237; total += itf237.CallMe (237); mrp.CanCastToCalled = false; itf237 = (I237)o; if (mrp.CanCastToCalled) return 237; total += itf237.CallMe (237); mrp.CanCastToCalled = false; I238 itf238 = (I238)o; if (!mrp.CanCastToCalled) return 238; total += itf238.CallMe (238); mrp.CanCastToCalled = false; itf238 = (I238)o; if (mrp.CanCastToCalled) return 238; total += itf238.CallMe (238); mrp.CanCastToCalled = false; I239 itf239 = (I239)o; if (!mrp.CanCastToCalled) return 239; total += itf239.CallMe (239); mrp.CanCastToCalled = false; itf239 = (I239)o; if (mrp.CanCastToCalled) return 239; total += itf239.CallMe (239); mrp.CanCastToCalled = false; I240 itf240 = (I240)o; if (!mrp.CanCastToCalled) return 240; total += itf240.CallMe (240); mrp.CanCastToCalled = false; itf240 = (I240)o; if (mrp.CanCastToCalled) return 240; total += itf240.CallMe (240); mrp.CanCastToCalled = false; I241 itf241 = (I241)o; if (!mrp.CanCastToCalled) return 241; total += itf241.CallMe (241); mrp.CanCastToCalled = false; itf241 = (I241)o; if (mrp.CanCastToCalled) return 241; total += itf241.CallMe (241); mrp.CanCastToCalled = false; I242 itf242 = (I242)o; if (!mrp.CanCastToCalled) return 242; total += itf242.CallMe (242); mrp.CanCastToCalled = false; itf242 = (I242)o; if (mrp.CanCastToCalled) return 242; total += itf242.CallMe (242); mrp.CanCastToCalled = false; I243 itf243 = (I243)o; if (!mrp.CanCastToCalled) return 243; total += itf243.CallMe (243); mrp.CanCastToCalled = false; itf243 = (I243)o; if (mrp.CanCastToCalled) return 243; total += itf243.CallMe (243); mrp.CanCastToCalled = false; I244 itf244 = (I244)o; if (!mrp.CanCastToCalled) return 244; total += itf244.CallMe (244); mrp.CanCastToCalled = false; itf244 = (I244)o; if (mrp.CanCastToCalled) return 244; total += itf244.CallMe (244); mrp.CanCastToCalled = false; I245 itf245 = (I245)o; if (!mrp.CanCastToCalled) return 245; total += itf245.CallMe (245); mrp.CanCastToCalled = false; itf245 = (I245)o; if (mrp.CanCastToCalled) return 245; total += itf245.CallMe (245); mrp.CanCastToCalled = false; I246 itf246 = (I246)o; if (!mrp.CanCastToCalled) return 246; total += itf246.CallMe (246); mrp.CanCastToCalled = false; itf246 = (I246)o; if (mrp.CanCastToCalled) return 246; total += itf246.CallMe (246); mrp.CanCastToCalled = false; I247 itf247 = (I247)o; if (!mrp.CanCastToCalled) return 247; total += itf247.CallMe (247); mrp.CanCastToCalled = false; itf247 = (I247)o; if (mrp.CanCastToCalled) return 247; total += itf247.CallMe (247); mrp.CanCastToCalled = false; I248 itf248 = (I248)o; if (!mrp.CanCastToCalled) return 248; total += itf248.CallMe (248); mrp.CanCastToCalled = false; itf248 = (I248)o; if (mrp.CanCastToCalled) return 248; total += itf248.CallMe (248); mrp.CanCastToCalled = false; I249 itf249 = (I249)o; if (!mrp.CanCastToCalled) return 249; total += itf249.CallMe (249); mrp.CanCastToCalled = false; itf249 = (I249)o; if (mrp.CanCastToCalled) return 249; total += itf249.CallMe (249); mrp.CanCastToCalled = false; I250 itf250 = (I250)o; if (!mrp.CanCastToCalled) return 250; total += itf250.CallMe (250); mrp.CanCastToCalled = false; itf250 = (I250)o; if (mrp.CanCastToCalled) return 250; total += itf250.CallMe (250); mrp.CanCastToCalled = false; I251 itf251 = (I251)o; if (!mrp.CanCastToCalled) return 251; total += itf251.CallMe (251); mrp.CanCastToCalled = false; itf251 = (I251)o; if (mrp.CanCastToCalled) return 251; total += itf251.CallMe (251); mrp.CanCastToCalled = false; I252 itf252 = (I252)o; if (!mrp.CanCastToCalled) return 252; total += itf252.CallMe (252); mrp.CanCastToCalled = false; itf252 = (I252)o; if (mrp.CanCastToCalled) return 252; total += itf252.CallMe (252); mrp.CanCastToCalled = false; I253 itf253 = (I253)o; if (!mrp.CanCastToCalled) return 253; total += itf253.CallMe (253); mrp.CanCastToCalled = false; itf253 = (I253)o; if (mrp.CanCastToCalled) return 253; total += itf253.CallMe (253); mrp.CanCastToCalled = false; I254 itf254 = (I254)o; if (!mrp.CanCastToCalled) return 254; total += itf254.CallMe (254); mrp.CanCastToCalled = false; itf254 = (I254)o; if (mrp.CanCastToCalled) return 254; total += itf254.CallMe (254); mrp.CanCastToCalled = false; I255 itf255 = (I255)o; if (!mrp.CanCastToCalled) return 255; total += itf255.CallMe (255); mrp.CanCastToCalled = false; itf255 = (I255)o; if (mrp.CanCastToCalled) return 255; total += itf255.CallMe (255); mrp.CanCastToCalled = false; I256 itf256 = (I256)o; if (!mrp.CanCastToCalled) return 256; total += itf256.CallMe (256); mrp.CanCastToCalled = false; itf256 = (I256)o; if (mrp.CanCastToCalled) return 256; total += itf256.CallMe (256); mrp.CanCastToCalled = false; I257 itf257 = (I257)o; if (!mrp.CanCastToCalled) return 257; total += itf257.CallMe (257); mrp.CanCastToCalled = false; itf257 = (I257)o; if (mrp.CanCastToCalled) return 257; total += itf257.CallMe (257); mrp.CanCastToCalled = false; I258 itf258 = (I258)o; if (!mrp.CanCastToCalled) return 258; total += itf258.CallMe (258); mrp.CanCastToCalled = false; itf258 = (I258)o; if (mrp.CanCastToCalled) return 258; total += itf258.CallMe (258); mrp.CanCastToCalled = false; I259 itf259 = (I259)o; if (!mrp.CanCastToCalled) return 259; total += itf259.CallMe (259); mrp.CanCastToCalled = false; itf259 = (I259)o; if (mrp.CanCastToCalled) return 259; total += itf259.CallMe (259); mrp.CanCastToCalled = false; I260 itf260 = (I260)o; if (!mrp.CanCastToCalled) return 260; total += itf260.CallMe (260); mrp.CanCastToCalled = false; itf260 = (I260)o; if (mrp.CanCastToCalled) return 260; total += itf260.CallMe (260); mrp.CanCastToCalled = false; I261 itf261 = (I261)o; if (!mrp.CanCastToCalled) return 261; total += itf261.CallMe (261); mrp.CanCastToCalled = false; itf261 = (I261)o; if (mrp.CanCastToCalled) return 261; total += itf261.CallMe (261); mrp.CanCastToCalled = false; I262 itf262 = (I262)o; if (!mrp.CanCastToCalled) return 262; total += itf262.CallMe (262); mrp.CanCastToCalled = false; itf262 = (I262)o; if (mrp.CanCastToCalled) return 262; total += itf262.CallMe (262); mrp.CanCastToCalled = false; I263 itf263 = (I263)o; if (!mrp.CanCastToCalled) return 263; total += itf263.CallMe (263); mrp.CanCastToCalled = false; itf263 = (I263)o; if (mrp.CanCastToCalled) return 263; total += itf263.CallMe (263); mrp.CanCastToCalled = false; I264 itf264 = (I264)o; if (!mrp.CanCastToCalled) return 264; total += itf264.CallMe (264); mrp.CanCastToCalled = false; itf264 = (I264)o; if (mrp.CanCastToCalled) return 264; total += itf264.CallMe (264); mrp.CanCastToCalled = false; I265 itf265 = (I265)o; if (!mrp.CanCastToCalled) return 265; total += itf265.CallMe (265); mrp.CanCastToCalled = false; itf265 = (I265)o; if (mrp.CanCastToCalled) return 265; total += itf265.CallMe (265); mrp.CanCastToCalled = false; I266 itf266 = (I266)o; if (!mrp.CanCastToCalled) return 266; total += itf266.CallMe (266); mrp.CanCastToCalled = false; itf266 = (I266)o; if (mrp.CanCastToCalled) return 266; total += itf266.CallMe (266); mrp.CanCastToCalled = false; I267 itf267 = (I267)o; if (!mrp.CanCastToCalled) return 267; total += itf267.CallMe (267); mrp.CanCastToCalled = false; itf267 = (I267)o; if (mrp.CanCastToCalled) return 267; total += itf267.CallMe (267); mrp.CanCastToCalled = false; I268 itf268 = (I268)o; if (!mrp.CanCastToCalled) return 268; total += itf268.CallMe (268); mrp.CanCastToCalled = false; itf268 = (I268)o; if (mrp.CanCastToCalled) return 268; total += itf268.CallMe (268); mrp.CanCastToCalled = false; I269 itf269 = (I269)o; if (!mrp.CanCastToCalled) return 269; total += itf269.CallMe (269); mrp.CanCastToCalled = false; itf269 = (I269)o; if (mrp.CanCastToCalled) return 269; total += itf269.CallMe (269); mrp.CanCastToCalled = false; I270 itf270 = (I270)o; if (!mrp.CanCastToCalled) return 270; total += itf270.CallMe (270); mrp.CanCastToCalled = false; itf270 = (I270)o; if (mrp.CanCastToCalled) return 270; total += itf270.CallMe (270); mrp.CanCastToCalled = false; I271 itf271 = (I271)o; if (!mrp.CanCastToCalled) return 271; total += itf271.CallMe (271); mrp.CanCastToCalled = false; itf271 = (I271)o; if (mrp.CanCastToCalled) return 271; total += itf271.CallMe (271); mrp.CanCastToCalled = false; I272 itf272 = (I272)o; if (!mrp.CanCastToCalled) return 272; total += itf272.CallMe (272); mrp.CanCastToCalled = false; itf272 = (I272)o; if (mrp.CanCastToCalled) return 272; total += itf272.CallMe (272); mrp.CanCastToCalled = false; I273 itf273 = (I273)o; if (!mrp.CanCastToCalled) return 273; total += itf273.CallMe (273); mrp.CanCastToCalled = false; itf273 = (I273)o; if (mrp.CanCastToCalled) return 273; total += itf273.CallMe (273); mrp.CanCastToCalled = false; I274 itf274 = (I274)o; if (!mrp.CanCastToCalled) return 274; total += itf274.CallMe (274); mrp.CanCastToCalled = false; itf274 = (I274)o; if (mrp.CanCastToCalled) return 274; total += itf274.CallMe (274); mrp.CanCastToCalled = false; I275 itf275 = (I275)o; if (!mrp.CanCastToCalled) return 275; total += itf275.CallMe (275); mrp.CanCastToCalled = false; itf275 = (I275)o; if (mrp.CanCastToCalled) return 275; total += itf275.CallMe (275); mrp.CanCastToCalled = false; I276 itf276 = (I276)o; if (!mrp.CanCastToCalled) return 276; total += itf276.CallMe (276); mrp.CanCastToCalled = false; itf276 = (I276)o; if (mrp.CanCastToCalled) return 276; total += itf276.CallMe (276); mrp.CanCastToCalled = false; I277 itf277 = (I277)o; if (!mrp.CanCastToCalled) return 277; total += itf277.CallMe (277); mrp.CanCastToCalled = false; itf277 = (I277)o; if (mrp.CanCastToCalled) return 277; total += itf277.CallMe (277); mrp.CanCastToCalled = false; I278 itf278 = (I278)o; if (!mrp.CanCastToCalled) return 278; total += itf278.CallMe (278); mrp.CanCastToCalled = false; itf278 = (I278)o; if (mrp.CanCastToCalled) return 278; total += itf278.CallMe (278); mrp.CanCastToCalled = false; I279 itf279 = (I279)o; if (!mrp.CanCastToCalled) return 279; total += itf279.CallMe (279); mrp.CanCastToCalled = false; itf279 = (I279)o; if (mrp.CanCastToCalled) return 279; total += itf279.CallMe (279); mrp.CanCastToCalled = false; I280 itf280 = (I280)o; if (!mrp.CanCastToCalled) return 280; total += itf280.CallMe (280); mrp.CanCastToCalled = false; itf280 = (I280)o; if (mrp.CanCastToCalled) return 280; total += itf280.CallMe (280); mrp.CanCastToCalled = false; I281 itf281 = (I281)o; if (!mrp.CanCastToCalled) return 281; total += itf281.CallMe (281); mrp.CanCastToCalled = false; itf281 = (I281)o; if (mrp.CanCastToCalled) return 281; total += itf281.CallMe (281); mrp.CanCastToCalled = false; I282 itf282 = (I282)o; if (!mrp.CanCastToCalled) return 282; total += itf282.CallMe (282); mrp.CanCastToCalled = false; itf282 = (I282)o; if (mrp.CanCastToCalled) return 282; total += itf282.CallMe (282); mrp.CanCastToCalled = false; I283 itf283 = (I283)o; if (!mrp.CanCastToCalled) return 283; total += itf283.CallMe (283); mrp.CanCastToCalled = false; itf283 = (I283)o; if (mrp.CanCastToCalled) return 283; total += itf283.CallMe (283); mrp.CanCastToCalled = false; I284 itf284 = (I284)o; if (!mrp.CanCastToCalled) return 284; total += itf284.CallMe (284); mrp.CanCastToCalled = false; itf284 = (I284)o; if (mrp.CanCastToCalled) return 284; total += itf284.CallMe (284); mrp.CanCastToCalled = false; I285 itf285 = (I285)o; if (!mrp.CanCastToCalled) return 285; total += itf285.CallMe (285); mrp.CanCastToCalled = false; itf285 = (I285)o; if (mrp.CanCastToCalled) return 285; total += itf285.CallMe (285); mrp.CanCastToCalled = false; I286 itf286 = (I286)o; if (!mrp.CanCastToCalled) return 286; total += itf286.CallMe (286); mrp.CanCastToCalled = false; itf286 = (I286)o; if (mrp.CanCastToCalled) return 286; total += itf286.CallMe (286); mrp.CanCastToCalled = false; I287 itf287 = (I287)o; if (!mrp.CanCastToCalled) return 287; total += itf287.CallMe (287); mrp.CanCastToCalled = false; itf287 = (I287)o; if (mrp.CanCastToCalled) return 287; total += itf287.CallMe (287); mrp.CanCastToCalled = false; I288 itf288 = (I288)o; if (!mrp.CanCastToCalled) return 288; total += itf288.CallMe (288); mrp.CanCastToCalled = false; itf288 = (I288)o; if (mrp.CanCastToCalled) return 288; total += itf288.CallMe (288); mrp.CanCastToCalled = false; I289 itf289 = (I289)o; if (!mrp.CanCastToCalled) return 289; total += itf289.CallMe (289); mrp.CanCastToCalled = false; itf289 = (I289)o; if (mrp.CanCastToCalled) return 289; total += itf289.CallMe (289); mrp.CanCastToCalled = false; I290 itf290 = (I290)o; if (!mrp.CanCastToCalled) return 290; total += itf290.CallMe (290); mrp.CanCastToCalled = false; itf290 = (I290)o; if (mrp.CanCastToCalled) return 290; total += itf290.CallMe (290); mrp.CanCastToCalled = false; I291 itf291 = (I291)o; if (!mrp.CanCastToCalled) return 291; total += itf291.CallMe (291); mrp.CanCastToCalled = false; itf291 = (I291)o; if (mrp.CanCastToCalled) return 291; total += itf291.CallMe (291); mrp.CanCastToCalled = false; I292 itf292 = (I292)o; if (!mrp.CanCastToCalled) return 292; total += itf292.CallMe (292); mrp.CanCastToCalled = false; itf292 = (I292)o; if (mrp.CanCastToCalled) return 292; total += itf292.CallMe (292); mrp.CanCastToCalled = false; I293 itf293 = (I293)o; if (!mrp.CanCastToCalled) return 293; total += itf293.CallMe (293); mrp.CanCastToCalled = false; itf293 = (I293)o; if (mrp.CanCastToCalled) return 293; total += itf293.CallMe (293); mrp.CanCastToCalled = false; I294 itf294 = (I294)o; if (!mrp.CanCastToCalled) return 294; total += itf294.CallMe (294); mrp.CanCastToCalled = false; itf294 = (I294)o; if (mrp.CanCastToCalled) return 294; total += itf294.CallMe (294); mrp.CanCastToCalled = false; I295 itf295 = (I295)o; if (!mrp.CanCastToCalled) return 295; total += itf295.CallMe (295); mrp.CanCastToCalled = false; itf295 = (I295)o; if (mrp.CanCastToCalled) return 295; total += itf295.CallMe (295); mrp.CanCastToCalled = false; I296 itf296 = (I296)o; if (!mrp.CanCastToCalled) return 296; total += itf296.CallMe (296); mrp.CanCastToCalled = false; itf296 = (I296)o; if (mrp.CanCastToCalled) return 296; total += itf296.CallMe (296); mrp.CanCastToCalled = false; I297 itf297 = (I297)o; if (!mrp.CanCastToCalled) return 297; total += itf297.CallMe (297); mrp.CanCastToCalled = false; itf297 = (I297)o; if (mrp.CanCastToCalled) return 297; total += itf297.CallMe (297); mrp.CanCastToCalled = false; I298 itf298 = (I298)o; if (!mrp.CanCastToCalled) return 298; total += itf298.CallMe (298); mrp.CanCastToCalled = false; itf298 = (I298)o; if (mrp.CanCastToCalled) return 298; total += itf298.CallMe (298); mrp.CanCastToCalled = false; I299 itf299 = (I299)o; if (!mrp.CanCastToCalled) return 299; total += itf299.CallMe (299); mrp.CanCastToCalled = false; itf299 = (I299)o; if (mrp.CanCastToCalled) return 299; total += itf299.CallMe (299); mrp.CanCastToCalled = false; I300 itf300 = (I300)o; if (!mrp.CanCastToCalled) return 300; total += itf300.CallMe (300); mrp.CanCastToCalled = false; itf300 = (I300)o; if (mrp.CanCastToCalled) return 300; total += itf300.CallMe (300); Console.WriteLine ("finished"); return 0; } } class MyRealProxy : RealProxy, IRemotingTypeInfo { MBRO mbro; bool can_cast_to_called = false; public MyRealProxy (MBRO mbro) : base (typeof (MBRO)) { this.mbro = mbro; } public override System.Runtime.Remoting.Messaging.IMessage Invoke (System.Runtime.Remoting.Messaging.IMessage msg) { IMethodCallMessage call = (IMethodCallMessage)msg; return new ReturnMessage (mbro.CallMe ((int)call.Args[0]), null, 0, null, call); } public bool CanCastTo (Type fromType, object o) { can_cast_to_called = true; return true; } public string TypeName { get { return ""; } set { throw new Exception ("Should not be called"); } } public bool CanCastToCalled { get { return can_cast_to_called; } set { can_cast_to_called = value; } } } class MBRO : MarshalByRefObject { public int CallMe (int a) { return a; } } interface I1 { int CallMe (int a); } interface I2 { int CallMe (int a); } interface I3 { int CallMe (int a); } interface I4 { int CallMe (int a); } interface I5 { int CallMe (int a); } interface I6 { int CallMe (int a); } interface I7 { int CallMe (int a); } interface I8 { int CallMe (int a); } interface I9 { int CallMe (int a); } interface I10 { int CallMe (int a); } interface I11 { int CallMe (int a); } interface I12 { int CallMe (int a); } interface I13 { int CallMe (int a); } interface I14 { int CallMe (int a); } interface I15 { int CallMe (int a); } interface I16 { int CallMe (int a); } interface I17 { int CallMe (int a); } interface I18 { int CallMe (int a); } interface I19 { int CallMe (int a); } interface I20 { int CallMe (int a); } interface I21 { int CallMe (int a); } interface I22 { int CallMe (int a); } interface I23 { int CallMe (int a); } interface I24 { int CallMe (int a); } interface I25 { int CallMe (int a); } interface I26 { int CallMe (int a); } interface I27 { int CallMe (int a); } interface I28 { int CallMe (int a); } interface I29 { int CallMe (int a); } interface I30 { int CallMe (int a); } interface I31 { int CallMe (int a); } interface I32 { int CallMe (int a); } interface I33 { int CallMe (int a); } interface I34 { int CallMe (int a); } interface I35 { int CallMe (int a); } interface I36 { int CallMe (int a); } interface I37 { int CallMe (int a); } interface I38 { int CallMe (int a); } interface I39 { int CallMe (int a); } interface I40 { int CallMe (int a); } interface I41 { int CallMe (int a); } interface I42 { int CallMe (int a); } interface I43 { int CallMe (int a); } interface I44 { int CallMe (int a); } interface I45 { int CallMe (int a); } interface I46 { int CallMe (int a); } interface I47 { int CallMe (int a); } interface I48 { int CallMe (int a); } interface I49 { int CallMe (int a); } interface I50 { int CallMe (int a); } interface I51 { int CallMe (int a); } interface I52 { int CallMe (int a); } interface I53 { int CallMe (int a); } interface I54 { int CallMe (int a); } interface I55 { int CallMe (int a); } interface I56 { int CallMe (int a); } interface I57 { int CallMe (int a); } interface I58 { int CallMe (int a); } interface I59 { int CallMe (int a); } interface I60 { int CallMe (int a); } interface I61 { int CallMe (int a); } interface I62 { int CallMe (int a); } interface I63 { int CallMe (int a); } interface I64 { int CallMe (int a); } interface I65 { int CallMe (int a); } interface I66 { int CallMe (int a); } interface I67 { int CallMe (int a); } interface I68 { int CallMe (int a); } interface I69 { int CallMe (int a); } interface I70 { int CallMe (int a); } interface I71 { int CallMe (int a); } interface I72 { int CallMe (int a); } interface I73 { int CallMe (int a); } interface I74 { int CallMe (int a); } interface I75 { int CallMe (int a); } interface I76 { int CallMe (int a); } interface I77 { int CallMe (int a); } interface I78 { int CallMe (int a); } interface I79 { int CallMe (int a); } interface I80 { int CallMe (int a); } interface I81 { int CallMe (int a); } interface I82 { int CallMe (int a); } interface I83 { int CallMe (int a); } interface I84 { int CallMe (int a); } interface I85 { int CallMe (int a); } interface I86 { int CallMe (int a); } interface I87 { int CallMe (int a); } interface I88 { int CallMe (int a); } interface I89 { int CallMe (int a); } interface I90 { int CallMe (int a); } interface I91 { int CallMe (int a); } interface I92 { int CallMe (int a); } interface I93 { int CallMe (int a); } interface I94 { int CallMe (int a); } interface I95 { int CallMe (int a); } interface I96 { int CallMe (int a); } interface I97 { int CallMe (int a); } interface I98 { int CallMe (int a); } interface I99 { int CallMe (int a); } interface I100 { int CallMe (int a); } interface I101 { int CallMe (int a); } interface I102 { int CallMe (int a); } interface I103 { int CallMe (int a); } interface I104 { int CallMe (int a); } interface I105 { int CallMe (int a); } interface I106 { int CallMe (int a); } interface I107 { int CallMe (int a); } interface I108 { int CallMe (int a); } interface I109 { int CallMe (int a); } interface I110 { int CallMe (int a); } interface I111 { int CallMe (int a); } interface I112 { int CallMe (int a); } interface I113 { int CallMe (int a); } interface I114 { int CallMe (int a); } interface I115 { int CallMe (int a); } interface I116 { int CallMe (int a); } interface I117 { int CallMe (int a); } interface I118 { int CallMe (int a); } interface I119 { int CallMe (int a); } interface I120 { int CallMe (int a); } interface I121 { int CallMe (int a); } interface I122 { int CallMe (int a); } interface I123 { int CallMe (int a); } interface I124 { int CallMe (int a); } interface I125 { int CallMe (int a); } interface I126 { int CallMe (int a); } interface I127 { int CallMe (int a); } interface I128 { int CallMe (int a); } interface I129 { int CallMe (int a); } interface I130 { int CallMe (int a); } interface I131 { int CallMe (int a); } interface I132 { int CallMe (int a); } interface I133 { int CallMe (int a); } interface I134 { int CallMe (int a); } interface I135 { int CallMe (int a); } interface I136 { int CallMe (int a); } interface I137 { int CallMe (int a); } interface I138 { int CallMe (int a); } interface I139 { int CallMe (int a); } interface I140 { int CallMe (int a); } interface I141 { int CallMe (int a); } interface I142 { int CallMe (int a); } interface I143 { int CallMe (int a); } interface I144 { int CallMe (int a); } interface I145 { int CallMe (int a); } interface I146 { int CallMe (int a); } interface I147 { int CallMe (int a); } interface I148 { int CallMe (int a); } interface I149 { int CallMe (int a); } interface I150 { int CallMe (int a); } interface I151 { int CallMe (int a); } interface I152 { int CallMe (int a); } interface I153 { int CallMe (int a); } interface I154 { int CallMe (int a); } interface I155 { int CallMe (int a); } interface I156 { int CallMe (int a); } interface I157 { int CallMe (int a); } interface I158 { int CallMe (int a); } interface I159 { int CallMe (int a); } interface I160 { int CallMe (int a); } interface I161 { int CallMe (int a); } interface I162 { int CallMe (int a); } interface I163 { int CallMe (int a); } interface I164 { int CallMe (int a); } interface I165 { int CallMe (int a); } interface I166 { int CallMe (int a); } interface I167 { int CallMe (int a); } interface I168 { int CallMe (int a); } interface I169 { int CallMe (int a); } interface I170 { int CallMe (int a); } interface I171 { int CallMe (int a); } interface I172 { int CallMe (int a); } interface I173 { int CallMe (int a); } interface I174 { int CallMe (int a); } interface I175 { int CallMe (int a); } interface I176 { int CallMe (int a); } interface I177 { int CallMe (int a); } interface I178 { int CallMe (int a); } interface I179 { int CallMe (int a); } interface I180 { int CallMe (int a); } interface I181 { int CallMe (int a); } interface I182 { int CallMe (int a); } interface I183 { int CallMe (int a); } interface I184 { int CallMe (int a); } interface I185 { int CallMe (int a); } interface I186 { int CallMe (int a); } interface I187 { int CallMe (int a); } interface I188 { int CallMe (int a); } interface I189 { int CallMe (int a); } interface I190 { int CallMe (int a); } interface I191 { int CallMe (int a); } interface I192 { int CallMe (int a); } interface I193 { int CallMe (int a); } interface I194 { int CallMe (int a); } interface I195 { int CallMe (int a); } interface I196 { int CallMe (int a); } interface I197 { int CallMe (int a); } interface I198 { int CallMe (int a); } interface I199 { int CallMe (int a); } interface I200 { int CallMe (int a); } interface I201 { int CallMe (int a); } interface I202 { int CallMe (int a); } interface I203 { int CallMe (int a); } interface I204 { int CallMe (int a); } interface I205 { int CallMe (int a); } interface I206 { int CallMe (int a); } interface I207 { int CallMe (int a); } interface I208 { int CallMe (int a); } interface I209 { int CallMe (int a); } interface I210 { int CallMe (int a); } interface I211 { int CallMe (int a); } interface I212 { int CallMe (int a); } interface I213 { int CallMe (int a); } interface I214 { int CallMe (int a); } interface I215 { int CallMe (int a); } interface I216 { int CallMe (int a); } interface I217 { int CallMe (int a); } interface I218 { int CallMe (int a); } interface I219 { int CallMe (int a); } interface I220 { int CallMe (int a); } interface I221 { int CallMe (int a); } interface I222 { int CallMe (int a); } interface I223 { int CallMe (int a); } interface I224 { int CallMe (int a); } interface I225 { int CallMe (int a); } interface I226 { int CallMe (int a); } interface I227 { int CallMe (int a); } interface I228 { int CallMe (int a); } interface I229 { int CallMe (int a); } interface I230 { int CallMe (int a); } interface I231 { int CallMe (int a); } interface I232 { int CallMe (int a); } interface I233 { int CallMe (int a); } interface I234 { int CallMe (int a); } interface I235 { int CallMe (int a); } interface I236 { int CallMe (int a); } interface I237 { int CallMe (int a); } interface I238 { int CallMe (int a); } interface I239 { int CallMe (int a); } interface I240 { int CallMe (int a); } interface I241 { int CallMe (int a); } interface I242 { int CallMe (int a); } interface I243 { int CallMe (int a); } interface I244 { int CallMe (int a); } interface I245 { int CallMe (int a); } interface I246 { int CallMe (int a); } interface I247 { int CallMe (int a); } interface I248 { int CallMe (int a); } interface I249 { int CallMe (int a); } interface I250 { int CallMe (int a); } interface I251 { int CallMe (int a); } interface I252 { int CallMe (int a); } interface I253 { int CallMe (int a); } interface I254 { int CallMe (int a); } interface I255 { int CallMe (int a); } interface I256 { int CallMe (int a); } interface I257 { int CallMe (int a); } interface I258 { int CallMe (int a); } interface I259 { int CallMe (int a); } interface I260 { int CallMe (int a); } interface I261 { int CallMe (int a); } interface I262 { int CallMe (int a); } interface I263 { int CallMe (int a); } interface I264 { int CallMe (int a); } interface I265 { int CallMe (int a); } interface I266 { int CallMe (int a); } interface I267 { int CallMe (int a); } interface I268 { int CallMe (int a); } interface I269 { int CallMe (int a); } interface I270 { int CallMe (int a); } interface I271 { int CallMe (int a); } interface I272 { int CallMe (int a); } interface I273 { int CallMe (int a); } interface I274 { int CallMe (int a); } interface I275 { int CallMe (int a); } interface I276 { int CallMe (int a); } interface I277 { int CallMe (int a); } interface I278 { int CallMe (int a); } interface I279 { int CallMe (int a); } interface I280 { int CallMe (int a); } interface I281 { int CallMe (int a); } interface I282 { int CallMe (int a); } interface I283 { int CallMe (int a); } interface I284 { int CallMe (int a); } interface I285 { int CallMe (int a); } interface I286 { int CallMe (int a); } interface I287 { int CallMe (int a); } interface I288 { int CallMe (int a); } interface I289 { int CallMe (int a); } interface I290 { int CallMe (int a); } interface I291 { int CallMe (int a); } interface I292 { int CallMe (int a); } interface I293 { int CallMe (int a); } interface I294 { int CallMe (int a); } interface I295 { int CallMe (int a); } interface I296 { int CallMe (int a); } interface I297 { int CallMe (int a); } interface I298 { int CallMe (int a); } interface I299 { int CallMe (int a); } interface I300 { int CallMe (int a); }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/tests/JIT/CodeGenBringUpTests/Array1.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; public class BringUpTest_Array1 { const int Pass = 100; const int Fail = -1; [MethodImplAttribute(MethodImplOptions.NoInlining)] static void Array1(int[] a) { a[1] = 5; } static int Main() { int[] a = {1, 2, 3, 4}; Array1(a); if (a[1] != 5) return Fail; return Pass; } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; public class BringUpTest_Array1 { const int Pass = 100; const int Fail = -1; [MethodImplAttribute(MethodImplOptions.NoInlining)] static void Array1(int[] a) { a[1] = 5; } static int Main() { int[] a = {1, 2, 3, 4}; Array1(a); if (a[1] != 5) return Fail; return Pass; } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/Common/src/Interop/Windows/Kernel32/Interop.SetFileInformationByHandle.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Kernel32 { [GeneratedDllImport(Libraries.Kernel32, SetLastError = true)] internal static unsafe partial bool SetFileInformationByHandle( SafeFileHandle hFile, int FileInformationClass, void* lpFileInformation, uint dwBufferSize); } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Kernel32 { [GeneratedDllImport(Libraries.Kernel32, SetLastError = true)] internal static unsafe partial bool SetFileInformationByHandle( SafeFileHandle hFile, int FileInformationClass, void* lpFileInformation, uint dwBufferSize); } }
-1
dotnet/runtime
66,111
Update RegexGenerator to require LangVersion > 10
We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
stephentoub
2022-03-02T21:41:16Z
2022-03-03T04:10:47Z
83adfae6a6273d8fb4c69554aa3b1cc7cbf01c71
c4541b3f4f66209aed77c7d7d0fd9d8511e3ac5e
Update RegexGenerator to require LangVersion > 10. We plan to take a dependency on a C# 11 language feature. For now, reserve that right by requiring a version > 10. We can downgrade it later if possible and desired.
./src/libraries/System.Runtime/tests/System/Reflection/CustomAttribute_Named_Typed_ArgumentTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Reflection; using Xunit; namespace System.Reflection.Tests { public static class CustomAttribute_Named_Typed_ArgumentTests { [Fact] public static void Test_CustomAttributeNamedTypedArgument_Constructor() { AssertExtensions.Throws<ArgumentNullException>("memberInfo", () => new CustomAttributeNamedArgument(null, null)); MethodInfo m = typeof(CustomAttribute_Named_Typed_ArgumentTests).GetMethod("MyMethod", BindingFlags.Static | BindingFlags.NonPublic); foreach (CustomAttributeData cad in CustomAttributeData.GetCustomAttributes(m)) { foreach (CustomAttributeTypedArgument cata in cad.ConstructorArguments) { Assert.True(cata.ArgumentType == typeof(MyKinds)); Assert.Equal("0", cata.Value.ToString()); } foreach (CustomAttributeNamedArgument cana in cad.NamedArguments) { Assert.Equal("System.String Desc", cana.MemberInfo.ToString()); Assert.True(cana.TypedValue.ArgumentType == typeof(string)); Assert.Equal("This is a description on a method", cana.TypedValue.Value.ToString()); } return; } Assert.True(false, "Expected to find MyAttr Attribute"); } [Fact] public static void Test_CustomAttributeTypedArgument_Constructor() { Type t = typeof(MyClass); foreach (CustomAttributeData cad in CustomAttributeData.GetCustomAttributes(t)) { foreach (CustomAttributeTypedArgument cata in cad.ConstructorArguments) { Assert.True(cata.ArgumentType == typeof(MyKinds)); Assert.Equal("1", cata.Value.ToString()); return; } } Assert.True(false, "Expected to find MyAttr Attribute"); } [Fact] public static void Test_CustomAttributeTypedArgument_Equals() { Type t = typeof(MyClass); foreach (CustomAttributeData cad in CustomAttributeData.GetCustomAttributes(t)) { foreach (CustomAttributeTypedArgument cata in cad.ConstructorArguments) { Assert.True(cata.Equals(cata)); Assert.True(cata.Equals((object)cata)); var notEqualArgument = new CustomAttributeTypedArgument(new [] { new CustomAttributeTypedArgument(0) }); Assert.False(cata.Equals(notEqualArgument)); Assert.False(cata.Equals((object)notEqualArgument)); return; } } Assert.True(false, "Expected to find MyAttr Attribute"); } [Fact] public static void Test_CustomAttributeTypedArgument_ToString() { var argument = new CustomAttributeTypedArgument(new [] { new CustomAttributeTypedArgument(0) }); Assert.Equal("new CustomAttributeTypedArgument[1] { 0 }", argument.ToString()); } [MyAttr(MyKinds.First, Desc = "This is a description on a method")] private static void MyMethod() { } } internal enum MyKinds { First, Second }; [AttributeUsage(AttributeTargets.All)] internal class MyAttr : Attribute { private MyKinds kindVal; private string desc; public MyAttr(MyKinds kind) { kindVal = kind; } public string Desc { get { return desc; } set { desc = value; } } } [MyAttr(MyKinds.Second)] internal class MyClass { #pragma warning disable 0649 public string str; #pragma warning restore 0649 } }
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Reflection; using Xunit; namespace System.Reflection.Tests { public static class CustomAttribute_Named_Typed_ArgumentTests { [Fact] public static void Test_CustomAttributeNamedTypedArgument_Constructor() { AssertExtensions.Throws<ArgumentNullException>("memberInfo", () => new CustomAttributeNamedArgument(null, null)); MethodInfo m = typeof(CustomAttribute_Named_Typed_ArgumentTests).GetMethod("MyMethod", BindingFlags.Static | BindingFlags.NonPublic); foreach (CustomAttributeData cad in CustomAttributeData.GetCustomAttributes(m)) { foreach (CustomAttributeTypedArgument cata in cad.ConstructorArguments) { Assert.True(cata.ArgumentType == typeof(MyKinds)); Assert.Equal("0", cata.Value.ToString()); } foreach (CustomAttributeNamedArgument cana in cad.NamedArguments) { Assert.Equal("System.String Desc", cana.MemberInfo.ToString()); Assert.True(cana.TypedValue.ArgumentType == typeof(string)); Assert.Equal("This is a description on a method", cana.TypedValue.Value.ToString()); } return; } Assert.True(false, "Expected to find MyAttr Attribute"); } [Fact] public static void Test_CustomAttributeTypedArgument_Constructor() { Type t = typeof(MyClass); foreach (CustomAttributeData cad in CustomAttributeData.GetCustomAttributes(t)) { foreach (CustomAttributeTypedArgument cata in cad.ConstructorArguments) { Assert.True(cata.ArgumentType == typeof(MyKinds)); Assert.Equal("1", cata.Value.ToString()); return; } } Assert.True(false, "Expected to find MyAttr Attribute"); } [Fact] public static void Test_CustomAttributeTypedArgument_Equals() { Type t = typeof(MyClass); foreach (CustomAttributeData cad in CustomAttributeData.GetCustomAttributes(t)) { foreach (CustomAttributeTypedArgument cata in cad.ConstructorArguments) { Assert.True(cata.Equals(cata)); Assert.True(cata.Equals((object)cata)); var notEqualArgument = new CustomAttributeTypedArgument(new [] { new CustomAttributeTypedArgument(0) }); Assert.False(cata.Equals(notEqualArgument)); Assert.False(cata.Equals((object)notEqualArgument)); return; } } Assert.True(false, "Expected to find MyAttr Attribute"); } [Fact] public static void Test_CustomAttributeTypedArgument_ToString() { var argument = new CustomAttributeTypedArgument(new [] { new CustomAttributeTypedArgument(0) }); Assert.Equal("new CustomAttributeTypedArgument[1] { 0 }", argument.ToString()); } [MyAttr(MyKinds.First, Desc = "This is a description on a method")] private static void MyMethod() { } } internal enum MyKinds { First, Second }; [AttributeUsage(AttributeTargets.All)] internal class MyAttr : Attribute { private MyKinds kindVal; private string desc; public MyAttr(MyKinds kind) { kindVal = kind; } public string Desc { get { return desc; } set { desc = value; } } } [MyAttr(MyKinds.Second)] internal class MyClass { #pragma warning disable 0649 public string str; #pragma warning restore 0649 } }
-1