3 writes to _baseValue
mscorlib (3)
system\security\cryptography\passwordderivebytes.cs (3)
183
_baseValue
= null;
250
_baseValue
= _hash.Hash;
255
_baseValue
= _hash.Hash;
13 references to _baseValue
mscorlib (13)
system\security\cryptography\passwordderivebytes.cs (13)
96
if (
_baseValue
!= null)
109
if (
_baseValue
!= null)
122
if (
_baseValue
!= null)
144
if (
_baseValue
== null) {
194
if (
_baseValue
!= null) {
195
Array.Clear(
_baseValue
, 0,
_baseValue
.Length);
254
_hash.ComputeHash(
_baseValue
);
257
return
_baseValue
;
272
cs.Write(
_baseValue
, 0,
_baseValue
.Length);
283
cs.Write(
_baseValue
, 0,
_baseValue
.Length);