1 instantiation of DiscoveryClientResult
System.Web.Services (1)
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (1)
498
results.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)
552
public
DiscoveryClientResult
this[int i] {
554
return (
DiscoveryClientResult
) List[i];
565
public int Add(
DiscoveryClientResult
value) {
573
public bool Contains(
DiscoveryClientResult
value) {
581
public void Remove(
DiscoveryClientResult
value) {