3 references to OK
System.ServiceModel (3)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (3)
40
this.State = RegistrationState.
OK
;
472
Fx.Assert(entry.State == RegistrationState.
OK
, "A deleted registration is still around!");
551
if (entry.State == RegistrationState.
OK
)