77 references to ThisKeyword
Microsoft.Analyzers.Extra (1)
Microsoft.CodeAnalysis.CSharp (52)
_generated\0\Syntax.xml.Main.Generated.cs (9)
2944if (token.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(token));
2950=> SyntaxFactory.ThisExpression(SyntaxFactory.Token(SyntaxKind.ThisKeyword));
5621case SyntaxKind.ThisKeyword: break;
5636SyntaxKind.ThisConstructorInitializer => SyntaxKind.ThisKeyword,
5736if (thisKeyword.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(thisKeyword));
5749=> SyntaxFactory.IndexerDeclaration(attributeLists, modifiers, type, explicitInterfaceSpecifier, SyntaxFactory.Token(SyntaxKind.ThisKeyword), parameterList, accessorList, expressionBody, default);
5753=> SyntaxFactory.IndexerDeclaration(default, default(SyntaxTokenList), type, default, SyntaxFactory.Token(SyntaxKind.ThisKeyword), SyntaxFactory.BracketedParameterList(), default, default, default);
5958if (thisKeyword.Kind() != SyntaxKind.ThisKeyword) throw new ArgumentException(nameof(thisKeyword));
5964=> 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)