2 overrides of ThisOrMeKeyword
Microsoft.CodeAnalysis.CSharp.Features (1)
Completion\Providers\ContextVariableArgumentProvider.cs (1)
26protected override string ThisOrMeKeyword => SyntaxFacts.GetText(SyntaxKind.ThisKeyword);
Microsoft.CodeAnalysis.VisualBasic.Features (1)
Completion\Providers\ContextVariableArgumentProvider.vb (1)
23Protected Overrides ReadOnly Property ThisOrMeKeyword As String
1 reference to ThisOrMeKeyword
Microsoft.CodeAnalysis.Features (1)
Completion\Providers\AbstractContextVariableArgumentProvider.cs (1)
99CheckCandidate(containingType, ThisOrMeKeyword);