src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/features/dbcontext/scaffold/ScaffoldDbContextDialogWrapper.kt [77:84]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun initBindings() { super.initBindings() migrationProjectFolder.bind(dataCtx.migrationsProject) { if (it != null) File(it.fullPath).parentFile.path else "" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - src/rider/main/kotlin/com/jetbrains/rider/plugins/efcore/features/migrations/add/AddMigrationDialogWrapper.kt [51:58]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - override fun initBindings() { super.initBindings() migrationProjectFolder.bind(dataCtx.migrationsProject) { if (it != null) File(it.fullPath).parentFile.path else "" - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -