4 writes to _delegateKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
6306Me._delegateKeyword = delegateKeyword 6328Me._delegateKeyword = delegateKeyword 6349Me._delegateKeyword = delegateKeyword 6371Me._delegateKeyword = _delegateKeyword
7 references to _delegateKeyword
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (6)
6399writer.WriteValue(Me._delegateKeyword) 6419Return Me._delegateKeyword 6474Return Me._delegateKeyword 6493Return new DelegateStatementSyntax(Me.Kind, newErrors, GetAnnotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause) 6497Return new DelegateStatementSyntax(Me.Kind, GetDiagnostics, annotations, _attributeLists, _modifiers, _delegateKeyword, _subOrFunctionKeyword, _identifier, _typeParameterList, _parameterList, _asClause) 38462If node._delegateKeyword IsNot newDelegateKeyword Then anyChanges = True
Generated\Syntax.xml.Syntax.Generated.vb (1)
7759return new SyntaxToken(Me, DirectCast(Me.Green, Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.DelegateStatementSyntax)._delegateKeyword, Me.GetChildPosition(2), Me.GetChildIndex(2))