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