Base:
property
Quotas
Microsoft.Xml.XmlDictionaryReader.Quotas
2 references to Quotas
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (2)
100if (value.Length > Quotas.MaxStringContentLength) 101XmlExceptionHelper.ThrowMaxStringContentLengthExceeded(this, Quotas.MaxStringContentLength);