3 references to IClrMetaHost
ComSvcConfig (3)
ComAdminWrapper.cs (3)
670
if (SafeNativeMethods.ERROR_SUCCESS == SafeNativeMethods.CLRCreateInstance(CLSID_CLRMetaHost, typeof(
IClrMetaHost
).GUID, out pCLRMetaHost))
672
IClrMetaHost
metaHost = (
IClrMetaHost
)pCLRMetaHost;