1 implementation of HandlerValue
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6070public IOperation HandlerValue { get; }
4 references to HandlerValue
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (2)
7066visitedHandler = VisitRequired(operation.HandlerValue); 7077visitedHandler = VisitRequired(operation.HandlerValue);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
1129Visit(operation.HandlerValue, header: "Handler");
Compilation\TestOperationVisitor.cs (1)
705AssertEx.Equal(new[] { operation.EventReference, operation.HandlerValue }, operation.ChildOperations);