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