1 write to _security
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (1)
41
_security
= security;
2 references to _security
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SessionConnectionReader.cs (2)
299
if (
_security
!= null)
301
message.Properties.Security = (SecurityMessageProperty)
_security
.CreateCopy();