2 references to MaxConsoleTitleLength
mscorlib (2)
system\console.cs (2)
1393if (titleLength > MaxConsoleTitleLength) 1407if (value.Length > MaxConsoleTitleLength)