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