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