1 implementation of ExceptionType
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8025public ITypeSymbol ExceptionType { get; }
11 references to ExceptionType
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
163return operation.ExceptionType is INamedTypeSymbol exceptionType &&
Microsoft.CodeAnalysis (5)
Operations\ControlFlowGraphBuilder.cs (5)
3707filterAndHandlerRegion = new RegionBuilder(ControlFlowRegionKind.FilterAndHandler, catchClause.ExceptionType, catchClause.Locals); 3710var filterRegion = new RegionBuilder(ControlFlowRegionKind.Filter, catchClause.ExceptionType); 3713AddExceptionStore(catchClause.ExceptionType, exceptionDeclarationOrExpression); 3726var handlerRegion = new RegionBuilder(ControlFlowRegionKind.Catch, catchClause.ExceptionType, 3734AddExceptionStore(catchClause.ExceptionType, exceptionDeclarationOrExpression);
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
163return operation.ExceptionType is INamedTypeSymbol exceptionType &&
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
163return operation.ExceptionType is INamedTypeSymbol exceptionType &&
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
163return operation.ExceptionType is INamedTypeSymbol exceptionType &&
Roslyn.Diagnostics.Analyzers (2)
AbstractDoNotCopyValue.cs (1)
467CheckTypeSymbolInUnsupportedContext(operation, operation.ExceptionType);
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\DoNotCatchGeneralUnlessRethrown.cs (1)
163return operation.ExceptionType is INamedTypeSymbol exceptionType &&