Implemented interface member:
method
Clone
System.ICloneable.Clone()
5 references to Clone
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
889ci._dateTimeInfo = (DateTimeFormatInfo)_dateTimeInfo.Clone(); 898ci.DateTimeFormat = (DateTimeFormatInfo)this.DateTimeFormat.Clone();
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
1170dtfi = (DateTimeFormatInfo)dtfi.Clone();
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
3992dtfi = (DateTimeFormatInfo)dtfi.Clone();
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
891(DateTimeFormatInfo)CultureInfo.InvariantCulture.DateTimeFormat.Clone();