1 write to SourcePath
Microsoft.NET.Build.Extensions.Tasks (1)
ConflictItem.cs (1)
51SourcePath = fileName;
4 references to SourcePath
Microsoft.NET.Build.Extensions.Tasks (4)
ConflictItem.cs (3)
75_assemblyVersion = FileUtilities.TryGetAssemblyVersion(SourcePath ?? string.Empty); 100_exists = ItemType == ConflictItemType.Platform || File.Exists(SourcePath); 139_fileVersion = FileUtilities.GetFileVersion(SourcePath);
ResolvePackageFileConflicts.cs (1)
217var item = new TaskItem(conflict.SourcePath);