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