1 write to scopes
System.Data.Services (1)
System\Data\Services\Serializers\JsonWriter.cs (1)
52
this.
scopes
= new Stack<Scope>();
10 references to scopes
System.Data.Services (10)
System\Data\Services\Serializers\JsonWriter.cs (10)
72
if (this.
scopes
.Count == 0)
80
Scope scope = this.
scopes
.Pop();
134
if (this.
scopes
.Count == 0)
139
if (this.
scopes
.Peek().Type != ScopeType.Object)
144
Scope currentScope = this.
scopes
.Peek();
426
if (this.
scopes
.Count != 0)
428
Scope currentScope = this.
scopes
.Peek();
458
if (this.
scopes
.Count != 0)
460
Scope currentScope = this.
scopes
.Peek();
471
this.
scopes
.Push(scope);