Base:
property
Quotas
System.Xml.XmlDictionaryReader.Quotas
2 references to Quotas
System.Private.DataContractSerialization (2)
System\Xml\XmlBinaryReader.cs (2)
112if (value.Length > Quotas.MaxStringContentLength) 113XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, Quotas.MaxStringContentLength);