5 references to IsPlaceholderFile
Microsoft.NET.Build.Tasks (5)
LockFileExtensions.cs (1)
262=> NuGetUtils.IsPlaceholderFile(item.Path);
ProduceContentAssets.cs (1)
178if (NuGetUtils.IsPlaceholderFile(contentFile.ItemSpec))
ResolvePackageDependencies.cs (3)
190if (NuGetUtils.IsPlaceholderFile(file)) 372if (NuGetUtils.IsPlaceholderFile(filePath)) 442if (NuGetUtils.IsPlaceholderFile(relativePath))