Limitations of custom instrumentation in .NET agent
While most of the functions can be instrumented using
custom instrumentation, the following kinds of methods will be ignored for profiling:
1. Constructors
2. Object finalizers and Disposer methods
3. Lambda functions
4. Property getter / setter