1 write to _remoteIdentity
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
133
_remoteIdentity
= EndpointIdentity.CreateIdentity(identityClaim);
2 references to _remoteIdentity
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\FramingChannels.cs (2)
125
if (
_remoteIdentity
== null)
138
return
_remoteIdentity
;