Remove Binder assertion for BindByWhereRef
authorAndrew Schwartzmeyer <andschwa@microsoft.com>
Fri, 21 Aug 2015 22:51:23 +0000 (15:51 -0700)
committerAndrew Schwartzmeyer <andschwa@microsoft.com>
Fri, 21 Aug 2015 22:55:06 +0000 (15:55 -0700)
commitdb412f16d583b81be0ee3cb60d4cce634e1fb7ac
treee502162d3188861f72eee607dcf742194df18863
parent6bad4f89818630e9ccc12b4c7f5b4838e8982ec3
Remove Binder assertion for BindByWhereRef

Some use cases of CoreCLR require overriding the assembly load context,
triggering this assertion. However, this override does not necessarily
break support of BindByWhereRef, and so it should be attempted on a
best-effort basis, instead of bailing out prematurely.
src/vm/coreassemblyspec.cpp