Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(PropertySerialization): fix null reference exception
Methods don't necessarily have a body in IL so this fix ensures these "empty methods" are not enumerated, preventing a null reference exception from being thrown.
- Loading branch information