1 instantiation of AsyncMetadataLocationRetriever
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
809
result = new
AsyncMetadataLocationRetriever
(request, this.resolver.MaxMessageSize, this.resolver.ReaderQuotas, timeoutHelper, callback, state);
4 references to AsyncMetadataLocationRetriever
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (4)
791
AsyncMetadataLocationRetriever
result;
826
return
AsyncMetadataLocationRetriever
.End(result);
871
AsyncMetadataLocationRetriever
retrieverResult = AsyncResult.End<
AsyncMetadataLocationRetriever
>(result);