2 instantiations of CustAttr
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (2)
577CustAttr ca = new CustAttr(con, binaryAttribute); 587CustAttr ca = new CustAttr(customBuilder);
6 references to CustAttr
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (6)
304private List<CustAttr>? m_ca; 577CustAttr ca = new CustAttr(con, binaryAttribute); 587CustAttr ca = new CustAttr(customBuilder); 595private void SetGenParamCustomAttributeNoLock(CustAttr ca) 597m_ca ??= new List<CustAttr>(); 1540foreach (CustAttr ca in m_ca)