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