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