4 references to Init
System.Private.Xml (4)
System\Xml\Serialization\Compilation.cs (1)
641writer.Init(xmlWriter, namespaces, encodingStyle, id);
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
22Init(xmlWriter, namespaces, encodingStyle, id);
System\Xml\Serialization\XmlSerializer.cs (2)
405writer.Init(xmlWriter, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id); 860writer.Init(xmlWriter, namespaces, null, null);