1 instantiation of DllModule
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (1)
112module = new DllModule(fileName);
5 references to DllModule
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT.cs (5)
103static Dictionary<string, DllModule> _cache = new System.Collections.Generic.Dictionary<string, DllModule>(); 105public static DllModule Load(string fileName) 109DllModule module; 241(_IActivationFactory, _) = DllModule.Load($"{moduleName}.dll").GetActivationFactory(runtimeClassId);