1 write to IsSponsorshipTimeoutSet
mscorlib (1)
system\runtime\remoting\remotingconfigparser.cs (1)
178IsSponsorshipTimeoutSet = true;
2 references to IsSponsorshipTimeoutSet
mscorlib (2)
system\runtime\remoting\configuration.cs (1)
403if (configData.Lifetime.IsSponsorshipTimeoutSet)
system\runtime\remoting\remotingconfigparser.cs (1)
172BCLDebug.Assert(IsSponsorshipTimeoutSet == true, "SponsorShipTimeout not set");