5 references to XmlFormatExtension
dotnet-svcutil-lib (5)
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (3)
14
[
XmlFormatExtension
("content", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))]
70
[
XmlFormatExtension
("mimeXml", MimeContentBinding.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))]
132
[
XmlFormatExtension
("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
FrameworkFork\System.Web.Services\Services\Description\Soap12FormatExtensions.cs (1)
39
[
XmlFormatExtension
("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
FrameworkFork\System.Web.Services\Services\Description\SoapFormatExtensions.cs (1)
102
[
XmlFormatExtension
("body", SoapBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]