1 write to m_scope
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (1)
254
m_scope
= reader;
3 references to m_scope
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeCustomAttributeData.cs (3)
304
CustomAttributeEncodedArgument.ParseAttributeArguments(blob, m_ctorParams, m_namedParams,
m_scope
);
444
typedCtorArgs[i] = new CustomAttributeTypedArgument(
m_scope
, encodedArg);
491
new CustomAttributeTypedArgument(
m_scope
, p.EncodedArgument));