4 references to GetSourcePath
Microsoft.NET.Build.Extensions.Tasks (4)
GetDependsOnNETStandard.cs (1)
47var referenceSourcePath = ItemUtilities.GetSourcePath(reference);
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);