4 references to CompilerGeneratedFilesOutputPath
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\BuildPropertyNames.cs (1)
25public const string CompilerGeneratedFilesOutputPath = nameof(CompilerGeneratedFilesOutputPath);
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (3)
ProjectSystemShim\CPS\AdditionalPropertiesTests.cs (3)
165project.SetProperty(BuildPropertyNames.CompilerGeneratedFilesOutputPath, "generated"); 171project.SetProperty(BuildPropertyNames.CompilerGeneratedFilesOutputPath, path); 175project.SetProperty(BuildPropertyNames.CompilerGeneratedFilesOutputPath, "");