13 references to Expired
mscorlib (13)
system\runtime\remoting\lease.cs (12)
180
if (state == LeaseState.
Expired
|| sponsorshipTimeout == TimeSpan.Zero)
204
if (state == LeaseState.
Expired
)
262
if (state == LeaseState.
Expired
)
273
if (state == LeaseState.
Expired
)
275
state = LeaseState.
Expired
;
286
if (state == LeaseState.
Expired
)
315
if (state == LeaseState.Initial || state == LeaseState.
Expired
)
327
if (state == LeaseState.
Expired
)
349
if (state == LeaseState.
Expired
)
364
if ((sponsorStateInfo.sponsorState == SponsorState.Waiting) && (state != LeaseState.
Expired
))
465
if (state == LeaseState.
Expired
)
552
if (state == LeaseState.
Expired
)
system\runtime\remoting\remotingservices.cs (1)
589
if (lease.CurrentState == LeaseState.
Expired
)