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