9 references to SourceVar
System.Data.Entity (9)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (7)
3352
Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
|| scopeEntry.EntryKind == ScopeEntryKind.InvalidGroupInputRef,
3355
if (scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
)
3408
Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
, "scopeEntry.EntryKind == ScopeEntryKind.SourceVar");
3707
Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
, "scopeEntry.EntryKind == ScopeEntryKind.SourceVar");
3815
Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
, "scopeEntry.EntryKind == ScopeEntryKind.SourceVar");
4283
Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
|| scopeEntry.EntryKind == ScopeEntryKind.InvalidGroupInputRef,
4286
if (scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
488
if (scopeEntry.EntryKind == ScopeEntryKind.
SourceVar
&& ((SourceScopeEntry)scopeEntry).IsJoinClauseLeftExpr)
System\Data\Common\EntitySql\StaticContext.cs (1)
164
: base(ScopeEntryKind.
SourceVar
)