9 references to Length
System.Diagnostics.Process (9)
src\libraries\Common\src\System\Text\ValueStringBuilder.cs (7)
58/// Does not ensure there is a null char after <see cref="Length"/> 70/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 75EnsureCapacity(Length + 1); 76_chars[Length] = '\0'; 103/// <param name="terminate">Ensures that the builder has a null char after <see cref="Length"/></param> 108EnsureCapacity(Length + 1); 109_chars[Length] = '\0';
src\libraries\System.Private.CoreLib\src\System\PasteArguments.cs (1)
12if (stringBuilder.Length != 0)
System\Diagnostics\ProcessStartInfo.cs (1)
209if (stringBuilder.Length > 0)