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