4 references to GetContext
Microsoft.CodeAnalysis.Features (4)
ExtractMethod\MethodExtractor.CodeGenerator.cs (4)
106var newMethodDefinition = GenerateMethodDefinition(insertionPoint.GetContext(), cancellationToken); 135insertionPoint.GetContext(), outermostCallSiteContainer, cancellationToken).ConfigureAwait(false)); 156var destination = insertionPoint.With(documentWithUpdatedCallSite).GetContext(); 168var mappedMember = insertionPoint.With(documentWithUpdatedCallSite).GetContext();