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