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)
29
Select Case
_state
57
Debug.Assert(
_state
= SyntaxKind.InterfaceStatement)
Parser\BlockContexts\TypeBlockContext.vb (3)
33
Select Case
_state
83
If
_state
<> SyntaxKind.ClassStatement Then
84
Select Case
_state