OpenTelemetry.SuppressInstrumentationScope
Contains methods managing instrumentation of internal operations.
Begins a new scope in which instrumentation is suppressed (disabled).
Enters suppression mode.
If suppression mode is enabled (slot.Depth is a negative integer), do nothing.
If suppression mode is not enabled (slot is null), enter reference-counting suppression mode.
If suppression mode is enabled (slot.Depth is a positive integer), increment the ref count.