35 references to Count
System.Data.Entity (35)
System\Data\Mapping\ViewGeneration\QueryRewriting\QueryRewriter.cs (5)
125
if (_usedViews.Count == 0 || _errorLog.
Count
> 0)
128
Debug.Assert(_errorLog.
Count
> 0);
159
if (_errorLog.
Count
> 0)
583
if (_errorLog.
Count
== 0)
667
if (_errorLog.
Count
> 0)
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (3)
113
if (_errorLog.
Count
> 0)
119
if (_errorLog.
Count
> 0)
127
if (_errorLog.
Count
> 0)
System\Data\Mapping\ViewGeneration\Validation\ErrorPatternMatcher.cs (4)
44
m_originalErrorCount = m_errorLog.
Count
;
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);
System\Data\Mapping\ViewGeneration\Validation\ForeignConstraint.cs (2)
198
int initialErrorLogSize = errorLog.
Count
;
208
if (initialErrorLogSize == errorLog.
Count
)
System\Data\Mapping\ViewGeneration\Validator.cs (4)
282
int errorLogSize = m_errorLog.
Count
;
304
return m_errorLog.
Count
== errorLogSize;
317
int errorLogSize = m_errorLog.
Count
;
362
return m_errorLog.
Count
== errorLogSize;
System\Data\Mapping\ViewGeneration\ViewGenerator.cs (7)
125
if (errorLog.
Count
> 0)
138
if (errorLog.
Count
> 0)
151
if (errorLog.
Count
> 0)
183
if (errorLog.
Count
> 0)
195
if (errorLog.
Count
> 0)
269
Debug.Assert(exception.ErrorLog.
Count
> 0, "Incorrectly created mapping exception");
334
Debug.Assert(exception.ErrorLog.
Count
> 0,
System\Data\Mapping\ViewGeneration\ViewgenGatekeeper.cs (8)
103
if (tmpLog.
Count
> 0)
127
Debug.Assert(exception.ErrorLog.
Count
> 0, "Incorrectly created mapping exception");
131
if (groupErrorLog.
Count
> 0)
141
if (groupErrorLog.
Count
!= 0)
172
if (tmpLog.
Count
> 0)
194
Debug.Assert(exception.ErrorLog.
Count
> 0, "Incorrectly created mapping exception");
198
if (groupErrorLog.
Count
== 0)
204
if (groupErrorLog.
Count
!= 0)
System\Data\Mapping\ViewGeneration\ViewGenResults.cs (2)
64
return m_errorLog.
Count
> 0;
86
builder.Append(m_errorLog.
Count
);