2 references to IsType
NuGet.Commands (2)
RestoreCommand\Utility\MSBuildRestoreUtility.cs (2)
71
if (item.
IsType
("restorespec"))
931
return items.Where(e => e.
IsType
(type));