15 references to TypeModifier
System.Data.Entity (15)
System\Data\EntityModel\SchemaObjectModel\Function.cs (6)
55
internal static void RemoveTypeModifier(ref string type, out
TypeModifier
typeModifier, out bool isRefType)
58
typeModifier =
TypeModifier
.None;
67
typeModifier =
TypeModifier
.Array;
694
TypeModifier
typeModifier;
700
case
TypeModifier
.Array:
703
case
TypeModifier
.None:
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (3)
190
TypeModifier
typeModifier;
196
case
TypeModifier
.Array:
200
Debug.Assert(typeModifier ==
TypeModifier
.None, string.Format(CultureInfo.CurrentCulture, "Type is not valid for property {0}: {1}. The modifier for the type cannot be used in this context.", FQName, reader.Value));
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (3)
161
TypeModifier
typeModifier;
167
case
TypeModifier
.Array:
171
Debug.Assert(typeModifier ==
TypeModifier
.None, string.Format(CultureInfo.CurrentCulture, "Type is not valid for property {0}: {1}. The modifier for the type cannot be used in this context.", FQName, reader.Value));
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (3)
70
TypeModifier
typeModifier;
75
case
TypeModifier
.Array:
79
Debug.Assert(typeModifier ==
TypeModifier
.None, string.Format(CultureInfo.CurrentCulture, "Type is not valid for property {0}: {1}. The modifier for the type cannot be used in this context.", FQName, reader.Value));