7 references to ThrowMaxStringContentLengthExceeded
System.Runtime.Serialization (7)
System\Xml\XmlBaseReader.cs (1)
1651
XmlExceptionHelper.
ThrowMaxStringContentLengthExceeded
(this, quotas.MaxStringContentLength);
System\Xml\XmlBinaryReader.cs (1)
127
XmlExceptionHelper.
ThrowMaxStringContentLengthExceeded
(this, Quotas.MaxStringContentLength);
System\Xml\XmlDictionaryReader.cs (4)
442
XmlExceptionHelper.
ThrowMaxStringContentLengthExceeded
(this, maxStringContentLength);
474
XmlExceptionHelper.
ThrowMaxStringContentLengthExceeded
(this, maxStringContentLength);
512
XmlExceptionHelper.
ThrowMaxStringContentLengthExceeded
(this, maxStringContentLength);
521
XmlExceptionHelper.
ThrowMaxStringContentLengthExceeded
(this, maxStringContentLength);
System\Xml\XmlMtomReader.cs (1)
1399
XmlExceptionHelper.
ThrowMaxStringContentLengthExceeded
(this, this.Quotas.MaxStringContentLength);