2 references to Forwarder
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (2)
Symbols\Metadata\PE\TypeForwarders.cs (2)
1825
Assert.Equal((TypeAttributes)0, exportedTypeRow.Attributes & TypeAttributesMissing.
Forwarder
);
1833
Assert.Equal(TypeAttributes.NotPublic | TypeAttributesMissing.
Forwarder
, exportedTypeRow.Attributes);