5 writes to _value
System.Security.Cryptography (5)
System\Security\Cryptography\Oid.cs (5)
25_value = value; 34_value = oid._value; 74_value = value; 118_value = oidValue; 143_value = value;
8 references to _value
System.Security.Cryptography (8)
System\Security\Cryptography\Oid.cs (8)
34_value = oid._value; 64get => _value; 69if (_value != null && !_value.Equals(value, StringComparison.Ordinal)) 82if (!_hasInitializedFriendlyName && _value != null) 84_friendlyName = OidLookup.ToFriendlyName(_value, _group, fallBackToAllGroups: true); 116if (_value == null) 124else if (!_value.Equals(oidValue, StringComparison.Ordinal))