2 writes to referenceList
System.ServiceModel (2)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (2)
479this.referenceList = null; 642this.referenceList = new ReferenceList();
9 references to referenceList
System.ServiceModel (9)
System\ServiceModel\Security\WSSecurityOneDotZeroSendSecurityHeader.cs (9)
88referenceList.AddReferredId(encryptedDataId); 389this.referenceList.AddReferredId(encryptedData.Id); 395this.referenceList.AddReferredId(encryptedData.Id); 402this.referenceList.AddReferredId(encryptedData.Id); 436if (this.referenceList == null) 475return this.referenceList.DataReferenceCount > 0 ? this.referenceList : null; 591this.referenceList.AddReferredId(id); 629bool encrypt = this.referenceList != null && this.EncryptionParts.IsHeaderIncluded(header);