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