4 references to ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
Microsoft.CodeAnalysis.NetAnalyzers (4)
src\40daf5e1cab76dff\TaintedDataAnalysis.TaintedDataOperationVisitor.cs (1)
117
base.
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(dataAtException.CoreAnalysisData, CurrentAnalysisData.CoreAnalysisData, throwBranchWithExceptionType);
src\440320f3f10733a8\ValueContentAnalysis.ValueContentDataFlowOperationVisitor.cs (1)
174
=>
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(dataAtException.CoreAnalysisData, CurrentAnalysisData.CoreAnalysisData, throwBranchWithExceptionType);
src\8ce1f4f68b646e6d\GlobalFlowStateDataFlowOperationVisitor.cs (1)
139
=>
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(dataAtException, CurrentAnalysisData, throwBranchWithExceptionType);
src\ffd9070534249528\PointsToAnalysis.PointsToDataFlowOperationVisitor.cs (1)
586
=>
ApplyMissingCurrentAnalysisDataForUnhandledExceptionData
(dataAtException.CoreAnalysisData, CurrentAnalysisData.CoreAnalysisData, throwBranchWithExceptionType);