2 references to IsFromProviderManifest
System.Data.Entity (2)
System\Data\Metadata\Edm\EdmFunction.cs (2)
46
if (payload.IsFromProviderManifest.HasValue) SetFunctionAttribute(ref _functionAttributes, FunctionAttributes.
IsFromProviderManifest
, payload.IsFromProviderManifest.Value);
242
return GetFunctionAttribute(FunctionAttributes.
IsFromProviderManifest
);