8 writes to m_isReadOnly
mscorlib (8)
system\globalization\cultureinfo.cs (8)
192
temp.
m_isReadOnly
= true;
221
temp.
m_isReadOnly
= true;
243
temp.
m_isReadOnly
= true;
877
temp.
m_isReadOnly
= true;
1611
temp.
m_isReadOnly
= true;
1623
ci.
m_isReadOnly
= false;
1701
newInfo.
m_isReadOnly
= true;
1832
retval.
m_isReadOnly
= true;
6 references to m_isReadOnly
mscorlib (6)
system\globalization\cultureinfo.cs (6)
1286
tempTextInfo.SetReadOnlyState(
m_isReadOnly
);
1416
temp.isReadOnly =
m_isReadOnly
;
1450
temp.m_isReadOnly =
m_isReadOnly
;
1562
newObj.SetReadOnlyState(
m_isReadOnly
);
1709
return (
m_isReadOnly
);
1714
if (
m_isReadOnly
) {