1 write to m_attributes
mscorlib (1)
system\reflection\emit\parameterbuilder.cs (1)
112m_attributes = attributes;
4 references to m_attributes
mscorlib (4)
system\reflection\emit\parameterbuilder.cs (4)
160get {return (int) m_attributes;} 164get {return ((m_attributes & ParameterAttributes.In) != 0);} 167get {return ((m_attributes & ParameterAttributes.Out) != 0);} 170get {return ((m_attributes & ParameterAttributes.Optional) != 0);}