3 references to TryGetDocument
Microsoft.VisualStudio.LanguageServices.Implementation (3)
CodeModel\FileCodeModel.cs (1)
392if (!TryGetDocument(out var document))
CodeModel\FileCodeModel_Events.cs (1)
33if (!TryGetDocument(out var document))
CodeModel\TextManagerAdapter.cs (1)
17if (!fileCodeModel.TryGetDocument(out var document))