5 references to ToStringInvariant
System.Private.TypeLoader (5)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\GenericParameterDesc.cs (1)
76
return string.Concat("T", Index.
ToStringInvariant
());
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\LayoutInt.cs (1)
66
return _value.
ToStringInvariant
();
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\MethodDesc.cs (1)
62
return $"0.1.1.2.{(parameterIndex + 1).
ToStringInvariant
()}.1";
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\ExceptionTypeNameFormatter.cs (2)
32
sb.Append(type.Index.
ToStringInvariant
());
38
sb.Append(type.Index.
ToStringInvariant
());