8 overrides of ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
Microsoft.CodeAnalysis.AnalyzerUtilities (8)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\CopyAnalysis\CopyAnalysis.CopyDataFlowOperationVisitor.cs (1)
448
protected override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(CopyAnalysisData dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\DisposeAnalysis\DisposeAnalysis.DisposeDataFlowOperationVisitor.cs (1)
212
protected override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(DisposeAnalysisData dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\GlobalFlowStateAnalysis\GlobalFlowStateDataFlowOperationVisitor.cs (1)
139
protected sealed override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(DictionaryAnalysisData<AnalysisEntity, TAbstractAnalysisValue> dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ParameterValidationAnalysis\ParameterValidationAnalysis.ParameterValidationDataFlowOperationVisitor.cs (1)
213
protected override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(ParameterValidationAnalysisData dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PointsToAnalysis\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (1)
586
protected override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(PointsToAnalysisData dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\PropertySetAnalysis\PropertySetAnalysis.PropertySetDataFlowOperationVisitor.cs (1)
120
protected override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(PropertySetAnalysisData dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\TaintedDataAnalysis\TaintedDataAnalysis.TaintedDataOperationVisitor.cs (1)
116
protected override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(TaintedDataAnalysisData dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ValueContentAnalysis\ValueContentAnalysis.ValueContentDataFlowOperationVisitor.cs (1)
174
protected override void
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(ValueContentAnalysisData dataAtException, ThrownExceptionInfo throwBranchWithExceptionType)
1 reference to ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DataFlowOperationVisitor.cs (1)
2169
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(analysisDataAtException, exceptionInfo);