1 write to ExceptionType
Microsoft.CodeAnalysis (1)
Operations\ControlFlowRegion.cs (1)
77
ExceptionType
= exceptionType;
5 references to ExceptionType
Microsoft.CodeAnalysis.AnalyzerUtilities (5)
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\Extensions\BasicBlockExtensions.cs (2)
38
if (region.
ExceptionType
!= null)
40
return region.
ExceptionType
;
src\roslyn\src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\ThrownExceptionInfo.cs (3)
54
(nestedRegion.
ExceptionType
== null ||
55
nestedRegion.
ExceptionType
.SpecialType == SpecialType.System_Object ||
56
exceptionType.DerivesFrom(nestedRegion.
ExceptionType
, baseTypesOnly: true)))