1 write to _schemaTypes
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (1)
594
_schemaTypes
= new List<SchemaType>();
2 references to _schemaTypes
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (2)
592
if (
_schemaTypes
== null)
596
return
_schemaTypes
;