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