1 instantiation of SymCustomAttr
mscorlib (1)
system\reflection\emit\methodbuilder.cs (1)
917
m_symCustomAttrs.Add(new
SymCustomAttr
(name, data));
3 references to SymCustomAttr
mscorlib (3)
system\reflection\emit\methodbuilder.cs (3)
317
foreach(
SymCustomAttr
symCustomAttr in m_symCustomAttrs)
881
private List<
SymCustomAttr
> m_symCustomAttrs;
915
m_symCustomAttrs = new List<
SymCustomAttr
>();