4 writes to _delegateKeyword
Microsoft.CodeAnalysis.VisualBasic (4)
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