5 references to HasVariableToUseAsReturnValue
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
740Contract.ThrowIfTrue(AnalyzerResult.HasVariableToUseAsReturnValue);
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.CodeGenerator.cs (3)
224if (AnalyzerResult.HasVariableToUseAsReturnValue) 240if (!AnalyzerResult.HasVariableToUseAsReturnValue) 289if (!AnalyzerResult.HasVariableToUseAsReturnValue)
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (1)
439Contract.ThrowIfTrue(Me.AnalyzerResult.HasVariableToUseAsReturnValue)