Lines Matching defs:leaveOpen
60 private readonly bool leaveOpen;
157 /// <param name="leaveOpen"><c>true</c> to leave <paramref name="input"/> open when the returned
160 public CodedInputStream(Stream input, bool leaveOpen)
163 this.leaveOpen = leaveOpen;
274 /// was constructed with the <c>leaveOpen</c> option parameter set to <c>true</c> (or one which
279 if (!leaveOpen)