5 writes to _hasInitializedFriendlyName
System.Security.Cryptography (5)
System\Security\Cryptography\Oid.cs (5)
27_hasInitializedFriendlyName = friendlyName != null; 37_hasInitializedFriendlyName = oid._hasInitializedFriendlyName; 85_hasInitializedFriendlyName = true; 134_hasInitializedFriendlyName = true; 146_hasInitializedFriendlyName = true;
3 references to _hasInitializedFriendlyName
System.Security.Cryptography (3)
System\Security\Cryptography\Oid.cs (3)
37_hasInitializedFriendlyName = oid._hasInitializedFriendlyName; 82if (!_hasInitializedFriendlyName && _value != null) 94if (_hasInitializedFriendlyName)