1 reference to TypeAttributes_TypeForwarder
Microsoft.CodeAnalysis (1)
PEWriter\MetadataWriter.cs (1)
2250
attributes = exportedType.IsForwarder ? TypeAttributes.NotPublic | Constants.
TypeAttributes_TypeForwarder
: TypeAttributes.Public;