3 references to GetTypeNameForErrorMessage
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
517
System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(
GetTypeNameForErrorMessage
(_type, _returnTypeCollectionKind, _isRefType), this.FQName));
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
385
typeName = Function.
GetTypeNameForErrorMessage
(_type, _collectionKind, _isRefType);
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
316
typeName = Function.
GetTypeNameForErrorMessage
(_type, _collectionKind, _isRefType);