1 write to TextLoader
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\Solution\DocumentInfo.cs (1)
69
TextLoader
= loader;
6 references to TextLoader
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)
104
var newLoader = loader.HasValue ? loader.Value :
TextLoader
;
108
newLoader ==
TextLoader
&&
Workspace\Solution\DocumentState.cs (1)
60
var textSource = CreateTextAndVersionSource(languageServices.SolutionServices, info.
TextLoader
, info.FilePath, loadTextOptions);
Workspace\Solution\TextDocumentState.cs (1)
56
.WithTextLoader(info.
TextLoader
, PreservationMode.PreserveValue);