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