1 write to Properties
Microsoft.Build (1)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (1)
472Properties = expandedProperties.ToArray();
3 references to Properties
Microsoft.Build (3)
BackEnd\Components\RequestBuilder\IntrinsicTasks\MSBuild.cs (3)
249if (!PropertyParser.GetTableWithEscaping(Log, ResourceUtilities.GetResourceString("General.GlobalProperties"), "Properties", Properties, out Dictionary<string, string> propertiesTable)) 458if (Properties != null) 461foreach (string p in Properties)