1 write to m_sViewConstraints
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validator.cs (1)
93m_sViewConstraints = PropagateConstraints(sConstraints);
3 references to m_sViewConstraints
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Validator.cs (3)
96CheckConstraintSanity(cConstraints, sConstraints, m_cViewConstraints, m_sViewConstraints); 105Trace.WriteLine(m_sViewConstraints); 111CheckImplication(m_cViewConstraints, m_sViewConstraints);