2 references to TryGetCSharpDocumentForGeneratedDocumentAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\SolutionExtensions.cs (1)
107return await project.TryGetCSharpDocumentForGeneratedDocumentAsync(identity, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Remote.Razor (1)
DocumentMapping\RemoteDocumentMappingService.cs (1)
80var generatedDocument = await project.TryGetCSharpDocumentForGeneratedDocumentAsync(identity, cancellationToken).ConfigureAwait(false);