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