3 writes to m_restriction
mscorlib (3)
system\security\framesecuritydescriptor.cs (3)
182
m_restriction
= CreateSingletonSet(perm);
190
m_restriction
= permSet.Copy();
264
m_restriction
= null;;
2 references to m_restriction
mscorlib (2)
system\security\framesecuritydescriptor.cs (2)
113
return (
m_restriction
!= null);
197
return (fDeclarative) ? m_DeclarativeRestrictions :
m_restriction
;