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