3 references to IndexerDeclaration
Microsoft.CodeAnalysis.CSharp (3)
_generated\0\Syntax.xml.Main.Generated.cs (2)
5730
=> SyntaxFactory.
IndexerDeclaration
(attributeLists, modifiers, type, explicitInterfaceSpecifier, SyntaxFactory.Token(SyntaxKind.ThisKeyword), parameterList, accessorList, expressionBody, default);
5734
=> SyntaxFactory.
IndexerDeclaration
(default, default(SyntaxTokenList), type, default, SyntaxFactory.Token(SyntaxKind.ThisKeyword), SyntaxFactory.BracketedParameterList(), default, default, default);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
13445
var newNode = SyntaxFactory.
IndexerDeclaration
(attributeLists, modifiers, type, explicitInterfaceSpecifier, thisKeyword, parameterList, accessorList, expressionBody, semicolonToken);