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