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