3 references to ConvertStringToBool
dotnet (3)
Commands\Package\Add\PackageAddCommand.cs (1)
276if (!MSBuildUtilities.ConvertStringToBool(projectInstance.GetProperty("ManagePackageVersionsCentrally")?.EvaluatedValue))
Commands\Run\VirtualProjectBuildingCommand.cs (2)
449if (!MSBuildUtilities.ConvertStringToBool(projectInstance.GetPropertyValue(FileBasedProgramCanSkipMSBuild), defaultValue: true)) 1818MSBuildUtilities.ConvertStringToBool(propertyValue))