2 references to TryGetRazorDocumentForGeneratedDocumentIdAsync
Microsoft.CodeAnalysis.Remote.Razor (2)
DocumentMapping\RemoteSpanMappingService.cs (2)
92var razorDocument = await TryGetRazorDocumentForGeneratedDocumentIdAsync(generatedDocumentId, solution, cancellationToken).ConfigureAwait(false); 189var razorDocument = await TryGetRazorDocumentForGeneratedDocumentIdAsync(generatedDocumentId, solution, cancellationToken).ConfigureAwait(false);