1 write to EncodedArgument
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
802parameterToUpdate.EncodedArgument = ParseCustomAttributeValue(ref parser, argType, module);
6 references to EncodedArgument
System.Private.CoreLib (6)
src\System\Reflection\RuntimeCustomAttributeData.cs (6)
457if (p.EncodedArgument is not null 458&& p.EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.Undefined) 472if (p.EncodedArgument is not null 473&& p.EncodedArgument.CustomAttributeType.EncodedType != CustomAttributeEncoding.Undefined) 478new CustomAttributeTypedArgument(m_scope, p.EncodedArgument)); 797if (parameterToUpdate.EncodedArgument is not null)