1 write to Identity
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (1)
589
Identity
= identity;
5 references to Identity
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\HttpConnectionPoolManager.cs (5)
370
key = new HttpConnectionKey(key.Kind, key.Host, key.Port, sslHostName: null, key.ProxyUri, key.
Identity
);
595
HashCode.Combine(Kind, Host, Port, ProxyUri,
Identity
) :
596
HashCode.Combine(Kind, Host, Port, SslHostName, ProxyUri,
Identity
));
608
Identity
== other.
Identity
;