7 writes to m_namedArgs
System.Private.CoreLib (7)
src\System\Reflection\RuntimeCustomAttributeData.cs (7)
325m_namedArgs = Array.AsReadOnly(new CustomAttributeNamedArgument[] 343m_namedArgs = Array.Empty<CustomAttributeNamedArgument>(); 380m_namedArgs = Array.AsReadOnly(namedArgs); 392m_namedArgs = Array.Empty<CustomAttributeNamedArgument>(); 410m_namedArgs = Array.Empty<CustomAttributeNamedArgument>(); 482m_namedArgs = Array.AsReadOnly(namedArgs); 486m_namedArgs = Array.Empty<CustomAttributeNamedArgument>();
2 references to m_namedArgs
System.Private.CoreLib (2)
src\System\Reflection\RuntimeCustomAttributeData.cs (2)
450if (m_namedArgs is null) 490return m_namedArgs;