5 writes to OutputRefFilePath
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
287ProjectSystemProject.OutputRefFilePath = targetRefPath; 291ProjectSystemProject.OutputRefFilePath = null;
Microsoft.VisualStudio.LanguageServices.Implementation (3)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (3)
178_projectSystemProject.OutputRefFilePath = null; 191_projectSystemProject.OutputRefFilePath = Path.Combine(rootDirectory, value); 195_projectSystemProject.OutputRefFilePath = value;