2 writes to _recipient
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (2)
32set { _recipient = value; } 79_recipient = reader.GetAttribute(RecipientAttribute, null);
3 references to _recipient
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (3)
31get { return _recipient; } 109if (_recipient != null) 111writer.WriteAttributeString(RecipientAttribute, null, _recipient);