1 write to Alias
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (1)
145Alias = HandleUndottedNameAttribute(reader, Alias);
3 references to Alias
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\ReferenceSchema.cs (2)
144Debug.Assert(String.IsNullOrEmpty(Alias), "Alias must be set only once"); 145Alias = HandleUndottedNameAttribute(reader, Alias);
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (1)
53string newAlias = usingElement.Alias;