1 instantiation of MimeTextBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6752o = new global::System.Web.Services.Description.MimeTextBinding();
14 references to MimeTextBinding
dotnet-svcutil-lib (14)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
797|| ext is WsdlNS.MimeTextBinding
FrameworkFork\System.Web.Services\Configuration\WebServicesSection.cs (1)
126typeof(MimeTextBinding),
FrameworkFork\System.Web.Services\Services\Description\MimeFormatExtensions.cs (2)
132[XmlFormatExtension("text", MimeTextBinding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))] 133[XmlFormatExtensionPrefix("tm", MimeTextBinding.Namespace)]
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (10)
821else if (ai is global::System.Web.Services.Description.MimeTextBinding) 823Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 940else if (ai is global::System.Web.Services.Description.MimeTextBinding) 942Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 970private void Write97_MimeTextBinding(string n, string ns, global::System.Web.Services.Description.MimeTextBinding o, bool isNullable, bool needType) 980if (t == typeof(global::System.Web.Services.Description.MimeTextBinding)) 1423else if (ai is global::System.Web.Services.Description.MimeTextBinding) 1425Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.MimeTextBinding)ai), false, false); 6737private global::System.Web.Services.Description.MimeTextBinding Read97_MimeTextBinding(bool isNullable, bool checkType) 6751global::System.Web.Services.Description.MimeTextBinding o;