1 instantiation of StructureMarshalInfo
System.Private.CoreLib (1)
src\System\StubHelpers.cs (1)
2032return new StructureMarshalInfo
5 references to StructureMarshalInfo
System.Private.CoreLib (5)
src\System\StubHelpers.cs (5)
2021private static readonly ConditionalWeakTable<Type, StructureMarshalInfo> s_structureMarshalInfoCache = []; 2023private static unsafe StructureMarshalInfo GetStructureMarshalMethods(Type structureType) 2047StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT)); 2070StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT)); 2093StructureMarshalInfo marshalInfo = GetStructureMarshalMethods(RuntimeTypeHandle.GetRuntimeTypeFromHandle((IntPtr)pInterfaceMT));