1 write to ExceptionType
Microsoft.CodeAnalysis (1)
Operations\ControlFlowRegion.cs (1)
77
ExceptionType
= exceptionType;
10 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)))
Microsoft.CodeAnalysis.NetAnalyzers (5)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\Extensions\BasicBlockExtensions.cs (2)
37
if (region.
ExceptionType
!= null)
39
return region.
ExceptionType
;
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\ThrownExceptionInfo.cs (3)
52
(nestedRegion.
ExceptionType
== null ||
53
nestedRegion.
ExceptionType
.SpecialType == SpecialType.System_Object ||
54
exceptionType.DerivesFrom(nestedRegion.
ExceptionType
, baseTypesOnly: true)))