1 write to extensions
System.ServiceModel (1)
System\ServiceModel\Channels\ServiceChannel.cs (1)
1664
this.
extensions
= new ExtensionCollection<IContextChannel>((IContextChannel)this.Proxy, this.ThisLock);
2 references to extensions
System.ServiceModel (2)
System\ServiceModel\Channels\ServiceChannel.cs (2)
1663
if (this.
extensions
== null)
1665
return this.
extensions
;