6 references to Contains
System.Data.Entity (6)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (3)
3100
if (sr.CurrentScope.
Contains
(aliasName))
3860
!sr.CurrentScope.
Contains
(aggVarRef.VariableName) ||
3863
if (!sr.CurrentScope.
Contains
(aggVarRef.VariableName))
System\Data\Common\EntitySql\StaticContext.cs (3)
48
Debug.Assert(
Contains
(key));
54
Debug.Assert(
Contains
(key));
530
return CurrentScope.
Contains
(key);