3 writes to m_scope
mscorlib (3)
system\reflection\parameterinfo.cs (3)
469m_scope = accessor.m_scope; 484m_scope = scope; 502m_scope = MetadataImport.EmptyImport;
3 references to m_scope
mscorlib (3)
system\reflection\parameterinfo.cs (3)
469m_scope = accessor.m_scope; 539name = m_scope.GetName(m_tkParamDef).ToString(); 640defaultValue = MdConstant.GetValue(m_scope, m_tkParamDef, ParameterType.GetTypeHandleInternal(), raw);