4 instantiations of DiscoveryDocumentReference
System.Web.Services (4)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
108DiscoveryDocumentReference docRef = new DiscoveryDocumentReference(url);
System\Web\Services\Discovery\DiscoveryDocumentLinksPattern.cs (1)
31return new DiscoveryDocumentReference(filename);
System\Web\Services\Discovery\DiscoveryDocumentSearchPattern.cs (1)
31return new DiscoveryDocumentReference(filename);
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (1)
381o = new global::System.Web.Services.Discovery.DiscoveryDocumentReference();
15 references to DiscoveryDocumentReference
System.Web.Services (15)
System\Web\Services\Configuration\WebServicesSection.cs (1)
507Type[] discoveryReferenceTypes = new Type[] { typeof(DiscoveryDocumentReference), typeof(ContractReference), typeof(SchemaReference), typeof(System.Web.Services.Discovery.SoapBinding) };
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (6)
108DiscoveryDocumentReference docRef = new DiscoveryDocumentReference(url); 192else if (0 == string.Compare(refType, typeof(DiscoveryDocumentReference).FullName, StringComparison.Ordinal)) { 208if (discoRef is DiscoveryDocumentReference) 209return ((DiscoveryDocumentReference) discoRef).Document; 392if (discoRef is DiscoveryDocumentReference) { 395((DiscoveryDocumentReference)discoRef).ResolveAll(true);
System\Web\Services\Discovery\DiscoveryDocumentReference.cs (2)
283DiscoveryDocumentReference r = o as DiscoveryDocumentReference;
System\Web\Services\Discovery\DiscoveryDocumentSerializer.cs (6)
42else if (ai is global::System.Web.Services.Discovery.DiscoveryDocumentReference) { 43Write3_DiscoveryDocumentReference(@"discoveryRef", @"http://schemas.xmlsoap.org/disco/", ((global::System.Web.Services.Discovery.DiscoveryDocumentReference)ai), false, false); 80void Write3_DiscoveryDocumentReference(string n, string ns, global::System.Web.Services.Discovery.DiscoveryDocumentReference o, bool isNullable, bool needType) { 87if (t == typeof(global::System.Web.Services.Discovery.DiscoveryDocumentReference)) { 369global::System.Web.Services.Discovery.DiscoveryDocumentReference Read3_DiscoveryDocumentReference(bool isNullable, bool checkType) { 380global::System.Web.Services.Discovery.DiscoveryDocumentReference o;