3 writes to _enumKeyword
Microsoft.CodeAnalysis.VisualBasic (3)
Generated\Syntax.xml.Internal.Generated.vb (3)
2527
Me.
_enumKeyword
= enumKeyword
2551
Me.
_enumKeyword
= enumKeyword
2574
Me.
_enumKeyword
= enumKeyword
6 references to _enumKeyword
Microsoft.CodeAnalysis.VisualBasic (6)
Generated\Syntax.xml.Internal.Generated.vb (5)
2619
Return Me.
_enumKeyword
2652
Return Me.
_enumKeyword
2665
Return new EnumStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers,
_enumKeyword
, _identifier, _underlyingType)
2669
Return new EnumStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers,
_enumKeyword
, _identifier, _underlyingType)
30196
If node.
_enumKeyword
IsNot newEnumKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
4251
return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.EnumStatementSyntax).
_enumKeyword
, Me.GetChildPosition(2), Me.GetChildIndex(2))