1 write to IsTypeOfExpressionContext
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CSharpSyntaxContext.cs (1)
171
this.
IsTypeOfExpressionContext
= isTypeOfExpressionContext;
3 references to IsTypeOfExpressionContext
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\ObjectKeywordRecommender.cs (1)
38
context.
IsTypeOfExpressionContext
||
Completion\KeywordRecommenders\StringKeywordRecommender.cs (1)
42
context.
IsTypeOfExpressionContext
||
Completion\KeywordRecommenders\VoidKeywordRecommender.cs (1)
48
context.
IsTypeOfExpressionContext
||