1 instantiation of DocumentPropertiesService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\DocumentPropertiesService.cs (1)
12public static readonly DocumentPropertiesService Default = new();
7 references to DocumentPropertiesService
Microsoft.CodeAnalysis.Workspaces (7)
Diagnostics\DiagnosticData.cs (2)
202var documentPropertiesService = document.DocumentServiceProvider.GetService<DocumentPropertiesService>();
Workspace\Host\DocumentService\DocumentPropertiesService.cs (1)
12public static readonly DocumentPropertiesService Default = new();
Workspace\Host\DocumentService\Extensions.cs (1)
29=> documentState.DocumentServiceProvider.GetService<DocumentPropertiesService>()?.DiagnosticsLspClientName == RazorCSharpLspClientName;
Workspace\Host\DocumentService\IDocumentOperationService.cs (1)
10/// TODO: Merge into <see cref="DocumentPropertiesService"/>.
Workspace\Solution\DefaultTextDocumentServiceProvider.cs (1)
30if (DocumentPropertiesService.Default is TService documentPropertiesService)
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
215if (DocumentPropertiesService.Default is TService documentPropertiesService)