4 writes to _structureKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
2860Me._structureKeyword = structureKeyword 2870Me._structureKeyword = structureKeyword 2879Me._structureKeyword = structureKeyword 2889Me._structureKeyword = _structureKeyword
7 references to _structureKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
2897writer.WriteValue(Me._structureKeyword) 2913Return Me._structureKeyword 2924Return Me._structureKeyword 2937Return new StructureStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList) 2941Return new StructureStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _structureKeyword, _identifier, _typeParameterList) 38061If node._structureKeyword IsNot newStructureKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
3517return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.StructureStatementSyntax)._structureKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))