1 write to OutputRefFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\ProjectFile\ProjectFileInfo.cs (1)
123this.OutputRefFilePath = outputRefFilePath;
3 references to OutputRefFilePath
Microsoft.CodeAnalysis.Workspaces.MSBuild (3)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
384outputRefFilePath: projectFileInfo.OutputRefFilePath,
MSBuild\MSBuildProjectLoader.Worker_ResolveReferences.cs (1)
347var outputRefFilePath = projectFileInfo.OutputRefFilePath;
MSBuild\ProjectMap.cs (1)
147var outputRefFilePath = projectFileInfo.OutputRefFilePath;