1 instantiation of MimeTextBinding
dotnet-svcutil-lib (1)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
6752
o = 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)
126
typeof(
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)
821
else if (ai is global::System.Web.Services.Description.
MimeTextBinding
)
823
Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.
MimeTextBinding
)ai), false, false);
940
else if (ai is global::System.Web.Services.Description.
MimeTextBinding
)
942
Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.
MimeTextBinding
)ai), false, false);
970
private void Write97_MimeTextBinding(string n, string ns, global::System.Web.Services.Description.
MimeTextBinding
o, bool isNullable, bool needType)
980
if (t == typeof(global::System.Web.Services.Description.
MimeTextBinding
))
1423
else if (ai is global::System.Web.Services.Description.
MimeTextBinding
)
1425
Write97_MimeTextBinding(@"text", @"http://microsoft.com/wsdl/mime/textMatching/", ((global::System.Web.Services.Description.
MimeTextBinding
)ai), false, false);
6737
private global::System.Web.Services.Description.
MimeTextBinding
Read97_MimeTextBinding(bool isNullable, bool checkType)
6751
global::System.Web.Services.Description.
MimeTextBinding
o;