2 references to SpaceChar
Microsoft.Build (1)
BackEnd\Components\Scheduler\SchedulingPlan.cs (1)
374
string[] values = line.Split(MSBuildConstants.
SpaceChar
);
Microsoft.Build.Framework (1)
NativeMethods.cs (1)
1411
string[] statFields = line.Substring(line.LastIndexOf(')')).Split(MSBuildConstants.
SpaceChar
, 4);