3 references to FriendlyNameToOidCount
System.Security.Cryptography (3)
System\Security\Cryptography\OidLookup.cs (3)
99new Dictionary<string, string>(FriendlyNameToOidCount, StringComparer.OrdinalIgnoreCase); 125Debug.Assert(s_friendlyNameToOid.Count == FriendlyNameToOidCount, 126$"Expected {nameof(s_friendlyNameToOid)}.{nameof(s_friendlyNameToOid.Count)} == {FriendlyNameToOidCount}, got {s_friendlyNameToOid.Count}");