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)
57if (null != _rootContextParameter && null != _rootContext) 59_rootContextExpression = Expression.Constant(_rootContext); 89get { return _rootContext; } 292if (_rootContext.Perspective.TryGetTypeByName(TypeSystem.GetNonNullableType(type).FullName, 563if (!object.ReferenceEquals(_funcletizer._rootContext, inlineQuery.QueryState.ObjectContext))