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