22 writes to OutputFilePath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\Legacy\AbstractLegacyProject.cs (1)
283ProjectSystemProject.OutputFilePath = FileUtilities.NormalizeAbsolutePath(Path.Combine(outputDirectory, targetFileName));
Microsoft.VisualStudio.LanguageServices.Implementation (3)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (3)
108_projectSystemProject.OutputFilePath = null; 121_projectSystemProject.OutputFilePath = Path.Combine(rootDirectory, value); 125_projectSystemProject.OutputFilePath = value;
Microsoft.VisualStudio.LanguageServices.UnitTests (18)
ProjectSystemShim\VisualStudioProjectTests\MetadataToProjectReferenceConversionTests.vb (18)
27project1.OutputFilePath = ReferencePath 36project1.OutputFilePath = Nothing 64project1.OutputFilePath = ReferencePathUppercase 73project1.OutputFilePath = Nothing 99project1.OutputFilePath = ReferencePath 111project2.OutputFilePath = ReferencePath 135project1.OutputFilePath = ReferencePath 148project2.OutputFilePath = ReferencePath 182referencedProject.OutputFilePath = ReferencePath 201referencedProject.OutputFilePath = ReferencePath 236referencedProject.OutputFilePath = ReferencePath 270referencedProject.OutputFilePath = ReferencePath 298referencedProject.OutputFilePath = ReferencePath 328project1.OutputFilePath = ReferencePath1 329project2.OutputFilePath = ReferencePath2 346project1.OutputFilePath = ReferencePath1 347project2.OutputFilePath = ReferencePath2 365project.OutputFilePath = ReferencePath
1 reference to OutputFilePath
Microsoft.VisualStudio.LanguageServices.Implementation (1)
ProjectSystem\CPS\CPSProject_IWorkspaceProjectContext.cs (1)
102get => _projectSystemProject.OutputFilePath;