InterReferenceAnalyzer: Why not to use the MemberRef table stream directly to update references? #439
-
Hi, My question refers to code in Renamer/Analyzers/InterReferenceAnalyzer.cs, in method - Analyze. Many thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, it doesn’t use the Rows property of the table since that property only includes MemberRefs which were present in the input assembly. The ones added by ConfuserEx or potential plugins are not. The current approach increases the reach of the analyzer to injected members as well. |
Beta Was this translation helpful? Give feedback.
Hi, it doesn’t use the Rows property of the table since that property only includes MemberRefs which were present in the input assembly. The ones added by ConfuserEx or potential plugins are not. The current approach increases the reach of the analyzer to injected members as well.