1 instantiation of DiscoveryClientResult
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
498results.Results.Add(new DiscoveryClientResult(reference == null ? null : reference.GetType(), url, GetRelativePath(filename, topLevelFullPath)));
5 references to DiscoveryClientResult
System.Web.Services (5)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (5)
552public DiscoveryClientResult this[int i] { 554return (DiscoveryClientResult) List[i]; 565public int Add(DiscoveryClientResult value) { 573public bool Contains(DiscoveryClientResult value) { 581public void Remove(DiscoveryClientResult value) {