4 references to AddCustomAttributeToTable
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
1041
if (
AddCustomAttributeToTable
(parentHandle, attributeEnumerator.Current))
1060
if (
AddCustomAttributeToTable
(parentHandle, attributeEnumerator.Current))
PEWriter\MetadataWriter.cs (2)
2069
AddCustomAttributeToTable
(parentHandle, customAttribute);
2135
AddCustomAttributeToTable
(parentHandle, attr);