1 implementation of ToArray
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
239
public InstanceContext[]
ToArray
()
1 reference to ToArray
System.ServiceModel (1)
System\ServiceModel\ServiceHost.cs (1)
684
return Array.AsReadOnly<InstanceContext>(this.instances.
ToArray
());