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