2 references to TryGetCodeDocumentForGeneratedDocumentAsync
Microsoft.CodeAnalysis.Remote.Razor (2)
DocumentMapping\RemoteDocumentMappingService.cs (1)
53
var razorCodeDocument = await _snapshotManager.GetSnapshot(project).
TryGetCodeDocumentForGeneratedDocumentAsync
(identity, cancellationToken).ConfigureAwait(false);
ProjectSystem\RemoteSnapshotManager.cs (1)
50
return snapshot.
TryGetCodeDocumentForGeneratedDocumentAsync
(identity, cancellationToken);