1 instantiation of StructureMarshalInfo
System.Private.CoreLib (1)
src\System\StubHelpers.cs (1)
2059return new StructureMarshalInfo
5 references to StructureMarshalInfo
System.Private.CoreLib (5)
src\System\StubHelpers.cs (5)
2048private static readonly ConditionalWeakTable<Type, StructureMarshalInfo> s_structureMarshalInfoCache = []; 2050private static unsafe StructureMarshalInfo GetStructureMarshalMethods(Type structureType) 2074StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT)); 2097StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT)); 2120StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT));