4 writes to state
mscorlib (4)
microsoft\win32\registrykey.cs (4)
210
this.
state
|= STATE_SYSTEMKEY;
213
this.
state
|= STATE_WRITEACCESS;
216
this.
state
|= STATE_PERF_DATA;
1443
this.
state
|= STATE_DIRTY;
4 references to state
mscorlib (4)
microsoft\win32\registrykey.cs (4)
1419
return (this.
state
& STATE_DIRTY) != 0;
1423
return (this.
state
& STATE_SYSTEMKEY) != 0;
1427
return (this.
state
& STATE_WRITEACCESS) != 0;
1431
return (this.
state
& STATE_PERF_DATA) != 0;