2 writes to _functions
System.Data.Entity (2)
System\Data\SqlClient\SqlProviderManifest.cs (2)
218this._functions = base.GetStoreFunctions(); 229this._functions = functions.ToList().AsReadOnly();
2 references to _functions
System.Data.Entity (2)
System\Data\SqlClient\SqlProviderManifest.cs (2)
214if (this._functions == null) 233return this._functions;