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