1 implementation of Scheme
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratedDocumentContentProvider.cs (1)
23
public string
Scheme
=> SourceGeneratedDocumentUri.Scheme;
2 references to Scheme
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
DefaultCapabilitiesProvider.cs (1)
191
var schemes = lspServices.GetRequiredServices<ITextDocumentContentProvider>().Select(p => p.
Scheme
).ToArray();
Handler\TextDocumentContent\TextDocumentContentHandler.cs (1)
34
var provider = context.GetRequiredServices<ITextDocumentContentProvider>().Single(p => p.
Scheme
== scheme);