1 write to _functions
System.Data.Entity (1)
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (1)
726
Interlocked.CompareExchange<System.Collections.ObjectModel.ReadOnlyCollection<EdmFunction>>(ref
_functions
, readOnlyFunctions, null);
2 references to _functions
System.Data.Entity (2)
System\Data\Metadata\Edm\Provider\EdmProviderManifest.cs (2)
80
return
_functions
;
492
if (
_functions
!= null)