3 references to ContainsAwaitExpression
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.Analyzer.cs (2)
269if (SelectionResult.ContainsAwaitExpression()) 321this.SelectionResult.ContainsAwaitExpression() &&
ExtractMethod\MethodExtractor.CodeGenerator.cs (1)
494if (!this.SelectionResult.ContainsAwaitExpression())