12 references to ScopeType
System.Data.Services (12)
System\Data\Services\Serializers\JsonWriter.cs (12)
81if (scope.Type == ScopeType.Array) 96this.StartScope(ScopeType.Array); 120this.StartScope(ScopeType.Object); 139if (this.scopes.Peek().Type != ScopeType.Object) 145if (currentScope.Type == ScopeType.Object) 429if (currentScope.Type == ScopeType.Array) 456private void StartScope(ScopeType type) 461if ((currentScope.Type == ScopeType.Array) && 473if (type == ScopeType.Array) 495private ScopeType type; 501public Scope(ScopeType type) 525public ScopeType Type