3 references to AddDocumentToProject
Microsoft.VisualStudio.LanguageServices.LiveShare (3)
Client\RemoteLanguageServiceWorkspace.cs (3)
265
return
AddDocumentToProject
(filePath, language, Path.GetFileName(Path.GetDirectoryName(remoteWorkspaceRoot)));
269
return
AddDocumentToProject
(filePath, language, Path.GetFileName(Path.GetDirectoryName(remoteExternalRoot)));
285
return
AddDocumentToProject
(filePath, language, ExternalProjectName);