3 references to GetSourcePath
Microsoft.NET.Build.Tasks (3)
parent\Common\ConflictResolution\ConflictItem.cs (1)
221_sourcePath = ItemUtilities.GetSourcePath(OriginalItem) ?? string.Empty;
parent\Common\ItemUtilities.cs (2)
65var sourcePath = GetSourcePath(item); 139var sourcePath = GetSourcePath(item);