2 writes to _resumeWithoutLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (2)
552_resumeWithoutLabel = DirectCast(node.Syntax, StatementSyntax) 572_resumeWithoutLabel = DirectCast(node.Syntax, StatementSyntax)
3 references to _resumeWithoutLabel
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (3)
503resumeWithoutLabel = walker._resumeWithoutLabel 551If _resumeWithoutLabel Is Nothing Then 571If node.ResumeKind <> ResumeStatementKind.Label AndAlso _resumeWithoutLabel Is Nothing Then