1 override of AddCustomAttributesToTable
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
935
protected override void
AddCustomAttributesToTable
(EntityHandle parentHandle, IEnumerable<ICustomAttribute> attributes)
5 references to AddCustomAttributesToTable
Microsoft.CodeAnalysis (5)
PEWriter\MetadataWriter.cs (5)
2095
AddCustomAttributesToTable
(EntityHandle.ModuleDefinition, module.GetSourceModuleAttributes());
2111
AddCustomAttributesToTable
(parentHandle, parent.GetAttributes(Context));
2127
AddCustomAttributesToTable
(parentHandle, parent.GetAttributes(Context));
2477
AddCustomAttributesToTable
(genericConstraintHandle, refWithAttributes.Attributes);
2516
AddCustomAttributesToTable
(handle, interfaceImpl.Attributes);