3 references to s_maximumCommandLength
Microsoft.Build.Tasks.Core (3)
GenerateResource.cs (2)
1238while (currentCommand.Length < s_maximumCommandLength && i < inputsToProcess.Count) 1247if (currentCommand.Length <= s_maximumCommandLength)
ResGen.cs (1)
238if (!string.IsNullOrEmpty(commandLineCommands) && (commandLineCommands.Length + 1) > s_maximumCommandLength)