6 references to New
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedData.cs (1)
80if (this.State != EncryptionState.New)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedKey.cs (3)
40_state = EncryptionState.New; 334if (this.State != EncryptionState.New) 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)