Commit 863b618
committed
Introduced new
With the new `ParameterMetadata` class established (37eeb3c), we can now expose a collection of `ParameterMetadata` instances on `TypeClass` to represent the list of parameters on the primary (currently first) constructor. This way, this information is now cached, which will ultimately allow us to only call `GetPrimaryConstructor()` once per class, instead of every time an instance of that class is evaluated. In a subsequent commit, this will be incorporated into the `TopicMappingService`.ConstructorParameters property to TypeAccessor
1 parent 37eeb3c commit 863b618
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
86 | 93 | | |
87 | 94 | | |
88 | 95 | | |
| |||
93 | 100 | | |
94 | 101 | | |
95 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
96 | 112 | | |
97 | 113 | | |
98 | 114 | | |
| |||
0 commit comments