1 override of Scheme
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
25
protected override string
Scheme
=> SourceGeneratedDocumentUri.Scheme;
1 reference to Scheme
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\TextDocumentContent\AbstractTextDocumentContentRefreshQueue.cs (1)
98
if (uri.ParsedUri is { } parsedUri && parsedUri.Scheme ==
Scheme
)