18 references to ScopeEntryKind
System.Data.Entity (18)
System\Data\Common\EntitySql\SemanticAnalyzer.cs (9)
3352Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.SourceVar || scopeEntry.EntryKind == ScopeEntryKind.InvalidGroupInputRef, 3355if (scopeEntry.EntryKind == ScopeEntryKind.SourceVar) 3408Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.SourceVar, "scopeEntry.EntryKind == ScopeEntryKind.SourceVar"); 3707Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.SourceVar, "scopeEntry.EntryKind == ScopeEntryKind.SourceVar"); 3815Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.SourceVar, "scopeEntry.EntryKind == ScopeEntryKind.SourceVar"); 4283Debug.Assert(scopeEntry.EntryKind == ScopeEntryKind.SourceVar || scopeEntry.EntryKind == ScopeEntryKind.InvalidGroupInputRef, 4286if (scopeEntry.EntryKind == ScopeEntryKind.SourceVar)
System\Data\Common\EntitySql\SemanticResolver.cs (1)
488if (scopeEntry.EntryKind == ScopeEntryKind.SourceVar && ((SourceScopeEntry)scopeEntry).IsJoinClauseLeftExpr)
System\Data\Common\EntitySql\StaticContext.cs (8)
109private readonly ScopeEntryKind _scopeEntryKind; 111internal ScopeEntry(ScopeEntryKind scopeEntryKind) 116internal ScopeEntryKind EntryKind 164: base(ScopeEntryKind.SourceVar) 330: base(ScopeEntryKind.InvalidGroupInputRef) { } 353string[] alternativeName) : base(ScopeEntryKind.GroupKeyDefinition) 393: base(ScopeEntryKind.ProjectionItemDefinition) 413: base(ScopeEntryKind.FreeVar)