1 write to CombinedPaths
Microsoft.Build.Tasks.Core (1)
CombinePath.cs (1)
79CombinedPaths = combinedPathsList.ToArray();
9 references to CombinedPaths
Microsoft.Build.Tasks.UnitTests (9)
CombinePath_Tests.cs (9)
34ObjectModelHelpers.AssertItemsMatch(string.Format("{0}\r\n{1}", fullPath1, fullPath2), t.CombinedPaths, true); 64ObjectModelHelpers.AssertItemsMatch(pathsToMatch, t.CombinedPaths, true); 84ObjectModelHelpers.AssertItemsMatch(string.Format("{0}\r\n{1}", path1, fullPath2), t.CombinedPaths, true); 113ObjectModelHelpers.AssertItemsMatch(pathsToMatch, t.CombinedPaths, true); 145ObjectModelHelpers.AssertItemsMatch(expected, t.CombinedPaths, true); 164", t.CombinedPaths, true); 181", t.CombinedPaths, true); 199", t.CombinedPaths, true); 219", t.CombinedPaths, true);