1 reference to GetModuleType
System.Private.CoreLib (1)
src\System\Reflection\RuntimeModule.cs (1)
347
internal RuntimeType RuntimeType => m_runtimeType ??= ModuleHandle.
GetModuleType
(this);