1 implementation of Handler
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7988public IBlockOperation Handler { get; }
14 references to Handler
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Microsoft.CodeAnalysis (2)
Operations\ControlFlowGraphBuilder.cs (1)
3727VisitStatement(catchClause.Handler);
Operations\ControlFlowRegionKind.cs (1)
38/// Region representing <see cref="ICatchClauseOperation.Handler"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Microsoft.CodeAnalysis.CSharp.IOperation.UnitTests (1)
IOperation\IOperationTests.cs (1)
672Assert.Same(blockOperation, catchOperation.Handler);
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
738Visit(operation.Handler, "Handler");
Compilation\TestOperationVisitor.cs (1)
456children = children.Concat(new[] { operation.Handler });
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
141Visit(operation.Handler);