2 references to DefineConstants
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
MSBuild\Constants\PropertyNames.cs (1)
20
public const string DefineConstants = nameof(
DefineConstants
);
MSBuild\CSharp\CSharpCommandLineArgumentReader.cs (1)
39
AddIfNotNullOrWhiteSpace("define", Project.ReadPropertyString(PropertyNames.
DefineConstants
));