77 references to ThisKeyword
Microsoft.Analyzers.Extra (1)
Microsoft.CodeAnalysis.CSharp (52)
_generated\0\Syntax.xml.Main.Generated.cs (9)
2956if (token.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(token));
2962=> SyntaxFactory.ThisExpression(SyntaxFactory.Token(SyntaxKind.ThisKeyword));
5659case SyntaxKind.ThisKeyword: break;
5674SyntaxKind.ThisConstructorInitializer => SyntaxKind.ThisKeyword,
5774if (thisKeyword.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(thisKeyword));
5787=> SyntaxFactory.IndexerDeclaration(attributeLists, modifiers, type, explicitInterfaceSpecifier, SyntaxFactory.Token(SyntaxKind.ThisKeyword), parameterList, accessorList, expressionBody, default);
5791=> SyntaxFactory.IndexerDeclaration(default, default(SyntaxTokenList), type, default, SyntaxFactory.Token(SyntaxKind.ThisKeyword), SyntaxFactory.BracketedParameterList(), default, default, default);
5996if (thisKeyword.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(thisKeyword));
6002=> SyntaxFactory.IndexerMemberCref(SyntaxFactory.Token(SyntaxKind.ThisKeyword), parameters);
Microsoft.CodeAnalysis.CSharp.CodeStyle (3)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
Microsoft.CodeAnalysis.CSharp.Features (7)
Microsoft.CodeAnalysis.CSharp.Workspaces (6)
Microsoft.CodeAnalysis.Razor.Compiler (1)
Microsoft.Interop.SourceGeneration (2)
Roslyn.Diagnostics.CSharp.Analyzers (4)