1 write to _rootContext
System.Data.Entity (1)
System\Data\Objects\ELinq\Funcletizer.cs (1)
54
_rootContext
= rootContext;
5 references to _rootContext
System.Data.Entity (5)
System\Data\Objects\ELinq\Funcletizer.cs (5)
57
if (null != _rootContextParameter && null !=
_rootContext
)
59
_rootContextExpression = Expression.Constant(
_rootContext
);
89
get { return
_rootContext
; }
292
if (
_rootContext
.Perspective.TryGetTypeByName(TypeSystem.GetNonNullableType(type).FullName,
563
if (!object.ReferenceEquals(_funcletizer.
_rootContext
, inlineQuery.QueryState.ObjectContext))