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