3 writes to m_UniqueUserId
System (3)
net\System\Net\_NTAuthentication.cs (3)
349
m_UniqueUserId
= (Interlocked.Increment(ref s_UniqueGroupId)).ToString(NumberFormatInfo.InvariantInfo) + m_UniqueUserId;
505
m_UniqueUserId
= "/S"; // save off for unique connection marking ONLY used by HTTP client
554
m_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)
162
return
m_UniqueUserId
;
349
m_UniqueUserId = (Interlocked.Increment(ref s_UniqueGroupId)).ToString(NumberFormatInfo.InvariantInfo) +
m_UniqueUserId
;