2 writes to _carriedKeyName
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (2)
26set { _carriedKeyName = value; } 92_carriedKeyName = reader.ReadString();
3 references to _carriedKeyName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (3)
25get { return _carriedKeyName; } 117if (_carriedKeyName != null) 120writer.WriteString(_carriedKeyName);