4 references to AddCustomAttributeToTable
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
1028
if (
AddCustomAttributeToTable
(parentHandle, attributeEnumerator.Current))
1047
if (
AddCustomAttributeToTable
(parentHandle, attributeEnumerator.Current))
PEWriter\MetadataWriter.cs (2)
2063
AddCustomAttributeToTable
(parentHandle, customAttribute);
2129
AddCustomAttributeToTable
(parentHandle, attr);