2 references to TryGetReturnFlowValue
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (2)
292else if (flowControlInformation.TryGetReturnFlowValue(out var returnValue) && Equals(returnValue, value)) 459if (flowControlInformation.TryGetReturnFlowValue(out var flowValue))