1 write to _functionImports
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
110
_functionImports
= new FilteredSchemaElementLookUpTable<Function, SchemaElement>(Members);
2 references to _functionImports
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (2)
108
if (
_functionImports
== null)
112
return
_functionImports
;