5 references to GetMarshalMethodsForType
System.Private.CoreLib (5)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (3)
318
LayoutTypeMarshalerMethods methods = LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);
347
LayoutTypeMarshalerMethods methods = LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);
374
LayoutTypeMarshalerMethods methods = LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(structuretype);
src\System\StubHelpers.cs (2)
1959
Marshal.LayoutTypeMarshalerMethods methods = Marshal.LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);
1990
Marshal.LayoutTypeMarshalerMethods methods = Marshal.LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);