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