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