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