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