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