7 references to TypeMapLazyDictionary
System.Private.CoreLib (7)
LibraryImports.g.cs (5)
4128
private static unsafe extern partial void ProcessAttributes(global::System.Runtime.CompilerServices.QCallAssembly assembly, global::System.Runtime.CompilerServices.QCallTypeHandle groupType, delegate* unmanaged<global::System.Runtime.InteropServices.
TypeMapLazyDictionary
.CallbackContext*, global::System.Runtime.InteropServices.
TypeMapLazyDictionary
.ProcessAttributesCallbackArg*, global::Interop.BOOL> newExternalTypeEntry, delegate* unmanaged<global::System.Runtime.InteropServices.
TypeMapLazyDictionary
.CallbackContext*, global::System.Runtime.InteropServices.
TypeMapLazyDictionary
.ProcessAttributesCallbackArg*, global::Interop.BOOL> newProxyTypeEntry, global::System.Runtime.InteropServices.
TypeMapLazyDictionary
.CallbackContext* context);
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapping.cs (2)
29
return
TypeMapLazyDictionary
.CreateExternalTypeMap((RuntimeType)typeof(TTypeMapGroup));
47
return
TypeMapLazyDictionary
.CreateProxyTypeMap((RuntimeType)typeof(TTypeMapGroup));