Commit 5db4f45
authored
Add System.Threading assembly reference and token (#2303)
Introduce a SystemThreading AssemblyReference in InteropReferences (name: System.Threading, version 10.0.0.0, imported into CorLibScope) and switch the Interlocked TypeReference to be created from that reference. Also add a matching public key token byte array WellKnownPublicKeyTokens.SystemThreading. This centralizes the System.Threading reference and ensures the Interlocked type is resolved from the same assembly reference.1 parent f85e924 commit 5db4f45
2 files changed
Lines changed: 16 additions & 1 deletion
Lines changed: 11 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
157 | 167 | | |
158 | 168 | | |
159 | 169 | | |
| |||
517 | 527 | | |
518 | 528 | | |
519 | 529 | | |
520 | | - | |
| 530 | + | |
521 | 531 | | |
522 | 532 | | |
523 | 533 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
30 | 35 | | |
0 commit comments