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