5 writes to OutputRefFilePath
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\Legacy\AbstractLegacyProject.cs (2)
287
ProjectSystemProject.
OutputRefFilePath
= targetRefPath;
291
ProjectSystemProject.
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;