1 write to id
System.ServiceModel (1)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (1)
641
this.
id
= UriGenerator.Next();
3 references to id
System.ServiceModel (3)
System\ServiceModel\Channels\TransportDuplexSessionChannel.cs (3)
635
if (this.
id
== null)
639
if (this.
id
== null)
646
return this.
id
;