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