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