6 references to ThrowMaxStringContentLengthExceeded
System.Private.DataContractSerialization (6)
System\Xml\XmlBaseReader.cs (1)
1537XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, _quotas.MaxStringContentLength);
System\Xml\XmlBinaryReader.cs (1)
113XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, Quotas.MaxStringContentLength);
System\Xml\XmlDictionaryReader.cs (4)
412XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, maxStringContentLength); 444XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, maxStringContentLength); 481XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, maxStringContentLength); 490XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, maxStringContentLength);