You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Select((parameter,index)=>$"this.__argField{index} = {benchmarkCase.Parameters.GetArgument(parameter.Name).ToSourceCode()};"));// we init the fields in ctor to provoke all possible allocations and overhead of other type
175
+
.Select((parameter,index)=>$"this.__argField{index} = {benchmarkCase.Parameters.GetArgument(parameter.Name!).ToSourceCode()};"));// we init the fields in ctor to provoke all possible allocations and overhead of other type
0 commit comments