Searched refs:entityType (Results 1 – 9 of 9) sorted by relevance
20 get entityType() { return this._entityType; } // used to ICE without return type annotation21 >entityType : Symbol(DbSet.entityType, Decl(genericReturnTypeFromGetter1.ts, 4, 19))
12 get entityType() { return this._entityType; } // used to ICE without return type annotation13 >entityType : any
7 get entityType() { return this._entityType; } // used to ICE without return type annotation getter in DbSet
13 get entityType() { return this._entityType; } // used to ICE without return type annotation
46 final FileSystemEntityType entityType = fs.typeSync(applicationBundle.path);47 if (entityType == FileSystemEntityType.notFound) {52 if (entityType == FileSystemEntityType.directory) {
32 final FileSystemEntityType entityType = fs.typeSync(applicationBinary.path);33 if (entityType != FileSystemEntityType.file) {
7 get entityType() { return this._entityType; } // used to ICE without return type annotation method in DbSet
44 entityType: "[PC preview] unknown entityType", property
269 final FileSystemEntityType entityType = fs.typeSync(applicationBinary.path);270 if (entityType == FileSystemEntityType.notFound) {276 if (entityType == FileSystemEntityType.directory) {