34 references to Utils
System.Data.Entity (34)
System\Data\EntityKey.cs (1)
840if (!System.Data.EntityModel.SchemaObjectModel.Utils.ValidUndottedName(name))
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (2)
65if (!Utils.GetString(Schema, reader, out type)) 68if (!Utils.ValidateDottedName(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\EntityContainer.cs (1)
331if (Utils.CompareNames(set.Name, name) == 0)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
691if (!Utils.GetString(Schema, reader, out type)) 710if (!Utils.ValidateDottedName(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\FunctionImportElement.cs (2)
70if (Utils.GetString(Schema, reader, out entitySetName)) 79if (Utils.GetString(Schema, reader, out entitySetPath))
System\Data\EntityModel\SchemaObjectModel\NavigationProperty.cs (1)
199if (!Utils.GetDottedName(this.Schema, reader, out association))
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (2)
187if (!Utils.GetString(Schema, reader, out type)) 204if (!Utils.ValidateDottedName(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (2)
54if (!Utils.GetString(Schema, reader, out type)) 57if (!Utils.ValidateDottedName(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\ReferentialConstraintRoleElement.cs (1)
95Utils.GetString(Schema, reader, out roleName);
System\Data\EntityModel\SchemaObjectModel\RelationshipEnd.cs (2)
134Name = Utils.ExtractTypeName(Schema.DataModel, _unresolvedType); 200if (!Utils.GetDottedName(this.Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (4)
159if (!Utils.GetString(Schema, reader, out type)) 175if (!Utils.ValidateDottedName(Schema, reader, type)) 185if (Utils.GetString(Schema, reader, out entitySetName)) 195if (Utils.GetString(Schema, reader, out entitySetPath))
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (2)
67if (!Utils.GetString(Schema, reader, out type)) 83if (!Utils.ValidateDottedName(Schema, reader, type))
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
832Utils.ExtractNamespaceAndName(DataModel, typeName, out actualQualification, out unqualifiedTypeName);
System\Data\EntityModel\SchemaObjectModel\SchemaElement.cs (5)
417bool success = Utils.GetUndottedName(Schema, reader, out name); 437if ( !Utils.GetDottedName(Schema,reader,out value) ) 453if ( !Utils.GetInt(Schema, reader, out value) ) 469if ( !Utils.GetByte(Schema, reader, out value) ) 484if ( !Utils.GetBool(Schema,reader,out value) )
System\Data\EntityModel\SchemaObjectModel\SchemaEnumType.cs (1)
142Utils.GetDottedName(Schema, reader, out _unresolvedUnderlyingTypeName);
System\Data\EntityModel\SchemaObjectModel\StructuredProperty.cs (1)
270if (!Utils.GetDottedName(Schema, reader, out type))
System\Data\EntityModel\SchemaObjectModel\StructuredType.cs (2)
219Utils.CompareNames(newMember.Name, Name) == 0) 374if (!Utils.GetDottedName(this.Schema, reader, out baseType))
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (2)
55if (!Utils.GetString(Schema, reader, out type)) 58if (!Utils.ValidateDottedName(Schema, reader, type))