13 references to tempObjects
mscorlib (13)
system\runtime\remoting\leasemanager.cs (13)
203tempObjects.Add(lease); 206for (int i=0; i<tempObjects.Count; i++) 208Lease lease = (Lease)tempObjects[i]; 216for (int i=0; i<tempObjects.Count; i++) 218Lease lease = (Lease)tempObjects[i]; 224tempObjects.Clear(); 239tempObjects.Add(sponsorInfo); 244for (int i=0; i<tempObjects.Count; i++) 246SponsorInfo sponsorInfo = (SponsorInfo)tempObjects[i]; 254for (int i=0; i<tempObjects.Count; i++) 256SponsorInfo sponsorInfo = (SponsorInfo)tempObjects[i]; 260tempObjects[i] = null; 264tempObjects.Clear();