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