1 implementation of HandlerCreation
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10138public IOperation HandlerCreation { get; }
4 references to HandlerCreation
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (1)
3646/// True if the last parameter of <see cref="HandlerCreation" /> is an out <see langword="bool" /> parameter that will be checked before executing the code in
Operations\ControlFlowGraphBuilder.cs (3)
6844Debug.Assert(operation.HandlerCreation is IObjectCreationOperation); 6846var arguments = ((IObjectCreationOperation)operation.HandlerCreation).Arguments; 6865VisitAndCapture(operation.HandlerCreation, handlerCaptureId);