2 writes to m_Lifetime
System (2)
net\System\Net\_PooledStream.cs (2)
56m_Lifetime = lifetime; 264m_Lifetime = connectionLifetime;
2 references to m_Lifetime
System (2)
net\System\Net\_PooledStream.cs (2)
244m_ConnectionIsDoomed = (0 < TimeSpan.Compare(m_Lifetime, timeSpan)); 263if (connectionLifetime != m_Lifetime) {