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