1 write to IsForwarder
Microsoft.CodeAnalysis (1)
PEWriter\ExportedType.cs (1)
32IsForwarder = isForwarder;
3 references to IsForwarder
Microsoft.CodeAnalysis (3)
PEWriter\MetadataWriter.cs (3)
2250attributes = exportedType.IsForwarder ? TypeAttributes.NotPublic | Constants.TypeAttributes_TypeForwarder : TypeAttributes.Public; 2262attributes = exportedType.IsForwarder ? TypeAttributes.NotPublic : TypeAttributes.NestedPublic; 2274typeDefinitionId: exportedType.IsForwarder ? 0 : MetadataTokens.GetToken(exportedType.Type.TypeDef));