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