Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[linker] Set flag when processing ParameterInfo.get_Name from XML fil…
…es. Fixes xamarin#4978 Commit xamarin@996d906 fixed the use of XML files. However it did not set the flags so if it's used in both XML and in code then the dictionary is being added twice, which throws an exception like ``` error MT2102: Error processing the method 'System.Boolean SignalGo.Shared.Helpers.ReflectionHelper/d__0::MoveNext()' in the assembly 'SignalGo.Shared.dll': An item with the same key has already been added. Key: System.String System.Reflection.ParameterInfo::get_Name() ``` reference: xamarin#4978
- Loading branch information