2 writes to _resumeWithoutLabel
Microsoft.CodeAnalysis.VisualBasic (2)
Binding\Binder_Statements.vb (2)
521_resumeWithoutLabel = DirectCast(node.Syntax, StatementSyntax) 541_resumeWithoutLabel = DirectCast(node.Syntax, StatementSyntax)
3 references to _resumeWithoutLabel
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Statements.vb (3)
472resumeWithoutLabel = walker._resumeWithoutLabel 520If _resumeWithoutLabel Is Nothing Then 540If node.ResumeKind <> ResumeStatementKind.Label AndAlso _resumeWithoutLabel Is Nothing Then