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