1 write to _format
System.Security.Cryptography (1)
System\Security\Cryptography\CngKeyBlobFormat.cs (1)
22_format = format;
7 references to _format
System.Security.Cryptography (7)
System\Security\Cryptography\CngKeyBlobFormat.cs (7)
32return _format; 58Debug.Assert(_format != null); 70return _format.Equals(other.Format); 75Debug.Assert(_format != null); 76return _format.GetHashCode(); 81Debug.Assert(_format != null); 82return _format;