1 write to Properties
Microsoft.Build.Tasks.Core (1)
MSBuild.cs (1)
432Properties = expandedProperties.ToArray();
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)) 417if (Properties != null) 420foreach (string t in Properties)