3 references to TryGetSourceGeneratedDocumentIdentity
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Extensions\SolutionExtensions.cs (1)
101
if (!solution.
TryGetSourceGeneratedDocumentIdentity
(generatedDocumentUri, out var identity) ||
Microsoft.CodeAnalysis.Remote.Razor (2)
DocumentMapping\RemoteDocumentMappingService.cs (1)
47
if (!solution.
TryGetSourceGeneratedDocumentIdentity
(generatedDocumentUri, out var identity) ||
ProjectSystem\RemoteSnapshotManager.cs (1)
43
if (!solution.
TryGetSourceGeneratedDocumentIdentity
(generatedDocumentUri, out var identity) ||