8 writes to m_id
mscorlib (8)
system\security\permissions\principalpermission.cs (8)
92
m_id
= elID;
96
m_id
= null;
133
m_array[0].
m_id
= null;
141
m_array[0].
m_id
= "";
153
m_array[0].
m_id
= name;
162
m_array[0].
m_id
= name;
311
idrole.
m_id
= operand.m_array[j].m_id == null ? this.m_array[i].m_id : operand.m_array[j].m_id;
339
idrole.
m_id
= "";
20 references to m_id
mscorlib (20)
system\security\permissions\principalpermission.cs (20)
64
if (
m_id
!= null)
66
root.AddAttribute( "ID", SecurityElement.Escape(
m_id
) );
114
(
m_id
== null ? 0 :
m_id
.GetHashCode()) +
175
if ((m_array[i].
m_id
== null || !m_array[i].
m_id
.Equals( "" )) ||
200
if (m_array[i].
m_id
!= null || m_array[i].m_role != null || !m_array[i].m_authenticated)
239
(operand.m_array[j].
m_id
== null ||
240
(this.m_array[i].
m_id
!= null && this.m_array[i].
m_id
.Equals( operand.m_array[j].
m_id
))) &&
300
if (operand.m_array[j].
m_id
== null ||
301
this.m_array[i].
m_id
== null ||
302
this.m_array[i].
m_id
.Equals( operand.m_array[j].
m_id
))
311
idrole.m_id = operand.m_array[j].
m_id
== null ? this.m_array[i].
m_id
: operand.m_array[j].
m_id
;
488
(m_array[i].
m_id
== null || String.Compare( identity.Name, m_array[i].
m_id
, StringComparison.OrdinalIgnoreCase) == 0)))