1 instantiation of DelegateTypeInfo
Microsoft.Interop.SourceGeneration (1)
ManagedTypeInfo.cs (1)
66return new DelegateTypeInfo(typeName, diagnosticFormattedName, type is INamedTypeSymbol { IsGenericType: true });
1 reference to DelegateTypeInfo
Microsoft.Interop.SourceGeneration (1)
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (1)
87case { ManagedType: DelegateTypeInfo delegateTypeInfo, MarshallingAttributeInfo: NoMarshallingInfo or MarshalAsInfo(UnmanagedType.FunctionPtr, _) }: