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