1 write to _funcletizer
System.Data.Entity (1)
System\Data\Objects\ELinq\ExpressionConverter.cs (1)
125
_funcletizer
= funcletizer;
12 references to _funcletizer
System.Data.Entity (12)
System\Data\Objects\ELinq\ExpressionConverter.cs (7)
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))
678
if (!
_funcletizer
.IsCompiledQuery ||
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 (3)
66
if (linq == parent.
_funcletizer
.RootContextExpression)
69
parent.
_funcletizer
.RootContextParameter.Name));
1024
if (parent.
_funcletizer
.RootContext.ContextOptions.UseCSharpNullComparisonBehavior)