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