3 references to IsProjectFile
NuGet.CommandLine.XPlat (3)
Commands\Why\WhyCommandRunner.cs (1)
190
&& (XPlatUtility.IsSolutionFile(fullPath) || XPlatUtility.
IsProjectFile
(fullPath) || XPlatUtility.IsJsonFile(fullPath) ||
Utility\MSBuildAPIUtility.cs (1)
139
else if (XPlatUtility.IsSolutionFile(fullPath) || XPlatUtility.
IsProjectFile
(fullPath))
Utility\XPlatUtility.cs (1)
95
if (IsSolutionFile(file) ||
IsProjectFile
(file))