2 references to STATE_DIRTY
mscorlib (2)
microsoft\win32\registrykey.cs (2)
1419
return (this.state &
STATE_DIRTY
) != 0;
1443
this.state |=
STATE_DIRTY
;