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