3 references to IsExtractMethodOnSingleStatement
Microsoft.CodeAnalysis.CSharp.Features (2)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.SingleStatementCodeGenerator.cs (1)
32
Contract.ThrowIfFalse(this.SelectionResult.
IsExtractMethodOnSingleStatement
);
ExtractMethod\CSharpSelectionResult.StatementResult.cs (1)
90
if (this.
IsExtractMethodOnSingleStatement
)
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionResult.cs (1)
224
if (this.
IsExtractMethodOnSingleStatement
)