5 references to GetMarshalMethodsForType
System.Private.CoreLib (5)
src\System\Runtime\InteropServices\Marshal.CoreCLR.cs (3)
326
methods = LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);
355
methods = LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);
385
LayoutTypeMarshalerMethods methods = LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(rt);
src\System\StubHelpers.cs (2)
1993
Marshal.LayoutTypeMarshalerMethods methods = Marshal.LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);
2016
Marshal.LayoutTypeMarshalerMethods methods = Marshal.LayoutTypeMarshalerMethods.
GetMarshalMethodsForType
(type);