3 references to Init
System.Xml (3)
System\Xml\Serialization\Compilation.cs (1)
608writer.Init(xmlWriter, namespaces, encodingStyle, id, this);
System\Xml\Serialization\XmlSerializer.cs (2)
335writer.Init(xmlWriter, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id, tempAssembly); 738writer.Init(xmlWriter, namespaces, null, null, null);