1 instantiation of Scope
System.Data.Services (1)
System\Data\Services\Serializers\JsonWriter.cs (1)
470Scope scope = new Scope(type);
7 references to Scope
System.Data.Services (7)
System\Data\Services\Serializers\JsonWriter.cs (7)
43private readonly Stack<Scope> scopes; 52this.scopes = new Stack<Scope>(); 80Scope scope = this.scopes.Pop(); 144Scope currentScope = this.scopes.Peek(); 428Scope currentScope = this.scopes.Peek(); 460Scope currentScope = this.scopes.Peek(); 470Scope scope = new Scope(type);