3 references to IsAtStartOfPattern
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\AbstractNativeIntegerKeywordRecommender.cs (1)
28context.IsAtStartOfPattern ||
Completion\KeywordRecommenders\NotKeywordRecommender.cs (1)
13=> context.IsAtStartOfPattern;
Completion\KeywordRecommenders\VarKeywordRecommender.cs (1)
19context.IsAtStartOfPattern)