4 references to AddCustomAttributeToTable
Microsoft.CodeAnalysis (4)
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
1000if (AddCustomAttributeToTable(parentHandle, attributeEnumerator.Current)) 1019if (AddCustomAttributeToTable(parentHandle, attributeEnumerator.Current))
PEWriter\MetadataWriter.cs (2)
2060AddCustomAttributeToTable(parentHandle, customAttribute); 2126AddCustomAttributeToTable(parentHandle, attr);