1 write to IsAtStartOfPattern
Microsoft.CodeAnalysis.Workspaces (1)
SyntaxContext.cs (1)
96this.IsAtStartOfPattern = isAtStartOfPattern;
3 references to IsAtStartOfPattern
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\AbstractNativeIntegerKeywordRecommender.cs (1)
27context.IsAtStartOfPattern ||
Completion\KeywordRecommenders\NotKeywordRecommender.cs (1)
18=> context.IsAtStartOfPattern;
Completion\KeywordRecommenders\VarKeywordRecommender.cs (1)
23context.IsAtStartOfPattern)