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