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