2 references to IsCatchOrFinallyContext
Microsoft.CodeAnalysis.CSharp.Features (2)
Completion\KeywordRecommenders\CatchKeywordRecommender.cs (1)
13
=> context.SyntaxTree.
IsCatchOrFinallyContext
(position, context.LeftToken);
Completion\KeywordRecommenders\FinallyKeywordRecommender.cs (1)
13
=> context.SyntaxTree.
IsCatchOrFinallyContext
(position, context.LeftToken);