3 references to ToStringInlined
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (3)
1410CorElementType.ELEMENT_TYPE_U1 => ToStringInlined<byte, byte>(enumType, formatChar, ref rawData), 1413CorElementType.ELEMENT_TYPE_I4 => ToStringInlined<int, uint>(enumType, formatChar, ref rawData), 1483ToStringInlined<TUnderlying, TStorage>(enumType, format, ref rawData);