25 references to GetGeneratedDocumentAsync
Microsoft.CodeAnalysis.Remote.Razor (25)
AutoInsert\RemoteAutoInsertService.cs (1)
142
.
GetGeneratedDocumentAsync
(cancellationToken)
CodeActions\RemoteCodeActionsService.cs (2)
50
var generatedDocument = await context.Snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
67
var generatedDocument = await context.Snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
CodeActions\RoslynCodeActionHelpers.cs (1)
45
document = await context.Snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
CodeLens\RemoteCodeLensService.cs (2)
41
var generatedDocument = await snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
85
var generatedDocument = await snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
Completion\RemoteCompletionService.cs (1)
293
var generatedDocument = await documentSnapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
Debugging\RemoteDataTipRangeService.cs (1)
52
var generatedDocument = await context.Snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
Debugging\RemoteDebugInfoService.cs (1)
44
var generatedDocument = await context.Snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
DocumentHighlight\RemoteDocumentHighlightService.cs (1)
66
.
GetGeneratedDocumentAsync
(cancellationToken)
DocumentSymbols\RemoteDocumentSymbolService.cs (1)
36
.
GetGeneratedDocumentAsync
(cancellationToken)
FindAllReferences\RemoteFindAllReferencesService.cs (1)
73
.
GetGeneratedDocumentAsync
(cancellationToken)
FoldingRanges\RemoteFoldingRangeService.cs (1)
46
.
GetGeneratedDocumentAsync
(cancellationToken)
GoToDefinition\RemoteGoToDefinitionService.cs (1)
100
.
GetGeneratedDocumentAsync
(cancellationToken)
GoToImplementation\RemoteGoToImplementationService.cs (1)
68
.
GetGeneratedDocumentAsync
(cancellationToken)
Hover\RemoteHoverService.cs (1)
68
.
GetGeneratedDocumentAsync
(cancellationToken)
InlayHints\RemoteInlayHintService.cs (2)
58
.
GetGeneratedDocumentAsync
(cancellationToken)
130
.
GetGeneratedDocumentAsync
(cancellationToken)
InlineCompletion\RemoteInlineCompletionService.cs (1)
47
var generatedDocument = await context.Snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
ProjectSystem\RemoteDocumentSnapshot.cs (1)
112
document ??= await
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
Rename\RemoteRenameService.cs (2)
67
.
GetGeneratedDocumentAsync
(cancellationToken)
163
var generatedDocument = await context.Snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);
SemanticTokens\RemoteCSharpSemanticTokensProvider.cs (1)
40
.
GetGeneratedDocumentAsync
(cancellationToken)
SignatureHelp\RemoteSignatureHelpService.cs (1)
39
.
GetGeneratedDocumentAsync
(cancellationToken)
SpellCheck\RemoteCSharpSpellCheckRangeProvider.cs (1)
24
var generatedDocument = await snapshot.
GetGeneratedDocumentAsync
(cancellationToken).ConfigureAwait(false);