4 references to CreateContractCollection
System.ServiceModel (4)
System\ServiceModel\Description\MetadataResolver.cs (4)
25return Resolve(CreateContractCollection(contract), address); 59return Resolve(CreateContractCollection(contract), address, mode); 93return BeginResolve(CreateContractCollection(contract), address, callback, asyncState); 125return BeginResolve(CreateContractCollection(contract), address, mode, callback, asyncState);