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