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