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