1 instantiation of CacheKey
System.Net.Quic (1)
System\Net\Quic\Internal\MsQuicConfiguration.Cache.cs (1)
134
CacheKey key = new
CacheKey
(settings, flags, certificate, intermediates, alpnProtocols, allowedCipherSuites);
5 references to CacheKey
System.Net.Quic (5)
System\Net\Quic\Internal\MsQuicConfiguration.Cache.cs (5)
42
private sealed class MsQuicConfigurationCache : SafeHandleCache<
CacheKey
, MsQuicConfigurationSafeHandle>
46
private readonly struct CacheKey : IEquatable<
CacheKey
>
73
public override bool Equals(object? obj) => obj is
CacheKey
key && Equals(key);
75
public bool Equals(
CacheKey
other)
134
CacheKey
key = new CacheKey(settings, flags, certificate, intermediates, alpnProtocols, allowedCipherSuites);