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