6 writes to m_Set
mscorlib (6)
system\security\util\tokenbasedset.cs (6)
57
m_Set
= m_objSet;
153
m_Set
= aNew;
167
m_Set
= null;
211
m_Set
= aObj;
229
m_Set
= newset;
309
m_Set
= null;
11 references to m_Set
mscorlib (11)
system\security\util\tokenbasedset.cs (11)
80
m_objSet =
m_Set
;
120
e.Current = Volatile.Read(ref
m_Set
[e.Index]);
147
Object[] aObj = tbSet.
m_Set
;
219
aObj =
m_Set
;
260
if (index <
m_Set
.Length)
261
return Volatile.Read(ref
m_Set
[index]);
295
if (index <
m_Set
.Length && (ret = Volatile.Read(ref
m_Set
[index])) != null)
299
Volatile.Write(ref
m_Set
[index], null);
303
ResetMaxIndex(
m_Set
);
308
m_Obj = Volatile.Read(ref
m_Set
[m_maxIndex]);