8 references to Serialize
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchema.cs (1)
219
serializer.
Serialize
(writer, this, ns);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
692
s.
Serialize
(xmlWriter, o, ns);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (3)
314
Serialize
(xmlWriter, o, namespaces);
335
Serialize
(xmlWriter, o, namespaces);
344
Serialize
(xmlWriter, o, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerOperationFormatter.cs (2)
85
serializer.
Serialize
(bufferWriter, headerValues, null);
322
serializer.
Serialize
(writer, bodyParameters, null);
FrameworkFork\System.Web.Services\Services\Description\ServiceDescription.cs (1)
507
serializer.
Serialize
(writer, this, ns);