15 references to TypeModifier
System.Data.Entity (15)
System\Data\EntityModel\SchemaObjectModel\Function.cs (6)
55internal static void RemoveTypeModifier(ref string type, out TypeModifier typeModifier, out bool isRefType) 58typeModifier = TypeModifier.None; 67typeModifier = TypeModifier.Array; 694TypeModifier typeModifier; 700case TypeModifier.Array: 703case TypeModifier.None:
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (3)
190TypeModifier typeModifier; 196case TypeModifier.Array: 200Debug.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)
161TypeModifier typeModifier; 167case TypeModifier.Array: 171Debug.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)
70TypeModifier typeModifier; 75case TypeModifier.Array: 79Debug.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));