1 instantiation of CustomMarshallerKey
System.Private.CoreLib (1)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (1)
619var marshaller = CustomMarshallerTable.s_customMarshallersTable.GetOrAdd(new CustomMarshallerKey(pParameterType, pMarshallerType, cookie, getInstanceMethod));
5 references to CustomMarshallerKey
System.Private.CoreLib (5)
Internal\Runtime\CompilerHelpers\InteropHelpers.cs (5)
660internal unsafe struct CustomMarshallerKey : IEquatable<CustomMarshallerKey> 677if (!(obj is CustomMarshallerKey other)) 682public bool Equals(CustomMarshallerKey other) 697internal sealed class CustomMarshallerTable : ConcurrentUnifier<CustomMarshallerKey, object> 701protected override unsafe object Factory(CustomMarshallerKey key)