2 references to GetClrTypeFullName
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\FormatterServices.cs (2)
345string typeName = GetClrTypeFullName(type.GetElementType()!); 363builder.Append('[').Append(GetClrTypeFullName(genericArgument)).Append(", ");