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