7 references to IsNameOfContext
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\CompletionProviders\SymbolCompletionProvider.cs (1)
249
if (symbol.IsKind(SymbolKind.Method) && !context.
IsNameOfContext
)
Completion\KeywordRecommenders\FieldKeywordRecommender.cs (1)
37
if (!context.
IsNameOfContext
&& IsInPropertyAccessor(context.TargetToken))
Microsoft.CodeAnalysis.CSharp.Workspaces (5)
Recommendations\CSharpRecommendationServiceRunner.cs (5)
387
if (_context.
IsNameOfContext
)
446
if (!context.
IsNameOfContext
&&
582
if (_context.
IsNameOfContext
)
871
if (_context.
IsNameOfContext
)
887
var unnamedSymbols = _context.
IsNameOfContext
|| excludeInstance