4 writes to State
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (2)
75
this.
State
= EncryptionState.DecryptionSetup;
90
this.
State
= EncryptionState.EncryptionSetup;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (1)
270
this.
State
= EncryptionState.Read;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (1)
74
this.
State
= EncryptionState.Encrypted;
9 references to State
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (4)
29
if (this.
State
== EncryptionState.DecryptionSetup)
33
else if (this.
State
!= EncryptionState.Decrypted)
66
if (this.
State
!= EncryptionState.Read)
80
if (this.
State
!= EncryptionState.New)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (3)
334
if (this.
State
!= EncryptionState.New)
342
if (this.
State
== EncryptionState.EncryptionSetup)
346
else if (this.
State
== EncryptionState.New)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (2)
56
if (this.
State
== EncryptionState.New)
65
if (this.
State
!= EncryptionState.New)