1 write to m_originalErrorCount
System.Data.Entity (1)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (1)
44m_originalErrorCount = m_errorLog.Count;
3 references to m_originalErrorCount
System.Data.Entity (3)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (3)
63if (matcher.m_errorLog.Count == matcher.m_originalErrorCount) 69if (matcher.m_errorLog.Count > matcher.m_originalErrorCount) 660return (m_errorLog.Count > m_originalErrorCount + NUM_PARTITION_ERR_TO_FIND);