10 references to RootContext
System.Data.Entity (10)
System\Data\Objects\ELinq\ExpressionConverter.cs (7)
132_perspective = funcletizer.RootContext.Perspective; 207return (EdmItemCollection)_funcletizer.RootContext.MetadataWorkspace.GetItemCollection(DataSpace.CSpace, true); 214return ((StoreItemCollection)_funcletizer.RootContext.MetadataWorkspace.GetItemCollection(DataSpace.SSpace)).StoreProviderManifest; 652if (!object.ReferenceEquals(_funcletizer.RootContext, inlineQuery.QueryState.ObjectContext)) 947if (_funcletizer.RootContext.Perspective.TryGetType(type, out typeUsage)) 1294if (!_funcletizer.RootContext.ContextOptions.UseCSharpNullComparisonBehavior) 1318if (!_funcletizer.RootContext.ContextOptions.UseCSharpNullComparisonBehavior)
System\Data\Objects\ELinq\MethodCallTranslator.cs (2)
2252if (!parent._funcletizer.RootContext.ContextOptions.UseCSharpNullComparisonBehavior) 2282if (parent._funcletizer.RootContext.ContextOptions.UseCSharpNullComparisonBehavior)
System\Data\Objects\ELinq\Translator.cs (1)
1024if (parent._funcletizer.RootContext.ContextOptions.UseCSharpNullComparisonBehavior)