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