2 references to maxScopeSize
System.Runtime.Serialization (2)
System\Runtime\Serialization\Json\XmlJsonReader.cs (1)
1573
if ((scopes != null) && (scopes.Length > JsonGlobals.
maxScopeSize
))
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
1358
if ((scopes != null) && (scopes.Length > JsonGlobals.
maxScopeSize
))