1 instantiation of LayoutTypeMarshalerMethods
System.Private.CoreLib (1)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (1)
283
return new
LayoutTypeMarshalerMethods
(instantiatedMarshaler);
13 references to LayoutTypeMarshalerMethods
System.Private.CoreLib (13)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (9)
273
private static readonly ConditionalWeakTable<Type,
LayoutTypeMarshalerMethods
> s_marshalerCache = [];
276
internal static
LayoutTypeMarshalerMethods
GetMarshalMethodsForType(Type t)
280
static
LayoutTypeMarshalerMethods
CreateMarshalMethods(Type type)
318
LayoutTypeMarshalerMethods
methods =
LayoutTypeMarshalerMethods
.GetMarshalMethodsForType(type);
347
LayoutTypeMarshalerMethods
methods =
LayoutTypeMarshalerMethods
.GetMarshalMethodsForType(type);
374
LayoutTypeMarshalerMethods
methods =
LayoutTypeMarshalerMethods
.GetMarshalMethodsForType(structuretype);
src\System\StubHelpers.cs (4)
1959
Marshal.
LayoutTypeMarshalerMethods
methods = Marshal.
LayoutTypeMarshalerMethods
.GetMarshalMethodsForType(type);
1990
Marshal.
LayoutTypeMarshalerMethods
methods = Marshal.
LayoutTypeMarshalerMethods
.GetMarshalMethodsForType(type);