1 override of AddCustomAttributesToTable
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
878
protected override int
AddCustomAttributesToTable
(EntityHandle parentHandle, IEnumerable<ICustomAttribute> attributes)
6 references to AddCustomAttributesToTable
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
881
var numAttributesEmitted = base.
AddCustomAttributesToTable
(parentHandle, attributes);
PEWriter\MetadataWriter.cs (5)
2081
AddCustomAttributesToTable
(EntityHandle.ModuleDefinition, module.GetSourceModuleAttributes());
2091
AddCustomAttributesToTable
(parentHandle, parent.GetAttributes(Context));
2101
AddCustomAttributesToTable
(parentHandle, parent.GetAttributes(Context));
2437
AddCustomAttributesToTable
(genericConstraintHandle, refWithAttributes.Attributes);
2476
AddCustomAttributesToTable
(handle, interfaceImpl.Attributes);