1 instantiation of CustomMarshallerTable
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
699
internal static readonly CustomMarshallerTable s_customMarshallersTable = new
CustomMarshallerTable
();
2 references to CustomMarshallerTable
System.Private.CoreLib (2)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (2)
619
var marshaller =
CustomMarshallerTable
.s_customMarshallersTable.GetOrAdd(new CustomMarshallerKey(pParameterType, pMarshallerType, cookie, getInstanceMethod));
699
internal static readonly
CustomMarshallerTable
s_customMarshallersTable = new CustomMarshallerTable();