2 instantiations of CustAttr
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (2)
571CustAttr ca = new CustAttr(con, binaryAttribute); 581CustAttr ca = new CustAttr(customBuilder);
6 references to CustAttr
System.Private.CoreLib (6)
src\System\Reflection\Emit\RuntimeTypeBuilder.cs (6)
304private List<CustAttr>? m_ca; 571CustAttr ca = new CustAttr(con, binaryAttribute); 581CustAttr ca = new CustAttr(customBuilder); 589private void SetGenParamCustomAttributeNoLock(CustAttr ca) 591m_ca ??= new List<CustAttr>(); 1534foreach (CustAttr ca in m_ca)