Do not use CorHost2::m_fStarted to gate execution (#20953)
authorSteve MacLean <stmaclea@microsoft.com>
Tue, 18 Dec 2018 02:23:20 +0000 (21:23 -0500)
committerGitHub <noreply@github.com>
Tue, 18 Dec 2018 02:23:20 +0000 (21:23 -0500)
commitf6d403292c17f7024509c59593bcab05ee9379f1
tree129112b53d8c6f41349fccb755352c54662871b9
parent5fc2313f1bc4ffac033f38b2162175c958cfdf3f
Do not use CorHost2::m_fStarted to gate execution (#20953)

* ExecuteInDefaultAppDomain w/o Start

Do not require Start() call before
calling ExecuteInDefaultAppDomain()

* Remove unused variable
* Move flags as needed to CorHost2
src/inc/corhost.h
src/vm/corhost.cpp
tests/src/Interop/ExecInDefAppDom/ExecInDefAppDomDll.cpp