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
;
64
get =>
_value
;
69
if (
_value
!= null && !
_value
.Equals(value, StringComparison.Ordinal))
82
if (!_hasInitializedFriendlyName &&
_value
!= null)
84
_friendlyName = OidLookup.ToFriendlyName(
_value
, _group, fallBackToAllGroups: true);
116
if (
_value
== null)
124
else if (!
_value
.Equals(oidValue, StringComparison.Ordinal))