4 references to NameKind
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (4)
56if (CheckForSystemNamespace(usingElement, newAlias, NameKind.Alias)) 62if (CheckForSystemNamespace(usingElement, newNamespace, NameKind.Namespace)) 122private bool CheckForSystemNamespace(UsingElement refSchema, string name, NameKind nameKind) 129if (nameKind == NameKind.Alias)