1 instantiation of SourceGeneratedDocumentCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratedDocumentCache.cs (1)
59return new SourceGeneratedDocumentCache(this.GetType().Name);
3 references to SourceGeneratedDocumentCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\SourceGenerators\SourceGeneratedDocumentCache.cs (1)
52[ExportCSharpVisualBasicLspServiceFactory(typeof(SourceGeneratedDocumentCache)), Shared]
Handler\SourceGenerators\SourceGeneratedDocumentGetTextHandler.cs (2)
51var cache = context.GetRequiredLspService<SourceGeneratedDocumentCache>();