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