2 overrides of EndRetrieve
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (2)
822internal override MetadataSection EndRetrieve(IAsyncResult result) 1056internal override MetadataSection EndRetrieve(IAsyncResult result)
1 reference to EndRetrieve
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeClient.cs (1)
1259MetadataSection section = retriever.EndRetrieve(result);