4 writes to m_lAttributes
mscorlib (4)
system\security\securityelement.cs (4)
191
m_lAttributes
= null;
214
m_lAttributes
= list;
296
m_lAttributes
= new ArrayList( c_AttributesTypical );
459
element.
m_lAttributes
= this.m_lAttributes == null ? null : new ArrayList(this.m_lAttributes);
50 references to m_lAttributes
mscorlib (50)
system\security\permissions\keycontainerpermission.cs (3)
605
int iMax = current.
m_lAttributes
.Count;
614
String strAttrName = (String) current.
m_lAttributes
[i];
615
String strAttrValue = (String) current.
m_lAttributes
[i+1];
system\security\policy\policylevel.cs (12)
1335
if (elem.
m_lAttributes
== null || elem.
m_lAttributes
.Count == 0)
1338
int iMax = elem.
m_lAttributes
.Count;
1342
string strAttrName = (string)elem.
m_lAttributes
[i];
1345
string strAttrValue = (string)elem.
m_lAttributes
[i+1];
1347
elem.
m_lAttributes
[i+1] = GenerateFriendlyName(strAttrValue, classes);
1372
if (classes == null || elem.
m_lAttributes
== null || elem.
m_lAttributes
.Count == 0)
1375
int iMax = elem.
m_lAttributes
.Count;
1379
string strAttrName = (string)elem.
m_lAttributes
[i];
1382
string strAttrValue = (string)elem.
m_lAttributes
[i+1];
1386
elem.
m_lAttributes
[i+1] = className;
system\security\securitydocument.cs (4)
219
if (elCurrent.
m_lAttributes
!= null)
221
for (int i = 0; i < elCurrent.
m_lAttributes
.Count; i+=2)
224
AddString( (String)elCurrent.
m_lAttributes
[i], ref position );
225
AddString( (String)elCurrent.
m_lAttributes
[i+1], ref position );
system\security\securityelement.cs (31)
167
if (
m_lAttributes
== null ||
m_lAttributes
.Count == 0)
173
Hashtable hashtable = new Hashtable(
m_lAttributes
.Count/2 );
175
int iMax =
m_lAttributes
.Count;
180
hashtable.Add(
m_lAttributes
[i],
m_lAttributes
[i+1]);
294
if (
m_lAttributes
== null)
300
int iMax =
m_lAttributes
.Count;
305
String strAttrName = (String)
m_lAttributes
[i];
312
m_lAttributes
.Add(name);
313
m_lAttributes
.Add(value);
397
if (
m_lAttributes
== null || other.
m_lAttributes
== null)
399
if (
m_lAttributes
!= other.
m_lAttributes
)
404
int iMax =
m_lAttributes
.Count;
407
if (iMax != other.
m_lAttributes
.Count)
412
String lhs = (String)
m_lAttributes
[i];
413
String rhs = (String)other.
m_lAttributes
[i];
459
element.m_lAttributes = this.
m_lAttributes
== null ? null : new ArrayList(this.
m_lAttributes
);
679
if (
m_lAttributes
!= null &&
m_lAttributes
.Count > 0)
683
int iMax =
m_lAttributes
.Count;
688
String strAttrName = (String)
m_lAttributes
[i];
689
String strAttrValue = (String)
m_lAttributes
[i+1];
696
if (i !=
m_lAttributes
.Count - 2)
781
if (
m_lAttributes
== null)
787
int iMax =
m_lAttributes
.Count;
792
String strAttrName = (String)
m_lAttributes
[i];
796
String strAttrValue = (String)
m_lAttributes
[i+1];