3 writes to m_scope
System.Private.CoreLib (3)
src\System\Reflection\RuntimeParameterInfo.cs (3)
176
m_scope
= accessor.m_scope;
191
m_scope
= scope;
209
m_scope
= default;
3 references to m_scope
System.Private.CoreLib (3)
src\System\Reflection\RuntimeParameterInfo.cs (3)
176
m_scope = accessor.
m_scope
;
246
string name =
m_scope
.GetName(m_tkParamDef).ToString();
347
defaultValue = MdConstant.GetValue(
m_scope
, m_tkParamDef, ParameterType.TypeHandle, raw);