1 write to DocumentServiceProvider
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentInfo.cs (1)
70
DocumentServiceProvider
= 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)
105
var newDocumentServiceProvider = documentServiceProvider.HasValue ? documentServiceProvider.Value :
DocumentServiceProvider
;
109
newDocumentServiceProvider ==
DocumentServiceProvider
)
Workspace\Solution\DocumentState.cs (1)
85
info.
DocumentServiceProvider
,
Workspace\Solution\TextDocumentState.cs (1)
55
.WithDocumentServiceProvider(info.
DocumentServiceProvider
)