10 references to EntryKind
System.Data.Entity (10)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (9)
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)