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