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