3 references to GetDocumentWithFrozenPartialSemanticsAsync
Microsoft.CodeAnalysis.Features (3)
Completion\CompletionService.cs (2)
201
(document, var semanticModel) = await
GetDocumentWithFrozenPartialSemanticsAsync
(document, cancellationToken).ConfigureAwait(false);
226
(document, var semanticModel) = await
GetDocumentWithFrozenPartialSemanticsAsync
(document, cancellationToken).ConfigureAwait(false);
Completion\CompletionService_GetCompletions.cs (1)
97
(document, var semanticModel) = await
GetDocumentWithFrozenPartialSemanticsAsync
(document, cancellationToken).ConfigureAwait(false);