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)
139else if (XPlatUtility.IsSolutionFile(fullPath) || XPlatUtility.IsProjectFile(fullPath))
Utility\XPlatUtility.cs (1)
95if (IsSolutionFile(file) || IsProjectFile(file))