1 implementation of Handler
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8028public IBlockOperation Handler { get; }
11 references to Handler
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
140Visit(operation.Handler);
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
3737VisitStatement(catchClause.Handler);
Operations\ControlFlowRegionKind.cs (1)
38/// Region representing <see cref="ICatchClauseOperation.Handler"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
140Visit(operation.Handler);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
140Visit(operation.Handler);
Microsoft.CodeAnalysis.NetAnalyzers (4)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\RethrowToPreserveStackDetails.cs (3)
75? catchClause.SemanticModel!.AnalyzeDataFlow(catchClause.Handler.Syntax) 76: catchClause.SemanticModel!.AnalyzeDataFlow(catchClause.Handler.Operations[0].Syntax, catchClause.Handler.Operations[^1].Syntax);
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
140Visit(operation.Handler);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
140Visit(operation.Handler);
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
140Visit(operation.Handler);