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