1 instantiation of EnumTypeInfo
Microsoft.Interop.SourceGeneration (1)
ManagedTypeInfo.cs (1)
50return new EnumTypeInfo(typeName, diagnosticFormattedName, ((INamedTypeSymbol)type).EnumUnderlyingType!.SpecialType);
2 references to EnumTypeInfo
Microsoft.Interop.ComInterfaceGenerator (1)
ComInterfaceGenerator.cs (1)
304if ((returnSwappedSignatureElements[i].ManagedType is SpecialTypeInfo { SpecialType: SpecialType.System_Int32 or SpecialType.System_Enum } or EnumTypeInfo
Microsoft.Interop.SourceGeneration (1)
Marshalling\MarshalAsMarshallingGeneratorResolver.cs (1)
57case { ManagedType: EnumTypeInfo enumType, MarshallingAttributeInfo: NoMarshallingInfo }: