3 references to SyntaxBindingUtilities
Microsoft.CodeAnalysis.VisualBasic (3)
CodeGen\ResumableStateMachineStateAllocator.vb (1)
47Debug.Assert(SyntaxBindingUtilities.BindsToResumableStateMachineState(awaitOrYieldReturnSyntax))
Lowering\StateMachineRewriter\StateMachineRewriter.StateMachineMethodToClassRewriter.vb (2)
179Debug.Assert(SyntaxBindingUtilities.BindsToResumableStateMachineState(node) OrElse 180SyntaxBindingUtilities.BindsToTryStatement(node), $"Unexpected syntax: {node.Kind()}")