2 overrides of HasCatchBlocks
Microsoft.CodeAnalysis.CSharp.Features (1)
IntroduceUsingStatement\CSharpIntroduceUsingStatementCodeRefactoringProvider.cs (1)
29protected override bool HasCatchBlocks(TryStatementSyntax tryStatement)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
IntroduceUsingStatement\VisualBasicIntroduceUsingStatementCodeRefactoringProvider.vb (1)
25Protected Overrides Function HasCatchBlocks(tryStatement As TryBlockSyntax) As Boolean
1 reference to HasCatchBlocks
Microsoft.CodeAnalysis.Features (1)
IntroduceUsingStatement\AbstractIntroduceUsingStatementCodeRefactoringProvider.cs (1)
198if (HasCatchBlocks(tryStatement))