3 references to Clone
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
37
_writerSettings = (XmlWriterSettings)writerSettings.
Clone
();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
86
s = (s != null) ? (XmlWriterSettings)s.
Clone
() : new XmlWriterSettings();
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriterSettings.cs (1)
468
newSettings = newSettings.
Clone
();