25 references to GetGeneratedDocumentAsync
Microsoft.CodeAnalysis.Remote.Razor (25)
AutoInsert\RemoteAutoInsertService.cs (1)
142.GetGeneratedDocumentAsync(cancellationToken)
CodeActions\RemoteCodeActionsService.cs (2)
50var generatedDocument = await context.Snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false); 67var generatedDocument = await context.Snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);
CodeActions\RoslynCodeActionHelpers.cs (1)
45document = await context.Snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);
CodeLens\RemoteCodeLensService.cs (2)
41var generatedDocument = await snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false); 85var generatedDocument = await snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);
Completion\RemoteCompletionService.cs (1)
293var generatedDocument = await documentSnapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);
Debugging\RemoteDataTipRangeService.cs (1)
52var generatedDocument = await context.Snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);
Debugging\RemoteDebugInfoService.cs (1)
44var 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)
47var generatedDocument = await context.Snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);
ProjectSystem\RemoteDocumentSnapshot.cs (1)
112document ??= await GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);
Rename\RemoteRenameService.cs (2)
67.GetGeneratedDocumentAsync(cancellationToken) 163var 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)
24var generatedDocument = await snapshot.GetGeneratedDocumentAsync(cancellationToken).ConfigureAwait(false);