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