4 writes to _maxArrayLength
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs (4)
44_maxArrayLength = DefaultMaxArrayLength; 53_maxArrayLength = maxArrayLength; 81quotas._maxArrayLength = _maxArrayLength; 119_maxArrayLength = value;
2 references to _maxArrayLength
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReaderQuotas.cs (2)
81quotas._maxArrayLength = _maxArrayLength; 111return _maxArrayLength;