3 references to MaxArrayEntries
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReaderSession.cs (3)
36if (id >= MaxArrayEntries) 51XmlDictionaryString[] newStrings = new XmlDictionaryString[Math.Min(Math.Max(id + 1, _strings.Length * 2), MaxArrayEntries)]; 67else if (key >= MaxArrayEntries)