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