9 references to WriteCustomAttributes
System.Reflection.Emit (9)
System\Reflection\Emit\ModuleBuilderImpl.cs (8)
136
WriteCustomAttributes
(_customAttributes, moduleHandle);
179
WriteCustomAttributes
(typeBuilder._customAttributes, typeHandle);
238
WriteCustomAttributes
(eventBuilder._customAttributes, eventHandle);
276
WriteCustomAttributes
(property._customAttributes, propertyHandle);
370
WriteCustomAttributes
(method._customAttributes, handle);
390
WriteCustomAttributes
(parameter._customAttributes, parameterHandle);
641
WriteCustomAttributes
(field._customAttributes, handle);
867
WriteCustomAttributes
(gParam._customAttributes, handle);
System\Reflection\Emit\PersistedAssemblyBuilder.cs (1)
165
_module.
WriteCustomAttributes
(_customAttributes, assemblyHandle);