2 writes to _requestValue
System.DirectoryServices.Protocols (2)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (2)
187_requestValue = requestValue; 208set => _requestValue = value;
4 references to _requestValue
System.DirectoryServices.Protocols (4)
System\DirectoryServices\Protocols\common\DirectoryRequest.cs (4)
196if (_requestValue == null) 201byte[] tempValue = new byte[_requestValue.Length]; 202for (int i = 0; i < _requestValue.Length; i++) 204tempValue[i] = _requestValue[i];