1 write to _functions
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
616
_functions
= new List<Function>();
2 references to _functions
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (2)
614
if (
_functions
== null)
618
return
_functions
;