4 references to ToString
mscorlib (4)
system\reflection\emit\aqnbuilder.cs (1)
175if (rootType.IsGenericType && (!rootType.IsGenericTypeDefinition || format == Format.ToString))
system\reflection\emit\symboltype.cs (1)
406return TypeNameBuilder.ToString(this, TypeNameBuilder.Format.ToString);
system\reflection\emit\typebuilder.cs (1)
1027return TypeNameBuilder.ToString(this, TypeNameBuilder.Format.ToString);
system\reflection\emit\typebuilderinstantiation.cs (1)
67return TypeNameBuilder.ToString(this, TypeNameBuilder.Format.ToString);