9 references to WriteCustomAttributes
System.Reflection.Emit (9)
System\Reflection\Emit\ModuleBuilderImpl.cs (8)
136
WriteCustomAttributes
(_customAttributes, moduleHandle);
179
WriteCustomAttributes
(typeBuilder._customAttributes, typeHandle);
237
WriteCustomAttributes
(eventBuilder._customAttributes, eventHandle);
275
WriteCustomAttributes
(property._customAttributes, propertyHandle);
369
WriteCustomAttributes
(method._customAttributes, handle);
389
WriteCustomAttributes
(parameter._customAttributes, parameterHandle);
640
WriteCustomAttributes
(field._customAttributes, handle);
877
WriteCustomAttributes
(gParam._customAttributes, handle);
System\Reflection\Emit\PersistedAssemblyBuilder.cs (1)
165
_module.
WriteCustomAttributes
(_customAttributes, assemblyHandle);