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