1 instantiation of SourceGeneratedDocumentCache
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratedDocumentCache.cs (1)
59
return 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)
51
var
cache = context.GetRequiredLspService<
SourceGeneratedDocumentCache
>();