6 references to AddCustomAttributesToTable
Microsoft.CodeAnalysis (6)
PEWriter\MetadataWriter.cs (6)
1989this.AddCustomAttributesToTable(GetMethodDefs(), def => GetMethodDefinitionHandle(def)); 1990this.AddCustomAttributesToTable(GetFieldDefs(), def => GetFieldDefinitionHandle(def)); 1994this.AddCustomAttributesToTable(typeDefs, def => GetTypeDefinitionHandle(def)); 1995this.AddCustomAttributesToTable(GetParameterDefs(), def => GetParameterHandle(def)); 2004this.AddCustomAttributesToTable(GetPropertyDefs(), def => GetPropertyDefIndex(def)); 2005this.AddCustomAttributesToTable(GetEventDefs(), def => GetEventDefinitionHandle(def));