1 instantiation of MimeTextBinding
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
6494o = new global::System.Web.Services.Description.MimeTextBinding();
11 references to MimeTextBinding
System.Web.Services.Description (11)
System\Web\Services\Configuration\WebServicesSection.cs (1)
105typeof(MimeTextBinding),
System\Web\Services\Description\ServiceDescriptionSerializer.cs (10)
740else if (ai is global::System.Web.Services.Description.MimeTextBinding) { 741Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 848else if (ai is global::System.Web.Services.Description.MimeTextBinding) { 849Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 872private void Write97_MimeTextBinding(string n, string ns, global::System.Web.Services.Description.MimeTextBinding o, bool isNullable, bool needType) { 883if (t == typeof(global::System.Web.Services.Description.MimeTextBinding)) { 1314else if (ai is global::System.Web.Services.Description.MimeTextBinding) { 1315Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 6472private global::System.Web.Services.Description.MimeTextBinding Read97_MimeTextBinding(bool isNullable, bool checkType) { 6493global::System.Web.Services.Description.MimeTextBinding o;