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