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