Commit dbc7988
authored
Fix locating startup objects (#79027)
CPS passes us an INamespaceSymbol that is the global namespace symbol;
it doesn't have a containing assembly. It does have a containing
Compilation though, which is what we actually need.
This is a 17.14 backport of the specific fix from
#78972 but removes the other
cleanup and the introduction of a new API that won't ever be consumed in
17.14.
Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/2506795
Fixes #78697File tree
1 file changed
+3
-3
lines changed- src/VisualStudio/Core/Def/ProjectSystem
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
0 commit comments