3 references to Init
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\Compilation.cs (1)
207writer.Init(xmlWriter, namespaces, encodingStyle, id, this);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
377writer.Init(xmlWriter, namespaces == null || namespaces.Count == 0 ? DefaultNamespaces : namespaces, encodingStyle, id, _tempAssembly); 775writer.Init(xmlWriter, namespaces, null, null, null);