4 writes to _rgchWorkBuf
System.Data.Common (4)
System\Data\SQLTypes\SQLChars.cs (4)
75_rgchWorkBuf = null; 93_rgchWorkBuf = null; 198_rgchWorkBuf ??= new char[1]; 205_rgchWorkBuf ??= new char[1];
6 references to _rgchWorkBuf
System.Data.Common (6)
System\Data\SQLTypes\SQLChars.cs (6)
200Read(offset, _rgchWorkBuf, 0, 1); 201return _rgchWorkBuf[0]; 207_rgchWorkBuf[0] = value; 208Write(offset, _rgchWorkBuf, 0, 1); 436Debug.Assert(_rgchWorkBuf == null || _rgchWorkBuf.Length == 1);