3 writes to m_UniqueUserId
System (3)
net\System\Net\_NTAuthentication.cs (3)
349m_UniqueUserId = (Interlocked.Increment(ref s_UniqueGroupId)).ToString(NumberFormatInfo.InvariantInfo) + m_UniqueUserId; 505m_UniqueUserId = "/S"; // save off for unique connection marking ONLY used by HTTP client 554m_UniqueUserId = domain + "/" + username + "/U"; // save off for unique connection marking ONLY used by HTTP client
2 references to m_UniqueUserId
System (2)
net\System\Net\_NTAuthentication.cs (2)
162return m_UniqueUserId; 349m_UniqueUserId = (Interlocked.Increment(ref s_UniqueGroupId)).ToString(NumberFormatInfo.InvariantInfo) + m_UniqueUserId;