3 references to Key
System (3)
net\System\Net\Cache\_SingleItemRequestCache.cs (3)
183
if (chkEntry == null || chkEntry.
Key
!= key)
257
if (chkEntry != null && chkEntry.
Key
== key)
274
if (chkEntry == null || chkEntry.
Key
!= key)