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