1 write to DocumentServiceProvider
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentInfo.cs (1)
70DocumentServiceProvider = documentServiceProvider;
6 references to DocumentServiceProvider
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Solution\AdditionalDocumentState.cs (1)
30: this(solutionServices, documentInfo.DocumentServiceProvider, documentInfo.Attributes, CreateTextAndVersionSource(solutionServices, documentInfo.TextLoader, documentInfo.FilePath, loadTextOptions), loadTextOptions)
Workspace\Solution\AnalyzerConfigDocumentState.cs (1)
36: this(solutionServices, documentInfo.DocumentServiceProvider, documentInfo.Attributes, CreateTextAndVersionSource(solutionServices, documentInfo.TextLoader, documentInfo.FilePath, loadTextOptions), loadTextOptions)
Workspace\Solution\DocumentInfo.cs (2)
105var newDocumentServiceProvider = documentServiceProvider.HasValue ? documentServiceProvider.Value : DocumentServiceProvider; 109newDocumentServiceProvider == DocumentServiceProvider)
Workspace\Solution\DocumentState.cs (1)
85info.DocumentServiceProvider,
Workspace\Solution\TextDocumentState.cs (1)
55.WithDocumentServiceProvider(info.DocumentServiceProvider)