1 override of AddCustomAttributesToTable
Microsoft.CodeAnalysis (1)
Emit\EditAndContinue\DeltaMetadataWriter.cs (1)
935protected override void AddCustomAttributesToTable(EntityHandle parentHandle, IEnumerable<ICustomAttribute> attributes)
5 references to AddCustomAttributesToTable
Microsoft.CodeAnalysis (5)
PEWriter\MetadataWriter.cs (5)
2095AddCustomAttributesToTable(EntityHandle.ModuleDefinition, module.GetSourceModuleAttributes()); 2111AddCustomAttributesToTable(parentHandle, parent.GetAttributes(Context)); 2127AddCustomAttributesToTable(parentHandle, parent.GetAttributes(Context)); 2477AddCustomAttributesToTable(genericConstraintHandle, refWithAttributes.Attributes); 2516AddCustomAttributesToTable(handle, interfaceImpl.Attributes);