4 writes to OutputRefFilePath
Microsoft.CodeAnalysis.LanguageServer (2)
HostWorkspace\LoadedProject.cs (1)
137_projectSystemProject.OutputRefFilePath = newProjectInfo.OutputRefFilePath;
HostWorkspace\WorkspaceProject.cs (1)
170case "TargetRefPath": _project.OutputRefFilePath = GetFullyQualifiedPath(valueOrNull); break;
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
286ProjectSystemProject.OutputRefFilePath = targetRefPath; 290ProjectSystemProject.OutputRefFilePath = null;