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