Fix ThunkGenerator (#84390)
authorMichał Petryka <35800402+MichalPetryka@users.noreply.github.com>
Thu, 6 Apr 2023 05:14:14 +0000 (07:14 +0200)
committerGitHub <noreply@github.com>
Thu, 6 Apr 2023 05:14:14 +0000 (22:14 -0700)
commitf0fbcc28c98bfeacc08a2205e7519178ca400082
tree3bafe7e593cb46d1c03726677f55ffab9f3a40ba
parentf5895b30c56bd3cf0ae82dd88be5e7071d866f9d
Fix ThunkGenerator (#84390)

* Fix ThunkGenerator

Fixes:
```
 error CA1859: Change type of parameter 'tr' from 'System.IO.TextReader' to 'System.IO.StreamReader' for improved performance
 error CA1859: Change return type of method 'ParseInput' from 'System.Collections.Generic.IEnumerable<Thunkerator.FunctionDecl>' to 'System.Collections.ObjectModel.ReadOnlyCollection<Thunkerator.FunctionDecl>' for improved performance
```

* Fix typo
src/coreclr/tools/Common/JitInterface/ThunkGenerator/Program.cs