1 implementation of TryGetDocument
Microsoft.CodeAnalysis.Remote.Razor (1)
ProjectSystem\RemoteProjectSnapshot.cs (1)
111public bool TryGetDocument(string filePath, [NotNullWhen(true)] out IDocumentSnapshot? document)
2 references to TryGetDocument
Microsoft.CodeAnalysis.Razor.Workspaces (2)
FindAllReferences\FindAllReferencesHelper.cs (1)
39project.TryGetDocument(filePath, out var document))
RazorComponentSearchEngine.cs (1)
67if (!project.TryGetDocument(path, out var document))