Home | History | Annotate | Download | only in runtime

Lines Matching refs:ReadOnly

41     return !(m_attributes & ReadOnly);
72 m_attributes = ReadOnly | DontDelete | DontEnum;
97 m_attributes &= ~ReadOnly;
111 m_attributes &= ~ReadOnly;
118 m_attributes &= ~ReadOnly;
120 m_attributes |= ReadOnly;
146 m_attributes &= ~ReadOnly;
153 m_attributes &= ~ReadOnly;
172 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
186 if (sharedSeen & WritablePresent && mismatch & ReadOnly)
187 newAttributes ^= ReadOnly;