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