9 references to IsExtractMethodOnExpression
Microsoft.CodeAnalysis.Features (9)
ExtractMethod\MethodExtractor.Analyzer.cs (3)
149if (this.SelectionResult.IsExtractMethodOnExpression || 214return this.SelectionResult.IsExtractMethodOnExpression 656if (!SelectionResult.IsExtractMethodOnExpression)
ExtractMethod\MethodExtractor.cs (1)
177var exitPoints = originalSelectionResult.IsExtractMethodOnExpression
ExtractMethod\SelectionResult.cs (5)
108Contract.ThrowIfTrue(IsExtractMethodOnExpression); 116Contract.ThrowIfTrue(IsExtractMethodOnExpression); 199if (this.IsExtractMethodOnExpression) 209Contract.ThrowIfTrue(IsExtractMethodOnExpression); 264if (!this.IsExtractMethodOnExpression)