| 245 | static constexpr unsigned MaxDepth = 10; |
| 246 | |
| 247 | CustomEventGuard() { gCustomEventDepth++; } |
| 248 | ~CustomEventGuard() { gCustomEventDepth--; } |
| 249 | |
| 250 | bool CanThrowEvent() const |
nothing calls this directly
no outgoing calls
no test coverage detected