3 references to FormatInt64
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Int64.cs (3)
118
return Number.
FormatInt64
(m_value, null, provider);
123
return Number.
FormatInt64
(m_value, format, null);
128
return Number.
FormatInt64
(m_value, format, provider);