2 writes to _wrappedKey
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (2)
73_wrappedKey = wrappedKey; 99_wrappedKey = reader.ReadContentAsBase64();
3 references to _wrappedKey
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\EncryptedType.cs (3)
60return _wrappedKey; 131writer.WriteBase64(_wrappedKey, 0, _wrappedKey.Length);