1 write to IsTypeOfExpressionContext
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\CSharp\Extensions\ContextQuery\CSharpSyntaxContext.cs (1)
174
this.
IsTypeOfExpressionContext
= isTypeOfExpressionContext;
3 references to IsTypeOfExpressionContext
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\ObjectKeywordRecommender.cs (1)
33
context.
IsTypeOfExpressionContext
||
Completion\KeywordRecommenders\StringKeywordRecommender.cs (1)
35
context.
IsTypeOfExpressionContext
||
Completion\KeywordRecommenders\VoidKeywordRecommender.cs (1)
43
context.
IsTypeOfExpressionContext
||