6 references to RemoveSourceFile
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LoadedProject.cs (1)
156document => _projectSystemProject.RemoveSourceFile(document.FilePath),
HostWorkspace\WorkspaceProject.cs (1)
147_project.RemoveSourceFile(sourceFile);
Microsoft.VisualStudio.LanguageServices (2)
ExternalAccess\VSTypeScript\Api\VSTypeScriptVisualStudioProjectWrapper.cs (1)
34=> Project.RemoveSourceFile(fullPath);
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
235ProjectSystemProject.RemoveSourceFile(filename);
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\XamlProjectService.cs (2)
208project?.RemoveSourceFile(document.FilePath); 249project.RemoveSourceFile(oldMoniker);