1 write to Attributes
Microsoft.CodeAnalysis (1)
PEWriter\Types.cs (1)
437Attributes = attributes.NullToEmpty();
4 references to Attributes
Microsoft.CodeAnalysis (4)
PEWriter\MetadataVisitor.cs (1)
574this.Visit(typeRefWithAttributes.Attributes);
PEWriter\MetadataWriter.cs (2)
2437AddCustomAttributesToTable(genericConstraintHandle, refWithAttributes.Attributes); 2476AddCustomAttributesToTable(handle, interfaceImpl.Attributes);
PEWriter\ReferenceIndexerBase.cs (1)
298this.Visit(refWithAttributes.Attributes);