Base:
property
Quotas
System.Xml.XmlDictionaryReader.Quotas
2 references to Quotas
System.Runtime.Serialization (2)
System\Xml\XmlBinaryReader.cs (2)
126if (value.Length > Quotas.MaxStringContentLength) 127XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, Quotas.MaxStringContentLength);