Skip to main content
Extension methods for IOperation tree traversal and analysis.

Tree Navigation

Context Detection

Unwrapping

Value Analysis

All TryGet methods use [MaybeNullWhen(false)] for proper null-state analysis. The out parameter is guaranteed non-null only when the method returns true.

Language Version

InvocationExtensions

For IInvocationOperation:

Examples

Find All Awaited Operations in Method

Check if Inside Cancellation-Aware Context

Analyze LINQ Chain