1 override of HasCatchBlocks
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceUsingStatement\CSharpIntroduceUsingStatementCodeRefactoringProvider.cs (1)
35protected override bool HasCatchBlocks(TryStatementSyntax tryStatement)
1 reference to HasCatchBlocks
Microsoft.CodeAnalysis.Features (1)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (1)
282if (HasCatchBlocks(tryStatement))