28 references to GetMaxUsedIndex
mscorlib (28)
system\security\permissionset.cs (22)
236
for (int i = m_permSet.GetStartingIndex(); i <= m_permSet.
GetMaxUsedIndex
(); i++)
578
for (int i = m_permSet.GetStartingIndex(); i <= this.m_permSet.
GetMaxUsedIndex
(); ++i)
785
int maxMax = this.m_permSet == null ? -1 : this.m_permSet.
GetMaxUsedIndex
();
786
int otherMax = other.m_permSet == null ? -1 : other.m_permSet.
GetMaxUsedIndex
();
948
int thisMax = this.m_permSet == null ? -1 : this.m_permSet.
GetMaxUsedIndex
();
949
int otherMax = other.m_permSet == null ? -1 : other.m_permSet.
GetMaxUsedIndex
();
1131
maxMax = other.m_permSet.
GetMaxUsedIndex
();
1258
maxMax = this.m_permSet.
GetMaxUsedIndex
() > other.m_permSet.
GetMaxUsedIndex
() ? this.m_permSet.
GetMaxUsedIndex
() : other.m_permSet.
GetMaxUsedIndex
();
1375
int maxIndex = denied.m_permSet.
GetMaxUsedIndex
() > this.m_permSet.
GetMaxUsedIndex
() ? this.m_permSet.
GetMaxUsedIndex
() : denied.m_permSet.
GetMaxUsedIndex
();
1440
int maxIndex = Math.Max( this.m_permSet.
GetMaxUsedIndex
(), other.m_permSet.
GetMaxUsedIndex
() );
1482
int maxIndex = this.m_permSet.
GetMaxUsedIndex
();
1530
for (int i = m_permSet.GetStartingIndex(); i <= this.m_permSet.
GetMaxUsedIndex
(); ++i)
1648
for (int i = m_permSet.GetStartingIndex(); i <= this.m_permSet.
GetMaxUsedIndex
(); ++i)
1697
int maxIndex = m_permSet.
GetMaxUsedIndex
();
2194
int maxIndex = this.m_permSet.
GetMaxUsedIndex
();
system\security\util\tokenbasedset.cs (6)
368
maxMax = this.
GetMaxUsedIndex
() > other.
GetMaxUsedIndex
() ? this.
GetMaxUsedIndex
() : other.
GetMaxUsedIndex
();
371
maxMax = this.
GetMaxUsedIndex
();
435
int maxIndex =
GetMaxUsedIndex
();