Fix incorrect usage of ILCodeVersion::AsNode (issue #18602) (#18606)
authorNoah Falk <noahfalk@users.noreply.github.com>
Sat, 23 Jun 2018 02:14:15 +0000 (19:14 -0700)
committerGitHub <noreply@github.com>
Sat, 23 Jun 2018 02:14:15 +0000 (19:14 -0700)
commit67af5834bf890632fe975fa27cae35c8404e726e
tree782fe7307caa89c615c9e379eb0c21965dc1cc60
parenta6369dfceb2106bcf0de3d834d9a9a4dbf1459d5
Fix incorrect usage of ILCodeVersion::AsNode (issue #18602) (#18606)

When the debugger is querying the active rejit IL for an IL method that has not been rejitted it incorrectly creates a VMPTR_ILCodeVersionNode for a code version that shouldn't have one.
src/debug/daccess/dacdbiimpl.cpp
src/vm/codeversion.cpp