2 writes to length
System.ServiceModel (2)
System\ServiceModel\Security\SignatureConfirmations.cs (2)
28
length
= 0;
45
++
length
;
7 references to length
System.ServiceModel (7)
System\ServiceModel\Security\SignatureConfirmations.cs (7)
33
get { return
length
; }
38
if (confirmations.Length ==
length
)
40
SignatureConfirmation[] newConfirmations = new SignatureConfirmation[
length
* 2];
41
Array.Copy(confirmations, 0, newConfirmations, 0,
length
);
44
confirmations[
length
] = new SignatureConfirmation(value);
51
if (index < 0 || index >=
length
)
53
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentOutOfRangeException("index", SR.GetString(SR.ValueMustBeInRange, 0,
length
)));