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