9 writes to m_role
mscorlib (9)
system\security\permissions\principalpermission.cs (9)
102
m_role
= elRole;
106
m_role
= null;
134
m_array[0].
m_role
= null;
142
m_array[0].
m_role
= "";
154
m_array[0].
m_role
= role;
163
m_array[0].
m_role
= role;
317
idrole.
m_role
= operand.m_array[j].m_role == null ? this.m_array[i].m_role : operand.m_array[j].m_role;
321
idrole.
m_role
= "";
340
idrole.
m_role
= operand.m_array[j].m_role == null ? this.m_array[i].m_role : operand.m_array[j].m_role;
29 references to m_role
mscorlib (29)
system\security\permissions\principalpermission.cs (29)
40
if (String.IsNullOrEmpty(
m_role
))
44
NTAccount ntAccount = new NTAccount(
m_role
);
69
if (
m_role
!= null)
71
root.AddAttribute( "Role", SecurityElement.Escape(
m_role
) );
115
(
m_role
== null? 0 :
m_role
.GetHashCode()));
176
(m_array[i].
m_role
== null || !m_array[i].
m_role
.Equals( "" )) ||
200
if (m_array[i].m_id != null || m_array[i].
m_role
!= null || !m_array[i].m_authenticated)
241
(operand.m_array[j].
m_role
== null ||
242
(this.m_array[i].
m_role
!= null && this.m_array[i].
m_role
.Equals( operand.m_array[j].
m_role
))))
313
if (operand.m_array[j].
m_role
== null ||
314
this.m_array[i].
m_role
== null ||
315
this.m_array[i].
m_role
.Equals( operand.m_array[j].
m_role
))
317
idrole.m_role = operand.m_array[j].
m_role
== null ? this.m_array[i].
m_role
: operand.m_array[j].
m_role
;
328
else if (operand.m_array[j].
m_role
== null ||
329
this.m_array[i].
m_role
== null ||
330
this.m_array[i].
m_role
.Equals( operand.m_array[j].
m_role
))
340
idrole.m_role = operand.m_array[j].
m_role
== null ? this.m_array[i].
m_role
: operand.m_array[j].
m_role
;
490
if (m_array[i].
m_role
== null) {
500
foundMatch = principal.IsInRole(m_array[i].
m_role
);