Commit 8238ed9
committed
Fix unnecessary reflection access for collection typed property.
From simple missing not operator, simple get accessor invocation was replaced with reflection. It hurts performance.
This fix just add not operator.1 parent 1224e7f commit 8238ed9
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
434 | | - | |
| 434 | + | |
435 | 435 | | |
436 | 436 | | |
437 | 437 | | |
| |||
0 commit comments