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