1 write to m_scope
mscorlib (1)
system\reflection\customattribute.cs (1)
372
m_scope
= scope;
3 references to m_scope
mscorlib (3)
system\reflection\customattribute.cs (3)
394
CustomAttributeEncodedArgument.ParseAttributeArguments(caRecord.blob, ref m_ctorParams, ref m_namedParams,
m_scope
);
543
typedCtorArgs[i] = new CustomAttributeTypedArgument(
m_scope
, m_ctorParams[i].CustomAttributeEncodedArgument);
575
m_members[i], new CustomAttributeTypedArgument(
m_scope
, m_namedParams[i].EncodedArgument));