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