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