1 instantiation of RelatedDocumentsHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (1)
29=> new RelatedDocumentsHandler();
2 references to RelatedDocumentsHandler
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (2)
23[ExportCSharpVisualBasicLspServiceFactory(typeof(RelatedDocumentsHandler)), Shared] 42private readonly VersionedPullCache<(Checksum parseOptionsChecksum, Checksum textChecksum)?> _versionedCache = new(nameof(RelatedDocumentsHandler));