1 instantiation of MimeContentBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
7115o = 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)
123typeof(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)
817else if (ai is global::System.Web.Services.Description.MimeContentBinding) 819Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimeContentBinding)ai), false, false); 932else if (ai is global::System.Web.Services.Description.MimeContentBinding) 934Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimeContentBinding)ai), false, false); 1084private void Write93_MimeContentBinding(string n, string ns, global::System.Web.Services.Description.MimeContentBinding o, bool isNullable, bool needType) 1094if (t == typeof(global::System.Web.Services.Description.MimeContentBinding)) 1435else if (ai is global::System.Web.Services.Description.MimeContentBinding) 1437Write93_MimeContentBinding(@"content", @"http://schemas.xmlsoap.org/wsdl/mime/", ((global::System.Web.Services.Description.MimeContentBinding)ai), false, false); 7100private global::System.Web.Services.Description.MimeContentBinding Read93_MimeContentBinding(bool isNullable, bool checkType) 7114global::System.Web.Services.Description.MimeContentBinding o;