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