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