3 overrides of EnableBreakingFlowAnalysisFeatures
Microsoft.CodeAnalysis.VisualBasic (3)
Analysis\FlowAnalysis\AbstractRegionDataFlowPass.vb (1)
74Protected Overrides ReadOnly Property EnableBreakingFlowAnalysisFeatures As Boolean
Analysis\FlowAnalysis\UnassignedVariablesWalker.vb (1)
80Protected Overrides ReadOnly Property EnableBreakingFlowAnalysisFeatures As Boolean
Analysis\IteratorAndAsyncAnalysis\IteratorAndAsyncCaptureWalker.vb (1)
189Protected Overrides ReadOnly Property EnableBreakingFlowAnalysisFeatures As Boolean
2 references to EnableBreakingFlowAnalysisFeatures
Microsoft.CodeAnalysis.VisualBasic (2)
Analysis\FlowAnalysis\DataFlowPass.vb (2)
1177isFunctionValue = locSym.IsFunctionValue AndAlso EnableBreakingFlowAnalysisFeatures 1230If EnableBreakingFlowAnalysisFeatures OrElse Not type.IsValueType OrElse type.IsIntrinsicOrEnumType OrElse Not IsEmptyStructType(type) OrElse