4 references to PropertyParser
Microsoft.Build.Tasks.Core (4)
CreateItem.cs (1)
81
if (!
PropertyParser
.GetTable(Log, "AdditionalMetadata", AdditionalMetadata, out Dictionary<string, string> metadataTable))
MSBuild.cs (3)
198
if (!
PropertyParser
.GetTableWithEscaping(Log, ResourceUtilities.GetResourceString("General.GlobalProperties"), "Properties", Properties, out Dictionary<string, string> propertiesTable))
505
if (!
PropertyParser
.GetTableWithEscaping(
545
if (!
PropertyParser
.GetTableWithEscaping(