Implemented interface member:
method
Clone
System.ICloneable.Clone()
5 references to Clone
NuGet.Packaging (1)
Signing\DerEncoding\DerSequenceReader.cs (1)
493var clone = (DateTimeFormatInfo)CultureInfo.InvariantCulture.DateTimeFormat.Clone();
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureInfo.cs (2)
884ci._dateTimeInfo = (DateTimeFormatInfo)_dateTimeInfo.Clone(); 893ci.DateTimeFormat = (DateTimeFormatInfo)this.DateTimeFormat.Clone();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeFormat.cs (1)
1199dtfi = (DateTimeFormatInfo)dtfi.Clone();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
4060dtfi = (DateTimeFormatInfo)dtfi.Clone();