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