1 write to _extensions
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (1)
1453
_extensions
= new ExtensionCollection<IContextChannel>((IContextChannel)Proxy, ThisLock);
2 references to _extensions
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ServiceChannel.cs (2)
1452
if (
_extensions
== null)
1454
return
_extensions
;