1 instantiation of CustomAttributeEncodedArgument
System.Private.CoreLib (1)
src\System\Reflection\RuntimeCustomAttributeData.cs (1)
815
CustomAttributeEncodedArgument arg =
new
(attributeType);
8 references to CustomAttributeEncodedArgument
System.Private.CoreLib (8)
src\System\Reflection\RuntimeCustomAttributeData.cs (8)
298
CustomAttributeEncodedArgument
.ParseAttributeArguments(blob, m_ctorParams, m_namedParams, m_scope);
429
CustomAttributeEncodedArgument
encodedArg = m_ctorParams[i].EncodedArgument!;
551
internal CustomAttributeTypedArgument(RuntimeModule scope,
CustomAttributeEncodedArgument
encodedArg)
701
public
CustomAttributeEncodedArgument
[]? ArrayValue { get; set; }
806
private static
CustomAttributeEncodedArgument
ParseCustomAttributeValue(
815
CustomAttributeEncodedArgument
arg = new(attributeType);
862
arg.ArrayValue = new
CustomAttributeEncodedArgument
[len];
1053
public
CustomAttributeEncodedArgument
? EncodedArgument { get; set; }