2 writes to _moduleHandle
PresentationFramework (2)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (2)
125_moduleHandle = Platform.LoadLibraryExW(System.IO.Path.Combine(_currentModuleDirectory, fileName), IntPtr.Zero, /* LOAD_WITH_ALTERED_SEARCH_PATH */ 8); 132_moduleHandle = NativeLibrary.Load(fileName, Assembly.GetExecutingAssembly(), null);
6 references to _moduleHandle
PresentationFramework (6)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (6)
127if (_moduleHandle == IntPtr.Zero) 137if (_moduleHandle == IntPtr.Zero) 142_GetActivationFactory = Platform.GetProcAddress<DllGetActivationFactory>(_moduleHandle); 144var canUnloadNow = Platform.GetProcAddress(_moduleHandle, "DllCanUnloadNow"); 166if ((_moduleHandle != IntPtr.Zero) && !Platform.FreeLibrary(_moduleHandle))