4 references to GetRuntimeInterfaceAsObject
mscorlib (1)
parent\parent\parent\parent\InternalApis\NDP_Common\inc\StrongNameHelpers.cs (1)
28s_StrongName = (IClrStrongName)RuntimeEnvironment.GetRuntimeInterfaceAsObject(
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1530corRuntimeHost = (ListenerUnsafeNativeMethods.ICorRuntimeHost)System.Runtime.InteropServices.RuntimeEnvironment.GetRuntimeInterfaceAsObject(rclsid, riid);
System.Web (1)
parent\parent\parent\parent\parent\parent\InternalApis\NDP_Common\inc\StrongNameHelpers.cs (1)
28s_StrongName = (IClrStrongName)RuntimeEnvironment.GetRuntimeInterfaceAsObject(
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComponentManagerBroker.cs (1)
197UnsafeNativeMethods.ICorRuntimeHost host = (UnsafeNativeMethods.ICorRuntimeHost) RuntimeEnvironment.GetRuntimeInterfaceAsObject(typeof(UnsafeNativeMethods.CorRuntimeHost).GUID, typeof(UnsafeNativeMethods.ICorRuntimeHost).GUID);