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