2 references to MaxValueLength
mscorlib (2)
microsoft\win32\registrykey.cs (2)
1084char[] name = new char[MaxValueLength + 1]; 1462if (name != null && name.Length > MaxValueLength) {