4 references to AddCustomAttributeToTable
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
1029
if (
AddCustomAttributeToTable
(parentHandle, attributeEnumerator.Current))
1048
if (
AddCustomAttributeToTable
(parentHandle, attributeEnumerator.Current))
PEWriter\MetadataWriter.cs (2)
2064
AddCustomAttributeToTable
(parentHandle, customAttribute);
2130
AddCustomAttributeToTable
(parentHandle, attr);