4 references to IgnoreArityMismatch
Microsoft.Interop.SourceGeneration (4)
ManualTypeMarshallingHelper.cs (4)
102return TryGetMarshallersFromEntryType(entryPointType, managedType, isLinearCollectionMarshalling: false, compilation, getMarshallingInfoForElement: null, IgnoreArityMismatch, out marshallers); 123if (!TryResolveManagedType(entryPointType, resolvedManagedType, isLinearCollectionMarshalling: false, IgnoreArityMismatch, out resolvedManagedType)) 159return TryGetMarshallersFromEntryType(entryPointType, managedType, isLinearCollectionMarshalling: true, compilation, getMarshallingInfo, IgnoreArityMismatch, out marshallers); 250if (!TryResolveMarshallerType(entryPointType, marshallerType, IgnoreArityMismatch, out marshallerType))