2 references to ShouldCallConfigureAwaitFalse
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpMethodExtractor.CSharpCodeGenerator.cs (1)
631if (CSharpSelectionResult.ShouldCallConfigureAwaitFalse())
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ExtractMethod\VisualBasicMethodExtractor.VisualBasicCodeGenerator.vb (1)
341If Me.VBSelectionResult.ShouldCallConfigureAwaitFalse() Then