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