5 references to IsExtractMethodOnExpression
Microsoft.CodeAnalysis.Features (5)
ExtractMethod\SelectionResult.cs (5)
108
Contract.ThrowIfTrue(
IsExtractMethodOnExpression
);
116
Contract.ThrowIfTrue(
IsExtractMethodOnExpression
);
199
if (this.
IsExtractMethodOnExpression
)
209
Contract.ThrowIfTrue(
IsExtractMethodOnExpression
);
264
if (!this.
IsExtractMethodOnExpression
)