-
Notifications
You must be signed in to change notification settings - Fork 240
Commit 4194473
committed
Constrain use of
Which is where it might be accessed concurrently as a cache, but we can
use `IDictionary` (and return a copy of the caches) to the rest of the
users.ConcurrentDictionary to CommandHelpers
1 parent ad17ec4 commit 4194473
File tree
4 files changed
+10
-17
lines changed- src/PowerShellEditorServices/Services
- PowerShell/Utility
- Symbols
- Vistors
4 files changed
+10
-17
lines changedLines changed: 3 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | - | ||
180 | + | ||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
184 | - | ||
185 | - | ||
186 | - | ||
187 | - | ||
188 | - | ||
189 | - | ||
190 | 184 | | |
191 | 185 | | |
192 | 186 | | |
| |||
207 | 201 | | |
208 | 202 | | |
209 | 203 | | |
210 | - | ||
204 | + | ||
205 | + | ||
211 | 206 | | |
212 | 207 | | |
213 | 208 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | - | ||
192 | + | ||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
160 | 159 | | |
161 | 160 | | |
162 | 161 | | |
163 | - | ||
164 | - | ||
162 | + | ||
163 | + | ||
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
| |||
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | - | ||
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | - | ||
18 | - | ||
16 | + | ||
17 | + | ||
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | - | ||
33 | - | ||
31 | + | ||
32 | + | ||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
0 commit comments