2 writes to sponsorshipTimeout
mscorlib (2)
system\runtime\remoting\lease.cs (2)
65this.sponsorshipTimeout = sponsorshipTimeout; 124sponsorshipTimeout = value;
4 references to sponsorshipTimeout
mscorlib (4)
system\runtime\remoting\lease.cs (4)
117get { return sponsorshipTimeout; } 125BCLDebug.Trace("REMOTE", "Lease Set SponsorshipTimeout Property ",managedObject," "+sponsorshipTimeout); 180if (state == LeaseState.Expired || sponsorshipTimeout == TimeSpan.Zero) 371leaseManager.RegisterSponsorCall(this, sponsorId, sponsorshipTimeout);