3 references to TryGetFallThroughFlowValue
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
181if (flowControlInformation.TryGetFallThroughFlowValue(out _)) 217if (flowControlInformation.TryGetFallThroughFlowValue(out _))
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
368if (this.AnalyzerResult.FlowControlInformation.TryGetFallThroughFlowValue(out var fallthroughValue))