1 override of ThisOrMeKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\Providers\ContextVariableArgumentProvider.cs (1)
26
protected override string
ThisOrMeKeyword
=> SyntaxFacts.GetText(SyntaxKind.ThisKeyword);
1 reference to ThisOrMeKeyword
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractContextVariableArgumentProvider.cs (1)
99
CheckCandidate(containingType,
ThisOrMeKeyword
);