2 references to CreateStateAsync
Microsoft.CodeAnalysis.Features (2)
CodeRefactorings\MoveType\AbstractMoveTypeService.cs (2)
47var state = await CreateStateAsync(document, textSpan, cancellationToken).ConfigureAwait(false); 60var state = await CreateStateAsync(document, textSpan, cancellationToken).ConfigureAwait(false);