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