1 write to Attributes
Microsoft.CodeAnalysis (1)
PEWriter\Types.cs (1)
447Attributes = attributes.NullToEmpty();
4 references to Attributes
Microsoft.CodeAnalysis (4)
PEWriter\MetadataVisitor.cs (1)
593this.Visit(typeRefWithAttributes.Attributes);
PEWriter\MetadataWriter.cs (2)
2471AddCustomAttributesToTable(genericConstraintHandle, refWithAttributes.Attributes); 2510AddCustomAttributesToTable(handle, interfaceImpl.Attributes);
PEWriter\ReferenceIndexerBase.cs (1)
312this.Visit(refWithAttributes.Attributes);