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