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