3 writes to Properties
Microsoft.Build.Tasks.Core (1)
MSBuild.cs (1)
429Properties = expandedProperties.ToArray();
Microsoft.Build.Tasks.UnitTests (2)
MSBuild_Tests.cs (2)
527msbuildTask.Properties = new string[] { "MyProp=0" }; 742msbuildTask.Properties = new string[] { "MyPropG=1" };
3 references to Properties
Microsoft.Build.Tasks.Core (3)
MSBuild.cs (3)
214if (!PropertyParser.GetTableWithEscaping(Log, ResourceUtilities.GetResourceString("General.GlobalProperties"), "Properties", Properties, out Dictionary<string, string> propertiesTable)) 414if (Properties != null) 417foreach (string t in Properties)