3 writes to m_assertions
mscorlib (3)
system\security\framesecuritydescriptor.cs (3)
118m_assertions = CreateSingletonSet(perm); 125m_assertions = permSet.Copy(); 223m_assertions = null;
4 references to m_assertions
mscorlib (4)
system\security\framesecuritydescriptor.cs (4)
103return (m_assertions != null); 126m_AssertFT = m_AssertFT || m_assertions.IsUnrestricted(); 132return (fDeclarative) ? m_DeclarativeAssertions : m_assertions; 221if (m_assertions != null)