4 writes to _depth
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (4)
806
_depth
++;
811
_depth
--;
1031
_depth
+= RootDepth;
1036
_depth
-= RootDepth;
4 references to _depth
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Schema.cs (4)
740
Debug.Assert(
_depth
> 0);
741
if (
_depth
== 1)
789
if (
_depth
< RootDepth)
793
else if (
_depth
== RootDepth)