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