1 write to m_symCustomAttrs
mscorlib (1)
system\reflection\emit\methodbuilder.cs (1)
915
m_symCustomAttrs
= new List<SymCustomAttr>();
4 references to m_symCustomAttrs
mscorlib (4)
system\reflection\emit\methodbuilder.cs (4)
315
if (
m_symCustomAttrs
!= null)
317
foreach(SymCustomAttr symCustomAttr in
m_symCustomAttrs
)
914
if (
m_symCustomAttrs
== null)
917
m_symCustomAttrs
.Add(new SymCustomAttr(name, data));