77 references to ThisKeyword
Microsoft.Analyzers.Extra (1)
Microsoft.CodeAnalysis.CSharp (52)
_generated\0\Syntax.xml.Main.Generated.cs (9)
2957if (token.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(token));
2963=> SyntaxFactory.ThisExpression(SyntaxFactory.Token(SyntaxKind.ThisKeyword));
5660case SyntaxKind.ThisKeyword: break;
5675SyntaxKind.ThisConstructorInitializer => SyntaxKind.ThisKeyword,
5775if (thisKeyword.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(thisKeyword));
5788=> SyntaxFactory.IndexerDeclaration(attributeLists, modifiers, type, explicitInterfaceSpecifier, SyntaxFactory.Token(SyntaxKind.ThisKeyword), parameterList, accessorList, expressionBody, default);
5792=> SyntaxFactory.IndexerDeclaration(default, default(SyntaxTokenList), type, default, SyntaxFactory.Token(SyntaxKind.ThisKeyword), SyntaxFactory.BracketedParameterList(), default, default, default);
5997if (thisKeyword.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(thisKeyword));
6003=> 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)