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