1 instantiation of DocumentPropertiesService
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Host\DocumentService\DocumentPropertiesService.cs (1)
12
public static readonly DocumentPropertiesService Default =
new
();
7 references to DocumentPropertiesService
Microsoft.CodeAnalysis.Workspaces (7)
Diagnostics\DiagnosticData.cs (2)
202
var
documentPropertiesService = document.DocumentServiceProvider.GetService<
DocumentPropertiesService
>();
Workspace\Host\DocumentService\DocumentPropertiesService.cs (1)
12
public 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)
30
if (
DocumentPropertiesService
.Default is TService documentPropertiesService)
Workspace\Solution\SourceGeneratedDocumentState.cs (1)
215
if (
DocumentPropertiesService
.Default is TService documentPropertiesService)