1 write to _sqlchars
System.Data.Common (1)
System\Data\SQLTypes\SQLChars.cs (1)
571
_sqlchars
= s;
10 references to _sqlchars
System.Data.Common (10)
System\Data\SQLTypes\SQLChars.cs (10)
584
return
_sqlchars
.Length;
599
ArgumentOutOfRangeException.ThrowIfGreaterThan(value,
_sqlchars
.Length);
617
if (offset < 0 || offset >
_sqlchars
.Length)
624
if (lPosition < 0 || lPosition >
_sqlchars
.Length)
630
lPosition =
_sqlchars
.Length + offset;
631
if (lPosition < 0 || lPosition >
_sqlchars
.Length)
654
int icharsRead = (int)
_sqlchars
.Read(_lPosition, buffer, offset, count);
670
_sqlchars
.Write(_lPosition, buffer, offset, count);
678
_sqlchars
.SetLength(value);
689
return
_sqlchars
== null;