7 references to NeedsControlFlowValue
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
170if (!flowControlInformation.NeedsControlFlowValue()) 890var needsControlFlowValue = flowControlInformation?.NeedsControlFlowValue() is true;
Microsoft.CodeAnalysis.Features (5)
ExtractMethod\ExtractMethodFlowControlInformation.cs (1)
12/// be passed out from the extracted method to the caller. If this is the case, then <see cref="NeedsControlFlowValue"
ExtractMethod\MethodExtractor.Analyzer.cs (1)
165allVariableInfos, flowControlInformation.NeedsControlFlowValue());
ExtractMethod\MethodExtractor.CodeGenerator.cs (3)
295!AnalyzerResult.FlowControlInformation.NeedsControlFlowValue()) 312!AnalyzerResult.FlowControlInformation.NeedsControlFlowValue()) 320flowControlInformation.NeedsControlFlowValue())