When appying an orderby
source.OrderBy(destinationProperty + (orderDescending ? " descending" : " ascending"));
in the debug window it shows 6 times:
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
and the whole operation takes about 0.6 sec to complete.
When appying an orderby
source.OrderBy(destinationProperty + (orderDescending ? " descending" : " ascending"));
in the debug window it shows 6 times:
Exception thrown: 'System.IO.FileNotFoundException' in System.Private.CoreLib.dll
and the whole operation takes about 0.6 sec to complete.