16 references to PropertyParser
Microsoft.Build.Tasks.Core (4)
CreateItem.cs (1)
81if (!PropertyParser.GetTable(Log, "AdditionalMetadata", AdditionalMetadata, out Dictionary<string, string> metadataTable))
MSBuild.cs (3)
214if (!PropertyParser.GetTableWithEscaping(Log, ResourceUtilities.GetResourceString("General.GlobalProperties"), "Properties", Properties, out Dictionary<string, string> propertiesTable)) 518if (!PropertyParser.GetTableWithEscaping( 558if (!PropertyParser.GetTableWithEscaping(
Microsoft.Build.Tasks.UnitTests (12)
PropertyParser_Tests.cs (12)
17Assert.True(PropertyParser.GetTable(null, "Properties", null, out Dictionary<string, string> propertiesTable)); 28Assert.True(PropertyParser.GetTable(null, "Properties", 45Assert.True(PropertyParser.GetTable(null, "Properties", 66Assert.True(PropertyParser.GetTable(null, "Properties", 85Assert.True(PropertyParser.GetTable(null, "Properties", 105Assert.False(PropertyParser.GetTable(null, "Properties", new[] { "=Debug" }, out _)); 114Assert.False(PropertyParser.GetTable(null, "Properties", 123Assert.True(PropertyParser.GetTable(null, "Properties", 140Assert.True(PropertyParser.GetTable(null, "Properties", 155Assert.True(PropertyParser.GetTableWithEscaping(null, "Properties", "Properties", 172Assert.True(PropertyParser.GetTableWithEscaping(null, "Properties", "Properties", 189Assert.True(PropertyParser.GetTableWithEscaping(null, "Properties", "Properties",