3 references to IsPersistable
mscorlib (3)
system\reflection\emit\modulebuilder.cs (2)
1317if (m_assemblyBuilder.IsPersistable()) 1370if (m_assemblyBuilder.IsPersistable())
system\reflection\emit\typebuilder.cs (1)
715if (containingAssem.IsPersistable() && m_module.IsTransient() == false)