1 instantiation of MimeContentBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7115
o = new global::System.Web.Services.Description.
MimeContentBinding
();
16 references to MimeContentBinding
dotnet-svcutil-lib (16)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
794
|| ext is WsdlNS.
MimeContentBinding
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
123
typeof(
MimeContentBinding
),
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (4)
14
[XmlFormatExtension("content",
MimeContentBinding
.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))]
15
[XmlFormatExtensionPrefix("mime",
MimeContentBinding
.Namespace)]
56
[XmlFormatExtension("multipartRelated",
MimeContentBinding
.Namespace, typeof(InputBinding), typeof(OutputBinding))]
70
[XmlFormatExtension("mimeXml",
MimeContentBinding
.Namespace, typeof(MimePart), typeof(InputBinding), typeof(OutputBinding))]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (10)
817
else if (ai is global::System.Web.Services.Description.
MimeContentBinding
)
819
Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.
MimeContentBinding
)ai), false, false);
932
else if (ai is global::System.Web.Services.Description.
MimeContentBinding
)
934
Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.
MimeContentBinding
)ai), false, false);
1084
private void Write93_MimeContentBinding(string n, string ns, global::System.Web.Services.Description.
MimeContentBinding
o, bool isNullable, bool needType)
1094
if (t == typeof(global::System.Web.Services.Description.
MimeContentBinding
))
1435
else if (ai is global::System.Web.Services.Description.
MimeContentBinding
)
1437
Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.
MimeContentBinding
)ai), false, false);
7100
private global::System.Web.Services.Description.
MimeContentBinding
Read93_MimeContentBinding(bool isNullable, bool checkType)
7114
global::System.Web.Services.Description.
MimeContentBinding
o;