1 write to m_scope
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
253m_scope = scope;
7 references to m_scope
System.Private.CoreLib (7)
src\System\Reflection\RuntimeCustomAttributeData.cs (7)
254m_ctor = (RuntimeConstructorInfo)RuntimeType.GetMethodBase(m_scope, caCtorToken)!; 258MetadataImport metadataScope = m_scope.MetadataImport; 259Type attributeType = m_scope.ResolveType(metadataScope.GetParentToken(caCtorToken), null, null)!; 260m_ctor = (RuntimeConstructorInfo)m_scope.ResolveMethod(caCtorToken, attributeType.GenericTypeArguments, null)!.MethodHandle.GetMethodInfo(); 298CustomAttributeEncodedArgument.ParseAttributeArguments(blob, m_ctorParams, m_namedParams, m_scope); 431typedCtorArgs[i] = new CustomAttributeTypedArgument(m_scope, encodedArg); 478new CustomAttributeTypedArgument(m_scope, p.EncodedArgument));