2 writes to ProjectSystemProjectFactory
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LanguageServerWorkspaceFactory.cs (2)
55workspace.ProjectSystemProjectFactory = HostProjectFactory; 64fileBasedProgramsWorkspace.ProjectSystemProjectFactory = FileBasedProgramsProjectFactory;
4 references to ProjectSystemProjectFactory
Microsoft.CodeAnalysis.LanguageServer (4)
HostWorkspace\LanguageServerWorkspace.cs (4)
69return this.ProjectSystemProjectFactory.ApplyChangeToWorkspaceAsync( 86return this.ProjectSystemProjectFactory.ApplyChangeToWorkspaceAsync( 103return this.ProjectSystemProjectFactory.ApplyChangeToWorkspaceAsync( 126loader = this.ProjectSystemProjectFactory.CreateFileTextLoader(filePath);