18 references to ScopeEntryKind
System.Data.Entity (18)
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)
System\Data\Common\EntitySql\StaticContext.cs (8)
109
private readonly
ScopeEntryKind
_scopeEntryKind;
111
internal ScopeEntry(
ScopeEntryKind
scopeEntryKind)
116
internal
ScopeEntryKind
EntryKind
164
: base(
ScopeEntryKind
.SourceVar)
330
: base(
ScopeEntryKind
.InvalidGroupInputRef) { }
353
string[] alternativeName) : base(
ScopeEntryKind
.GroupKeyDefinition)
393
: base(
ScopeEntryKind
.ProjectionItemDefinition)
413
: base(
ScopeEntryKind
.FreeVar)