Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw NullRef in some delegate construction scenarios (dotnet#71526)
Apparently constructing a delegate to a virtual/interface method throws `NullReferenceException` instead of `ArgumentException` (that is thrown for non-virtual cases). System.Collections.Immutable tests are testing for this for some reason.
- Loading branch information