1 override of AddCustomAttributesToTable
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
878protected override int AddCustomAttributesToTable(EntityHandle parentHandle, IEnumerable<ICustomAttribute> attributes)
6 references to AddCustomAttributesToTable
Microsoft.CodeAnalysis (6)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
881var numAttributesEmitted = base.AddCustomAttributesToTable(parentHandle, attributes);
PEWriter\MetadataWriter.cs (5)
2081AddCustomAttributesToTable(EntityHandle.ModuleDefinition, module.GetSourceModuleAttributes()); 2091AddCustomAttributesToTable(parentHandle, parent.GetAttributes(Context)); 2101AddCustomAttributesToTable(parentHandle, parent.GetAttributes(Context)); 2437AddCustomAttributesToTable(genericConstraintHandle, refWithAttributes.Attributes); 2476AddCustomAttributesToTable(handle, interfaceImpl.Attributes);