10 writes to _state
Microsoft.CodeAnalysis.VisualBasic (10)
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (3)
33_state = SyntaxKind.InheritsStatement 36_state = SyntaxKind.InterfaceStatement ' done with inherits 47_state = SyntaxKind.InterfaceStatement ' done with inherits
Parser\BlockContexts\TypeBlockContext.vb (7)
27_state = SyntaxKind.None 37_state = SyntaxKind.InheritsStatement 40_state = SyntaxKind.ImplementsStatement 43_state = SyntaxKind.ClassStatement 54_state = SyntaxKind.ImplementsStatement 65_state = SyntaxKind.ClassStatement ' done with base decls 91_state = SyntaxKind.ClassStatement
5 references to _state
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (2)
29Select Case _state 57Debug.Assert(_state = SyntaxKind.InterfaceStatement)
Parser\BlockContexts\TypeBlockContext.vb (3)
33Select Case _state 83If _state <> SyntaxKind.ClassStatement Then 84Select Case _state