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