3 writes to delegateKeyword
Microsoft.CodeAnalysis.CSharp (3)
5 references to delegateKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
865public SyntaxToken DelegateKeyword => this.delegateKeyword;
8760 => this.delegateKeyword,
906=> new FunctionPointerTypeSyntax(this.Kind, this.delegateKeyword, this.asteriskToken, this.callingConvention, this.parameterList, diagnostics, GetAnnotations());
909=> new FunctionPointerTypeSyntax(this.Kind, this.delegateKeyword, this.asteriskToken, this.callingConvention, this.parameterList, GetDiagnostics(), annotations);