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