3 references to ComputeTypedArgumentString
System.Private.CoreLib (3)
System\Reflection\Runtime\CustomAttributes\RuntimeCustomAttributeData.cs (3)
46
ctorArgs += string.Format(i == 0 ? "{0}" : ", {0}",
ComputeTypedArgumentString
(constructorArguments[i], typed: false));
63
ComputeTypedArgumentString
(namedArgument.TypedValue, typed));
135
result += string.Format(i == 0 ? "{0}" : ", {0}",
ComputeTypedArgumentString
(array[i], elementType != typeof(object)));