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