1 instantiation of UsingElement
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1002
UsingElement referencedNamespace = new
UsingElement
(this);
6 references to UsingElement
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
1002
UsingElement
referencedNamespace = new UsingElement(this);
System\Data\EntityModel\SchemaObjectModel\SchemaLookupTable.cs (5)
24
private List<
UsingElement
> _usingElementCollection = new List<
UsingElement
>();
48
public void Add(
UsingElement
usingElement)
101
foreach (
UsingElement
usingElement in _usingElementCollection)
122
private bool CheckForSystemNamespace(
UsingElement
refSchema, string name, NameKind nameKind)