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