1 override of AddCustomAttributesToTable
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
923
protected override void
AddCustomAttributesToTable
(EntityHandle parentHandle, IEnumerable<ICustomAttribute> attributes)
5 references to AddCustomAttributesToTable
Microsoft.CodeAnalysis (5)
PEWriter\MetadataWriter.cs (5)
2090
AddCustomAttributesToTable
(EntityHandle.ModuleDefinition, module.GetSourceModuleAttributes());
2106
AddCustomAttributesToTable
(parentHandle, parent.GetAttributes(Context));
2122
AddCustomAttributesToTable
(parentHandle, parent.GetAttributes(Context));
2465
AddCustomAttributesToTable
(genericConstraintHandle, refWithAttributes.Attributes);
2504
AddCustomAttributesToTable
(handle, interfaceImpl.Attributes);