1 write to BasePath
Microsoft.Build.Tasks.Core (1)
CombinePath.cs (1)
59BasePath = String.Empty;
2 references to BasePath
Microsoft.Build.Tasks.Core (2)
CombinePath.cs (2)
57if (BasePath == null) 70combinedPath.ItemSpec = Path.Combine(BasePath, path.ItemSpec);