I have profiled my app in ReSharper and I have one really slow method:
.
Is there any way I can get a list of arguments passed to that function? I tried line by line profiling but no dice. Is there a way I can insert a trace message that will show up in the profiler with the parameters.