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