5 references to None
System.Data.Entity (5)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
58
typeModifier = TypeModifier.
None
;
703
case TypeModifier.
None
:
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
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 (1)
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 (1)
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));