ExpressionTreeToString icon indicating copy to clipboard operation
ExpressionTreeToString copied to clipboard

Verify test objects usage of all factory methods in System.Linq.Expressions.Expression

Open zspitz opened this issue 5 years ago • 0 comments

Consider using windbg / cdb to attach and record each call to these methods when creating the test objects.

Or, perhaps some other form of instrumentation?

Relevant:

  • https://stackoverflow.com/questions/63502663/aggregate-count-of-method-calls-within-program-run
  • https://stackoverflow.com/questions/63363805/display-breakdown-of-cpu-usage-by-function-for-unit-test-run
  • https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/viewing-the-call-stack-in-cdb

zspitz avatar Aug 21 '20 07:08 zspitz